From 27631961e72137a691c649b488313e4d94d23eb4 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 4 Feb 2026 15:35:31 +0100 Subject: [PATCH 01/48] update to Angular 20 --- packages/devextreme-angular/package.json | 6 +- packages/devextreme-angular/tsconfig.lib.json | 27 +- pnpm-lock.yaml | 5098 +++++++++-------- pnpm-workspace.yaml | 32 +- 4 files changed, 2635 insertions(+), 2528 deletions(-) diff --git a/packages/devextreme-angular/package.json b/packages/devextreme-angular/package.json index db4cef71a7e4..ab3a31a9f52c 100644 --- a/packages/devextreme-angular/package.json +++ b/packages/devextreme-angular/package.json @@ -39,8 +39,8 @@ "@eslint/eslintrc": "catalog:", "@eslint-stylistic/metadata": "catalog:", "@stylistic/eslint-plugin": "catalog:", - "@types/jasmine": "2.8.24", - "@types/node": "20.11.17", + "@types/jasmine": "~6.0.0", + "@types/node": "~24.1.0", "@typescript-eslint/eslint-plugin": "catalog:", "@typescript-eslint/parser": "catalog:", "@webcomponents/custom-elements": "1.6.0", @@ -64,7 +64,7 @@ "reflect-metadata": "0.1.13", "stream-browserify": "3.0.0", "style-loader": "3.3.4", - "tslib": "2.6.3", + "tslib": "2.8.1", "typescript": "catalog:angular", "webpack": "5.96.1", "yargs": "17.7.2", diff --git a/packages/devextreme-angular/tsconfig.lib.json b/packages/devextreme-angular/tsconfig.lib.json index 5ddb9a5f474a..8d28f61e230a 100644 --- a/packages/devextreme-angular/tsconfig.lib.json +++ b/packages/devextreme-angular/tsconfig.lib.json @@ -1,6 +1,8 @@ { - "extends": "./node_modules/ng-packagr/lib/ts/conf/tsconfig.ngc.json", + "extends": "../../tsconfig.json", "angularCompilerOptions": { + "compilationMode": "partial", + "strictTemplates": true, "annotateForClosureCompiler": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, @@ -8,12 +10,31 @@ "enableResourceInlining": true }, "compilerOptions": { + "baseUrl": ".", + "moduleResolution": "node", + "outDir": "AUTOGENERATED", + "declarationDir": "AUTOGENERATED", + "inlineSourceMap": true, + "inlineSources": true, + "emitDecoratorMetadata": false, + "importHelpers": true, + "target": "ES2022", + "strictNullChecks": false, + "module": "ES2022", + "lib": [ + "ES2022", + "dom", + "dom.iterable" + ], + "declaration": true, + "declarationMap": true, + "skipLibCheck": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true, "typeRoots": [ "./node_modules/@types", "../../node_modules/@types" ] }, - "files": [] + "files": [], + "exclude": ["node_modules", "dist", "**/*.shim.ts", "**/*.spec.ts"] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22e5581a8c8e..57e768e157c5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,52 +7,52 @@ settings: catalogs: angular: '@angular-devkit/architect': - specifier: ~0.1902.19 - version: 0.1902.19 + specifier: ~0.2003.15 + version: 0.2003.15 '@angular-devkit/build-angular': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.15 '@angular-devkit/schematics': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.15 '@angular/cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.15 '@angular/common': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler-cli': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/core': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/forms': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser-dynamic': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-server': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/router': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 ng-packagr: - specifier: ~19.2.2 - version: 19.2.2 + specifier: ~20.3.0 + version: 20.3.2 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: ~5.8.0 + version: 5.8.3 zone.js: - specifier: 0.15.1 + specifier: ~0.15.1 version: 0.15.1 default: '@babel/eslint-parser': @@ -272,28 +272,28 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) core-js: specifier: ^2.6.12 version: 2.6.12 @@ -312,10 +312,10 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(2d5z3y5cbxqmaehqzkittgqznm) + version: 20.3.15(owa5ndkpproh3rcwtiz5pkrwfq) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.15(@types/node@20.11.17)(chokidar@4.0.1)(hono@4.11.4) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -327,22 +327,22 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 apps/demos: dependencies: '@angular-devkit/build-angular': specifier: ~21.0.0 - version: 21.0.3(xm64ojqmszimwfvmlq5g36pnxe) + version: 21.0.3(itevxv4ivkmqgqhn2gdamgsgza) '@angular/animations': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.0.5 - version: 21.0.5(@types/node@20.12.8)(chokidar@4.0.1)(hono@4.11.4) + version: 21.0.5(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4) '@angular/common': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1) @@ -703,7 +703,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -754,7 +754,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -828,7 +828,7 @@ importers: devDependencies: '@storybook/addon-docs': specifier: 10.1.9 - version: 10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0)) + version: 10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/addon-links': specifier: 10.1.9 version: 10.1.9(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) @@ -837,7 +837,7 @@ importers: version: 4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/react-webpack5': specifier: 10.1.9 - version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) + version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) '@types/react': specifier: 18.0.0 version: 18.0.0 @@ -964,7 +964,7 @@ importers: version: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(745oiqjtw6fv6cm2ixcwcwppki) + version: 1.1.9(mhk237k2q545mdsc2ix73dx36m) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -997,7 +997,7 @@ importers: version: 4.22.4 vite: specifier: 5.4.21 - version: 5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1) + version: 5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1) webpack: specifier: 5.94.0 version: 5.94.0(@swc/core@1.15.3)(webpack-cli@4.10.0) @@ -1009,7 +1009,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.2.0 @@ -1021,10 +1021,10 @@ importers: version: 3.5.33 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) devextreme: specifier: workspace:* version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -1033,7 +1033,7 @@ importers: version: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(5bbygu2u4e3lbzrzj6ikyoit3y) + version: 1.1.9(jhi4xhiaplaqnraddlzctblf6u) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1042,7 +1042,7 @@ importers: version: 2.4.0 eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-no-only-tests: specifier: 'catalog:' version: 3.3.0 @@ -1051,7 +1051,7 @@ importers: version: 4.0.0 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 e2e/devextreme-bundler: dependencies: @@ -1105,7 +1105,7 @@ importers: version: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(wn7qwvzm3hb4e2azyucqwza2h4) + version: 1.1.9(rzqri73txxu3bwuqj5rmi4otiy) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1138,31 +1138,31 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) e2e/wrappers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@babel/runtime': specifier: ^7.24.0 version: 7.26.10 @@ -1241,16 +1241,16 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.15.1 - version: 1.15.1(@angular-devkit/build-angular@19.2.19(37qxder3fzuural4vkp6f5qfee))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.44.1)(typescript@5.8.3)(yaml@2.8.1)) + version: 1.15.1(@angular-devkit/build-angular@20.3.15(tyqrcgeddbmvo5cayoyesyxwqe))(@angular/build@19.2.19(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(@angular/compiler@20.3.16)(@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@24.1.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.44.1)(typescript@5.8.3)(yaml@2.8.1)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(37qxder3fzuural4vkp6f5qfee) + version: 20.3.15(tyqrcgeddbmvo5cayoyesyxwqe) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.14.5)(chokidar@4.0.1) + version: 20.3.15(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4) '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@eslint/js': specifier: 9.39.1 version: 9.39.1 @@ -1265,10 +1265,10 @@ importers: version: 19.1.3(@types/react@19.1.2) '@vitejs/plugin-react': specifier: 4.4.1 - version: 4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) + version: 4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) '@vitejs/plugin-vue': specifier: 5.2.4 - version: 5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) + version: 5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) eslint: specifier: 9.39.1 version: 9.39.1(jiti@2.6.1) @@ -1307,7 +1307,7 @@ importers: version: 5.8.3 vite: specifier: 6.4.1 - version: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + version: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) packages/devextreme: dependencies: @@ -1362,25 +1362,25 @@ importers: version: 7.28.6(@babel/core@7.28.6) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(zzcpotfxwlnctigiidclixwviq) + version: 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(kn35j7tj45yl55xtwwr7hkooky) + version: 3.0.12(to76h6k7bkp3vmqmddo3imw3za) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(zzcpotfxwlnctigiidclixwviq) + version: 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(zzcpotfxwlnctigiidclixwviq) + version: 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(zzcpotfxwlnctigiidclixwviq) + version: 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(zzcpotfxwlnctigiidclixwviq) + version: 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1482,7 +1482,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(jizvi5nlutef4v2zcg4reznjvy) + version: 1.1.9(kd57xuk4b6gonrhhpfl4dt4wyy) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1494,7 +1494,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.0.1 - version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -1749,7 +1749,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) tsc-alias: specifier: 1.8.10 version: 1.8.10 @@ -1786,7 +1786,7 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 19.2.19(chokidar@4.0.1) + version: 20.3.15(chokidar@4.0.1) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme @@ -1799,34 +1799,34 @@ importers: devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.1902.19(chokidar@4.0.1) + version: 0.2003.15(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.15(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4) '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/platform-server': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/eslint-parser': specifier: 'catalog:' version: 7.28.6(@babel/core@7.28.6)(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -1840,23 +1840,23 @@ importers: specifier: 'catalog:' version: 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) '@types/jasmine': - specifier: 2.8.24 - version: 2.8.24 + specifier: ~6.0.0 + version: 6.0.0 '@types/node': - specifier: 20.11.17 - version: 20.11.17 + specifier: ~24.1.0 + version: 24.1.0 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) '@webcomponents/custom-elements': specifier: 1.6.0 version: 1.6.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)) + version: 6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)) core-js: specifier: 2.6.12 version: 2.6.12 @@ -1871,13 +1871,13 @@ importers: version: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(lszz42bbrg5aodl54gqcayai5a) + version: 1.1.9(jhi4xhiaplaqnraddlzctblf6u) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) jasmine: specifier: 5.12.0 version: 5.12.0 @@ -1898,10 +1898,10 @@ importers: version: 5.0.1(webpack@5.96.1(@swc/core@1.15.3)) ng-packagr: specifier: catalog:angular - version: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + version: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) puppeteer: specifier: 23.6.1 - version: 23.6.1(typescript@5.5.4) + version: 23.6.1(typescript@5.8.3) reflect-metadata: specifier: 0.1.13 version: 0.1.13 @@ -1915,11 +1915,11 @@ importers: specifier: 3.3.4 version: 3.3.4(webpack@5.96.1(@swc/core@1.15.3)) tslib: - specifier: 2.6.3 - version: 2.6.3 + specifier: 2.8.1 + version: 2.8.1 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 webpack: specifier: 5.96.1 version: 5.96.1(@swc/core@1.15.3) @@ -1953,7 +1953,7 @@ importers: version: 29.5.14 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-react: dependencies: @@ -1999,7 +1999,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(zgcqbpelnua2v33r46mp45r6xq) + version: 1.1.9(lfzgu5ox6hxu3cax7qsgujebha) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -2014,7 +2014,7 @@ importers: version: 18.0.0(react@18.0.0) ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2069,7 +2069,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-themebuilder: dependencies: @@ -2194,7 +2194,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(l5t4tdhdkuqzxoopw2wvnyk7fe) + version: 1.1.9(fk42cit6cog7c3c4ngk6lisxgm) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -2215,7 +2215,7 @@ importers: version: 29.7.0 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2302,58 +2302,114 @@ packages: '@adobe/css-tools@4.4.1': resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@algolia/abtesting@1.1.0': + resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} + engines: {node: '>= 14.0.0'} + '@algolia/abtesting@1.6.1': resolution: {integrity: sha512-wV/gNRkzb7sI9vs1OneG129hwe3Q5zPj7zigz3Ps7M5Lpo2hSorrOnXNodHEOV+yXE/ks4Pd+G3CDFIjFTWhMQ==} engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.35.0': + resolution: {integrity: sha512-uUdHxbfHdoppDVflCHMxRlj49/IllPwwQ2cQ8DLC4LXr3kY96AHBpW0dMyi6ygkn2MtFCc6BxXCzr668ZRhLBQ==} + engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.40.1': resolution: {integrity: sha512-cxKNATPY5t+Mv8XAVTI57altkaPH+DZi4uMrnexPxPHODMljhGYY+GDZyHwv9a+8CbZHcY372OkxXrDMZA4Lnw==} engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.35.0': + resolution: {integrity: sha512-SunAgwa9CamLcRCPnPHx1V2uxdQwJGqb1crYrRWktWUdld0+B2KyakNEeVn5lln4VyeNtW17Ia7V7qBWyM/Skw==} + engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.40.1': resolution: {integrity: sha512-XP008aMffJCRGAY8/70t+hyEyvqqV7YKm502VPu0+Ji30oefrTn2al7LXkITz7CK6I4eYXWRhN6NaIUi65F1OA==} engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.35.0': + resolution: {integrity: sha512-ipE0IuvHu/bg7TjT2s+187kz/E3h5ssfTtjpg1LbWMgxlgiaZIgTTbyynM7NfpSJSKsgQvCQxWjGUO51WSCu7w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.40.1': resolution: {integrity: sha512-gWfQuQUBtzUboJv/apVGZMoxSaB0M4Imwl1c9Ap+HpCW7V0KhjBddqF2QQt5tJZCOFsfNIgBbZDGsEPaeKUosw==} engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.35.0': + resolution: {integrity: sha512-UNbCXcBpqtzUucxExwTSfAe8gknAJ485NfPN6o1ziHm6nnxx97piIbcBQ3edw823Tej2Wxu1C0xBY06KgeZ7gA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.40.1': resolution: {integrity: sha512-RTLjST/t+lsLMouQ4zeLJq2Ss+UNkLGyNVu+yWHanx6kQ3LT5jv8UvPwyht9s7R6jCPnlSI77WnL80J32ZuyJg==} engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.35.0': + resolution: {integrity: sha512-/KWjttZ6UCStt4QnWoDAJ12cKlQ+fkpMtyPmBgSS2WThJQdSV/4UWcqCUqGH7YLbwlj3JjNirCu3Y7uRTClxvA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.40.1': resolution: {integrity: sha512-2FEK6bUomBzEYkTKzD0iRs7Ljtjb45rKK/VSkyHqeJnG+77qx557IeSO0qVFE3SfzapNcoytTofnZum0BQ6r3Q==} engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.35.0': + resolution: {integrity: sha512-8oCuJCFf/71IYyvQQC+iu4kgViTODbXDk3m7yMctEncRSRV+u2RtDVlpGGfPlJQOrAY7OONwJlSHkmbbm2Kp/w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.40.1': resolution: {integrity: sha512-Nju4NtxAvXjrV2hHZNLKVJLXjOlW6jAXHef/CwNzk1b2qIrCWDO589ELi5ZHH1uiWYoYyBXDQTtHmhaOVVoyXg==} engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.35.0': + resolution: {integrity: sha512-FfmdHTrXhIduWyyuko1YTcGLuicVbhUyRjO3HbXE4aP655yKZgdTIfMhZ/V5VY9bHuxv/fGEh3Od1Lvv2ODNTg==} + engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.40.1': resolution: {integrity: sha512-Mw6pAUF121MfngQtcUb5quZVqMC68pSYYjCRZkSITC085S3zdk+h/g7i6FxnVdbSU6OztxikSDMh1r7Z+4iPlA==} engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.35.0': + resolution: {integrity: sha512-gPzACem9IL1Co8mM1LKMhzn1aSJmp+Vp434An4C0OBY4uEJRcqsLN3uLBlY+bYvFg8C8ImwM9YRiKczJXRk0XA==} + engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.40.1': resolution: {integrity: sha512-z+BPlhs45VURKJIxsR99NNBWpUEEqIgwt10v/fATlNxc4UlXvALdOsWzaFfe89/lbP5Bu4+mbO59nqBC87ZM/g==} engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.35.0': + resolution: {integrity: sha512-w9MGFLB6ashI8BGcQoVt7iLgDIJNCn4OIu0Q0giE3M2ItNrssvb8C0xuwJQyTy1OFZnemG0EB1OvXhIHOvQwWw==} + engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.40.1': resolution: {integrity: sha512-VJMUMbO0wD8Rd2VVV/nlFtLJsOAQvjnVNGkMkspFiFhpBA7s/xJOb+fJvvqwKFUjbKTUA7DjiSi1ljSMYBasXg==} engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.35.0': + resolution: {integrity: sha512-AhrVgaaXAb8Ue0u2nuRWwugt0dL5UmRgS9LXe0Hhz493a8KFeZVUE56RGIV3hAa6tHzmAV7eIoqcWTQvxzlJeQ==} + engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.40.1': resolution: {integrity: sha512-ehvJLadKVwTp9Scg9NfzVSlBKH34KoWOQNTaN8i1Ac64AnO6iH2apJVSP6GOxssaghZ/s8mFQsDH3QIZoluFHA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.35.0': + resolution: {integrity: sha512-diY415KLJZ6x1Kbwl9u96Jsz0OstE3asjXtJ9pmk1d+5gPuQ5jQyEsgC+WmEXzlec3iuVszm8AzNYYaqw6B+Zw==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.40.1': resolution: {integrity: sha512-PbidVsPurUSQIr6X9/7s34mgOMdJnn0i6p+N6Ab+lsNhY5eiu+S33kZEpZwkITYBCIbhzDLOvb7xZD3gDi+USA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.35.0': + resolution: {integrity: sha512-uydqnSmpAjrgo8bqhE9N1wgcB98psTRRQXcjc4izwMB7yRl9C8uuAQ/5YqRj04U0mMQ+fdu2fcNF6m9+Z1BzDQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.40.1': resolution: {integrity: sha512-ThZ5j6uOZCF11fMw9IBkhigjOYdXGXQpj6h4k+T9UkZrF2RlKcPynFzDeRgaLdpYk8Yn3/MnFbwUmib7yxj5Lw==} engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.35.0': + resolution: {integrity: sha512-RgLX78ojYOrThJHrIiPzT4HW3yfQa0D7K+MQ81rhxqaNyNBu4F1r+72LNHYH/Z+y9I1Mrjrd/c/Ue5zfDgAEjQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.40.1': resolution: {integrity: sha512-H1gYPojO6krWHnUXu/T44DrEun/Wl95PJzMXRcM/szstNQczSbwq6wIFJPI9nyE95tarZfUNU3rgorT+wZ6iCQ==} engines: {node: '>= 14.0.0'} @@ -2377,6 +2433,10 @@ packages: resolution: {integrity: sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2003.15': + resolution: {integrity: sha512-HmGnUTLVwpvOFilc3gTP6CL9o+UbkVyu9S4WENkQbInbW3zp54lkzY71uWJIP7QvuXPa+bS4WHEmoGNQtNvv1A==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2100.3': resolution: {integrity: sha512-PcruWF0+IxXOTZd9MN/3y4A5aTfblALzT/+zWym26PtisaBgWQ3tRPQsf/CgT8EdmZl8eUOAWlNBSkbUj/S/lQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} @@ -2385,27 +2445,33 @@ packages: resolution: {integrity: sha512-KKmZMXzHCX0cWHY7xo9yy1J0fV7S/suhPO00YTcHBgLivkLsnbI177CrmWiMdLxSJD3NqTVkBEMPFQ2I2ooDFw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/build-angular@19.2.19': - resolution: {integrity: sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-angular@20.3.15': + resolution: {integrity: sha512-md5ikmdH0rM4jkVFwNQhN++onUUZPUDUfKijnb1XZArQisT9hPiNqTPbO+OZTBK/hQYYV/GfTOhDH30whG32xQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.15 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 - jest: ^29.5.0 - jest-environment-jsdom: ^29.5.0 + jest: ^29.5.0 || ^30.2.0 + jest-environment-jsdom: ^29.5.0 || ^30.2.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + typescript: '>=5.8 <6.0' peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2479,9 +2545,9 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.1902.19': - resolution: {integrity: sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-webpack@0.2003.15': + resolution: {integrity: sha512-u1gjLH0T+s4PiwbSUhzYZUKCsIF9CvTGJoN+Ki+CQqZAlTGLOp2y55VXmdrRX4e3tsKkS+chpQ8sN2b5vbzv9w==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 @@ -2511,6 +2577,15 @@ packages: chokidar: optional: true + '@angular-devkit/core@20.3.15': + resolution: {integrity: sha512-s7sE4S5Hy62dLrtHwizbZaMcupAE8fPhm6rF+jBkhHZ75zXGhGzXP8WKFztYCAuGnis4pPnGSEKP/xVTc2lw6Q==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + peerDependencies: + chokidar: ^4.0.0 + peerDependenciesMeta: + chokidar: + optional: true + '@angular-devkit/core@21.0.3': resolution: {integrity: sha512-X1y3GMYru9+Vt7vz+R8SFAEmDtgf0aZ+1JOpiE7ubHsQOnhA++Pb94HBjQ6CHqlUhQli/XPOBksKNdZkpup8rQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} @@ -2533,9 +2608,9 @@ packages: resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/schematics@19.2.19': - resolution: {integrity: sha512-J4Jarr0SohdrHcb40gTL4wGPCQ952IMWF1G/MSAQfBAPvA9ZKApYhpxcY7PmehVePve+ujpus1dGsJ7dPxz8Kg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@20.3.15': + resolution: {integrity: sha512-xMN1fyuhhP8Y5sNlmQvl4nMiOouHTKPkLR0zlhu5z6fHuwxxlverh31Gpq3eFzPHqmOzzb2TkgYCptCFXsXcrg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@21.0.5': resolution: {integrity: sha512-U6Z/OEce3R9CJl8/xuVrNVp0uhv3Ac4wRjpG18kE0dh5R87ablhqr/wkP3rZbWpdGwuGSJ+cR7LE5IbwSswejA==} @@ -2583,6 +2658,52 @@ packages: tailwindcss: optional: true + '@angular/build@20.3.15': + resolution: {integrity: sha512-DMp/wb3I9/izveXRuOkCTYEQlEzvNlJVnqA215tijOSiJGjYoUsQLazTCxtEx/trftOhVpnMP/2OvvMQVAJJoQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + peerDependencies: + '@angular/compiler': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.15 + karma: ^6.4.0 + less: ^4.2.0 + ng-packagr: ^20.0.0 + postcss: ^8.4.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + vitest: ^3.1.1 + peerDependenciesMeta: + '@angular/core': + optional: true + '@angular/localize': + optional: true + '@angular/platform-browser': + optional: true + '@angular/platform-server': + optional: true + '@angular/service-worker': + optional: true + '@angular/ssr': + optional: true + karma: + optional: true + less: + optional: true + ng-packagr: + optional: true + postcss: + optional: true + tailwindcss: + optional: true + vitest: + optional: true + '@angular/build@21.0.3': resolution: {integrity: sha512-3h2s0Igruei1RB/Hmu7nwbKvjJQ2ykNaiicXYuS2muWUBhDg+lm0QsGTGXrQV2BD0M9YdHU4Byh9upiZgMYpjA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} @@ -2629,9 +2750,9 @@ packages: vitest: optional: true - '@angular/cli@19.2.19': - resolution: {integrity: sha512-e9tAzFNOL4mMWfMnpC9Up83OCTOp2siIj8W41FCp8jfoEnw79AXDDLh3d70kOayiObchksTJVShslTogLUyhMw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/cli@20.3.15': + resolution: {integrity: sha512-OgPMhXtNLXds0wIw6YU5/X3dU8TlAZbmPy6LYHs9ifF8K4pXpbm27vWGSZhUevSf66dMvfz8wB/aE2e0s2e5Ng==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true '@angular/cli@21.0.5': @@ -2639,11 +2760,11 @@ packages: engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@19.2.18': - resolution: {integrity: sha512-CrV02Omzw/QtfjlEVXVPJVXipdx83NuA+qSASZYrxrhKFusUZyK3P/Zznqg+wiAeNDbedQwMUVqoAARHf0xQrw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/common@20.3.16': + resolution: {integrity: sha512-GRAziNlntwdnJy3F+8zCOvDdy7id0gITjDnM6P9+n2lXvtDuBLGJKU3DWBbvxcCjtD6JK/g/rEX5fbCxbUHkQQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 19.2.18 + '@angular/core': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/common@21.0.5': @@ -2653,13 +2774,16 @@ packages: '@angular/core': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@19.2.18': - resolution: {integrity: sha512-N4TMtLfImJIoMaRL6mx7885UBeQidywptHH6ACZj71Ar6++DBc1mMlcwuvbeJCd3r3y8MQ5nLv5PZSN/tHr13w==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler-cli@20.3.16': + resolution: {integrity: sha512-l3xF/fXfJAl/UrNnH9Ufkr79myjMgXdHq1mmmph2UnpeqilRB1b8lC9sLBV9MipQHVn3dwocxMIvtrcryfOaXw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.18 - typescript: '>=5.5 <5.9' + '@angular/compiler': 20.3.16 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + typescript: + optional: true '@angular/compiler-cli@21.0.8': resolution: {integrity: sha512-+i/wFvi5FTg47Ei+aiFf8j3iYfjQ79ieg8oJM86+Mw4bNwEKQqvWcpmKjoqcfmCescuw0sr2DXU6OEeX+yWeVg==} @@ -2672,20 +2796,26 @@ packages: typescript: optional: true - '@angular/compiler@19.2.18': - resolution: {integrity: sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler@20.3.16': + resolution: {integrity: sha512-Pt9Ms9GwTThgzdxWBwMfN8cH1JEtQ2DK5dc2yxYtPSaD+WKmG9AVL1PrzIYQEbaKcWk2jxASUHpEWSlNiwo8uw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/compiler@21.0.8': resolution: {integrity: sha512-k/EPMuNvfn0eebEMmVcwhMlCWqzER/BEHVqTQCKsAAt7AuYZuluz7oR8Ypw96v3jbY+ZaH1ZvAzrK6URzryhOg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@19.2.18': - resolution: {integrity: sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/core@20.3.16': + resolution: {integrity: sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: + '@angular/compiler': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true + zone.js: + optional: true '@angular/core@21.0.7': resolution: {integrity: sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==} @@ -2700,13 +2830,13 @@ packages: zone.js: optional: true - '@angular/forms@19.2.18': - resolution: {integrity: sha512-pe40934jWhoS7DyGl7jyZdoj1gvBgur2t1zrJD+csEkTitYnW14+La2Pv6SW1pNX5nIzFsgsS9Nex1KcH5S6Tw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/forms@20.3.16': + resolution: {integrity: sha512-1yzbXpExTqATpVcqA3wGrq4ACFIP3mRxA4pbso5KoJU+/4JfzNFwLsDaFXKpm5uxwchVnj8KM2vPaDOkvtp7NA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/forms@21.0.5': @@ -2719,14 +2849,14 @@ packages: '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/platform-browser-dynamic@19.2.18': - resolution: {integrity: sha512-wqDtK2yVN5VDqVeOSOfqELdu40fyoIDknBGSxA27CEXzFVdMWJyIpuvUi+GMa+9eGjlS+1uVVBaRwxmnuvHj+A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser-dynamic@20.3.16': + resolution: {integrity: sha512-5mECCV9YeKH6ue239GXRTGeDSd/eTbM1j8dDejhm5cGnPBhTxRw4o+GgSrWTYtb6VmIYdwUGBTC+wCBphiaQ2A==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 '@angular/platform-browser-dynamic@21.0.5': resolution: {integrity: sha512-0P5vFSS6UhiU7IBeVqPEKmRhMtyQqyXGN9+zF7kLK8H0cx1j0eGVmHRsVuY2YKoVp97fXDIeVGSbO0t5ZcFhoA==} @@ -2737,13 +2867,13 @@ packages: '@angular/core': 21.0.5 '@angular/platform-browser': 21.0.5 - '@angular/platform-browser@19.2.18': - resolution: {integrity: sha512-eahtsHPyXTYLARs9YOlXhnXGgzw0wcyOcDkBvNWK/3lA0NHIgIHmQgXAmBo+cJ+g9skiEQTD2OmSrrwbFKWJkw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser@20.3.16': + resolution: {integrity: sha512-YsrLS6vyS77i4pVHg4gdSBW74qvzHjpQRTVQ5Lv/OxIjJdYYYkMmjNalCNgy1ZuyY6CaLIB11ccxhrNnxfKGOQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 19.2.18 - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 + '@angular/animations': 20.3.16 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 peerDependenciesMeta: '@angular/animations': optional: true @@ -2759,14 +2889,14 @@ packages: '@angular/animations': optional: true - '@angular/platform-server@19.2.18': - resolution: {integrity: sha512-AWxrnFkO4VP10oePIIBTbICMroCgqfiBLOp1lUzDU55NRz/h+o6se9nFvux02tyakBVHkJTXewbQeZJ1xNERkQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-server@20.3.16': + resolution: {integrity: sha512-LxQscYd3UCWV8H3sdlnM05UB60MZVuVsdsHvXdkJ9+WOQjVDN1l1rYhj2aDL/5KkaRd/nqo0yFRnVjwceXDJhQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/platform-server@21.0.5': @@ -2779,13 +2909,13 @@ packages: '@angular/platform-browser': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@19.2.18': - resolution: {integrity: sha512-7cimxtPODSwokFQ0TRYzX0ad8Yjrl0MJfzaDCJejd1n/q7RZ7KZmHd0DS/LkDNXVMEh4swr00fK+3YWG/Szsrg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/router@20.3.16': + resolution: {integrity: sha512-e1LiQFZaajKqc00cY5FboIrWJZSMnZ64GDp5R0UejritYrqorQQQNOqP1W85BMuY2owibMmxVfX+dJg/Mc8PuQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@aspnet/signalr@1.0.27': @@ -2803,10 +2933,6 @@ packages: resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.28.5': - resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.28.6': resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} engines: {node: '>=6.9.0'} @@ -2815,8 +2941,8 @@ packages: resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.9': - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} engines: {node: '>=6.9.0'} '@babel/core@7.28.4': @@ -2834,10 +2960,6 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.28.3': resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} @@ -3057,12 +3179,6 @@ packages: peerDependencies: '@babel/core': ^7.13.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3': - resolution: {integrity: sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6': resolution: {integrity: sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==} engines: {node: '>=6.9.0'} @@ -3119,12 +3235,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.27.1': - resolution: {integrity: sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.28.6': resolution: {integrity: sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==} engines: {node: '>=6.9.0'} @@ -3137,12 +3247,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.27.1': - resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.28.6': resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} engines: {node: '>=6.9.0'} @@ -3273,12 +3377,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.28.5': - resolution: {integrity: sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.28.6': resolution: {integrity: sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==} engines: {node: '>=6.9.0'} @@ -3291,12 +3389,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.27.1': - resolution: {integrity: sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.28.6': resolution: {integrity: sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==} engines: {node: '>=6.9.0'} @@ -3309,36 +3401,18 @@ packages: peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-class-static-block@7.28.3': - resolution: {integrity: sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - '@babel/plugin-transform-class-static-block@7.28.6': resolution: {integrity: sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.28.4': - resolution: {integrity: sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-classes@7.28.6': resolution: {integrity: sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-computed-properties@7.27.1': - resolution: {integrity: sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-computed-properties@7.28.6': resolution: {integrity: sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==} engines: {node: '>=6.9.0'} @@ -3351,12 +3425,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-dotall-regex@7.27.1': - resolution: {integrity: sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-dotall-regex@7.28.6': resolution: {integrity: sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==} engines: {node: '>=6.9.0'} @@ -3369,12 +3437,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1': - resolution: {integrity: sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6': resolution: {integrity: sha512-5suVoXjC14lUN6ZL9OLKIHCNVWCrqGqlmEp/ixdXjvgnEl/kauLvvMO/Xw9NyMc95Joj1AeLVPVMvibBgSoFlA==} engines: {node: '>=6.9.0'} @@ -3387,12 +3449,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.0': - resolution: {integrity: sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.6': resolution: {integrity: sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==} engines: {node: '>=6.9.0'} @@ -3405,12 +3461,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.28.5': - resolution: {integrity: sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.28.6': resolution: {integrity: sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==} engines: {node: '>=6.9.0'} @@ -3441,12 +3491,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.27.1': - resolution: {integrity: sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.28.6': resolution: {integrity: sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==} engines: {node: '>=6.9.0'} @@ -3459,12 +3503,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.28.5': - resolution: {integrity: sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.28.6': resolution: {integrity: sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==} engines: {node: '>=6.9.0'} @@ -3519,24 +3557,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1': - resolution: {integrity: sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6': resolution: {integrity: sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.27.1': - resolution: {integrity: sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.28.6': resolution: {integrity: sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==} engines: {node: '>=6.9.0'} @@ -3549,12 +3575,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.28.4': - resolution: {integrity: sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.28.6': resolution: {integrity: sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==} engines: {node: '>=6.9.0'} @@ -3567,24 +3587,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-catch-binding@7.27.1': - resolution: {integrity: sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-catch-binding@7.28.6': resolution: {integrity: sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.28.5': - resolution: {integrity: sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.28.6': resolution: {integrity: sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==} engines: {node: '>=6.9.0'} @@ -3603,24 +3611,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.27.1': - resolution: {integrity: sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.28.6': resolution: {integrity: sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.27.1': - resolution: {integrity: sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.28.6': resolution: {integrity: sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==} engines: {node: '>=6.9.0'} @@ -3669,24 +3665,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.28.4': - resolution: {integrity: sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.28.6': resolution: {integrity: sha512-eZhoEZHYQLL5uc1gS5e9/oTknS0sSSAtd5TkKMUp3J+S/CaUjagc0kOUPsEbDmMeva0nC3WWl4SxVY6+OBuxfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regexp-modifiers@7.27.1': - resolution: {integrity: sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-regexp-modifiers@7.28.6': resolution: {integrity: sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==} engines: {node: '>=6.9.0'} @@ -3705,12 +3689,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.26.10': - resolution: {integrity: sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.28.3': resolution: {integrity: sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==} engines: {node: '>=6.9.0'} @@ -3729,12 +3707,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-spread@7.27.1': - resolution: {integrity: sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-spread@7.28.6': resolution: {integrity: sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==} engines: {node: '>=6.9.0'} @@ -3771,12 +3743,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-property-regex@7.27.1': - resolution: {integrity: sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-property-regex@7.28.6': resolution: {integrity: sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==} engines: {node: '>=6.9.0'} @@ -3789,24 +3755,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-sets-regex@7.27.1': - resolution: {integrity: sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-unicode-sets-regex@7.28.6': resolution: {integrity: sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.26.9': - resolution: {integrity: sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/preset-env@7.28.3': resolution: {integrity: sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==} engines: {node: '>=6.9.0'} @@ -3846,6 +3800,10 @@ packages: resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.4': resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} @@ -4027,6 +3985,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/aix-ppc64@0.26.0': resolution: {integrity: sha512-hj0sKNCQOOo2fgyII3clmJXP28VhgDfU5iy3GNHlWO76KG6N7x4D9ezH5lJtQTG+1J6MFDAJXC1qsI+W+LvZoA==} engines: {node: '>=18'} @@ -4051,6 +4015,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm64@0.26.0': resolution: {integrity: sha512-DDnoJ5eoa13L8zPh87PUlRd/IyFaIKOlRbxiwcSbeumcJ7UZKdtuMCHa1Q27LWQggug6W4m28i4/O2qiQQ5NZQ==} engines: {node: '>=18'} @@ -4075,6 +4045,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-arm@0.26.0': resolution: {integrity: sha512-C0hkDsYNHZkBtPxxDx177JN90/1MiCpvBNjz1f5yWJo1+5+c5zr8apjastpEG+wtPjo9FFtGG7owSsAxyKiHxA==} engines: {node: '>=18'} @@ -4099,6 +4075,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/android-x64@0.26.0': resolution: {integrity: sha512-bKDkGXGZnj0T70cRpgmv549x38Vr2O3UWLbjT2qmIkdIWcmlg8yebcFWoT9Dku7b5OV3UqPEuNKRzlNhjwUJ9A==} engines: {node: '>=18'} @@ -4123,6 +4105,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-arm64@0.26.0': resolution: {integrity: sha512-6Z3naJgOuAIB0RLlJkYc81An3rTlQ/IeRdrU3dOea8h/PvZSgitZV+thNuIccw0MuK1GmIAnAmd5TrMZad8FTQ==} engines: {node: '>=18'} @@ -4147,6 +4135,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/darwin-x64@0.26.0': resolution: {integrity: sha512-OPnYj0zpYW0tHusMefyaMvNYQX5pNQuSsHFTHUBNp3vVXupwqpxofcjVsUx11CQhGVkGeXjC3WLjh91hgBG2xw==} engines: {node: '>=18'} @@ -4171,6 +4165,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-arm64@0.26.0': resolution: {integrity: sha512-jix2fa6GQeZhO1sCKNaNMjfj5hbOvoL2F5t+w6gEPxALumkpOV/wq7oUBMHBn2hY2dOm+mEV/K+xfZy3mrsxNQ==} engines: {node: '>=18'} @@ -4195,6 +4195,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/freebsd-x64@0.26.0': resolution: {integrity: sha512-tccJaH5xHJD/239LjbVvJwf6T4kSzbk6wPFerF0uwWlkw/u7HL+wnAzAH5GB2irGhYemDgiNTp8wJzhAHQ64oA==} engines: {node: '>=18'} @@ -4219,6 +4225,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm64@0.26.0': resolution: {integrity: sha512-IMJYN7FSkLttYyTbsbme0Ra14cBO5z47kpamo16IwggzzATFY2lcZAwkbcNkWiAduKrTgFJP7fW5cBI7FzcuNQ==} engines: {node: '>=18'} @@ -4243,6 +4255,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-arm@0.26.0': resolution: {integrity: sha512-JY8NyU31SyRmRpuc5W8PQarAx4TvuYbyxbPIpHAZdr/0g4iBr8KwQBS4kiiamGl2f42BBecHusYCsyxi7Kn8UQ==} engines: {node: '>=18'} @@ -4267,6 +4285,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-ia32@0.26.0': resolution: {integrity: sha512-XITaGqGVLgk8WOHw8We9Z1L0lbLFip8LyQzKYFKO4zFo1PFaaSKsbNjvkb7O8kEXytmSGRkYpE8LLVpPJpsSlw==} engines: {node: '>=18'} @@ -4297,6 +4321,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-loong64@0.26.0': resolution: {integrity: sha512-MkggfbDIczStUJwq9wU7gQ7kO33d8j9lWuOCDifN9t47+PeI+9m2QVh51EI/zZQ1spZtFMC1nzBJ+qNGCjJnsg==} engines: {node: '>=18'} @@ -4321,6 +4351,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-mips64el@0.26.0': resolution: {integrity: sha512-fUYup12HZWAeccNLhQ5HwNBPr4zXCPgUWzEq2Rfw7UwqwfQrFZ0SR/JljaURR8xIh9t+o1lNUFTECUTmaP7yKA==} engines: {node: '>=18'} @@ -4345,6 +4381,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-ppc64@0.26.0': resolution: {integrity: sha512-MzRKhM0Ip+//VYwC8tialCiwUQ4G65WfALtJEFyU0GKJzfTYoPBw5XNWf0SLbCUYQbxTKamlVwPmcw4DgZzFxg==} engines: {node: '>=18'} @@ -4369,6 +4411,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-riscv64@0.26.0': resolution: {integrity: sha512-QhCc32CwI1I4Jrg1enCv292sm3YJprW8WHHlyxJhae/dVs+KRWkbvz2Nynl5HmZDW/m9ZxrXayHzjzVNvQMGQA==} engines: {node: '>=18'} @@ -4393,6 +4441,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-s390x@0.26.0': resolution: {integrity: sha512-1D6vi6lfI18aNT1aTf2HV+RIlm6fxtlAp8eOJ4mmnbYmZ4boz8zYDar86sIYNh0wmiLJEbW/EocaKAX6Yso2fw==} engines: {node: '>=18'} @@ -4417,6 +4471,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/linux-x64@0.26.0': resolution: {integrity: sha512-rnDcepj7LjrKFvZkx+WrBv6wECeYACcFjdNPvVPojCPJD8nHpb3pv3AuR9CXgdnjH1O23btICj0rsp0L9wAnHA==} engines: {node: '>=18'} @@ -4435,6 +4495,12 @@ packages: cpu: [arm64] os: [netbsd] + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-arm64@0.26.0': resolution: {integrity: sha512-FSWmgGp0mDNjEXXFcsf12BmVrb+sZBBBlyh3LwB/B9ac3Kkc8x5D2WimYW9N7SUkolui8JzVnVlWh7ZmjCpnxw==} engines: {node: '>=18'} @@ -4459,6 +4525,12 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/netbsd-x64@0.26.0': resolution: {integrity: sha512-0QfciUDFryD39QoSPUDshj4uNEjQhp73+3pbSAaxjV2qGOEDsM67P7KbJq7LzHoVl46oqhIhJ1S+skKGR7lMXA==} engines: {node: '>=18'} @@ -4477,6 +4549,12 @@ packages: cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-arm64@0.26.0': resolution: {integrity: sha512-vmAK+nHhIZWImwJ3RNw9hX3fU4UGN/OqbSE0imqljNbUQC3GvVJ1jpwYoTfD6mmXmQaxdJY6Hn4jQbLGJKg5Yw==} engines: {node: '>=18'} @@ -4501,12 +4579,24 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/openbsd-x64@0.26.0': resolution: {integrity: sha512-GPXF7RMkJ7o9bTyUsnyNtrFMqgM3X+uM/LWw4CeHIjqc32fm0Ir6jKDnWHpj8xHFstgWDUYseSABK9KCkHGnpg==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/openharmony-arm64@0.26.0': resolution: {integrity: sha512-nUHZ5jEYqbBthbiBksbmHTlbb5eElyVfs/s1iHQ8rLBq1eWsd5maOnDpCocw1OM8kFK747d1Xms8dXJHtduxSw==} engines: {node: '>=18'} @@ -4531,6 +4621,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/sunos-x64@0.26.0': resolution: {integrity: sha512-TMg3KCTCYYaVO+R6P5mSORhcNDDlemUVnUbb8QkboUtOhb5JWKAzd5uMIMECJQOxHZ/R+N8HHtDF5ylzLfMiLw==} engines: {node: '>=18'} @@ -4555,6 +4651,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-arm64@0.26.0': resolution: {integrity: sha512-apqYgoAUd6ZCb9Phcs8zN32q6l0ZQzQBdVXOofa6WvHDlSOhwCWgSfVQabGViThS40Y1NA4SCvQickgZMFZRlA==} engines: {node: '>=18'} @@ -4579,6 +4681,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-ia32@0.26.0': resolution: {integrity: sha512-FGJAcImbJNZzLWu7U6WB0iKHl4RuY4TsXEwxJPl9UZLS47agIZuILZEX3Pagfw7I4J3ddflomt9f0apfaJSbaw==} engines: {node: '>=18'} @@ -4603,6 +4711,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@esbuild/win32-x64@0.26.0': resolution: {integrity: sha512-WAckBKaVnmFqbEhbymrPK7M086DQMpL1XoRbpmN0iW8k5JSXjDRQBhcZNa0VweItknLq9eAeCL34jK7/CDcw7A==} engines: {node: '>=18'} @@ -4763,6 +4877,15 @@ packages: '@types/node': optional: true + '@inquirer/confirm@5.1.14': + resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/confirm@5.1.19': resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} engines: {node: '>=18'} @@ -4857,8 +4980,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.3.2': - resolution: {integrity: sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==} + '@inquirer/prompts@7.8.2': + resolution: {integrity: sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4902,10 +5025,6 @@ packages: '@types/node': optional: true - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@3.0.10': resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==} engines: {node: '>=18'} @@ -5084,11 +5203,12 @@ packages: '@lezer/lr@1.4.2': resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} - '@listr2/prompt-adapter-inquirer@2.0.18': - resolution: {integrity: sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==} - engines: {node: '>=18.0.0'} + '@listr2/prompt-adapter-inquirer@3.0.1': + resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' + listr2: 9.0.1 '@listr2/prompt-adapter-inquirer@3.0.5': resolution: {integrity: sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==} @@ -5107,6 +5227,11 @@ packages: cpu: [arm64] os: [darwin] + '@lmdb/lmdb-darwin-arm64@3.4.2': + resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} + cpu: [arm64] + os: [darwin] + '@lmdb/lmdb-darwin-arm64@3.4.3': resolution: {integrity: sha512-zR6Y45VNtW5s+A+4AyhrJk0VJKhXdkLhrySCpCu7PSdnakebsOzNxf58p5Xoq66vOSuueGAxlqDAF49HwdrSTQ==} cpu: [arm64] @@ -5122,6 +5247,11 @@ packages: cpu: [x64] os: [darwin] + '@lmdb/lmdb-darwin-x64@3.4.2': + resolution: {integrity: sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==} + cpu: [x64] + os: [darwin] + '@lmdb/lmdb-darwin-x64@3.4.3': resolution: {integrity: sha512-nfGm5pQksBGfaj9uMbjC0YyQreny/Pl7mIDtHtw6g7WQuCgeLullr9FNRsYyKplaEJBPrCVpEjpAznxTBIrXBw==} cpu: [x64] @@ -5137,6 +5267,11 @@ packages: cpu: [arm64] os: [linux] + '@lmdb/lmdb-linux-arm64@3.4.2': + resolution: {integrity: sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==} + cpu: [arm64] + os: [linux] + '@lmdb/lmdb-linux-arm64@3.4.3': resolution: {integrity: sha512-uX9eaPqWb740wg5D3TCvU/js23lSRSKT7lJrrQ8IuEG/VLgpPlxO3lHDywU44yFYdGS7pElBn6ioKFKhvALZlw==} cpu: [arm64] @@ -5152,6 +5287,11 @@ packages: cpu: [arm] os: [linux] + '@lmdb/lmdb-linux-arm@3.4.2': + resolution: {integrity: sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==} + cpu: [arm] + os: [linux] + '@lmdb/lmdb-linux-arm@3.4.3': resolution: {integrity: sha512-Kjqomp7i0rgSbYSUmv9JnXpS55zYT/YcW3Bdf9oqOTjcH0/8tFAP8MLhu/i9V2pMKIURDZk63Ww49DTK0T3c/Q==} cpu: [arm] @@ -5167,11 +5307,21 @@ packages: cpu: [x64] os: [linux] + '@lmdb/lmdb-linux-x64@3.4.2': + resolution: {integrity: sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==} + cpu: [x64] + os: [linux] + '@lmdb/lmdb-linux-x64@3.4.3': resolution: {integrity: sha512-7/8l20D55CfwdMupkc3fNxNJdn4bHsti2X0cp6PwiXlLeSFvAfWs5kCCx+2Cyje4l4GtN//LtKWjTru/9hDJQg==} cpu: [x64] os: [linux] + '@lmdb/lmdb-win32-arm64@3.4.2': + resolution: {integrity: sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==} + cpu: [arm64] + os: [win32] + '@lmdb/lmdb-win32-arm64@3.4.3': resolution: {integrity: sha512-yWVR0e5Gl35EGJBsAuqPOdjtUYuN8CcTLKrqpQFoM+KsMadViVCulhKNhkcjSGJB88Am5bRPjMro4MBB9FS23Q==} cpu: [arm64] @@ -5187,6 +5337,11 @@ packages: cpu: [x64] os: [win32] + '@lmdb/lmdb-win32-x64@3.4.2': + resolution: {integrity: sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==} + cpu: [x64] + os: [win32] + '@lmdb/lmdb-win32-x64@3.4.3': resolution: {integrity: sha512-1JdBkcO0Vrua4LUgr4jAe4FUyluwCeq/pDkBrlaVjX3/BBWP1TzVjCL+TibWNQtPAL1BITXPAhlK5Ru4FBd/hg==} cpu: [x64] @@ -5351,12 +5506,12 @@ packages: '@napi-rs/wasm-runtime@1.1.0': resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} - '@ngtools/webpack@19.2.19': - resolution: {integrity: sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@ngtools/webpack@20.3.15': + resolution: {integrity: sha512-7bH91SdVN9xawMg4G+OoQG+nFz9/huUXx/MptR5iOsuRUpNo3PQwMNr07VTRV8o4YAtTTRIf2Yam4fNkb3rRAg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - typescript: '>=5.5 <5.9' + '@angular/compiler-cli': ^20.0.0 + typescript: '>=5.8 <6.0' webpack: ^5.54.0 '@ngtools/webpack@21.0.3': @@ -5382,26 +5537,14 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/agent@3.0.0': - resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/agent@4.0.0': resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/fs@4.0.0': - resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/fs@5.0.0': resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@6.0.3': - resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/git@7.0.1': resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5411,18 +5554,15 @@ packages: engines: {node: ^18.17.0 || >=20.5.0} hasBin: true - '@npmcli/node-gyp@4.0.0': - resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/installed-package-contents@4.0.0': + resolution: {integrity: sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true '@npmcli/node-gyp@5.0.0': resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@6.1.1': - resolution: {integrity: sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/package-json@7.0.4': resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5435,10 +5575,6 @@ packages: resolution: {integrity: sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/redact@3.2.0': - resolution: {integrity: sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/redact@4.0.0': resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5447,10 +5583,6 @@ packages: resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@9.1.0': - resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@nrwl/devkit@18.3.4': resolution: {integrity: sha512-Fty9Huqm12OYueU3uLJl3uvBUl5BvEyPfvw8+rLiNx9iftdEattM8C+268eAbIRRSLSOVXlWsJH4brlc6QZYYw==} @@ -6133,6 +6265,11 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.52.3': + resolution: {integrity: sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm-eabi@4.53.3': resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==} cpu: [arm] @@ -6148,6 +6285,11 @@ packages: cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.52.3': + resolution: {integrity: sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==} + cpu: [arm64] + os: [android] + '@rollup/rollup-android-arm64@4.53.3': resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==} cpu: [arm64] @@ -6163,6 +6305,11 @@ packages: cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.52.3': + resolution: {integrity: sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-arm64@4.53.3': resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==} cpu: [arm64] @@ -6178,6 +6325,11 @@ packages: cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.52.3': + resolution: {integrity: sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.53.3': resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==} cpu: [x64] @@ -6188,6 +6340,11 @@ packages: cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.52.3': + resolution: {integrity: sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.53.3': resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==} cpu: [arm64] @@ -6198,6 +6355,11 @@ packages: cpu: [x64] os: [freebsd] + '@rollup/rollup-freebsd-x64@4.52.3': + resolution: {integrity: sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==} + cpu: [x64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.53.3': resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==} cpu: [x64] @@ -6213,6 +6375,11 @@ packages: cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': + resolution: {integrity: sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.53.3': resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==} cpu: [arm] @@ -6228,6 +6395,11 @@ packages: cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.52.3': + resolution: {integrity: sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.53.3': resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==} cpu: [arm] @@ -6243,6 +6415,11 @@ packages: cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.52.3': + resolution: {integrity: sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.53.3': resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==} cpu: [arm64] @@ -6258,11 +6435,21 @@ packages: cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.52.3': + resolution: {integrity: sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.53.3': resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-loong64-gnu@4.52.3': + resolution: {integrity: sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==} + cpu: [loong64] + os: [linux] + '@rollup/rollup-linux-loong64-gnu@4.53.3': resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} cpu: [loong64] @@ -6283,6 +6470,11 @@ packages: cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-ppc64-gnu@4.52.3': + resolution: {integrity: sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-ppc64-gnu@4.53.3': resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==} cpu: [ppc64] @@ -6298,11 +6490,21 @@ packages: cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.52.3': + resolution: {integrity: sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.53.3': resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.52.3': + resolution: {integrity: sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.53.3': resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} cpu: [riscv64] @@ -6318,6 +6520,11 @@ packages: cpu: [s390x] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.52.3': + resolution: {integrity: sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.53.3': resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==} cpu: [s390x] @@ -6333,6 +6540,11 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.52.3': + resolution: {integrity: sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.53.3': resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==} cpu: [x64] @@ -6348,11 +6560,21 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.52.3': + resolution: {integrity: sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.53.3': resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==} cpu: [x64] os: [linux] + '@rollup/rollup-openharmony-arm64@4.52.3': + resolution: {integrity: sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==} + cpu: [arm64] + os: [openharmony] + '@rollup/rollup-openharmony-arm64@4.53.3': resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} cpu: [arm64] @@ -6368,6 +6590,11 @@ packages: cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.52.3': + resolution: {integrity: sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.53.3': resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==} cpu: [arm64] @@ -6383,11 +6610,21 @@ packages: cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.52.3': + resolution: {integrity: sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.53.3': resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-x64-gnu@4.52.3': + resolution: {integrity: sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-gnu@4.53.3': resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} cpu: [x64] @@ -6403,6 +6640,11 @@ packages: cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.52.3': + resolution: {integrity: sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.53.3': resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==} cpu: [x64] @@ -6420,58 +6662,34 @@ packages: resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@schematics/angular@19.2.19': - resolution: {integrity: sha512-6/0pvbPCY4UHeB4lnM/5r250QX5gcLgOYbR5FdhFu+22mOPHfWpRc5tNuY9kCephDHzAHjo6fTW1vefOOmA4jw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@20.3.15': + resolution: {integrity: sha512-WkhW1HO8pA8JT8e27tvjQHQg8eO5KaOz+WsGkN00RyL5DwHgPSzu4a3eYug+b3rW7OGFub7jadXBuGSrzqgonA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@21.0.5': resolution: {integrity: sha512-uNBIilq5bGnln3D7Nbm3/K+Ot++eGj4rygU0DCw//IZiTQU/iSyF3UAsN++iRetu/OMs+97T/RoGPjD22ryiZg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@sigstore/bundle@3.1.0': - resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/bundle@4.0.0': resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@2.0.0': - resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/core@3.0.0': resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/protobuf-specs@0.4.1': - resolution: {integrity: sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@3.1.0': - resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.0.1': resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@3.1.1': - resolution: {integrity: sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/tuf@4.0.0': resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@2.1.1': - resolution: {integrity: sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/verify@3.0.0': resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6479,10 +6697,6 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@sindresorhus/merge-streams@2.3.0': - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} - '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -6762,10 +6976,6 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@3.0.1': - resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@tufjs/models@4.0.0': resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6914,12 +7124,12 @@ packages: '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} - '@types/jasmine@2.8.24': - resolution: {integrity: sha512-AUiYOhMC7FV7risPijqkhCetw8Ar2Hk3Y5YOCBWRCAYd3KJX/nF13aF2xyRe4E4QH7fKo8fZWmX/V7lb6rZhMA==} - '@types/jasmine@5.1.4': resolution: {integrity: sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} + '@types/jest@29.5.14': resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} @@ -6983,6 +7193,9 @@ packages: '@types/node@20.14.5': resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} + '@types/node@24.1.0': + resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -7658,10 +7871,6 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - abbrev@3.0.1: - resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} - engines: {node: ^18.17.0 || >=20.5.0} - abbrev@4.0.0: resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -7800,6 +8009,10 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + algoliasearch@5.35.0: + resolution: {integrity: sha512-Y+moNhsqgLmvJdgTsO4GZNgsaDWv8AOGAaPeIeHKlDn/XunoAqYbA+XNpBd1dW8GOXAUDyxC9Rxc7AV4kpFcIg==} + engines: {node: '>= 14.0.0'} + algoliasearch@5.40.1: resolution: {integrity: sha512-iUNxcXUNg9085TJx0HJLjqtDE0r1RZ0GOGrt8KNQqQT5ugu8lZsHuMUYW/e0lHhq6xBvmktU9Bw4CXP9VQeKrg==} engines: {node: '>= 14.0.0'} @@ -8178,13 +8391,6 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.21: resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} @@ -8261,13 +8467,6 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5.61.0' - babel-loader@9.2.1: - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} - peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' - babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} @@ -8307,11 +8506,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.13.0: resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: @@ -8672,10 +8866,6 @@ packages: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} - cacache@19.0.1: - resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} - engines: {node: ^18.17.0 || >=20.5.0} - cacache@20.0.3: resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -9117,6 +9307,10 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} + engines: {node: '>=20'} + commander@2.11.0: resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} @@ -9254,12 +9448,6 @@ packages: copy-props@2.0.5: resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} - copy-webpack-plugin@12.0.2: - resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} - engines: {node: '>= 18.12.0'} - peerDependencies: - webpack: ^5.1.0 - copy-webpack-plugin@13.0.1: resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} engines: {node: '>= 18.12.0'} @@ -10191,6 +10379,9 @@ packages: es-module-lexer@1.5.4: resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} + es-module-lexer@2.0.0: + resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} + es-object-atoms@1.0.0: resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} engines: {node: '>= 0.4'} @@ -10361,8 +10552,8 @@ packages: cpu: [x64] os: [sunos] - esbuild-wasm@0.25.4: - resolution: {integrity: sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ==} + esbuild-wasm@0.25.9: + resolution: {integrity: sha512-Jpv5tCSwQg18aCqCRD3oHIX/prBhXMDapIoG//A+6+dV0e7KQMGFg85ihJ5T1EeMjbZjON3TqFy0VrGAnIHLDA==} engines: {node: '>=18'} hasBin: true @@ -10409,6 +10600,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} + engines: {node: '>=18'} + hasBin: true + esbuild@0.26.0: resolution: {integrity: sha512-3Hq7jri+tRrVWha+ZeIVhl4qJRha/XjRNSopvTsOaCvfPHrflTYTcUFcEjMKdxofsXXsdc4zjg5NOTnL4Gl57Q==} engines: {node: '>=18'} @@ -11067,9 +11263,9 @@ packages: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} - find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + find-cache-directory@6.0.0: + resolution: {integrity: sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==} + engines: {node: '>=20'} find-up-simple@1.0.1: resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} @@ -11091,10 +11287,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - findup-sync@2.0.0: resolution: {integrity: sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==} engines: {node: '>= 0.10'} @@ -11514,10 +11706,6 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} - globby@14.1.0: - resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} - engines: {node: '>=18'} - globby@5.0.0: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} @@ -11896,10 +12084,6 @@ packages: resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} engines: {node: ^16.14.0 || >=18.0.0} - hosted-git-info@8.1.0: - resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} - engines: {node: ^18.17.0 || >=20.5.0} - hosted-git-info@9.0.2: resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12130,10 +12314,6 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - ignore-walk@7.0.0: - resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ignore-walk@8.0.0: resolution: {integrity: sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12700,6 +12880,10 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + is-unicode-supported@2.1.0: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} @@ -13073,10 +13257,6 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@4.0.0: - resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} - engines: {node: ^18.17.0 || >=20.5.0} - json-parse-even-better-errors@5.0.0: resolution: {integrity: sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13280,19 +13460,6 @@ packages: resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} engines: {node: '>=10.13.0'} - less-loader@12.2.0: - resolution: {integrity: sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==} - engines: {node: '>= 18.12.0'} - peerDependencies: - '@rspack/core': 0.x || 1.x - less: ^3.5.0 || ^4.0.0 - webpack: ^5.0.0 - peerDependenciesMeta: - '@rspack/core': - optional: true - webpack: - optional: true - less-loader@12.3.0: resolution: {integrity: sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==} engines: {node: '>= 18.12.0'} @@ -13306,9 +13473,9 @@ packages: webpack: optional: true - less@4.2.2: - resolution: {integrity: sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==} - engines: {node: '>=6'} + less@4.4.0: + resolution: {integrity: sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==} + engines: {node: '>=14'} hasBin: true less@4.4.2: @@ -13441,6 +13608,10 @@ packages: resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} engines: {node: '>=18.0.0'} + listr2@9.0.1: + resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + engines: {node: '>=20.0.0'} + listr2@9.0.5: resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} engines: {node: '>=20.0.0'} @@ -13453,6 +13624,10 @@ packages: resolution: {integrity: sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ==} hasBin: true + lmdb@3.4.2: + resolution: {integrity: sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==} + hasBin: true + lmdb@3.4.3: resolution: {integrity: sha512-GWV1kVi6uhrXWqe+3NXWO73OYe8fto6q8JMo0HOpk1vf8nEyFWgo4CSNJpIFzsOxOrysVUlcO48qRbQfmKd1gA==} hasBin: true @@ -13493,10 +13668,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} @@ -13580,6 +13751,10 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} + log-symbols@6.0.0: + resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} + engines: {node: '>=18'} + log-symbols@7.0.1: resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==} engines: {node: '>=18'} @@ -13680,6 +13855,9 @@ packages: magic-string@0.30.19: resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} @@ -13695,10 +13873,6 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@14.0.3: - resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - make-fetch-happen@15.0.3: resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13964,12 +14138,6 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - mini-css-extract-plugin@2.9.2: - resolution: {integrity: sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - mini-css-extract-plugin@2.9.4: resolution: {integrity: sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==} engines: {node: '>= 12.13.0'} @@ -14020,10 +14188,6 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@4.0.1: - resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} - engines: {node: ^18.17.0 || >=20.5.0} - minipass-fetch@5.0.0: resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14159,10 +14323,6 @@ packages: resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} engines: {node: '>= 0.10'} - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - mute-stream@2.0.0: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -14247,6 +14407,19 @@ packages: tailwindcss: optional: true + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + hasBin: true + peerDependencies: + '@angular/compiler-cli': ^20.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + tailwindcss: + optional: true + nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -14291,11 +14464,6 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@11.2.0: - resolution: {integrity: sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - node-gyp@12.1.0: resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14345,11 +14513,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - nopt@8.1.0: - resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - nopt@9.0.0: resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14386,9 +14549,9 @@ packages: resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} engines: {node: ^18.17.0 || >=20.5.0} - npm-install-checks@7.1.1: - resolution: {integrity: sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-bundled@5.0.0: + resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} + engines: {node: ^20.17.0 || >=22.9.0} npm-install-checks@8.0.0: resolution: {integrity: sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==} @@ -14406,9 +14569,9 @@ packages: resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==} engines: {node: ^16.14.0 || >=18.0.0} - npm-package-arg@12.0.2: - resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@13.0.0: + resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} + engines: {node: ^20.17.0 || >=22.9.0} npm-package-arg@13.0.1: resolution: {integrity: sha512-6zqls5xFvJbgFjB1B2U6yITtyGBjDBORB7suI4zA4T/sZ1OmkMFlaQSNB/4K0LtXNA1t4OprAFxPisadK5O2ag==} @@ -14418,22 +14581,10 @@ packages: resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@9.0.0: - resolution: {integrity: sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==} - engines: {node: ^18.17.0 || >=20.5.0} - - npm-pick-manifest@10.0.0: - resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-pick-manifest@11.0.3: resolution: {integrity: sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==} engines: {node: ^20.17.0 || >=22.9.0} - npm-registry-fetch@18.0.2: - resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-registry-fetch@19.1.1: resolution: {integrity: sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14659,6 +14810,10 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} + ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} + engines: {node: '>=18'} + ora@9.0.0: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} @@ -14707,10 +14862,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -14723,10 +14874,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map@1.2.0: resolution: {integrity: sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==} engines: {node: '>=4'} @@ -14758,16 +14905,16 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@20.0.0: - resolution: {integrity: sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - pacote@21.0.3: resolution: {integrity: sha512-itdFlanxO0nmQv4ORsvA9K1wv40IPfB9OmWqfaJWvoJ30VKyHsqNgDVeG+TVhI7Gk7XW8slUy7cA9r6dF5qohw==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true + pacote@21.0.4: + resolution: {integrity: sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true + pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} @@ -14882,10 +15029,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -14942,10 +15085,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path-type@6.0.0: - resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} - engines: {node: '>=18'} - pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -15038,9 +15177,9 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + pkg-dir@8.0.0: + resolution: {integrity: sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==} + engines: {node: '>=18'} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -15194,10 +15333,6 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -15931,6 +16066,13 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rollup-plugin-dts@6.3.0: + resolution: {integrity: sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==} + engines: {node: '>=16'} + peerDependencies: + rollup: ^3.29.4 || ^4 + typescript: ^4.5 || ^5.0 + rollup@4.22.4: resolution: {integrity: sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -15941,6 +16083,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.52.3: + resolution: {integrity: sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rollup@4.53.3: resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -16272,6 +16419,11 @@ packages: engines: {node: '>=14.0.0'} hasBin: true + sass@1.90.0: + resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==} + engines: {node: '>=14.0.0'} + hasBin: true + sass@1.93.2: resolution: {integrity: sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==} engines: {node: '>=14.0.0'} @@ -16512,10 +16664,6 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@3.1.0: - resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} - engines: {node: ^18.17.0 || >=20.5.0} - sigstore@4.0.0: resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -16540,10 +16688,6 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} @@ -17100,10 +17244,6 @@ packages: '@swc/core': ^1.2.147 webpack: '>=2' - symbol-observable@4.0.0: - resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} - engines: {node: '>=0.10'} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -17173,7 +17313,7 @@ packages: tar@7.5.2: resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==} engines: {node: '>=18'} - deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me teex@1.0.1: resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} @@ -17201,6 +17341,22 @@ packages: uglify-js: optional: true + terser-webpack-plugin@5.3.16: + resolution: {integrity: sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + terser-webpack-plugin@5.3.9: resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} @@ -17237,6 +17393,11 @@ packages: engines: {node: '>=10'} hasBin: true + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} + engines: {node: '>=10'} + hasBin: true + terser@5.44.0: resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==} engines: {node: '>=10'} @@ -17362,6 +17523,10 @@ packages: tiny-invariant@1.3.3: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} @@ -17632,10 +17797,6 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@3.0.1: - resolution: {integrity: sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==} - engines: {node: ^18.17.0 || >=20.5.0} - tuf-js@4.0.0: resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17746,11 +17907,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} engines: {node: '>=14.17'} @@ -17806,6 +17962,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@7.8.0: + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} + undici@7.16.0: resolution: {integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==} engines: {node: '>=20.18.1'} @@ -17830,10 +17989,6 @@ packages: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicorn-magic@0.3.0: - resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} - engines: {node: '>=18'} - unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} @@ -17845,18 +18000,10 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-filename@4.0.0: - resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-filename@5.0.0: resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} engines: {node: ^20.17.0 || >=22.9.0} - unique-slug@5.0.0: - resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-slug@6.0.0: resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -18206,6 +18353,46 @@ packages: yaml: optional: true + vite@7.1.11: + resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vite@7.2.2: resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -18531,8 +18718,8 @@ packages: webpack-cli: optional: true - webpack@5.94.0: - resolution: {integrity: sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==} + webpack@5.104.1: + resolution: {integrity: sha512-Qphch25abbMNtekmEGJmeRUhLDbe+QfiWTiqpKYkpCOWY64v9eyl+KRRLmqOFA2AvKPpc9DC6+u2n76tQLBoaA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -18541,8 +18728,8 @@ packages: webpack-cli: optional: true - webpack@5.96.1: - resolution: {integrity: sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==} + webpack@5.94.0: + resolution: {integrity: sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -18551,8 +18738,8 @@ packages: webpack-cli: optional: true - webpack@5.98.0: - resolution: {integrity: sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==} + webpack@5.96.1: + resolution: {integrity: sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -18832,10 +19019,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yoctocolors-cjs@2.1.3: resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} engines: {node: '>=18'} @@ -18884,6 +19067,13 @@ snapshots: '@adobe/css-tools@4.4.1': {} + '@algolia/abtesting@1.1.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/abtesting@1.6.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18891,6 +19081,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-abtesting@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-abtesting@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18898,6 +19095,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-analytics@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-analytics@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18905,8 +19109,17 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-common@5.35.0': {} + '@algolia/client-common@5.40.1': {} + '@algolia/client-insights@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-insights@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18914,6 +19127,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-personalization@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-personalization@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18921,6 +19141,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-query-suggestions@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-query-suggestions@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18928,6 +19155,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-search@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-search@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18935,6 +19169,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/ingestion@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/ingestion@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18942,6 +19183,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/monitoring@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/monitoring@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18949,6 +19197,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/recommend@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/recommend@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18956,14 +19211,26 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/requester-browser-xhr@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-fetch@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-fetch@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-node-http@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-node-http@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18973,13 +19240,13 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.15.1(@angular-devkit/build-angular@19.2.19(37qxder3fzuural4vkp6f5qfee))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.44.1)(typescript@5.8.3)(yaml@2.8.1))': - dependencies: + ? '@analogjs/vite-plugin-angular@1.15.1(@angular-devkit/build-angular@20.3.15(tyqrcgeddbmvo5cayoyesyxwqe))(@angular/build@19.2.19(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(@angular/compiler@20.3.16)(@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@24.1.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.44.1)(typescript@5.8.3)(yaml@2.8.1))' + : dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 19.2.19(37qxder3fzuural4vkp6f5qfee) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.44.1)(typescript@5.8.3)(yaml@2.8.1) + '@angular-devkit/build-angular': 20.3.15(tyqrcgeddbmvo5cayoyesyxwqe) + '@angular/build': 19.2.19(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(@angular/compiler@20.3.16)(@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@24.1.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.44.1)(typescript@5.8.3)(yaml@2.8.1) '@angular-devkit/architect@0.1902.19(chokidar@4.0.1)': dependencies: @@ -18987,6 +19254,14 @@ snapshots: rxjs: 7.8.1 transitivePeerDependencies: - chokidar + optional: true + + '@angular-devkit/architect@0.2003.15(chokidar@4.0.1)': + dependencies: + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + rxjs: 7.8.2 + transitivePeerDependencies: + - chokidar '@angular-devkit/architect@0.2100.3(chokidar@4.0.1)': dependencies: @@ -19002,72 +19277,73 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@19.2.19(2d5z3y5cbxqmaehqzkittgqznm)': + '@angular-devkit/build-angular@20.3.15(owa5ndkpproh3rcwtiz5pkrwfq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.15(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.104.1(@swc/core@1.15.3)))(webpack@5.104.1(@swc/core@1.15.3)) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular/build': 20.3.15(57it5ftdfvb7be6r2u7iy5fysm) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.15(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.104.1(@swc/core@1.15.3)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.104.1(@swc/core@1.15.3)) + css-loader: 7.1.2(webpack@5.104.1(@swc/core@1.15.3)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.104.1(@swc/core@1.15.3)) + license-webpack-plugin: 4.0.2(webpack@5.104.1(@swc/core@1.15.3)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.104.1(@swc/core@1.15.3)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.104.1(@swc/core@1.15.3)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.104.1(@swc/core@1.15.3)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + typescript: 5.8.3 + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.104.1(@swc/core@1.15.3)) + webpack-dev-server: 5.2.2(webpack@5.104.1(@swc/core@1.15.3)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.104.1(@swc/core@1.15.3)))(webpack@5.104.1(@swc/core@1.15.3)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19087,76 +19363,77 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@19.2.19(37qxder3fzuural4vkp6f5qfee)': + '@angular-devkit/build-angular@20.3.15(tyqrcgeddbmvo5cayoyesyxwqe)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.15(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.104.1(@swc/core@1.15.3)))(webpack@5.104.1(@swc/core@1.15.3)) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular/build': 20.3.15(frdtceomeqhsoed5xmfmhe33ni) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.15(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.104.1(@swc/core@1.15.3)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.104.1(@swc/core@1.15.3)) + css-loader: 7.1.2(webpack@5.104.1(@swc/core@1.15.3)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.104.1(@swc/core@1.15.3)) + license-webpack-plugin: 4.0.2(webpack@5.104.1(@swc/core@1.15.3)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.104.1(@swc/core@1.15.3)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.104.1(@swc/core@1.15.3)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.104.1(@swc/core@1.15.3)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.104.1(@swc/core@1.15.3)) + webpack-dev-server: 5.2.2(webpack@5.104.1(@swc/core@1.15.3)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.103.0(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.104.1(@swc/core@1.15.3)))(webpack@5.104.1(@swc/core@1.15.3)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19176,17 +19453,17 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@21.0.3(xm64ojqmszimwfvmlq5g36pnxe)': + '@angular-devkit/build-angular@21.0.3(itevxv4ivkmqgqhn2gdamgsgza)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) '@angular-devkit/build-webpack': 0.2100.3(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) '@angular-devkit/core': 21.0.3(chokidar@4.0.1) - '@angular/build': 21.0.3(jyim2ftefv4ghv645c5mcluul4) + '@angular/build': 21.0.3(w3gequd65judeecyw7gyjsrzsq) '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3) '@babel/core': 7.28.4 '@babel/generator': 7.28.3 @@ -19243,7 +19520,7 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)) '@angular/platform-server': 21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(rxjs@7.8.1) esbuild: 0.26.0 - jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) karma: 6.4.4 transitivePeerDependencies: - '@angular/compiler' @@ -19268,12 +19545,12 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@angular-devkit/build-webpack@0.2003.15(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.104.1(@swc/core@1.15.3)))(webpack@5.104.1(@swc/core@1.15.3))': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - rxjs: 7.8.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + rxjs: 7.8.2 + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-server: 5.2.2(webpack@5.104.1(@swc/core@1.15.3)) transitivePeerDependencies: - chokidar @@ -19305,6 +19582,18 @@ snapshots: source-map: 0.7.4 optionalDependencies: chokidar: 4.0.1 + optional: true + + '@angular-devkit/core@20.3.15(chokidar@4.0.1)': + dependencies: + ajv: 8.17.1 + ajv-formats: 3.0.1(ajv@8.17.1) + jsonc-parser: 3.3.1 + picomatch: 4.0.3 + rxjs: 7.8.2 + source-map: 0.7.6 + optionalDependencies: + chokidar: 4.0.1 '@angular-devkit/core@21.0.3(chokidar@4.0.1)': dependencies: @@ -19338,13 +19627,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@19.2.19(chokidar@4.0.1)': + '@angular-devkit/schematics@20.3.15(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) jsonc-parser: 3.3.1 magic-string: 0.30.17 - ora: 5.4.1 - rxjs: 7.8.1 + ora: 8.2.0 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19363,18 +19652,18 @@ snapshots: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1) tslib: 2.6.3 - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1)': + '@angular/build@19.2.19(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(@angular/compiler@20.3.16)(@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@24.1.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.44.1)(typescript@5.8.3)(yaml@2.8.1)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@babel/core': 7.26.10 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-split-export-declaration': 7.24.7 '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.6(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) beasties: 0.3.2 browserslist: 4.28.1 esbuild: 0.25.4 @@ -19391,16 +19680,16 @@ snapshots: sass: 1.85.0 semver: 7.7.1 source-map-support: 0.5.21 - typescript: 5.5.4 - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) + typescript: 5.8.3 + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.44.1)(yaml@2.8.1) watchpack: 2.4.2 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 + less: 4.4.2 lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - postcss: 8.5.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19413,45 +19702,49 @@ snapshots: - terser - tsx - yaml + optional: true - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.15(57it5ftdfvb7be6r2u7iy5fysm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@20.11.17) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.2 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19465,43 +19758,46 @@ snapshots: - tsx - yaml - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.44.1)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.15(frdtceomeqhsoed5xmfmhe33ni)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.44.1)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.4.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19515,9 +19811,8 @@ snapshots: - terser - tsx - yaml - optional: true - '@angular/build@21.0.3(jyim2ftefv4ghv645c5mcluul4)': + '@angular/build@21.0.3(w3gequd65judeecyw7gyjsrzsq)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) @@ -19526,8 +19821,8 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.19(@types/node@20.12.8) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.19(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.26.0 @@ -19548,7 +19843,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 undici: 7.16.0 - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) watchpack: 2.4.4 optionalDependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1) @@ -19571,61 +19866,67 @@ snapshots: - tsx - yaml - '@angular/cli@19.2.19(@types/node@20.11.17)(chokidar@4.0.1)': + '@angular/cli@20.3.15(@types/node@20.11.17)(chokidar@4.0.1)(hono@4.11.4)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.15(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.25.2(hono@4.11.4)(zod@4.1.13) + '@schematics/angular': 20.3.15(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar + - hono - supports-color - '@angular/cli@19.2.19(@types/node@20.14.5)(chokidar@4.0.1)': + '@angular/cli@20.3.15(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.15(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.25.2(hono@4.11.4)(zod@4.1.13) + '@schematics/angular': 20.3.15(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar + - hono - supports-color - '@angular/cli@21.0.5(@types/node@20.12.8)(chokidar@4.0.1)(hono@4.11.4)': + '@angular/cli@21.0.5(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4)': dependencies: '@angular-devkit/architect': 0.2100.5(chokidar@4.0.1) '@angular-devkit/core': 21.0.5(chokidar@4.0.1) '@angular-devkit/schematics': 21.0.5(chokidar@4.0.1) - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.25.2(hono@4.11.4)(zod@4.1.13) '@schematics/angular': 21.0.5(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 @@ -19647,23 +19948,23 @@ snapshots: - hono - supports-color - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1)': dependencies: @@ -19671,33 +19972,19 @@ snapshots: rxjs: 7.8.1 tslib: 2.6.3 - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4)': - dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 - '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.1 - convert-source-map: 1.9.0 - reflect-metadata: 0.2.2 - semver: 7.7.3 - tslib: 2.6.3 - typescript: 5.5.4 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3)': + '@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3)': dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 + '@angular/compiler': 20.3.16 + '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.1 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.3 - tslib: 2.6.3 + tslib: 2.8.1 + yargs: 18.0.0 + optionalDependencies: typescript: 5.8.3 - yargs: 17.7.2 transitivePeerDependencies: - supports-color @@ -19733,24 +20020,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@19.2.18': + '@angular/compiler@20.3.16': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@angular/compiler@21.0.8': dependencies: tslib: 2.6.3 - '@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)': dependencies: rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.0 - '@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.1 '@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)': @@ -19769,21 +20060,21 @@ snapshots: '@angular/compiler': 21.0.8 zone.js: 0.15.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/forms@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@standard-schema/spec@1.0.0)(rxjs@7.8.1)': dependencies: @@ -19794,21 +20085,21 @@ snapshots: rxjs: 7.8.1 tslib: 2.6.3 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + tslib: 2.8.1 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + tslib: 2.8.1 '@angular/platform-browser-dynamic@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))': dependencies: @@ -19818,17 +20109,17 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)) tslib: 2.6.3 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + tslib: 2.8.1 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.8.1 '@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))': dependencies: @@ -19838,25 +20129,25 @@ snapshots: optionalDependencies: '@angular/animations': 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)) - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 optional: true - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 '@angular/platform-server@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(rxjs@7.8.1)': @@ -19869,21 +20160,21 @@ snapshots: tslib: 2.6.3 xhr2: 0.2.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@aspnet/signalr@1.0.27': {} @@ -19903,8 +20194,6 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.28.5': {} - '@babel/compat-data@7.28.6': {} '@babel/core@7.26.10': @@ -19926,14 +20215,15 @@ snapshots: semver: 6.3.1 transitivePeerDependencies: - supports-color + optional: true - '@babel/core@7.26.9': + '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.28.6 '@babel/generator': 7.28.6 '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.9) + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helpers': 7.28.6 '@babel/parser': 7.28.6 '@babel/template': 7.28.6 @@ -19995,18 +20285,10 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.10': - dependencies: - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/generator@7.28.3': dependencies: '@babel/parser': 7.28.6 - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 @@ -20022,10 +20304,11 @@ snapshots: '@babel/helper-annotate-as-pure@7.25.9': dependencies: '@babel/types': 7.28.6 + optional: true '@babel/helper-annotate-as-pure@7.27.3': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@babel/helper-compilation-targets@7.27.2': dependencies: @@ -20051,44 +20334,44 @@ snapshots: '@babel/helper-optimise-call-expression': 7.25.9 '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.6) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.4)': + '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.6 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.4) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.6) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.6)': + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.6) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.26.10)': + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.4) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/traverse': 7.28.6 semver: 6.3.1 @@ -20108,9 +20391,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.2.0 semver: 6.3.1 @@ -20129,9 +20412,16 @@ snapshots: regexpu-core: 6.2.0 semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 + regexpu-core: 6.4.0 + semver: 6.3.1 + + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.4)': + dependencies: + '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.4.0 semver: 6.3.1 @@ -20165,9 +20455,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.26.10)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -20223,8 +20513,8 @@ snapshots: '@babel/helper-module-imports@7.27.1': dependencies: - '@babel/traverse': 7.28.5 - '@babel/types': 7.28.5 + '@babel/traverse': 7.28.6 + '@babel/types': 7.28.6 transitivePeerDependencies: - supports-color @@ -20235,30 +20525,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.3(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.27.1 + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.27.1 + '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-module-imports': 7.27.1 + '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20270,10 +20560,11 @@ snapshots: '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color + optional: true - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.9)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -20310,12 +20601,12 @@ snapshots: '@babel/helper-plugin-utils@7.28.6': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.26.10)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20324,7 +20615,7 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20333,16 +20624,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.27.1(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20351,7 +20642,7 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20360,13 +20651,22 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.28.6(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 + '@babel/helper-member-expression-to-functions': 7.28.5 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/traverse': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.4)': + dependencies: + '@babel/core': 7.28.4 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.28.6 @@ -20384,8 +20684,8 @@ snapshots: '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.28.5 - '@babel/types': 7.28.5 + '@babel/traverse': 7.28.6 + '@babel/types': 7.28.6 transitivePeerDependencies: - supports-color @@ -20426,7 +20726,7 @@ snapshots: '@babel/parser@7.23.9': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@babel/parser@7.26.2': dependencies: @@ -20434,15 +20734,15 @@ snapshots: '@babel/parser@7.28.5': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@babel/parser@7.28.6': dependencies: '@babel/types': 7.28.6 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.5 transitivePeerDependencies: @@ -20464,9 +20764,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.4)': @@ -20479,9 +20779,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.4)': @@ -20494,12 +20794,12 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20521,17 +20821,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3(@babel/core@7.28.4)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20554,9 +20854,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4)': dependencies: @@ -20569,27 +20869,27 @@ snapshots: '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.28.6)': dependencies: @@ -20599,16 +20899,16 @@ snapshots: '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.6)': @@ -20620,20 +20920,16 @@ snapshots: dependencies: '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.28.6 + optional: true - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.27.1 - - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.6)': + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.6)': @@ -20649,7 +20945,7 @@ snapshots: '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.6)': dependencies: @@ -20664,52 +20960,52 @@ snapshots: '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.4)': @@ -20724,9 +21020,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.4)': @@ -20739,20 +21035,20 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20760,17 +21056,17 @@ snapshots: '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.4) - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20793,39 +21089,39 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.4) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20847,9 +21143,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.4)': @@ -20862,14 +21158,14 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.5(@babel/core@7.28.4)': + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.6)': @@ -20885,18 +21181,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20917,18 +21213,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.3(@babel/core@7.28.4)': + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20941,26 +21237,26 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.4(@babel/core@7.28.4)': + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.4) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.4) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20977,15 +21273,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 - '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 @@ -20995,9 +21291,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.5 transitivePeerDependencies: @@ -21019,16 +21315,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.6)': @@ -21037,9 +21333,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.4)': @@ -21052,16 +21348,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6(@babel/core@7.28.6)': @@ -21070,9 +21366,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.4)': @@ -21085,7 +21381,15 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.4)': + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 @@ -21106,14 +21410,14 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-exponentiation-operator@7.28.5(@babel/core@7.28.4)': + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.6)': @@ -21121,9 +21425,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.4)': @@ -21139,12 +21443,12 @@ snapshots: '@babel/plugin-transform-flow-strip-types@7.25.9(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.6) - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21166,9 +21470,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.5 @@ -21193,14 +21497,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.6)': @@ -21208,9 +21512,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.4)': @@ -21223,14 +21527,14 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.28.5(@babel/core@7.28.4)': + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.6)': @@ -21238,9 +21542,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.4)': @@ -21253,10 +21557,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21285,10 +21589,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21309,10 +21613,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.5 @@ -21339,10 +21643,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21363,10 +21667,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': @@ -21381,9 +21685,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.4)': @@ -21396,14 +21700,14 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.6)': @@ -21411,14 +21715,14 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.6)': @@ -21433,24 +21737,24 @@ snapshots: '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.6) - '@babel/plugin-transform-object-rest-spread@7.28.4(@babel/core@7.28.4)': + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.4) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.4) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.4) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.4) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -21466,11 +21770,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -21490,14 +21794,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.6)': @@ -21505,17 +21809,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-chaining@7.28.5(@babel/core@7.28.4)': + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21537,9 +21833,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.26.10)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.4)': @@ -21560,18 +21856,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21584,20 +21880,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.4) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21611,9 +21907,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.4)': @@ -21665,14 +21961,14 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.28.4)': + '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.6)': @@ -21680,16 +21976,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.6)': @@ -21698,9 +21994,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.4)': @@ -21725,14 +22021,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-runtime@7.26.10(@babel/core@7.26.10)': + '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21740,8 +22036,8 @@ snapshots: '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.4) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.4) babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.4) @@ -21761,9 +22057,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.4)': @@ -21776,17 +22072,17 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21800,9 +22096,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.4)': @@ -21815,9 +22111,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.4)': @@ -21830,9 +22126,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.4)': @@ -21856,9 +22152,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.4)': @@ -21871,16 +22167,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.6)': @@ -21889,10 +22185,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.4)': @@ -21907,16 +22203,16 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.6)': @@ -21925,76 +22221,77 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/preset-env@7.26.9(@babel/core@7.26.10)': + '@babel/preset-env@7.28.3(@babel/core@7.28.3)': dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10) - '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.26.10) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.10) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.3) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 semver: 6.3.1 transitivePeerDependencies: @@ -22002,42 +22299,42 @@ snapshots: '@babel/preset-env@7.28.3(@babel/core@7.28.4)': dependencies: - '@babel/compat-data': 7.28.5 + '@babel/compat-data': 7.28.6 '@babel/core': 7.28.4 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.4) '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.4) '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.4) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.3(@babel/core@7.28.4) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.4) '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4) - '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.4) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.4) '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-block-scoping': 7.28.5(@babel/core@7.28.4) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-class-static-block': 7.28.3(@babel/core@7.28.4) - '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.28.4) - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.4) - '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.4) - '@babel/plugin-transform-exponentiation-operator': 7.28.5(@babel/core@7.28.4) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-logical-assignment-operators': 7.28.5(@babel/core@7.28.4) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.4) @@ -22045,28 +22342,28 @@ snapshots: '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-object-rest-spread': 7.28.4(@babel/core@7.28.4) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-optional-chaining': 7.28.5(@babel/core@7.28.4) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.4) - '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.28.4) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.4) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.4) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.4) babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.4) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.4) @@ -22159,9 +22456,9 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.28.6) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.10)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/types': 7.28.5 esutils: 2.0.3 @@ -22207,6 +22504,8 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} + '@babel/runtime@7.28.4': {} '@babel/template@7.27.2': @@ -22223,12 +22522,12 @@ snapshots: '@babel/traverse@7.28.5': dependencies: - '@babel/code-frame': 7.27.1 + '@babel/code-frame': 7.28.6 '@babel/generator': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/parser': 7.28.6 - '@babel/template': 7.27.2 - '@babel/types': 7.28.5 + '@babel/template': 7.28.6 + '@babel/types': 7.28.6 debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -22336,9 +22635,9 @@ snapshots: dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(zzcpotfxwlnctigiidclixwviq)': + '@devextreme-generator/angular@3.0.12(khk42e4acdpoc7mvoiw4ze7uya)': dependencies: - '@devextreme-generator/core': 3.0.12(zzcpotfxwlnctigiidclixwviq) + '@devextreme-generator/core': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22353,13 +22652,13 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(kn35j7tj45yl55xtwwr7hkooky)': + '@devextreme-generator/build-helpers@3.0.12(to76h6k7bkp3vmqmddo3imw3za)': dependencies: - '@devextreme-generator/angular': 3.0.12(zzcpotfxwlnctigiidclixwviq) - '@devextreme-generator/core': 3.0.12(zzcpotfxwlnctigiidclixwviq) - '@devextreme-generator/inferno': 3.0.12(zzcpotfxwlnctigiidclixwviq) - '@devextreme-generator/preact': 3.0.12(zzcpotfxwlnctigiidclixwviq) - '@devextreme-generator/react': 3.0.12(zzcpotfxwlnctigiidclixwviq) + '@devextreme-generator/angular': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) + '@devextreme-generator/core': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) + '@devextreme-generator/inferno': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) + '@devextreme-generator/preact': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) + '@devextreme-generator/react': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 @@ -22382,10 +22681,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(zzcpotfxwlnctigiidclixwviq)': + '@devextreme-generator/core@3.0.12(khk42e4acdpoc7mvoiw4ze7uya)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(zzcpotfxwlnctigiidclixwviq) + eslint-config-devextreme: 0.2.0(khk42e4acdpoc7mvoiw4ze7uya) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22408,11 +22707,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(zzcpotfxwlnctigiidclixwviq)': + '@devextreme-generator/inferno@3.0.12(khk42e4acdpoc7mvoiw4ze7uya)': dependencies: - '@devextreme-generator/core': 3.0.12(zzcpotfxwlnctigiidclixwviq) - '@devextreme-generator/preact': 3.0.12(zzcpotfxwlnctigiidclixwviq) - '@devextreme-generator/react': 3.0.12(zzcpotfxwlnctigiidclixwviq) + '@devextreme-generator/core': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) + '@devextreme-generator/preact': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) + '@devextreme-generator/react': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22427,10 +22726,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(zzcpotfxwlnctigiidclixwviq)': + '@devextreme-generator/preact@3.0.12(khk42e4acdpoc7mvoiw4ze7uya)': dependencies: - '@devextreme-generator/core': 3.0.12(zzcpotfxwlnctigiidclixwviq) - '@devextreme-generator/react': 3.0.12(zzcpotfxwlnctigiidclixwviq) + '@devextreme-generator/core': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) + '@devextreme-generator/react': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22445,9 +22744,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(zzcpotfxwlnctigiidclixwviq)': + '@devextreme-generator/react@3.0.12(khk42e4acdpoc7mvoiw4ze7uya)': dependencies: - '@devextreme-generator/core': 3.0.12(zzcpotfxwlnctigiidclixwviq) + '@devextreme-generator/core': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22462,10 +22761,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(zzcpotfxwlnctigiidclixwviq)': + '@devextreme-generator/vue@3.0.12(khk42e4acdpoc7mvoiw4ze7uya)': dependencies: - '@devextreme-generator/angular': 3.0.12(zzcpotfxwlnctigiidclixwviq) - '@devextreme-generator/core': 3.0.12(zzcpotfxwlnctigiidclixwviq) + '@devextreme-generator/angular': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) + '@devextreme-generator/core': 3.0.12(khk42e4acdpoc7mvoiw4ze7uya) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -22496,17 +22795,17 @@ snapshots: '@emnapi/core@1.7.1': dependencies: '@emnapi/wasi-threads': 1.1.0 - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@emnapi/runtime@1.7.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@emnapi/wasi-threads@1.1.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@esbuild/aix-ppc64@0.21.5': @@ -22518,6 +22817,9 @@ snapshots: '@esbuild/aix-ppc64@0.25.4': optional: true + '@esbuild/aix-ppc64@0.25.9': + optional: true + '@esbuild/aix-ppc64@0.26.0': optional: true @@ -22530,6 +22832,9 @@ snapshots: '@esbuild/android-arm64@0.25.4': optional: true + '@esbuild/android-arm64@0.25.9': + optional: true + '@esbuild/android-arm64@0.26.0': optional: true @@ -22542,6 +22847,9 @@ snapshots: '@esbuild/android-arm@0.25.4': optional: true + '@esbuild/android-arm@0.25.9': + optional: true + '@esbuild/android-arm@0.26.0': optional: true @@ -22554,6 +22862,9 @@ snapshots: '@esbuild/android-x64@0.25.4': optional: true + '@esbuild/android-x64@0.25.9': + optional: true + '@esbuild/android-x64@0.26.0': optional: true @@ -22566,6 +22877,9 @@ snapshots: '@esbuild/darwin-arm64@0.25.4': optional: true + '@esbuild/darwin-arm64@0.25.9': + optional: true + '@esbuild/darwin-arm64@0.26.0': optional: true @@ -22578,6 +22892,9 @@ snapshots: '@esbuild/darwin-x64@0.25.4': optional: true + '@esbuild/darwin-x64@0.25.9': + optional: true + '@esbuild/darwin-x64@0.26.0': optional: true @@ -22590,6 +22907,9 @@ snapshots: '@esbuild/freebsd-arm64@0.25.4': optional: true + '@esbuild/freebsd-arm64@0.25.9': + optional: true + '@esbuild/freebsd-arm64@0.26.0': optional: true @@ -22602,6 +22922,9 @@ snapshots: '@esbuild/freebsd-x64@0.25.4': optional: true + '@esbuild/freebsd-x64@0.25.9': + optional: true + '@esbuild/freebsd-x64@0.26.0': optional: true @@ -22614,6 +22937,9 @@ snapshots: '@esbuild/linux-arm64@0.25.4': optional: true + '@esbuild/linux-arm64@0.25.9': + optional: true + '@esbuild/linux-arm64@0.26.0': optional: true @@ -22626,6 +22952,9 @@ snapshots: '@esbuild/linux-arm@0.25.4': optional: true + '@esbuild/linux-arm@0.25.9': + optional: true + '@esbuild/linux-arm@0.26.0': optional: true @@ -22638,6 +22967,9 @@ snapshots: '@esbuild/linux-ia32@0.25.4': optional: true + '@esbuild/linux-ia32@0.25.9': + optional: true + '@esbuild/linux-ia32@0.26.0': optional: true @@ -22653,6 +22985,9 @@ snapshots: '@esbuild/linux-loong64@0.25.4': optional: true + '@esbuild/linux-loong64@0.25.9': + optional: true + '@esbuild/linux-loong64@0.26.0': optional: true @@ -22665,6 +23000,9 @@ snapshots: '@esbuild/linux-mips64el@0.25.4': optional: true + '@esbuild/linux-mips64el@0.25.9': + optional: true + '@esbuild/linux-mips64el@0.26.0': optional: true @@ -22677,6 +23015,9 @@ snapshots: '@esbuild/linux-ppc64@0.25.4': optional: true + '@esbuild/linux-ppc64@0.25.9': + optional: true + '@esbuild/linux-ppc64@0.26.0': optional: true @@ -22689,6 +23030,9 @@ snapshots: '@esbuild/linux-riscv64@0.25.4': optional: true + '@esbuild/linux-riscv64@0.25.9': + optional: true + '@esbuild/linux-riscv64@0.26.0': optional: true @@ -22701,6 +23045,9 @@ snapshots: '@esbuild/linux-s390x@0.25.4': optional: true + '@esbuild/linux-s390x@0.25.9': + optional: true + '@esbuild/linux-s390x@0.26.0': optional: true @@ -22713,6 +23060,9 @@ snapshots: '@esbuild/linux-x64@0.25.4': optional: true + '@esbuild/linux-x64@0.25.9': + optional: true + '@esbuild/linux-x64@0.26.0': optional: true @@ -22722,6 +23072,9 @@ snapshots: '@esbuild/netbsd-arm64@0.25.4': optional: true + '@esbuild/netbsd-arm64@0.25.9': + optional: true + '@esbuild/netbsd-arm64@0.26.0': optional: true @@ -22734,6 +23087,9 @@ snapshots: '@esbuild/netbsd-x64@0.25.4': optional: true + '@esbuild/netbsd-x64@0.25.9': + optional: true + '@esbuild/netbsd-x64@0.26.0': optional: true @@ -22743,6 +23099,9 @@ snapshots: '@esbuild/openbsd-arm64@0.25.4': optional: true + '@esbuild/openbsd-arm64@0.25.9': + optional: true + '@esbuild/openbsd-arm64@0.26.0': optional: true @@ -22755,9 +23114,15 @@ snapshots: '@esbuild/openbsd-x64@0.25.4': optional: true + '@esbuild/openbsd-x64@0.25.9': + optional: true + '@esbuild/openbsd-x64@0.26.0': optional: true + '@esbuild/openharmony-arm64@0.25.9': + optional: true + '@esbuild/openharmony-arm64@0.26.0': optional: true @@ -22770,6 +23135,9 @@ snapshots: '@esbuild/sunos-x64@0.25.4': optional: true + '@esbuild/sunos-x64@0.25.9': + optional: true + '@esbuild/sunos-x64@0.26.0': optional: true @@ -22782,6 +23150,9 @@ snapshots: '@esbuild/win32-arm64@0.25.4': optional: true + '@esbuild/win32-arm64@0.25.9': + optional: true + '@esbuild/win32-arm64@0.26.0': optional: true @@ -22794,6 +23165,9 @@ snapshots: '@esbuild/win32-ia32@0.25.4': optional: true + '@esbuild/win32-ia32@0.25.9': + optional: true + '@esbuild/win32-ia32@0.26.0': optional: true @@ -22806,6 +23180,9 @@ snapshots: '@esbuild/win32-x64@0.25.4': optional: true + '@esbuild/win32-x64@0.25.9': + optional: true + '@esbuild/win32-x64@0.26.0': optional: true @@ -22990,106 +23367,84 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/checkbox@4.3.2(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/checkbox@4.3.2(@types/node@20.14.5)': + '@inquirer/checkbox@4.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/confirm@5.1.19(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.21(@types/node@20.11.17)': + '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.21(@types/node@20.12.8)': + '@inquirer/confirm@5.1.14(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.21(@types/node@20.14.5)': + '@inquirer/confirm@5.1.19(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.6(@types/node@20.11.17)': + '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.6(@types/node@20.14.5)': + '@inquirer/confirm@5.1.21(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/core@10.3.2(@types/node@20.11.17)': + '@inquirer/confirm@5.1.6(@types/node@24.1.0)': dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.11.17) - 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 + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 24.1.0 + optional: true - '@inquirer/core@10.3.2(@types/node@20.12.8)': + '@inquirer/core@10.3.2(@types/node@20.11.17)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@20.11.17) 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': 20.12.8 + '@types/node': 20.11.17 - '@inquirer/core@10.3.2(@types/node@20.14.5)': + '@inquirer/core@10.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) 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': 20.14.5 + '@types/node': 24.1.0 '@inquirer/editor@4.2.23(@types/node@20.11.17)': dependencies: @@ -23099,21 +23454,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/editor@4.2.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/external-editor': 1.0.3(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/editor@4.2.23(@types/node@20.14.5)': + '@inquirer/editor@4.2.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/external-editor': 1.0.3(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/external-editor': 1.0.3(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/expand@4.0.23(@types/node@20.11.17)': dependencies: @@ -23123,21 +23470,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/expand@4.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/expand@4.0.23(@types/node@20.14.5)': + '@inquirer/expand@4.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/external-editor@1.0.3(@types/node@20.11.17)': dependencies: @@ -23146,19 +23485,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/external-editor@1.0.3(@types/node@20.12.8)': + '@inquirer/external-editor@1.0.3(@types/node@24.1.0)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/external-editor@1.0.3(@types/node@20.14.5)': - dependencies: - chardet: 2.1.1 - iconv-lite: 0.7.1 - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/figures@1.0.15': {} @@ -23169,19 +23501,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/input@4.3.1(@types/node@20.12.8)': + '@inquirer/input@4.3.1(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/input@4.3.1(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/number@3.0.23(@types/node@20.11.17)': dependencies: @@ -23190,19 +23515,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/number@3.0.23(@types/node@20.12.8)': + '@inquirer/number@3.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/number@3.0.23(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/password@4.0.23(@types/node@20.11.17)': dependencies: @@ -23212,23 +23530,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/password@4.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/password@4.0.23(@types/node@20.14.5)': + '@inquirer/password@4.0.23(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.3.2(@types/node@20.11.17)': + '@inquirer/prompts@7.8.2(@types/node@20.11.17)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.11.17) '@inquirer/confirm': 5.1.21(@types/node@20.11.17) @@ -23243,35 +23553,35 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/prompts@7.3.2(@types/node@20.14.5)': + '@inquirer/prompts@7.8.2(@types/node@24.1.0)': dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.14.5) - '@inquirer/confirm': 5.1.21(@types/node@20.14.5) - '@inquirer/editor': 4.2.23(@types/node@20.14.5) - '@inquirer/expand': 4.0.23(@types/node@20.14.5) - '@inquirer/input': 4.3.1(@types/node@20.14.5) - '@inquirer/number': 3.0.23(@types/node@20.14.5) - '@inquirer/password': 4.0.23(@types/node@20.14.5) - '@inquirer/rawlist': 4.1.11(@types/node@20.14.5) - '@inquirer/search': 3.2.2(@types/node@20.14.5) - '@inquirer/select': 4.4.2(@types/node@20.14.5) + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.9.0(@types/node@20.12.8)': + '@inquirer/prompts@7.9.0(@types/node@24.1.0)': dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.12.8) - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@inquirer/editor': 4.2.23(@types/node@20.12.8) - '@inquirer/expand': 4.0.23(@types/node@20.12.8) - '@inquirer/input': 4.3.1(@types/node@20.12.8) - '@inquirer/number': 3.0.23(@types/node@20.12.8) - '@inquirer/password': 4.0.23(@types/node@20.12.8) - '@inquirer/rawlist': 4.1.11(@types/node@20.12.8) - '@inquirer/search': 3.2.2(@types/node@20.12.8) - '@inquirer/select': 4.4.2(@types/node@20.12.8) + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/rawlist@4.1.11(@types/node@20.11.17)': dependencies: @@ -23281,21 +23591,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/rawlist@4.1.11(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/rawlist@4.1.11(@types/node@20.14.5)': + '@inquirer/rawlist@4.1.11(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/search@3.2.2(@types/node@20.11.17)': dependencies: @@ -23306,23 +23608,14 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/search@3.2.2(@types/node@20.12.8)': + '@inquirer/search@3.2.2(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/search@3.2.2(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/select@4.4.2(@types/node@20.11.17)': dependencies: @@ -23334,41 +23627,23 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/select@4.4.2(@types/node@20.12.8)': + '@inquirer/select@4.4.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/select@4.4.2(@types/node@20.14.5)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 + '@types/node': 24.1.0 '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 - '@inquirer/type@3.0.10(@types/node@20.12.8)': + '@inquirer/type@3.0.10(@types/node@24.1.0)': optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/type@3.0.10(@types/node@20.14.5)': - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@isaacs/balanced-match@4.0.1': {} @@ -23402,7 +23677,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -23415,14 +23690,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23445,21 +23720,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23490,14 +23765,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23520,21 +23795,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23556,13 +23831,12 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -23580,7 +23854,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -23602,7 +23876,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -23674,7 +23948,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -23712,41 +23986,41 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.3)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) + '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pointer@1.0.2(tslib@2.6.3)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 '@keyv/bigmap@1.3.0(keyv@5.5.5)': dependencies: @@ -23764,20 +24038,26 @@ snapshots: dependencies: '@lezer/common': 1.2.3 - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@inquirer/type': 3.0.10(@types/node@20.11.17) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5)': dependencies: - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) listr2: 9.0.5 transitivePeerDependencies: - '@types/node' @@ -23788,6 +24068,9 @@ snapshots: '@lmdb/lmdb-darwin-arm64@3.2.6': optional: true + '@lmdb/lmdb-darwin-arm64@3.4.2': + optional: true + '@lmdb/lmdb-darwin-arm64@3.4.3': optional: true @@ -23797,6 +24080,9 @@ snapshots: '@lmdb/lmdb-darwin-x64@3.2.6': optional: true + '@lmdb/lmdb-darwin-x64@3.4.2': + optional: true + '@lmdb/lmdb-darwin-x64@3.4.3': optional: true @@ -23806,6 +24092,9 @@ snapshots: '@lmdb/lmdb-linux-arm64@3.2.6': optional: true + '@lmdb/lmdb-linux-arm64@3.4.2': + optional: true + '@lmdb/lmdb-linux-arm64@3.4.3': optional: true @@ -23815,6 +24104,9 @@ snapshots: '@lmdb/lmdb-linux-arm@3.2.6': optional: true + '@lmdb/lmdb-linux-arm@3.4.2': + optional: true + '@lmdb/lmdb-linux-arm@3.4.3': optional: true @@ -23824,9 +24116,15 @@ snapshots: '@lmdb/lmdb-linux-x64@3.2.6': optional: true + '@lmdb/lmdb-linux-x64@3.4.2': + optional: true + '@lmdb/lmdb-linux-x64@3.4.3': optional: true + '@lmdb/lmdb-win32-arm64@3.4.2': + optional: true + '@lmdb/lmdb-win32-arm64@3.4.3': optional: true @@ -23836,6 +24134,9 @@ snapshots: '@lmdb/lmdb-win32-x64@3.2.6': optional: true + '@lmdb/lmdb-win32-x64@3.4.2': + optional: true + '@lmdb/lmdb-win32-x64@3.4.3': optional: true @@ -23992,17 +24293,11 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@ngtools/webpack@20.3.15(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3))': dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) '@ngtools/webpack@21.0.3(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: @@ -24026,16 +24321,6 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@npmcli/agent@3.0.0': - dependencies: - agent-base: 7.1.3 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 - lru-cache: 10.4.3 - socks-proxy-agent: 8.0.4 - transitivePeerDependencies: - - supports-color - '@npmcli/agent@4.0.0': dependencies: agent-base: 7.1.3 @@ -24046,25 +24331,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/fs@4.0.0': - dependencies: - semver: 7.7.3 - '@npmcli/fs@5.0.0': dependencies: semver: 7.7.3 - '@npmcli/git@6.0.3': - dependencies: - '@npmcli/promise-spawn': 8.0.2 - ini: 5.0.0 - lru-cache: 10.4.3 - npm-pick-manifest: 10.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - semver: 7.7.3 - which: 5.0.0 - '@npmcli/git@7.0.1': dependencies: '@npmcli/promise-spawn': 9.0.1 @@ -24081,20 +24351,13 @@ snapshots: npm-bundled: 4.0.0 npm-normalize-package-bin: 4.0.0 - '@npmcli/node-gyp@4.0.0': {} + '@npmcli/installed-package-contents@4.0.0': + dependencies: + npm-bundled: 5.0.0 + npm-normalize-package-bin: 5.0.0 '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@6.1.1': - dependencies: - '@npmcli/git': 6.0.3 - glob: 10.5.0 - hosted-git-info: 8.1.0 - json-parse-even-better-errors: 4.0.0 - proc-log: 5.0.0 - semver: 7.7.3 - validate-npm-package-license: 3.0.4 - '@npmcli/package-json@7.0.4': dependencies: '@npmcli/git': 7.0.1 @@ -24113,8 +24376,6 @@ snapshots: dependencies: which: 6.0.0 - '@npmcli/redact@3.2.0': {} - '@npmcli/redact@4.0.0': {} '@npmcli/run-script@10.0.3': @@ -24128,17 +24389,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/run-script@9.1.0': - dependencies: - '@npmcli/node-gyp': 4.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - node-gyp: 11.2.0 - proc-log: 5.0.0 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - '@nrwl/devkit@18.3.4(nx@19.4.2(@swc/core@1.15.3))': dependencies: '@nx/devkit': 18.3.4(nx@19.4.2(@swc/core@1.15.3)) @@ -24193,7 +24443,7 @@ snapshots: '@nrwl/tao@19.4.2(@swc/core@1.15.3)': dependencies: nx: 19.4.2(@swc/core@1.15.3) - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -24216,7 +24466,7 @@ snapshots: nx: 19.4.2(@swc/core@1.15.3) semver: 7.6.3 tmp: 0.2.3 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/devkit@19.4.2(nx@19.4.2(@swc/core@1.15.3))': @@ -24229,7 +24479,7 @@ snapshots: nx: 19.4.2(@swc/core@1.15.3) semver: 7.7.3 tmp: 0.2.3 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/jest@19.4.2(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.4.2(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': @@ -24247,7 +24497,7 @@ snapshots: jest-util: 29.7.0 minimatch: 9.0.3 resolve.exports: 1.1.0 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' @@ -24294,7 +24544,7 @@ snapshots: source-map-support: 0.5.19 ts-node: 10.9.1(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -24343,7 +24593,7 @@ snapshots: chalk: 4.1.2 enquirer: 2.3.6 nx: 19.4.2(@swc/core@1.15.3) - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -25171,6 +25421,9 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.34.8': optional: true + '@rollup/rollup-android-arm-eabi@4.52.3': + optional: true + '@rollup/rollup-android-arm-eabi@4.53.3': optional: true @@ -25180,6 +25433,9 @@ snapshots: '@rollup/rollup-android-arm64@4.34.8': optional: true + '@rollup/rollup-android-arm64@4.52.3': + optional: true + '@rollup/rollup-android-arm64@4.53.3': optional: true @@ -25189,6 +25445,9 @@ snapshots: '@rollup/rollup-darwin-arm64@4.34.8': optional: true + '@rollup/rollup-darwin-arm64@4.52.3': + optional: true + '@rollup/rollup-darwin-arm64@4.53.3': optional: true @@ -25198,18 +25457,27 @@ snapshots: '@rollup/rollup-darwin-x64@4.34.8': optional: true + '@rollup/rollup-darwin-x64@4.52.3': + optional: true + '@rollup/rollup-darwin-x64@4.53.3': optional: true '@rollup/rollup-freebsd-arm64@4.34.8': optional: true + '@rollup/rollup-freebsd-arm64@4.52.3': + optional: true + '@rollup/rollup-freebsd-arm64@4.53.3': optional: true '@rollup/rollup-freebsd-x64@4.34.8': optional: true + '@rollup/rollup-freebsd-x64@4.52.3': + optional: true + '@rollup/rollup-freebsd-x64@4.53.3': optional: true @@ -25219,6 +25487,9 @@ snapshots: '@rollup/rollup-linux-arm-gnueabihf@4.34.8': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.53.3': optional: true @@ -25228,6 +25499,9 @@ snapshots: '@rollup/rollup-linux-arm-musleabihf@4.34.8': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.52.3': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.53.3': optional: true @@ -25237,6 +25511,9 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-arm64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.53.3': optional: true @@ -25246,9 +25523,15 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.34.8': optional: true + '@rollup/rollup-linux-arm64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-arm64-musl@4.53.3': optional: true + '@rollup/rollup-linux-loong64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-loong64-gnu@4.53.3': optional: true @@ -25261,6 +25544,9 @@ snapshots: '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': optional: true + '@rollup/rollup-linux-ppc64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-ppc64-gnu@4.53.3': optional: true @@ -25270,9 +25556,15 @@ snapshots: '@rollup/rollup-linux-riscv64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.53.3': optional: true + '@rollup/rollup-linux-riscv64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.53.3': optional: true @@ -25282,6 +25574,9 @@ snapshots: '@rollup/rollup-linux-s390x-gnu@4.34.8': optional: true + '@rollup/rollup-linux-s390x-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.53.3': optional: true @@ -25291,6 +25586,9 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-x64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-x64-gnu@4.53.3': optional: true @@ -25300,9 +25598,15 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.34.8': optional: true + '@rollup/rollup-linux-x64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-x64-musl@4.53.3': optional: true + '@rollup/rollup-openharmony-arm64@4.52.3': + optional: true + '@rollup/rollup-openharmony-arm64@4.53.3': optional: true @@ -25312,6 +25616,9 @@ snapshots: '@rollup/rollup-win32-arm64-msvc@4.34.8': optional: true + '@rollup/rollup-win32-arm64-msvc@4.52.3': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.53.3': optional: true @@ -25321,9 +25628,15 @@ snapshots: '@rollup/rollup-win32-ia32-msvc@4.34.8': optional: true + '@rollup/rollup-win32-ia32-msvc@4.52.3': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.53.3': optional: true + '@rollup/rollup-win32-x64-gnu@4.52.3': + optional: true + '@rollup/rollup-win32-x64-gnu@4.53.3': optional: true @@ -25333,6 +25646,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.34.8': optional: true + '@rollup/rollup-win32-x64-msvc@4.52.3': + optional: true + '@rollup/rollup-win32-x64-msvc@4.53.3': optional: true @@ -25352,10 +25668,10 @@ snapshots: transitivePeerDependencies: - chokidar - '@schematics/angular@19.2.19(chokidar@4.0.1)': + '@schematics/angular@20.3.15(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.15(chokidar@4.0.1) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -25368,33 +25684,14 @@ snapshots: transitivePeerDependencies: - chokidar - '@sigstore/bundle@3.1.0': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/bundle@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@2.0.0': {} - '@sigstore/core@3.0.0': {} - '@sigstore/protobuf-specs@0.4.1': {} - '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@3.1.0': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - make-fetch-happen: 14.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/sign@4.0.1': dependencies: '@sigstore/bundle': 4.0.0 @@ -25406,13 +25703,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/tuf@3.1.1': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - tuf-js: 3.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/tuf@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 @@ -25420,12 +25710,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/verify@2.1.1': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/verify@3.0.0': dependencies: '@sigstore/bundle': 4.0.0 @@ -25434,8 +25718,6 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@sindresorhus/merge-streams@2.3.0': {} - '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -25464,10 +25746,10 @@ snapshots: '@standard-schema/spec@1.0.0': {} - '@storybook/addon-docs@10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/addon-docs@10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.0.0)(react@18.0.0) - '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0)) + '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/icons': 2.0.1(react-dom@18.0.0(react@18.0.0))(react@18.0.0) '@storybook/react-dom-shim': 10.1.9(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) react: 18.0.0 @@ -25497,10 +25779,10 @@ snapshots: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': + '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) - '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) + '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.1 css-loader: 7.1.2(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0)) @@ -25532,14 +25814,14 @@ snapshots: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) ts-dedent: 2.2.0 - '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) unplugin: 2.3.11 optionalDependencies: esbuild: 0.26.0 rollup: 4.53.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) webpack: 5.103.0(@swc/core@1.15.3)(esbuild@0.26.0) '@storybook/global@5.0.0': {} @@ -25580,7 +25862,7 @@ snapshots: flat-cache: 3.2.0 micromatch: 4.0.8 react-docgen-typescript: 2.2.2(typescript@5.9.3) - tslib: 2.6.3 + tslib: 2.8.1 typescript: 5.9.3 webpack: 5.103.0(@swc/core@1.15.3)(esbuild@0.26.0) transitivePeerDependencies: @@ -25592,9 +25874,9 @@ snapshots: react-dom: 18.0.0(react@18.0.0) storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) - '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': + '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': dependencies: - '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) + '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3) '@storybook/react': 10.1.9(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3) react: 18.0.0 @@ -25710,7 +25992,7 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: - '@babel/code-frame': 7.27.1 + '@babel/code-frame': 7.28.6 '@babel/runtime': 7.28.4 '@types/aria-query': 5.0.4 aria-query: 5.1.3 @@ -25766,11 +26048,6 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@3.0.1': - dependencies: - '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.5 - '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 @@ -25778,7 +26055,7 @@ snapshots: '@tybys/wasm-util@0.10.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@types/aria-query@5.0.4': {} @@ -25793,16 +26070,16 @@ snapshots: '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@types/babel__template@7.4.4': dependencies: '@babel/parser': 7.28.6 - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@types/babel__traverse@7.28.0': dependencies: @@ -25811,11 +26088,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/chai@5.2.3': dependencies: @@ -25824,27 +26101,27 @@ snapshots: '@types/cheerio@0.22.35': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/clean-css@4.2.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 source-map: 0.6.1 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.1 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/debug@4.1.12': dependencies: @@ -25893,14 +26170,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -25926,16 +26203,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/hast@2.3.10': dependencies: @@ -25947,7 +26224,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/istanbul-lib-coverage@2.0.6': {} @@ -25959,10 +26236,10 @@ snapshots: dependencies: '@types/istanbul-lib-report': 3.0.3 - '@types/jasmine@2.8.24': {} - '@types/jasmine@5.1.4': {} + '@types/jasmine@6.0.0': {} + '@types/jest@29.5.14': dependencies: expect: 29.7.0 @@ -25974,7 +26251,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -25984,7 +26261,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/lodash@4.17.13': {} @@ -26006,12 +26283,12 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 form-data: 4.0.5 '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/node@18.19.130': dependencies: @@ -26033,6 +26310,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@24.1.0': + dependencies: + undici-types: 7.8.0 + '@types/normalize-package-data@2.4.4': {} '@types/normalize-path@3.0.2': {} @@ -26096,7 +26377,7 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/resolve@1.20.2': {} @@ -26111,7 +26392,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/serve-index@1.9.4': dependencies: @@ -26120,30 +26401,30 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/stack-utils@2.0.3': {} '@types/tar-fs@2.0.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tar-stream': 3.1.3 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie@4.0.5': {} @@ -26159,11 +26440,11 @@ snapshots: '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/ws@8.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs-parser@21.0.3': {} @@ -26173,7 +26454,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 optional: true '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3)': @@ -26212,19 +26493,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/scope-manager': 8.52.0 - '@typescript-eslint/type-utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/type-utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26302,15 +26583,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26335,12 +26616,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.52.0(typescript@5.5.4)': + '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 debug: 4.4.3 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26377,9 +26658,9 @@ snapshots: dependencies: typescript: 4.9.5 - '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.5.4)': + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.8.3)': dependencies: - typescript: 5.5.4 + typescript: 5.8.3 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': dependencies: @@ -26409,15 +26690,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26531,18 +26812,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.52.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/project-service': 8.52.0(typescript@5.5.4) - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/project-service': 8.52.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.5 semver: 7.7.3 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26612,14 +26893,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/utils@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26658,32 +26939,37 @@ snapshots: '@typescript-eslint/types': 8.52.0 eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + optional: true + + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': + dependencies: + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': dependencies: - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': + '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.6 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.6) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.6) '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) vue: 3.5.13(typescript@5.8.3) '@vitest/expect@3.2.4': @@ -26694,13 +26980,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': + '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.19 optionalDependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) '@vitest/pretty-format@3.2.4': dependencies: @@ -27097,7 +27383,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: js-yaml: 3.14.2 - tslib: 2.6.3 + tslib: 2.8.1 '@zkochan/js-yaml@0.0.7': dependencies: @@ -27114,8 +27400,6 @@ snapshots: abbrev@2.0.0: {} - abbrev@3.0.1: {} - abbrev@4.0.0: {} abort-controller@3.0.0: @@ -27260,6 +27544,23 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + algoliasearch@5.35.0: + dependencies: + '@algolia/abtesting': 1.1.0 + '@algolia/client-abtesting': 5.35.0 + '@algolia/client-analytics': 5.35.0 + '@algolia/client-common': 5.35.0 + '@algolia/client-insights': 5.35.0 + '@algolia/client-personalization': 5.35.0 + '@algolia/client-query-suggestions': 5.35.0 + '@algolia/client-search': 5.35.0 + '@algolia/ingestion': 1.35.0 + '@algolia/monitoring': 1.35.0 + '@algolia/recommend': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + algoliasearch@5.40.1: dependencies: '@algolia/abtesting': 1.6.1 @@ -27624,7 +27925,7 @@ snapshots: ast-types@0.13.4: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 ast-types@0.14.2: dependencies: @@ -27632,7 +27933,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 astral-regex@2.0.0: {} @@ -27663,20 +27964,10 @@ snapshots: atob@2.1.2: {} - autoprefixer@10.4.20(postcss@8.5.2): - dependencies: - browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.5.2 - postcss-value-parser: 4.2.0 - autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001756 + caniuse-lite: 1.0.30001763 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 @@ -27803,19 +28094,18 @@ snapshots: transitivePeerDependencies: - supports-color + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.104.1(@swc/core@1.15.3)): + dependencies: + '@babel/core': 7.28.3 + find-up: 5.0.0 + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + babel-loader@10.0.0(@babel/core@7.28.4)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@babel/core': 7.28.4 find-up: 5.0.0 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@babel/core': 7.26.10 - find-cache-dir: 4.0.0 - schema-utils: 4.3.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - babel-messages@6.23.0: dependencies: babel-runtime: 6.26.0 @@ -27825,9 +28115,9 @@ snapshots: babel-plugin-const-enum@1.2.0(@babel/core@7.28.6): dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.6) - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -27850,8 +28140,8 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: - '@babel/template': 7.27.2 - '@babel/types': 7.28.5 + '@babel/template': 7.28.6 + '@babel/types': 7.28.6 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 @@ -27876,11 +28166,11 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.26.10): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.3): dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -27903,10 +28193,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.10): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 transitivePeerDependencies: - supports-color @@ -27942,10 +28232,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.26.10): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -27998,7 +28288,7 @@ snapshots: babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.28.6)(@babel/traverse@7.28.6): dependencies: '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 optionalDependencies: '@babel/traverse': 7.28.6 @@ -28009,7 +28299,7 @@ snapshots: '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.6) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.6) '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.6) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.6) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.6) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.6) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.6) @@ -28167,6 +28457,7 @@ snapshots: picocolors: 1.1.1 postcss: 8.5.6 postcss-media-query-parser: 0.2.3 + optional: true beasties@0.3.5: dependencies: @@ -28478,21 +28769,6 @@ snapshots: bytes@3.1.2: {} - cacache@19.0.1: - dependencies: - '@npmcli/fs': 4.0.0 - fs-minipass: 3.0.3 - glob: 10.5.0 - lru-cache: 10.4.3 - minipass: 7.1.2 - minipass-collect: 2.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 7.0.3 - ssri: 12.0.0 - tar: 7.5.2 - unique-filename: 4.0.0 - cacache@20.0.3: dependencies: '@npmcli/fs': 5.0.0 @@ -28568,7 +28844,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.8.1 camelcase-keys@7.0.2: dependencies: @@ -28907,10 +29183,10 @@ snapshots: code-point-at@1.1.0: {} - codelyzer@6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)): + codelyzer@6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)): dependencies: - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -28922,7 +29198,7 @@ snapshots: source-map: 0.5.7 sprintf-js: 1.1.3 tslib: 1.14.1 - tslint: 6.1.3(typescript@5.5.4) + tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 codelyzer@6.0.2(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): @@ -29025,6 +29301,8 @@ snapshots: commander@13.1.0: {} + commander@14.0.3: {} + commander@2.11.0: {} commander@2.16.0: {} @@ -29150,24 +29428,23 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: - fast-glob: 3.3.3 glob-parent: 6.0.2 - globby: 14.1.0 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + tinyglobby: 0.2.15 + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + copy-webpack-plugin@13.0.1(webpack@5.104.1(@swc/core@1.15.3)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 tinyglobby: 0.2.15 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) core-js-compat@3.45.1: dependencies: @@ -29232,15 +29509,6 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.0(typescript@5.5.4): - dependencies: - env-paths: 2.2.1 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - optionalDependencies: - typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 @@ -29318,29 +29586,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29365,13 +29617,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29380,13 +29632,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29394,7 +29646,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true create-require@1.1.1: {} @@ -29492,7 +29743,7 @@ snapshots: optionalDependencies: webpack: 5.103.0(@swc/core@1.15.3)(esbuild@0.26.0) - css-loader@7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + css-loader@7.1.2(webpack@5.104.1(@swc/core@1.15.3)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29503,7 +29754,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) css-select@4.3.0: dependencies: @@ -29520,6 +29771,7 @@ snapshots: domhandler: 5.0.3 domutils: 3.2.2 nth-check: 2.1.1 + optional: true css-select@6.0.0: dependencies: @@ -30073,7 +30325,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 dot@1.1.3: {} @@ -30203,7 +30455,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.12.8 + '@types/node': 24.1.0 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -30472,6 +30724,8 @@ snapshots: es-module-lexer@1.5.4: {} + es-module-lexer@2.0.0: {} + es-object-atoms@1.0.0: dependencies: es-errors: 1.3.0 @@ -30606,7 +30860,7 @@ snapshots: esbuild-sunos-64@0.14.54: optional: true - esbuild-wasm@0.25.4: {} + esbuild-wasm@0.25.9: {} esbuild-wasm@0.26.0: {} @@ -30724,6 +30978,36 @@ snapshots: '@esbuild/win32-arm64': 0.25.4 '@esbuild/win32-ia32': 0.25.4 '@esbuild/win32-x64': 0.25.4 + optional: true + + esbuild@0.25.9: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 esbuild@0.26.0: optionalDependencies: @@ -30813,28 +31097,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(zzcpotfxwlnctigiidclixwviq): + eslint-config-devextreme@0.2.0(khk42e4acdpoc7mvoiw4ze7uya): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(5bbygu2u4e3lbzrzj6ikyoit3y): + eslint-config-devextreme@1.1.9(6xmuv2znlzrb2wr63gk7mwuxky): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -30842,18 +31126,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(6xmuv2znlzrb2wr63gk7mwuxky): + eslint-config-devextreme@1.1.9(fk42cit6cog7c3c4ngk6lisxgm): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -30861,18 +31145,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(745oiqjtw6fv6cm2ixcwcwppki): + eslint-config-devextreme@1.1.9(jhi4xhiaplaqnraddlzctblf6u): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -30880,18 +31164,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(jizvi5nlutef4v2zcg4reznjvy): + eslint-config-devextreme@1.1.9(kd57xuk4b6gonrhhpfl4dt4wyy): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -30903,14 +31187,14 @@ snapshots: stylelint: 15.11.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(l5t4tdhdkuqzxoopw2wvnyk7fe): + eslint-config-devextreme@1.1.9(lfzgu5ox6hxu3cax7qsgujebha): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -30918,37 +31202,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(lszz42bbrg5aodl54gqcayai5a): - dependencies: - '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) - eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) - eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-react: 7.37.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-react-perf: 3.3.3(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-rulesdir: 0.2.2 - eslint-plugin-spellcheck: 0.0.20(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) - - eslint-config-devextreme@1.1.9(wn7qwvzm3hb4e2azyucqwza2h4): + eslint-config-devextreme@1.1.9(mhk237k2q545mdsc2ix73dx36m): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -30960,14 +31225,14 @@ snapshots: stylelint: 16.22.0(typescript@5.9.3) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(zgcqbpelnua2v33r46mp45r6xq): + eslint-config-devextreme@1.1.9(rzqri73txxu3bwuqj5rmi4otiy): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) @@ -30975,9 +31240,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) eslint-import-resolver-node@0.3.9: dependencies: @@ -30997,11 +31262,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -31065,7 +31330,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -31076,7 +31341,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -31088,7 +31353,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -31138,57 +31403,46 @@ snapshots: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): - dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) - eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) - optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - transitivePeerDependencies: - - supports-color - - typescript - - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript @@ -31358,7 +31612,7 @@ snapshots: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) eslint: 9.26.0(hono@4.11.4)(jiti@2.6.1) @@ -31370,7 +31624,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)) - '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.8.3) eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(typescript@5.9.3))(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.26.0(hono@4.11.4)(jiti@2.6.1))): dependencies: @@ -32057,10 +32311,10 @@ snapshots: make-dir: 3.1.0 pkg-dir: 4.2.0 - find-cache-dir@4.0.0: + find-cache-directory@6.0.0: dependencies: common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 + pkg-dir: 8.0.0 find-up-simple@1.0.1: {} @@ -32083,11 +32337,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@6.3.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - findup-sync@2.0.0: dependencies: detect-file: 1.0.0 @@ -32470,9 +32719,9 @@ snapshots: normalize-path: 3.0.0 streamx: 2.22.0 - glob-to-regex.js@1.2.0(tslib@2.6.3): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -32606,15 +32855,6 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 - globby@14.1.0: - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.3 - ignore: 7.0.5 - path-type: 6.0.0 - slash: 5.1.0 - unicorn-magic: 0.3.0 - globby@5.0.0: dependencies: array-union: 1.0.2 @@ -33194,10 +33434,6 @@ snapshots: dependencies: lru-cache: 10.4.3 - hosted-git-info@8.1.0: - dependencies: - lru-cache: 10.4.3 - hosted-git-info@9.0.2: dependencies: lru-cache: 11.2.4 @@ -33285,18 +33521,7 @@ snapshots: optionalDependencies: webpack: 5.103.0(@swc/core@1.15.3)(esbuild@0.26.0) - html-webpack-plugin@5.6.3(webpack@5.103.0(@swc/core@1.15.3)): - dependencies: - '@types/html-minifier-terser': 6.1.0 - html-minifier-terser: 6.1.0 - lodash: 4.17.23 - pretty-error: 4.0.0 - tapable: 2.3.0 - optionalDependencies: - webpack: 5.103.0(@swc/core@1.15.3) - optional: true - - html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + html-webpack-plugin@5.6.3(webpack@5.104.1(@swc/core@1.15.3)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33304,7 +33529,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) optional: true html2canvas@1.4.1: @@ -33526,10 +33751,6 @@ snapshots: ieee754@1.2.1: {} - ignore-walk@7.0.0: - dependencies: - minimatch: 9.0.5 - ignore-walk@8.0.0: dependencies: minimatch: 10.1.1 @@ -33619,7 +33840,7 @@ snapshots: injection-js@2.4.0: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 inline-source-map@0.6.3: dependencies: @@ -34009,6 +34230,8 @@ snapshots: is-unicode-supported@0.1.0: {} + is-unicode-supported@1.3.0: {} + is-unicode-supported@2.1.0: {} is-url-superb@4.0.0: {} @@ -34168,7 +34391,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -34230,38 +34453,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - exit: 0.1.2 - import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34295,16 +34496,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34316,16 +34517,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34336,7 +34537,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jest-config@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: @@ -34400,7 +34600,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34426,13 +34626,13 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34457,14 +34657,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 20.12.8 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34489,76 +34688,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - optional: true - - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34583,14 +34719,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34615,13 +34751,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34646,12 +34782,11 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.14.5 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true jest-diff@29.7.0: dependencies: @@ -34702,7 +34837,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.12.8 + '@types/node': 24.1.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -34728,7 +34863,7 @@ snapshots: jest-message-util@29.7.0: dependencies: - '@babel/code-frame': 7.27.1 + '@babel/code-frame': 7.28.6 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -34741,7 +34876,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -34776,7 +34911,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -34804,7 +34939,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -34828,7 +34963,7 @@ snapshots: '@babel/generator': 7.28.6 '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.6) '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.6) - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -34850,7 +34985,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -34869,7 +35004,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -34878,13 +35013,13 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -34917,27 +35052,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/types': 29.6.3 - import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34961,12 +35081,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34975,12 +35095,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34988,7 +35108,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jiti@1.21.6: {} @@ -35080,8 +35199,6 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@4.0.0: {} - json-parse-even-better-errors@5.0.0: {} json-schema-traverse@0.4.1: {} @@ -35312,11 +35429,11 @@ snapshots: lead@4.0.0: {} - less-loader@12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + less-loader@12.3.0(less@4.4.0)(webpack@5.104.1(@swc/core@1.15.3)): dependencies: - less: 4.2.2 + less: 4.4.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) less-loader@12.3.0(less@4.4.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -35324,11 +35441,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - less@4.2.2: + less@4.4.0: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35342,7 +35459,7 @@ snapshots: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35365,11 +35482,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - license-webpack-plugin@4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + license-webpack-plugin@4.0.2(webpack@5.104.1(@swc/core@1.15.3)): dependencies: webpack-sources: 3.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) lie@3.3.0: dependencies: @@ -35482,6 +35599,16 @@ snapshots: log-update: 6.1.0 rfdc: 1.4.1 wrap-ansi: 9.0.0 + optional: true + + listr2@9.0.1: + dependencies: + cli-truncate: 4.0.0 + colorette: 2.0.20 + eventemitter3: 5.0.1 + log-update: 6.1.0 + rfdc: 1.4.1 + wrap-ansi: 9.0.0 listr2@9.0.5: dependencies: @@ -35523,6 +35650,23 @@ snapshots: '@lmdb/lmdb-win32-x64': 3.2.6 optional: true + lmdb@3.4.2: + dependencies: + msgpackr: 1.11.2 + node-addon-api: 6.1.0 + node-gyp-build-optional-packages: 5.2.2 + ordered-binary: 1.5.3 + weak-lru-cache: 1.2.2 + optionalDependencies: + '@lmdb/lmdb-darwin-arm64': 3.4.2 + '@lmdb/lmdb-darwin-x64': 3.4.2 + '@lmdb/lmdb-linux-arm': 3.4.2 + '@lmdb/lmdb-linux-arm64': 3.4.2 + '@lmdb/lmdb-linux-x64': 3.4.2 + '@lmdb/lmdb-win32-arm64': 3.4.2 + '@lmdb/lmdb-win32-x64': 3.4.2 + optional: true + lmdb@3.4.3: dependencies: msgpackr: 1.11.2 @@ -35579,10 +35723,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash._reinterpolate@3.0.0: {} lodash.clone@4.5.0: {} @@ -35643,6 +35783,11 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 + log-symbols@6.0.0: + dependencies: + chalk: 5.6.2 + is-unicode-supported: 1.3.0 + log-symbols@7.0.1: dependencies: is-unicode-supported: 2.1.0 @@ -35718,7 +35863,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 lru-cache@10.4.3: {} @@ -35765,6 +35910,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + make-dir@2.1.0: dependencies: pify: 4.0.1 @@ -35781,22 +35930,6 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@14.0.3: - dependencies: - '@npmcli/agent': 3.0.0 - cacache: 19.0.1 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 1.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - ssri: 12.0.0 - transitivePeerDependencies: - - supports-color - make-fetch-happen@15.0.3: dependencies: '@npmcli/agent': 4.0.0 @@ -35930,12 +36063,12 @@ snapshots: memfs@4.51.1: dependencies: - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 memory-fs@0.5.0: dependencies: @@ -36185,17 +36318,17 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + mini-css-extract-plugin@2.9.4(webpack@5.104.1(@swc/core@1.15.3)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) minimalistic-assert@1.0.1: {} @@ -36241,14 +36374,6 @@ snapshots: dependencies: minipass: 7.1.2 - minipass-fetch@4.0.1: - dependencies: - minipass: 7.1.2 - minipass-sized: 1.0.3 - minizlib: 3.1.0 - optionalDependencies: - encoding: 0.1.13 - minipass-fetch@5.0.0: dependencies: minipass: 7.1.2 @@ -36388,8 +36513,6 @@ snapshots: mute-stdout@1.0.1: {} - mute-stream@1.0.0: {} - mute-stream@2.0.0: {} mylas@2.1.13: {} @@ -36455,9 +36578,9 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4): + ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 @@ -36478,65 +36601,67 @@ snapshots: postcss: 8.5.6 rxjs: 7.8.2 sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.5.4 + tslib: 2.8.1 + typescript: 4.9.5 optionalDependencies: rollup: 4.53.3 - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 + ora: 8.2.0 + piscina: 5.1.3 postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.6.3 typescript: 5.8.3 optionalDependencies: rollup: 4.53.3 optional: true - ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 + ora: 8.2.0 + piscina: 5.1.3 postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 4.9.5 + typescript: 5.8.3 optionalDependencies: rollup: 4.53.3 @@ -36553,7 +36678,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.8.1 node-abort-controller@3.1.1: {} @@ -36580,21 +36705,6 @@ snapshots: detect-libc: 2.0.3 optional: true - node-gyp@11.2.0: - dependencies: - env-paths: 2.2.1 - exponential-backoff: 3.1.1 - graceful-fs: 4.2.11 - make-fetch-happen: 14.0.3 - nopt: 8.1.0 - proc-log: 5.0.0 - semver: 7.7.3 - tar: 7.5.2 - tinyglobby: 0.2.15 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - node-gyp@12.1.0: dependencies: env-paths: 2.2.1 @@ -36659,10 +36769,6 @@ snapshots: dependencies: abbrev: 2.0.0 - nopt@8.1.0: - dependencies: - abbrev: 3.0.1 - nopt@9.0.0: dependencies: abbrev: 4.0.0 @@ -36701,9 +36807,9 @@ snapshots: dependencies: npm-normalize-package-bin: 4.0.0 - npm-install-checks@7.1.1: + npm-bundled@5.0.0: dependencies: - semver: 7.7.3 + npm-normalize-package-bin: 5.0.0 npm-install-checks@8.0.0: dependencies: @@ -36720,9 +36826,9 @@ snapshots: semver: 7.7.3 validate-npm-package-name: 5.0.1 - npm-package-arg@12.0.2: + npm-package-arg@13.0.0: dependencies: - hosted-git-info: 8.1.0 + hosted-git-info: 9.0.2 proc-log: 5.0.0 semver: 7.7.3 validate-npm-package-name: 6.0.0 @@ -36739,17 +36845,6 @@ snapshots: ignore-walk: 8.0.0 proc-log: 6.1.0 - npm-packlist@9.0.0: - dependencies: - ignore-walk: 7.0.0 - - npm-pick-manifest@10.0.0: - dependencies: - npm-install-checks: 7.1.1 - npm-normalize-package-bin: 4.0.0 - npm-package-arg: 12.0.2 - semver: 7.7.3 - npm-pick-manifest@11.0.3: dependencies: npm-install-checks: 8.0.0 @@ -36757,19 +36852,6 @@ snapshots: npm-package-arg: 13.0.1 semver: 7.7.3 - npm-registry-fetch@18.0.2: - dependencies: - '@npmcli/redact': 3.2.0 - jsonparse: 1.3.1 - make-fetch-happen: 14.0.3 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minizlib: 3.1.0 - npm-package-arg: 12.0.2 - proc-log: 5.0.0 - transitivePeerDependencies: - - supports-color - npm-registry-fetch@19.1.1: dependencies: '@npmcli/redact': 4.0.0 @@ -36863,7 +36945,7 @@ snapshots: tar-stream: 2.2.0 tmp: 0.2.3 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: @@ -37118,6 +37200,18 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@8.2.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 2.9.2 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 6.0.0 + stdin-discarder: 0.2.2 + string-width: 7.2.0 + strip-ansi: 7.1.2 + ora@9.0.0: dependencies: chalk: 5.6.2 @@ -37166,10 +37260,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@3.0.0: dependencies: p-limit: 2.3.0 @@ -37182,10 +37272,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map@1.2.0: {} p-map@3.0.0: @@ -37222,34 +37308,34 @@ snapshots: package-json-from-dist@1.0.1: {} - pacote@20.0.0: + pacote@21.0.3: dependencies: - '@npmcli/git': 6.0.3 + '@npmcli/git': 7.0.1 '@npmcli/installed-package-contents': 3.0.0 - '@npmcli/package-json': 6.1.1 + '@npmcli/package-json': 7.0.4 '@npmcli/promise-spawn': 8.0.2 - '@npmcli/run-script': 9.1.0 - cacache: 19.0.1 + '@npmcli/run-script': 10.0.3 + cacache: 20.0.3 fs-minipass: 3.0.3 minipass: 7.1.2 - npm-package-arg: 12.0.2 - npm-packlist: 9.0.0 - npm-pick-manifest: 10.0.0 - npm-registry-fetch: 18.0.2 + npm-package-arg: 13.0.1 + npm-packlist: 10.0.3 + npm-pick-manifest: 11.0.3 + npm-registry-fetch: 19.1.1 proc-log: 5.0.0 promise-retry: 2.0.1 - sigstore: 3.1.0 + sigstore: 4.0.0 ssri: 12.0.0 - tar: 6.2.1 + tar: 7.5.2 transitivePeerDependencies: - supports-color - pacote@21.0.3: + pacote@21.0.4: dependencies: '@npmcli/git': 7.0.1 - '@npmcli/installed-package-contents': 3.0.0 + '@npmcli/installed-package-contents': 4.0.0 '@npmcli/package-json': 7.0.4 - '@npmcli/promise-spawn': 8.0.2 + '@npmcli/promise-spawn': 9.0.1 '@npmcli/run-script': 10.0.3 cacache: 20.0.3 fs-minipass: 3.0.3 @@ -37258,10 +37344,10 @@ snapshots: npm-packlist: 10.0.3 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 - proc-log: 5.0.0 + proc-log: 6.1.0 promise-retry: 2.0.1 sigstore: 4.0.0 - ssri: 12.0.0 + ssri: 13.0.0 tar: 7.5.2 transitivePeerDependencies: - supports-color @@ -37273,7 +37359,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 parcel@2.16.3: dependencies: @@ -37352,6 +37438,7 @@ snapshots: entities: 4.5.0 parse5: 7.2.1 parse5-sax-parser: 7.0.0 + optional: true parse5-html-rewriting-stream@8.0.0: dependencies: @@ -37366,6 +37453,7 @@ snapshots: parse5-sax-parser@7.0.0: dependencies: parse5: 7.2.1 + optional: true parse5-sax-parser@8.0.0: dependencies: @@ -37390,7 +37478,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 pascalcase@0.1.1: {} @@ -37406,8 +37494,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-is-inside@1.0.2: {} @@ -37450,8 +37536,6 @@ snapshots: path-type@4.0.0: {} - path-type@6.0.0: {} - pathval@1.1.1: {} pathval@2.0.1: {} @@ -37477,7 +37561,8 @@ snapshots: picomatch@2.3.1: {} - picomatch@4.0.2: {} + picomatch@4.0.2: + optional: true picomatch@4.0.3: {} @@ -37520,9 +37605,9 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-dir@7.0.0: + pkg-dir@8.0.0: dependencies: - find-up: 6.3.0 + find-up-simple: 1.0.1 pkg-up@3.1.0: dependencies: @@ -37580,25 +37665,14 @@ snapshots: postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - cosmiconfig: 9.0.0(typescript@5.5.4) - jiti: 1.21.6 - postcss: 8.5.2 - semver: 7.7.3 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - transitivePeerDependencies: - - typescript - - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.6 - postcss: 8.5.2 + postcss: 8.5.6 semver: 7.7.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - typescript @@ -37623,7 +37697,7 @@ snapshots: dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 - postcss-selector-parser: 7.0.0 + postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 postcss-modules-scope@3.2.1(postcss@8.4.38): @@ -37680,12 +37754,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.2: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -37876,11 +37944,11 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.6.1(typescript@5.5.4): + puppeteer@23.6.1(typescript@5.8.3): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 typed-query-selector: 2.12.0 @@ -38003,8 +38071,8 @@ snapshots: react-docgen@8.0.2: dependencies: '@babel/core': 7.28.6 - '@babel/traverse': 7.28.5 - '@babel/types': 7.28.5 + '@babel/traverse': 7.28.6 + '@babel/types': 7.28.6 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 '@types/doctrine': 0.0.9 @@ -38598,6 +38666,14 @@ snapshots: '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.47 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.47 + rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.8.3): + dependencies: + magic-string: 0.30.21 + rollup: 4.53.3 + typescript: 5.8.3 + optionalDependencies: + '@babel/code-frame': 7.28.6 + rollup@4.22.4: dependencies: '@types/estree': 1.0.5 @@ -38644,6 +38720,35 @@ snapshots: '@rollup/rollup-win32-ia32-msvc': 4.34.8 '@rollup/rollup-win32-x64-msvc': 4.34.8 fsevents: 2.3.3 + optional: true + + rollup@4.52.3: + dependencies: + '@types/estree': 1.0.8 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.52.3 + '@rollup/rollup-android-arm64': 4.52.3 + '@rollup/rollup-darwin-arm64': 4.52.3 + '@rollup/rollup-darwin-x64': 4.52.3 + '@rollup/rollup-freebsd-arm64': 4.52.3 + '@rollup/rollup-freebsd-x64': 4.52.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.52.3 + '@rollup/rollup-linux-arm-musleabihf': 4.52.3 + '@rollup/rollup-linux-arm64-gnu': 4.52.3 + '@rollup/rollup-linux-arm64-musl': 4.52.3 + '@rollup/rollup-linux-loong64-gnu': 4.52.3 + '@rollup/rollup-linux-ppc64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-musl': 4.52.3 + '@rollup/rollup-linux-s390x-gnu': 4.52.3 + '@rollup/rollup-linux-x64-gnu': 4.52.3 + '@rollup/rollup-linux-x64-musl': 4.52.3 + '@rollup/rollup-openharmony-arm64': 4.52.3 + '@rollup/rollup-win32-arm64-msvc': 4.52.3 + '@rollup/rollup-win32-ia32-msvc': 4.52.3 + '@rollup/rollup-win32-x64-gnu': 4.52.3 + '@rollup/rollup-win32-x64-msvc': 4.52.3 + fsevents: 2.3.3 rollup@4.53.3: dependencies: @@ -38716,7 +38821,7 @@ snapshots: rxjs@7.8.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 sade@1.8.1: dependencies: @@ -38947,13 +39052,13 @@ snapshots: sass-embedded-win32-x64: 1.97.1 optional: true - sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.104.1(@swc/core@1.15.3)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.93.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -38974,6 +39079,15 @@ snapshots: source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.5.0 + optional: true + + sass@1.90.0: + dependencies: + chokidar: 4.0.1 + immutable: 5.1.4 + source-map-js: 1.2.1 + optionalDependencies: + '@parcel/watcher': 2.5.0 sass@1.93.2: dependencies: @@ -39284,17 +39398,6 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@3.1.0: - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/sign': 3.1.0 - '@sigstore/tuf': 3.1.1 - '@sigstore/verify': 2.1.1 - transitivePeerDependencies: - - supports-color - sigstore@4.0.0: dependencies: '@sigstore/bundle': 4.0.0 @@ -39327,8 +39430,6 @@ snapshots: slash@3.0.0: {} - slash@5.1.0: {} - slice-ansi@4.0.0: dependencies: ansi-styles: 4.3.0 @@ -39423,11 +39524,11 @@ snapshots: source-map-js: 1.2.1 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - source-map-loader@5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + source-map-loader@5.0.0(webpack@5.104.1(@swc/core@1.15.3)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) source-map-resolve@0.5.3: dependencies: @@ -39911,9 +40012,9 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) + stylelint: 16.22.0(typescript@5.8.3) stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -39942,10 +40043,10 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@4.9.5)) - stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.5.4)) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.8.3)) stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -40108,7 +40209,7 @@ snapshots: - supports-color - typescript - stylelint@16.22.0(typescript@5.5.4): + stylelint@16.22.0(typescript@5.8.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) '@csstools/css-tokenizer': 3.0.4 @@ -40117,7 +40218,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) css-functions-list: 3.2.3 css-tree: 3.1.0 debug: 4.4.3 @@ -40245,8 +40346,6 @@ snapshots: '@swc/counter': 0.1.3 webpack: 5.103.0(@swc/core@1.15.3)(esbuild@0.26.0) - symbol-observable@4.0.0: {} - symbol-tree@3.2.4: {} sync-child-process@1.0.2: @@ -40383,18 +40482,6 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.25.0 - terser-webpack-plugin@5.3.14(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@jridgewell/trace-mapping': 0.3.31 - jest-worker: 27.5.1 - schema-utils: 4.3.3 - serialize-javascript: 6.0.2 - terser: 5.44.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - optionalDependencies: - '@swc/core': 1.15.3 - esbuild: 0.25.4 - terser-webpack-plugin@5.3.14(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.103.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@jridgewell/trace-mapping': 0.3.31 @@ -40436,7 +40523,7 @@ snapshots: schema-utils: 4.3.3 serialize-javascript: 6.0.2 terser: 5.44.1 - webpack: 5.94.0(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.94.0(@swc/core@1.15.3)(webpack-cli@4.10.0) optionalDependencies: '@swc/core': 1.15.3 @@ -40451,6 +40538,18 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 + terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.104.1(@swc/core@1.15.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.44.1 + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + optionalDependencies: + '@swc/core': 1.15.3 + esbuild: 0.25.9 + terser-webpack-plugin@5.3.9(@swc/core@1.15.3)(webpack@5.101.3(@swc/core@1.15.3)): dependencies: '@jridgewell/trace-mapping': 0.3.25 @@ -40501,6 +40600,13 @@ snapshots: commander: 2.20.3 source-map-support: 0.5.21 + terser@5.43.1: + dependencies: + '@jridgewell/source-map': 0.3.6 + acorn: 8.15.0 + commander: 2.20.3 + source-map-support: 0.5.21 + terser@5.44.0: dependencies: '@jridgewell/source-map': 0.3.6 @@ -40728,9 +40834,9 @@ snapshots: textextensions@3.3.0: {} - thingies@2.5.0(tslib@2.6.3): + thingies@2.5.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 through2-filter@3.0.0: dependencies: @@ -40786,6 +40892,11 @@ snapshots: tiny-invariant@1.3.3: {} + tinyglobby@0.2.14: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) @@ -40874,9 +40985,9 @@ snapshots: semver: 5.7.2 source-map-support: 0.2.10 - tree-dump@1.1.0(tslib@2.6.3): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 tree-kill@1.2.2: {} @@ -40904,9 +41015,9 @@ snapshots: dependencies: typescript: 4.9.5 - ts-api-utils@2.4.0(typescript@5.5.4): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: - typescript: 5.5.4 + typescript: 5.8.3 ts-api-utils@2.4.0(typescript@5.9.3): dependencies: @@ -40936,11 +41047,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40953,11 +41064,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40988,11 +41099,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41006,11 +41117,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41089,7 +41200,7 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -41103,7 +41214,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -41129,14 +41240,14 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.5 + '@types/node': 24.1.0 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -41185,7 +41296,7 @@ snapshots: tslib@2.8.1: {} - tslint@6.1.3(typescript@5.5.4): + tslint@6.1.3(typescript@5.8.3): dependencies: '@babel/code-frame': 7.28.6 builtin-modules: 1.1.1 @@ -41199,8 +41310,8 @@ snapshots: resolve: 1.22.11 semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0(typescript@5.5.4) - typescript: 5.5.4 + tsutils: 2.29.0(typescript@5.8.3) + typescript: 5.8.3 tslint@6.1.3(typescript@5.9.3): dependencies: @@ -41219,10 +41330,10 @@ snapshots: tsutils: 2.29.0(typescript@5.9.3) typescript: 5.9.3 - tsutils@2.29.0(typescript@5.5.4): + tsutils@2.29.0(typescript@5.8.3): dependencies: tslib: 1.14.1 - typescript: 5.5.4 + typescript: 5.8.3 tsutils@2.29.0(typescript@5.9.3): dependencies: @@ -41246,14 +41357,6 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@3.0.1: - dependencies: - '@tufjs/models': 3.0.1 - debug: 4.4.3 - make-fetch-happen: 14.0.3 - transitivePeerDependencies: - - supports-color - tuf-js@4.0.0: dependencies: '@tufjs/models': 4.0.0 @@ -41376,8 +41479,6 @@ snapshots: typescript@4.9.5: {} - typescript@5.5.4: {} - typescript@5.8.3: {} typescript@5.9.2: {} @@ -41436,6 +41537,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@7.8.0: {} + undici@7.16.0: {} unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -41451,8 +41554,6 @@ snapshots: unicode-property-aliases-ecmascript@2.1.0: {} - unicorn-magic@0.3.0: {} - unified@10.1.2: dependencies: '@types/unist': 2.0.11 @@ -41474,18 +41575,10 @@ snapshots: dependencies: qs: 6.14.1 - unique-filename@4.0.0: - dependencies: - unique-slug: 5.0.0 - unique-filename@5.0.0: dependencies: unique-slug: 6.0.0 - unique-slug@5.0.0: - dependencies: - imurmurhash: 0.1.4 - unique-slug@6.0.0: dependencies: imurmurhash: 0.1.4 @@ -41835,13 +41928,13 @@ snapshots: replace-ext: 2.0.0 teex: 1.0.1 - vite@5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1): + vite@5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1): dependencies: esbuild: 0.21.5 postcss: 8.5.6 rollup: 4.22.4 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 less: 4.4.2 lightningcss: 1.30.2 @@ -41849,7 +41942,7 @@ snapshots: sass-embedded: 1.97.1 terser: 5.44.1 - vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.44.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41858,17 +41951,18 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 sass: 1.85.0 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.44.1 yaml: 2.8.1 + optional: true - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41877,17 +41971,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.97.1 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.44.1 yaml: 2.8.1 - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.44.1)(yaml@2.8.1): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41896,18 +41990,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 20.11.17 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.44.1 + terser: 5.43.1 yaml: 2.8.1 - optional: true - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1): + vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41916,17 +42009,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.97.1 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.44.1 + terser: 5.43.1 yaml: 2.8.1 - vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): + vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41935,7 +42028,7 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 @@ -42140,7 +42233,7 @@ snapshots: optionalDependencies: webpack: 5.103.0(@swc/core@1.15.3)(esbuild@0.26.0) - webpack-dev-middleware@7.4.2(webpack@5.94.0): + webpack-dev-middleware@7.4.2(webpack@5.104.1(@swc/core@1.15.3)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42149,9 +42242,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.94.0(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.2(webpack@5.94.0): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42160,7 +42253,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.94.0(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-dev-middleware@7.4.5(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42173,7 +42266,7 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware@7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.5(webpack@5.104.1(@swc/core@1.15.3)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42182,7 +42275,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) webpack-dev-server@5.2.1(webpack-cli@5.1.4)(webpack@5.94.0): dependencies: @@ -42261,7 +42354,7 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-server@5.2.2(webpack@5.104.1(@swc/core@1.15.3)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -42289,10 +42382,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-dev-middleware: 7.4.5(webpack@5.104.1(@swc/core@1.15.3)) ws: 8.18.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug @@ -42344,19 +42437,12 @@ snapshots: optionalDependencies: html-webpack-plugin: 5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.103.0(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.103.0(@swc/core@1.15.3)) - - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.104.1(@swc/core@1.15.3)))(webpack@5.104.1(@swc/core@1.15.3)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + html-webpack-plugin: 5.6.3(webpack@5.104.1(@swc/core@1.15.3)) webpack-virtual-modules@0.6.2: {} @@ -42488,6 +42574,38 @@ snapshots: - esbuild - uglify-js + webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9): + dependencies: + '@types/eslint-scope': 3.7.7 + '@types/estree': 1.0.8 + '@types/json-schema': 7.0.15 + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/wasm-edit': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + acorn: 8.15.0 + acorn-import-phases: 1.0.4(acorn@8.15.0) + browserslist: 4.28.1 + chrome-trace-event: 1.0.4 + enhanced-resolve: 5.18.3 + es-module-lexer: 2.0.0 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.1 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 4.3.3 + tapable: 2.3.0 + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.104.1(@swc/core@1.15.3)) + watchpack: 2.4.4 + webpack-sources: 3.3.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + webpack@5.94.0(@swc/core@1.15.3)(webpack-cli@4.10.0): dependencies: '@types/estree': 1.0.6 @@ -42582,36 +42700,6 @@ snapshots: - esbuild - uglify-js - webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4): - dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 - '@webassemblyjs/ast': 1.14.1 - '@webassemblyjs/wasm-edit': 1.14.1 - '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - browserslist: 4.28.1 - chrome-trace-event: 1.0.4 - enhanced-resolve: 5.18.3 - es-module-lexer: 1.5.4 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.14(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - watchpack: 2.4.4 - webpack-sources: 3.3.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - websocket-driver@0.7.4: dependencies: http-parser-js: 0.5.8 @@ -42913,8 +43001,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yoctocolors-cjs@2.1.3: {} yoctocolors@2.1.2: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 08a26591700b..97bd3debb87a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -38,22 +38,22 @@ catalog: catalogs: angular: - "@angular-devkit/build-angular": ~19.2.19 - "@angular-devkit/architect": ~0.1902.19 - "@angular-devkit/schematics": ~19.2.19 - "@angular/cli": ~19.2.19 - "@angular/common": ~19.2.18 - "@angular/compiler": ~19.2.18 - "@angular/compiler-cli": ~19.2.18 - "@angular/core": ~19.2.18 - "@angular/forms": ~19.2.18 - "@angular/platform-browser": ~19.2.18 - "@angular/platform-browser-dynamic": ~19.2.18 - "@angular/platform-server": ~19.2.18 - "@angular/router": ~19.2.18 - "ng-packagr": ~19.2.2 - "typescript": 5.5.4 - "zone.js": 0.15.1 + "@angular-devkit/build-angular": ~20.3.0 + "@angular-devkit/architect": ~0.2003.15 + "@angular-devkit/schematics": ~20.3.0 + "@angular/cli": ~20.3.0 + "@angular/common": ~20.3.0 + "@angular/compiler": ~20.3.0 + "@angular/compiler-cli": ~20.3.0 + "@angular/core": ~20.3.0 + "@angular/forms": ~20.3.0 + "@angular/platform-browser": ~20.3.0 + "@angular/platform-browser-dynamic": ~20.3.0 + "@angular/platform-server": ~20.3.0 + "@angular/router": ~20.3.0 + "ng-packagr": ~20.3.0 + "typescript": ~5.8.0 + "zone.js": ~0.15.1 eslint8: eslint: 9.26.0 eslint-config-airbnb-typescript: 17.1.0 From b0a17d4141d2bf1f146afae0a160cd8291476bb7 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 4 Feb 2026 15:15:27 +0100 Subject: [PATCH 02/48] update TS in core after update to Angular 20 --- .../devextreme-angular/src/core/integration.ts | 14 ++++++++++---- .../src/core/iterable-differ-helper.ts | 2 +- .../devextreme-angular/src/core/nested-option.ts | 9 ++++++--- .../devextreme-angular/src/core/watcher-helper.ts | 3 ++- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/packages/devextreme-angular/src/core/integration.ts b/packages/devextreme-angular/src/core/integration.ts index bc0eeb30fb3d..ab2ca7916f00 100644 --- a/packages/devextreme-angular/src/core/integration.ts +++ b/packages/devextreme-angular/src/core/integration.ts @@ -12,9 +12,15 @@ import eventsEngine from 'devextreme/common/core/events/core/events_engine'; const outsideZoneEvents = ['mousemove', 'mouseover', 'mouseout']; const insideZoneEvents = ['mouseup', 'click', 'mousedown', 'transitionend', 'wheel']; -let originalAdd; -let callbacks = []; -let readyCallbackAdd = function (callback) { +type ReadyCallback = () => void; +type ReadyCallbackAdd = (callback: ReadyCallback) => void; +interface ReadyCallbackAddContext { + callBase: ReadyCallbackAdd; +} + +let originalAdd: ReadyCallbackAdd = () => {}; +let callbacks: ReadyCallback[] = []; +let readyCallbackAdd = function (this: ReadyCallbackAddContext, callback: ReadyCallback) { if (!originalAdd) { originalAdd = this.callBase.bind(this); } @@ -36,7 +42,7 @@ let doInjections = (document: any, ngZone: NgZone, xhrFactory: XhrFactory) => { domAdapter.inject({ _document: document, - listen(...args) { + listen(this: { callBase: (...args: any[]) => any }, ...args) { const eventName = args[1]; if (outsideZoneEvents.includes(eventName)) { return ngZone.runOutsideAngular(() => this.callBase.apply(this, args)); diff --git a/packages/devextreme-angular/src/core/iterable-differ-helper.ts b/packages/devextreme-angular/src/core/iterable-differ-helper.ts index c61534a33299..71ff2d13cd25 100644 --- a/packages/devextreme-angular/src/core/iterable-differ-helper.ts +++ b/packages/devextreme-angular/src/core/iterable-differ-helper.ts @@ -34,7 +34,7 @@ export class IterableDifferHelper { if (value && Array.isArray(value)) { if (!this._propertyDiffers[prop]) { try { - this._propertyDiffers[prop] = this._differs.find(value).create(null); + this._propertyDiffers[prop] = this._differs.find(value).create(undefined); return true; // eslint-disable-next-line @typescript-eslint/no-unused-vars } catch (e) { } diff --git a/packages/devextreme-angular/src/core/nested-option.ts b/packages/devextreme-angular/src/core/nested-option.ts index 6f130ba53367..b54ff6917f22 100644 --- a/packages/devextreme-angular/src/core/nested-option.ts +++ b/packages/devextreme-angular/src/core/nested-option.ts @@ -220,14 +220,17 @@ export interface IOptionWithTemplate extends BaseNestedOption { template: any; } -const triggerShownEvent = function (element) { - const changeHandlers = []; +const triggerShownEvent = function (element: Element) { + const changeHandlers: Element[] = []; if (!render(element).hasClass(VISIBILITY_CHANGE_SELECTOR)) { changeHandlers.push(element); } - changeHandlers.push.apply(changeHandlers, element.querySelectorAll(`.${VISIBILITY_CHANGE_SELECTOR}`)); + const nestedHandlers = Array.prototype.slice.call( + element.querySelectorAll(`.${VISIBILITY_CHANGE_SELECTOR}`), + ) as Element[]; + changeHandlers.push(...nestedHandlers); for (let i = 0; i < changeHandlers.length; i++) { triggerHandler(changeHandlers[i], 'dxshown'); diff --git a/packages/devextreme-angular/src/core/watcher-helper.ts b/packages/devextreme-angular/src/core/watcher-helper.ts index 7c483f5a7bfe..215d0924d850 100644 --- a/packages/devextreme-angular/src/core/watcher-helper.ts +++ b/packages/devextreme-angular/src/core/watcher-helper.ts @@ -59,7 +59,7 @@ export class WatcherHelper { return value; } - private _checkObjectsFields(checkingFromObject: object, checkingToObject: object) { + private _checkObjectsFields(checkingFromObject: Record, checkingToObject: Record) { for (const field in checkingFromObject) { const oldValue = this._toComparable(checkingFromObject[field]); const newValue = this._toComparable(checkingToObject[field]); @@ -72,6 +72,7 @@ export class WatcherHelper { return true; } } + return false; } checkWatchers() { From 86b67625265526e215a2a3cc3c71ecd8f8959bf7 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 4 Feb 2026 15:38:43 +0100 Subject: [PATCH 03/48] update TS after update to Angular 20 --- .../src/ui/nested/base/button-group-item-dxi.ts | 1 - packages/devextreme-angular/src/ui/nested/base/popup-options.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/devextreme-angular/src/ui/nested/base/button-group-item-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/button-group-item-dxi.ts index c88c98de399e..741ded8fdb74 100644 --- a/packages/devextreme-angular/src/ui/nested/base/button-group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/button-group-item-dxi.ts @@ -12,7 +12,6 @@ import { User } from 'devextreme/ui/chat'; import { dxContextMenuItem } from 'devextreme/ui/context_menu'; import { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; import { Command, CustomCommand } from 'devextreme/ui/diagram'; -import { ItemClickEvent } from 'devextreme/ui/drop_down_button'; import { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; import { ButtonItem, EmptyItem, FormItemComponent, FormItemType, GroupItem, LabelLocation, SimpleItem, TabbedItem } from 'devextreme/ui/form'; import { GanttPredefinedContextMenuItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; diff --git a/packages/devextreme-angular/src/ui/nested/base/popup-options.ts b/packages/devextreme-angular/src/ui/nested/base/popup-options.ts index 2df7efc21c0b..3a55e0654bc1 100644 --- a/packages/devextreme-angular/src/ui/nested/base/popup-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/popup-options.ts @@ -8,7 +8,6 @@ import { import { Position, PositionAlignment } from 'devextreme/common'; import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; import { UserDefinedElement } from 'devextreme/core/element'; -import { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, TitleRenderedEvent } from 'devextreme/ui/popover'; import { dxPopupToolbarItem } from 'devextreme/ui/popup'; @Component({ From 76f0e96ccfe21b2ab2474660c07e698e7fd2f24f Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 4 Feb 2026 16:59:55 +0100 Subject: [PATCH 04/48] fix TS config --- packages/devextreme-angular/tsconfig.lib.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devextreme-angular/tsconfig.lib.json b/packages/devextreme-angular/tsconfig.lib.json index 8d28f61e230a..dfadbb5f53a9 100644 --- a/packages/devextreme-angular/tsconfig.lib.json +++ b/packages/devextreme-angular/tsconfig.lib.json @@ -19,6 +19,7 @@ "emitDecoratorMetadata": false, "importHelpers": true, "target": "ES2022", + "useDefineForClassFields": false, "strictNullChecks": false, "module": "ES2022", "lib": [ From 1308846d39ad0b327317ac371fe3d740714fd3b5 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 4 Feb 2026 18:03:16 +0100 Subject: [PATCH 05/48] fix TS config --- packages/devextreme-angular/tsconfig.lib.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devextreme-angular/tsconfig.lib.json b/packages/devextreme-angular/tsconfig.lib.json index dfadbb5f53a9..d2eb9d3c4cf5 100644 --- a/packages/devextreme-angular/tsconfig.lib.json +++ b/packages/devextreme-angular/tsconfig.lib.json @@ -22,6 +22,7 @@ "useDefineForClassFields": false, "strictNullChecks": false, "module": "ES2022", + "verbatimModuleSyntax": false, "lib": [ "ES2022", "dom", From b58f604d3ebc8db3ee3bf54e763859c20645624f Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 4 Feb 2026 20:17:34 +0100 Subject: [PATCH 06/48] fix TS config --- packages/devextreme-angular/tsconfig.lib.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devextreme-angular/tsconfig.lib.json b/packages/devextreme-angular/tsconfig.lib.json index d2eb9d3c4cf5..a57888cb33a2 100644 --- a/packages/devextreme-angular/tsconfig.lib.json +++ b/packages/devextreme-angular/tsconfig.lib.json @@ -10,6 +10,8 @@ "enableResourceInlining": true }, "compilerOptions": { + "skipDefaultLibCheck": true, + "isolatedModules": true, "baseUrl": ".", "moduleResolution": "node", "outDir": "AUTOGENERATED", From 82f23b548a2e54a1576f16081bb0914c576c7b9c Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 4 Feb 2026 20:29:20 +0100 Subject: [PATCH 07/48] fix TS config --- packages/devextreme-angular/tsconfig.lib.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/devextreme-angular/tsconfig.lib.json b/packages/devextreme-angular/tsconfig.lib.json index a57888cb33a2..588385a97f68 100644 --- a/packages/devextreme-angular/tsconfig.lib.json +++ b/packages/devextreme-angular/tsconfig.lib.json @@ -11,7 +11,6 @@ }, "compilerOptions": { "skipDefaultLibCheck": true, - "isolatedModules": true, "baseUrl": ".", "moduleResolution": "node", "outDir": "AUTOGENERATED", From 9572a9103e31f16e92eb48da82fd904daa79fe0c Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 5 Feb 2026 20:10:31 +0100 Subject: [PATCH 08/48] fix TS after update to Angular 20 --- .../src/common/ai-integration/index.ts | 4 +-- .../src/common/charts/index.ts | 5 ++-- .../src/common/core/animation/index.ts | 12 +++++---- .../src/common/core/environment/index.ts | 9 ++----- .../src/common/core/events/index.ts | 7 ++--- .../src/common/core/localization/index.ts | 2 +- .../src/common/data/custom-store/index.ts | 2 +- .../src/common/data/index.ts | 26 ++++++++++--------- .../src/common/export/excel/index.ts | 5 ++-- .../src/common/export/pdf/index.ts | 5 ++-- .../src/common/grids/index.ts | 2 +- .../devextreme-angular/src/common/index.ts | 6 ++--- packages/devextreme-angular/tsconfig.lib.json | 6 ++--- 13 files changed, 41 insertions(+), 50 deletions(-) diff --git a/packages/devextreme-angular/src/common/ai-integration/index.ts b/packages/devextreme-angular/src/common/ai-integration/index.ts index 4973f029713d..8b3c7c64054a 100644 --- a/packages/devextreme-angular/src/common/ai-integration/index.ts +++ b/packages/devextreme-angular/src/common/ai-integration/index.ts @@ -1,5 +1,5 @@ -export { - AIIntegration, +export { AIIntegration } from 'devextreme/common/ai-integration'; +export type { AIProvider, AIResponse, GenerateGridColumnCommandResponse, diff --git a/packages/devextreme-angular/src/common/charts/index.ts b/packages/devextreme-angular/src/common/charts/index.ts index 97be47287157..8b0e3ca6e984 100644 --- a/packages/devextreme-angular/src/common/charts/index.ts +++ b/packages/devextreme-angular/src/common/charts/index.ts @@ -1,4 +1,5 @@ -export { +export { registerGradient, registerPattern } from 'devextreme/common/charts'; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, @@ -22,8 +23,6 @@ export { PaletteExtensionMode, PointInteractionMode, PointSymbol, - registerGradient, - registerPattern, RelativePosition, ScaleBreak, ScaleBreakLineStyle, diff --git a/packages/devextreme-angular/src/common/core/animation/index.ts b/packages/devextreme-angular/src/common/core/animation/index.ts index 9014c94673c5..c69d7b8ad712 100644 --- a/packages/devextreme-angular/src/common/core/animation/index.ts +++ b/packages/devextreme-angular/src/common/core/animation/index.ts @@ -1,12 +1,14 @@ export { - AnimationConfig, animationPresets, - AnimationState, cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, fx, - PositionConfig, requestAnimationFrame, TransitionExecutor, } from 'devextreme/common/core/animation'; +export type { + AnimationConfig, + AnimationState, + CollisionResolution, + CollisionResolutionCombination, + PositionConfig, +} from 'devextreme/common/core/animation'; diff --git a/packages/devextreme-angular/src/common/core/environment/index.ts b/packages/devextreme-angular/src/common/core/environment/index.ts index 19ae8891d1ea..83495e06b6e0 100644 --- a/packages/devextreme-angular/src/common/core/environment/index.ts +++ b/packages/devextreme-angular/src/common/core/environment/index.ts @@ -1,7 +1,2 @@ -export { - Device, - getTimeZones, - hideTopOverlay, - initMobileViewport, - SchedulerTimeZone, -} from 'devextreme/common/core/environment'; +export { getTimeZones, hideTopOverlay, initMobileViewport } from 'devextreme/common/core/environment'; +export type { Device, SchedulerTimeZone } from 'devextreme/common/core/environment'; diff --git a/packages/devextreme-angular/src/common/core/events/index.ts b/packages/devextreme-angular/src/common/core/events/index.ts index 23f9af001715..ba5437b4656b 100644 --- a/packages/devextreme-angular/src/common/core/events/index.ts +++ b/packages/devextreme-angular/src/common/core/events/index.ts @@ -1,4 +1,5 @@ -export { +export { off, on, one, trigger } from 'devextreme/common/core/events'; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, @@ -7,8 +8,4 @@ export { InitializedEventInfo, ItemInfo, NativeEventInfo, - off, - on, - one, - trigger, } from 'devextreme/common/core/events'; diff --git a/packages/devextreme-angular/src/common/core/localization/index.ts b/packages/devextreme-angular/src/common/core/localization/index.ts index e2fe4bb70025..c310f5369cbf 100644 --- a/packages/devextreme-angular/src/common/core/localization/index.ts +++ b/packages/devextreme-angular/src/common/core/localization/index.ts @@ -1,5 +1,4 @@ export { - Format, formatDate, formatMessage, formatNumber, @@ -8,3 +7,4 @@ export { parseDate, parseNumber, } from 'devextreme/common/core/localization'; +export type { Format } from 'devextreme/common/core/localization'; diff --git a/packages/devextreme-angular/src/common/data/custom-store/index.ts b/packages/devextreme-angular/src/common/data/custom-store/index.ts index b2cfac7968f9..f2cac2be560d 100644 --- a/packages/devextreme-angular/src/common/data/custom-store/index.ts +++ b/packages/devextreme-angular/src/common/data/custom-store/index.ts @@ -1,4 +1,4 @@ -export { +export type { GroupItem, isGroupItemsArray, isItemsArray, diff --git a/packages/devextreme-angular/src/common/data/index.ts b/packages/devextreme-angular/src/common/data/index.ts index 25c15fd09554..5a681f8150bf 100644 --- a/packages/devextreme-angular/src/common/data/index.ts +++ b/packages/devextreme-angular/src/common/data/index.ts @@ -1,41 +1,43 @@ export { applyChanges, ArrayStore, - ArrayStoreOptions, base64_encode, compileGetter, compileSetter, CustomStore, - CustomStoreOptions, DataSource, - DataSourceOptions, EdmLiteral, EndpointSelector, errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, + LocalStore, + ODataContext, + ODataStore, + query, + setErrorHandler, +} from 'devextreme/common/data'; +export type { + ArrayStoreOptions, + CustomStoreOptions, + DataSourceOptions, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, - LocalStore, LocalStoreOptions, - ODataContext, ODataContextOptions, - ODataStore, ODataStoreOptions, - query, Query, ResolvedData, SearchOperation, SelectDescriptor, - setErrorHandler, SortDescriptor, Store, StoreOptions, diff --git a/packages/devextreme-angular/src/common/export/excel/index.ts b/packages/devextreme-angular/src/common/export/excel/index.ts index 22ad01b8501d..1f7c34b28ed4 100644 --- a/packages/devextreme-angular/src/common/export/excel/index.ts +++ b/packages/devextreme-angular/src/common/export/excel/index.ts @@ -1,8 +1,7 @@ -export { +export { exportDataGrid, exportPivotGrid } from 'devextreme/common/export/excel'; +export type { DataGridCell, DataGridExportOptions, - exportDataGrid, - exportPivotGrid, PivotGridCell, PivotGridExportOptions, } from 'devextreme/common/export/excel'; diff --git a/packages/devextreme-angular/src/common/export/pdf/index.ts b/packages/devextreme-angular/src/common/export/pdf/index.ts index e2deb669df82..bdb86d656ec2 100644 --- a/packages/devextreme-angular/src/common/export/pdf/index.ts +++ b/packages/devextreme-angular/src/common/export/pdf/index.ts @@ -1,9 +1,8 @@ -export { +export { exportDataGrid, exportGantt } from 'devextreme/common/export/pdf'; +export type { Cell, DataGridCell, DataGridExportOptions, - exportDataGrid, - exportGantt, GanttExportFont, GanttExportOptions, } from 'devextreme/common/export/pdf'; diff --git a/packages/devextreme-angular/src/common/grids/index.ts b/packages/devextreme-angular/src/common/grids/index.ts index deb21ba859b0..3a0957fda2f1 100644 --- a/packages/devextreme-angular/src/common/grids/index.ts +++ b/packages/devextreme-angular/src/common/grids/index.ts @@ -1,4 +1,4 @@ -export { +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, diff --git a/packages/devextreme-angular/src/common/index.ts b/packages/devextreme-angular/src/common/index.ts index 42ed62d53711..1c2a9f67f0f4 100644 --- a/packages/devextreme-angular/src/common/index.ts +++ b/packages/devextreme-angular/src/common/index.ts @@ -1,11 +1,11 @@ -export { +export { config, Guid, setTemplateEngine } from 'devextreme/common'; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, - config, CustomRule, DataStructure, DataType, @@ -24,7 +24,6 @@ export { FloatingActionButtonDirection, Format, GlobalConfig, - Guid, HorizontalAlignment, HorizontalEdge, LabelMode, @@ -45,7 +44,6 @@ export { ScrollMode, SearchMode, SelectAllMode, - setTemplateEngine, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, diff --git a/packages/devextreme-angular/tsconfig.lib.json b/packages/devextreme-angular/tsconfig.lib.json index 588385a97f68..14d714ba90d2 100644 --- a/packages/devextreme-angular/tsconfig.lib.json +++ b/packages/devextreme-angular/tsconfig.lib.json @@ -14,23 +14,23 @@ "baseUrl": ".", "moduleResolution": "node", "outDir": "AUTOGENERATED", + "declaration": true, "declarationDir": "AUTOGENERATED", + "declarationMap": true, "inlineSourceMap": true, "inlineSources": true, "emitDecoratorMetadata": false, "importHelpers": true, "target": "ES2022", + "module": "ES2022", "useDefineForClassFields": false, "strictNullChecks": false, - "module": "ES2022", "verbatimModuleSyntax": false, "lib": [ "ES2022", "dom", "dom.iterable" ], - "declaration": true, - "declarationMap": true, "skipLibCheck": true, "experimentalDecorators": true, "typeRoots": [ From 54351ae5450d55f07967265cb4f7ff2bf7e4e3ba Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 5 Feb 2026 21:31:10 +0100 Subject: [PATCH 09/48] update lock and merge upstream --- pnpm-lock.yaml | 5209 +++++++++++++++++++++++------------------------- 1 file changed, 2498 insertions(+), 2711 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0539d4a4fa4a..c61596e1cfeb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,52 +7,52 @@ settings: catalogs: angular: '@angular-devkit/architect': - specifier: ~0.1902.19 - version: 0.1902.19 + specifier: ~0.2003.15 + version: 0.2003.15 '@angular-devkit/build-angular': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.15 '@angular-devkit/schematics': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.15 '@angular/cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.15 '@angular/common': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler-cli': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/core': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/forms': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser-dynamic': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-server': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/router': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 ng-packagr: - specifier: ~19.2.2 - version: 19.2.2 + specifier: ~20.3.0 + version: 20.3.2 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: ~5.8.0 + version: 5.8.3 zone.js: - specifier: 0.15.1 + specifier: ~0.15.1 version: 0.15.1 default: '@babel/eslint-parser': @@ -272,28 +272,28 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) core-js: specifier: ^2.6.12 version: 2.6.12 @@ -312,10 +312,10 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(2d5z3y5cbxqmaehqzkittgqznm) + version: 20.3.15(owa5ndkpproh3rcwtiz5pkrwfq) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.15(@types/node@20.11.17)(chokidar@4.0.1)(hono@4.11.4) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -327,22 +327,22 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 apps/demos: dependencies: '@angular-devkit/build-angular': specifier: ~21.0.0 - version: 21.0.3(xm64ojqmszimwfvmlq5g36pnxe) + version: 21.0.3(itevxv4ivkmqgqhn2gdamgsgza) '@angular/animations': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.0.5 - version: 21.0.5(@types/node@20.12.8)(chokidar@4.0.1)(hono@4.11.4) + version: 21.0.5(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4) '@angular/common': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1) @@ -703,7 +703,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -754,7 +754,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.2(jiti@2.6.1)) @@ -828,16 +828,16 @@ importers: devDependencies: '@storybook/addon-docs': specifier: 10.1.9 - version: 10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + version: 10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/addon-links': specifier: 10.1.9 version: 10.1.9(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) '@storybook/addon-webpack5-compiler-swc': specifier: 4.0.2 - version: 4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + version: 4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/react-webpack5': specifier: 10.1.9 - version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@types/react': specifier: 18.0.0 version: 18.0.0 @@ -964,7 +964,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(yh5q5cu7mz6qa6tqcjidnhbvuy) + version: 1.1.9(letdx6silmjainlcuokrs4nkbe) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -997,7 +997,7 @@ importers: version: 4.22.4 vite: specifier: 5.4.21 - version: 5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) + version: 5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) webpack: specifier: 5.104.1 version: 5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0) @@ -1009,7 +1009,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.2.0 @@ -1021,10 +1021,10 @@ importers: version: 3.5.33 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) devextreme: specifier: workspace:* version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -1033,7 +1033,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(25phdv4sxlu3uhzphy5grhpldy) + version: 1.1.9(ucyfgsqiaef2dr4ie5i7nqr324) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1042,7 +1042,7 @@ importers: version: 2.4.0 eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: specifier: 'catalog:' version: 3.3.0 @@ -1051,7 +1051,7 @@ importers: version: 4.0.0 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 e2e/devextreme-bundler: dependencies: @@ -1060,7 +1060,7 @@ importers: version: 5.3.9(@swc/core@1.15.3)(webpack@5.104.1(@swc/core@1.15.3)) webpack: specifier: ^5.101.3 - version: 5.104.1(@swc/core@1.15.3) + version: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) e2e/testcafe-devextreme: devDependencies: @@ -1105,7 +1105,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(zre65pna2rodsxxw2y3psxlfhi) + version: 1.1.9(bitqzzqqsw43uf73pqv73wgeui) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1138,31 +1138,31 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) e2e/wrappers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@babel/runtime': specifier: ^7.24.0 version: 7.26.10 @@ -1241,16 +1241,16 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.15.1 - version: 1.15.1(@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)) + version: 1.15.1(@angular-devkit/build-angular@20.3.15(dvfkqhpxlcjzcsdatcxxndunvq))(@angular/build@19.2.19(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(@angular/compiler@20.3.16)(@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@24.1.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(gy5lk4g6ogzfldojcxudqodi5q) + version: 20.3.15(dvfkqhpxlcjzcsdatcxxndunvq) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.14.5)(chokidar@4.0.1) + version: 20.3.15(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4) '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@eslint/js': specifier: 9.39.2 version: 9.39.2 @@ -1265,10 +1265,10 @@ importers: version: 19.1.3(@types/react@19.1.2) '@vitejs/plugin-react': specifier: 4.4.1 - version: 4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@vitejs/plugin-vue': specifier: 5.2.4 - version: 5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) + version: 5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) eslint: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) @@ -1307,7 +1307,7 @@ importers: version: 5.8.3 vite: specifier: 6.4.1 - version: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + version: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) packages/devextreme: dependencies: @@ -1362,25 +1362,25 @@ importers: version: 7.28.6(@babel/core@7.28.6) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(dmyiz5qgrko5nyf5bxripiixoy) + version: 3.0.12(ukiqplx6dasmo2c3l5qjedmnve) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1482,7 +1482,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(ln376di5ewvicttjlsrm7scmam) + version: 1.1.9(6g7frvhnjzdtvxjkdtza3bww3y) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1494,7 +1494,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.0.1 - version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.2(jiti@2.6.1)) @@ -1749,7 +1749,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1770,7 +1770,7 @@ importers: version: 1.1.0 webpack: specifier: 5.104.1 - version: 5.104.1(@swc/core@1.15.3) + version: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) webpack-stream: specifier: 7.0.0 version: 7.0.0(webpack@5.104.1(@swc/core@1.15.3)) @@ -1786,7 +1786,7 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 19.2.19(chokidar@4.0.1) + version: 20.3.15(chokidar@4.0.1) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme @@ -1799,34 +1799,34 @@ importers: devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.1902.19(chokidar@4.0.1) + version: 0.2003.15(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.15(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4) '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/platform-server': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/eslint-parser': specifier: 'catalog:' version: 7.28.6(@babel/core@7.28.6)(eslint@9.39.2(jiti@2.6.1)) @@ -1840,23 +1840,23 @@ importers: specifier: 'catalog:' version: 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@types/jasmine': - specifier: 2.8.24 - version: 2.8.24 + specifier: ~6.0.0 + version: 6.0.0 '@types/node': - specifier: 20.11.17 - version: 20.11.17 + specifier: ~24.1.0 + version: 24.1.0 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@webcomponents/custom-elements': specifier: 1.6.0 version: 1.6.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)) + version: 6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)) core-js: specifier: 2.6.12 version: 2.6.12 @@ -1871,13 +1871,13 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(7fkfr3xve5midkqv6g5rxdzzk4) + version: 1.1.9(ucyfgsqiaef2dr4ie5i7nqr324) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) jasmine: specifier: 5.12.0 version: 5.12.0 @@ -1898,10 +1898,10 @@ importers: version: 5.0.1(webpack@5.104.1(@swc/core@1.15.3)) ng-packagr: specifier: catalog:angular - version: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + version: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) puppeteer: specifier: 23.6.1 - version: 23.6.1(typescript@5.5.4) + version: 23.6.1(typescript@5.8.3) reflect-metadata: specifier: 0.1.13 version: 0.1.13 @@ -1915,14 +1915,14 @@ importers: specifier: 3.3.4 version: 3.3.4(webpack@5.104.1(@swc/core@1.15.3)) tslib: - specifier: 2.6.3 - version: 2.6.3 + specifier: 2.8.1 + version: 2.8.1 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 webpack: specifier: 5.104.1 - version: 5.104.1(@swc/core@1.15.3) + version: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) yargs: specifier: 17.7.2 version: 17.7.2 @@ -1953,7 +1953,7 @@ importers: version: 29.5.14 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-react: dependencies: @@ -1999,7 +1999,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(3l44khfxars5oaoo2ksyjkoa4a) + version: 1.1.9(fni63whxfljhgptjnzuezvnhnu) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) @@ -2014,7 +2014,7 @@ importers: version: 18.0.0(react@18.0.0) ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2069,7 +2069,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-themebuilder: dependencies: @@ -2194,7 +2194,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(b7idwjwdgm6h2lc5472mrbqunm) + version: 1.1.9(7bgncqdqrzvv4ytf46hjbn5coq) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -2215,7 +2215,7 @@ importers: version: 29.7.0 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2302,58 +2302,114 @@ packages: '@adobe/css-tools@4.4.1': resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@algolia/abtesting@1.1.0': + resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} + engines: {node: '>= 14.0.0'} + '@algolia/abtesting@1.6.1': resolution: {integrity: sha512-wV/gNRkzb7sI9vs1OneG129hwe3Q5zPj7zigz3Ps7M5Lpo2hSorrOnXNodHEOV+yXE/ks4Pd+G3CDFIjFTWhMQ==} engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.35.0': + resolution: {integrity: sha512-uUdHxbfHdoppDVflCHMxRlj49/IllPwwQ2cQ8DLC4LXr3kY96AHBpW0dMyi6ygkn2MtFCc6BxXCzr668ZRhLBQ==} + engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.40.1': resolution: {integrity: sha512-cxKNATPY5t+Mv8XAVTI57altkaPH+DZi4uMrnexPxPHODMljhGYY+GDZyHwv9a+8CbZHcY372OkxXrDMZA4Lnw==} engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.35.0': + resolution: {integrity: sha512-SunAgwa9CamLcRCPnPHx1V2uxdQwJGqb1crYrRWktWUdld0+B2KyakNEeVn5lln4VyeNtW17Ia7V7qBWyM/Skw==} + engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.40.1': resolution: {integrity: sha512-XP008aMffJCRGAY8/70t+hyEyvqqV7YKm502VPu0+Ji30oefrTn2al7LXkITz7CK6I4eYXWRhN6NaIUi65F1OA==} engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.35.0': + resolution: {integrity: sha512-ipE0IuvHu/bg7TjT2s+187kz/E3h5ssfTtjpg1LbWMgxlgiaZIgTTbyynM7NfpSJSKsgQvCQxWjGUO51WSCu7w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.40.1': resolution: {integrity: sha512-gWfQuQUBtzUboJv/apVGZMoxSaB0M4Imwl1c9Ap+HpCW7V0KhjBddqF2QQt5tJZCOFsfNIgBbZDGsEPaeKUosw==} engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.35.0': + resolution: {integrity: sha512-UNbCXcBpqtzUucxExwTSfAe8gknAJ485NfPN6o1ziHm6nnxx97piIbcBQ3edw823Tej2Wxu1C0xBY06KgeZ7gA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.40.1': resolution: {integrity: sha512-RTLjST/t+lsLMouQ4zeLJq2Ss+UNkLGyNVu+yWHanx6kQ3LT5jv8UvPwyht9s7R6jCPnlSI77WnL80J32ZuyJg==} engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.35.0': + resolution: {integrity: sha512-/KWjttZ6UCStt4QnWoDAJ12cKlQ+fkpMtyPmBgSS2WThJQdSV/4UWcqCUqGH7YLbwlj3JjNirCu3Y7uRTClxvA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.40.1': resolution: {integrity: sha512-2FEK6bUomBzEYkTKzD0iRs7Ljtjb45rKK/VSkyHqeJnG+77qx557IeSO0qVFE3SfzapNcoytTofnZum0BQ6r3Q==} engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.35.0': + resolution: {integrity: sha512-8oCuJCFf/71IYyvQQC+iu4kgViTODbXDk3m7yMctEncRSRV+u2RtDVlpGGfPlJQOrAY7OONwJlSHkmbbm2Kp/w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.40.1': resolution: {integrity: sha512-Nju4NtxAvXjrV2hHZNLKVJLXjOlW6jAXHef/CwNzk1b2qIrCWDO589ELi5ZHH1uiWYoYyBXDQTtHmhaOVVoyXg==} engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.35.0': + resolution: {integrity: sha512-FfmdHTrXhIduWyyuko1YTcGLuicVbhUyRjO3HbXE4aP655yKZgdTIfMhZ/V5VY9bHuxv/fGEh3Od1Lvv2ODNTg==} + engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.40.1': resolution: {integrity: sha512-Mw6pAUF121MfngQtcUb5quZVqMC68pSYYjCRZkSITC085S3zdk+h/g7i6FxnVdbSU6OztxikSDMh1r7Z+4iPlA==} engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.35.0': + resolution: {integrity: sha512-gPzACem9IL1Co8mM1LKMhzn1aSJmp+Vp434An4C0OBY4uEJRcqsLN3uLBlY+bYvFg8C8ImwM9YRiKczJXRk0XA==} + engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.40.1': resolution: {integrity: sha512-z+BPlhs45VURKJIxsR99NNBWpUEEqIgwt10v/fATlNxc4UlXvALdOsWzaFfe89/lbP5Bu4+mbO59nqBC87ZM/g==} engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.35.0': + resolution: {integrity: sha512-w9MGFLB6ashI8BGcQoVt7iLgDIJNCn4OIu0Q0giE3M2ItNrssvb8C0xuwJQyTy1OFZnemG0EB1OvXhIHOvQwWw==} + engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.40.1': resolution: {integrity: sha512-VJMUMbO0wD8Rd2VVV/nlFtLJsOAQvjnVNGkMkspFiFhpBA7s/xJOb+fJvvqwKFUjbKTUA7DjiSi1ljSMYBasXg==} engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.35.0': + resolution: {integrity: sha512-AhrVgaaXAb8Ue0u2nuRWwugt0dL5UmRgS9LXe0Hhz493a8KFeZVUE56RGIV3hAa6tHzmAV7eIoqcWTQvxzlJeQ==} + engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.40.1': resolution: {integrity: sha512-ehvJLadKVwTp9Scg9NfzVSlBKH34KoWOQNTaN8i1Ac64AnO6iH2apJVSP6GOxssaghZ/s8mFQsDH3QIZoluFHA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.35.0': + resolution: {integrity: sha512-diY415KLJZ6x1Kbwl9u96Jsz0OstE3asjXtJ9pmk1d+5gPuQ5jQyEsgC+WmEXzlec3iuVszm8AzNYYaqw6B+Zw==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.40.1': resolution: {integrity: sha512-PbidVsPurUSQIr6X9/7s34mgOMdJnn0i6p+N6Ab+lsNhY5eiu+S33kZEpZwkITYBCIbhzDLOvb7xZD3gDi+USA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.35.0': + resolution: {integrity: sha512-uydqnSmpAjrgo8bqhE9N1wgcB98psTRRQXcjc4izwMB7yRl9C8uuAQ/5YqRj04U0mMQ+fdu2fcNF6m9+Z1BzDQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.40.1': resolution: {integrity: sha512-ThZ5j6uOZCF11fMw9IBkhigjOYdXGXQpj6h4k+T9UkZrF2RlKcPynFzDeRgaLdpYk8Yn3/MnFbwUmib7yxj5Lw==} engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.35.0': + resolution: {integrity: sha512-RgLX78ojYOrThJHrIiPzT4HW3yfQa0D7K+MQ81rhxqaNyNBu4F1r+72LNHYH/Z+y9I1Mrjrd/c/Ue5zfDgAEjQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.40.1': resolution: {integrity: sha512-H1gYPojO6krWHnUXu/T44DrEun/Wl95PJzMXRcM/szstNQczSbwq6wIFJPI9nyE95tarZfUNU3rgorT+wZ6iCQ==} engines: {node: '>= 14.0.0'} @@ -2377,6 +2433,10 @@ packages: resolution: {integrity: sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2003.15': + resolution: {integrity: sha512-HmGnUTLVwpvOFilc3gTP6CL9o+UbkVyu9S4WENkQbInbW3zp54lkzY71uWJIP7QvuXPa+bS4WHEmoGNQtNvv1A==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2100.3': resolution: {integrity: sha512-PcruWF0+IxXOTZd9MN/3y4A5aTfblALzT/+zWym26PtisaBgWQ3tRPQsf/CgT8EdmZl8eUOAWlNBSkbUj/S/lQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} @@ -2385,27 +2445,33 @@ packages: resolution: {integrity: sha512-KKmZMXzHCX0cWHY7xo9yy1J0fV7S/suhPO00YTcHBgLivkLsnbI177CrmWiMdLxSJD3NqTVkBEMPFQ2I2ooDFw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/build-angular@19.2.19': - resolution: {integrity: sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-angular@20.3.15': + resolution: {integrity: sha512-md5ikmdH0rM4jkVFwNQhN++onUUZPUDUfKijnb1XZArQisT9hPiNqTPbO+OZTBK/hQYYV/GfTOhDH30whG32xQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.15 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 - jest: ^29.5.0 - jest-environment-jsdom: ^29.5.0 + jest: ^29.5.0 || ^30.2.0 + jest-environment-jsdom: ^29.5.0 || ^30.2.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + typescript: '>=5.8 <6.0' peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2479,9 +2545,9 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.1902.19': - resolution: {integrity: sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-webpack@0.2003.15': + resolution: {integrity: sha512-u1gjLH0T+s4PiwbSUhzYZUKCsIF9CvTGJoN+Ki+CQqZAlTGLOp2y55VXmdrRX4e3tsKkS+chpQ8sN2b5vbzv9w==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 @@ -2511,6 +2577,15 @@ packages: chokidar: optional: true + '@angular-devkit/core@20.3.15': + resolution: {integrity: sha512-s7sE4S5Hy62dLrtHwizbZaMcupAE8fPhm6rF+jBkhHZ75zXGhGzXP8WKFztYCAuGnis4pPnGSEKP/xVTc2lw6Q==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + peerDependencies: + chokidar: ^4.0.0 + peerDependenciesMeta: + chokidar: + optional: true + '@angular-devkit/core@21.0.3': resolution: {integrity: sha512-X1y3GMYru9+Vt7vz+R8SFAEmDtgf0aZ+1JOpiE7ubHsQOnhA++Pb94HBjQ6CHqlUhQli/XPOBksKNdZkpup8rQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} @@ -2533,9 +2608,9 @@ packages: resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/schematics@19.2.19': - resolution: {integrity: sha512-J4Jarr0SohdrHcb40gTL4wGPCQ952IMWF1G/MSAQfBAPvA9ZKApYhpxcY7PmehVePve+ujpus1dGsJ7dPxz8Kg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@20.3.15': + resolution: {integrity: sha512-xMN1fyuhhP8Y5sNlmQvl4nMiOouHTKPkLR0zlhu5z6fHuwxxlverh31Gpq3eFzPHqmOzzb2TkgYCptCFXsXcrg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@21.0.5': resolution: {integrity: sha512-U6Z/OEce3R9CJl8/xuVrNVp0uhv3Ac4wRjpG18kE0dh5R87ablhqr/wkP3rZbWpdGwuGSJ+cR7LE5IbwSswejA==} @@ -2583,6 +2658,52 @@ packages: tailwindcss: optional: true + '@angular/build@20.3.15': + resolution: {integrity: sha512-DMp/wb3I9/izveXRuOkCTYEQlEzvNlJVnqA215tijOSiJGjYoUsQLazTCxtEx/trftOhVpnMP/2OvvMQVAJJoQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + peerDependencies: + '@angular/compiler': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.15 + karma: ^6.4.0 + less: ^4.2.0 + ng-packagr: ^20.0.0 + postcss: ^8.4.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + vitest: ^3.1.1 + peerDependenciesMeta: + '@angular/core': + optional: true + '@angular/localize': + optional: true + '@angular/platform-browser': + optional: true + '@angular/platform-server': + optional: true + '@angular/service-worker': + optional: true + '@angular/ssr': + optional: true + karma: + optional: true + less: + optional: true + ng-packagr: + optional: true + postcss: + optional: true + tailwindcss: + optional: true + vitest: + optional: true + '@angular/build@21.0.3': resolution: {integrity: sha512-3h2s0Igruei1RB/Hmu7nwbKvjJQ2ykNaiicXYuS2muWUBhDg+lm0QsGTGXrQV2BD0M9YdHU4Byh9upiZgMYpjA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} @@ -2629,9 +2750,9 @@ packages: vitest: optional: true - '@angular/cli@19.2.19': - resolution: {integrity: sha512-e9tAzFNOL4mMWfMnpC9Up83OCTOp2siIj8W41FCp8jfoEnw79AXDDLh3d70kOayiObchksTJVShslTogLUyhMw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/cli@20.3.15': + resolution: {integrity: sha512-OgPMhXtNLXds0wIw6YU5/X3dU8TlAZbmPy6LYHs9ifF8K4pXpbm27vWGSZhUevSf66dMvfz8wB/aE2e0s2e5Ng==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true '@angular/cli@21.0.5': @@ -2639,11 +2760,11 @@ packages: engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@19.2.18': - resolution: {integrity: sha512-CrV02Omzw/QtfjlEVXVPJVXipdx83NuA+qSASZYrxrhKFusUZyK3P/Zznqg+wiAeNDbedQwMUVqoAARHf0xQrw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/common@20.3.16': + resolution: {integrity: sha512-GRAziNlntwdnJy3F+8zCOvDdy7id0gITjDnM6P9+n2lXvtDuBLGJKU3DWBbvxcCjtD6JK/g/rEX5fbCxbUHkQQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 19.2.18 + '@angular/core': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/common@21.0.5': @@ -2653,13 +2774,16 @@ packages: '@angular/core': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@19.2.18': - resolution: {integrity: sha512-N4TMtLfImJIoMaRL6mx7885UBeQidywptHH6ACZj71Ar6++DBc1mMlcwuvbeJCd3r3y8MQ5nLv5PZSN/tHr13w==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler-cli@20.3.16': + resolution: {integrity: sha512-l3xF/fXfJAl/UrNnH9Ufkr79myjMgXdHq1mmmph2UnpeqilRB1b8lC9sLBV9MipQHVn3dwocxMIvtrcryfOaXw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.18 - typescript: '>=5.5 <5.9' + '@angular/compiler': 20.3.16 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + typescript: + optional: true '@angular/compiler-cli@21.0.8': resolution: {integrity: sha512-+i/wFvi5FTg47Ei+aiFf8j3iYfjQ79ieg8oJM86+Mw4bNwEKQqvWcpmKjoqcfmCescuw0sr2DXU6OEeX+yWeVg==} @@ -2672,20 +2796,26 @@ packages: typescript: optional: true - '@angular/compiler@19.2.18': - resolution: {integrity: sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler@20.3.16': + resolution: {integrity: sha512-Pt9Ms9GwTThgzdxWBwMfN8cH1JEtQ2DK5dc2yxYtPSaD+WKmG9AVL1PrzIYQEbaKcWk2jxASUHpEWSlNiwo8uw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/compiler@21.0.8': resolution: {integrity: sha512-k/EPMuNvfn0eebEMmVcwhMlCWqzER/BEHVqTQCKsAAt7AuYZuluz7oR8Ypw96v3jbY+ZaH1ZvAzrK6URzryhOg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@19.2.18': - resolution: {integrity: sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/core@20.3.16': + resolution: {integrity: sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: + '@angular/compiler': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true + zone.js: + optional: true '@angular/core@21.0.7': resolution: {integrity: sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==} @@ -2700,13 +2830,13 @@ packages: zone.js: optional: true - '@angular/forms@19.2.18': - resolution: {integrity: sha512-pe40934jWhoS7DyGl7jyZdoj1gvBgur2t1zrJD+csEkTitYnW14+La2Pv6SW1pNX5nIzFsgsS9Nex1KcH5S6Tw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/forms@20.3.16': + resolution: {integrity: sha512-1yzbXpExTqATpVcqA3wGrq4ACFIP3mRxA4pbso5KoJU+/4JfzNFwLsDaFXKpm5uxwchVnj8KM2vPaDOkvtp7NA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/forms@21.0.5': @@ -2719,14 +2849,14 @@ packages: '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/platform-browser-dynamic@19.2.18': - resolution: {integrity: sha512-wqDtK2yVN5VDqVeOSOfqELdu40fyoIDknBGSxA27CEXzFVdMWJyIpuvUi+GMa+9eGjlS+1uVVBaRwxmnuvHj+A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser-dynamic@20.3.16': + resolution: {integrity: sha512-5mECCV9YeKH6ue239GXRTGeDSd/eTbM1j8dDejhm5cGnPBhTxRw4o+GgSrWTYtb6VmIYdwUGBTC+wCBphiaQ2A==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 '@angular/platform-browser-dynamic@21.0.5': resolution: {integrity: sha512-0P5vFSS6UhiU7IBeVqPEKmRhMtyQqyXGN9+zF7kLK8H0cx1j0eGVmHRsVuY2YKoVp97fXDIeVGSbO0t5ZcFhoA==} @@ -2737,13 +2867,13 @@ packages: '@angular/core': 21.0.5 '@angular/platform-browser': 21.0.5 - '@angular/platform-browser@19.2.18': - resolution: {integrity: sha512-eahtsHPyXTYLARs9YOlXhnXGgzw0wcyOcDkBvNWK/3lA0NHIgIHmQgXAmBo+cJ+g9skiEQTD2OmSrrwbFKWJkw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser@20.3.16': + resolution: {integrity: sha512-YsrLS6vyS77i4pVHg4gdSBW74qvzHjpQRTVQ5Lv/OxIjJdYYYkMmjNalCNgy1ZuyY6CaLIB11ccxhrNnxfKGOQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 19.2.18 - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 + '@angular/animations': 20.3.16 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 peerDependenciesMeta: '@angular/animations': optional: true @@ -2759,14 +2889,14 @@ packages: '@angular/animations': optional: true - '@angular/platform-server@19.2.18': - resolution: {integrity: sha512-AWxrnFkO4VP10oePIIBTbICMroCgqfiBLOp1lUzDU55NRz/h+o6se9nFvux02tyakBVHkJTXewbQeZJ1xNERkQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-server@20.3.16': + resolution: {integrity: sha512-LxQscYd3UCWV8H3sdlnM05UB60MZVuVsdsHvXdkJ9+WOQjVDN1l1rYhj2aDL/5KkaRd/nqo0yFRnVjwceXDJhQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/platform-server@21.0.5': @@ -2779,13 +2909,13 @@ packages: '@angular/platform-browser': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@19.2.18': - resolution: {integrity: sha512-7cimxtPODSwokFQ0TRYzX0ad8Yjrl0MJfzaDCJejd1n/q7RZ7KZmHd0DS/LkDNXVMEh4swr00fK+3YWG/Szsrg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/router@20.3.16': + resolution: {integrity: sha512-e1LiQFZaajKqc00cY5FboIrWJZSMnZ64GDp5R0UejritYrqorQQQNOqP1W85BMuY2owibMmxVfX+dJg/Mc8PuQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@aspnet/signalr@1.0.27': @@ -2795,10 +2925,6 @@ packages: '@babel/code-frame@7.12.11': resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} - '@babel/code-frame@7.27.1': - resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.28.6': resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==} engines: {node: '>=6.9.0'} @@ -2807,10 +2933,6 @@ packages: resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.28.5': - resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.28.6': resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} engines: {node: '>=6.9.0'} @@ -2819,8 +2941,8 @@ packages: resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.9': - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} engines: {node: '>=6.9.0'} '@babel/core@7.28.4': @@ -2838,18 +2960,10 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.28.3': resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} - '@babel/generator@7.28.5': - resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.28.6': resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} engines: {node: '>=6.9.0'} @@ -2862,10 +2976,6 @@ packages: resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.27.2': - resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.28.6': resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} engines: {node: '>=6.9.0'} @@ -2876,24 +2986,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.28.5': - resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.28.6': resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.27.1': - resolution: {integrity: sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.28.5': resolution: {integrity: sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==} engines: {node: '>=6.9.0'} @@ -2939,12 +3037,6 @@ packages: resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.28.3': - resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-module-transforms@7.28.6': resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} engines: {node: '>=6.9.0'} @@ -2973,12 +3065,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.27.1': - resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.28.6': resolution: {integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==} engines: {node: '>=6.9.0'} @@ -3009,10 +3095,6 @@ packages: resolution: {integrity: sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.28.4': - resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} - engines: {node: '>=6.9.0'} - '@babel/helpers@7.28.6': resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} engines: {node: '>=6.9.0'} @@ -3060,12 +3142,6 @@ packages: peerDependencies: '@babel/core': ^7.13.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3': - resolution: {integrity: sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6': resolution: {integrity: sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==} engines: {node: '>=6.9.0'} @@ -3122,12 +3198,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.27.1': - resolution: {integrity: sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.28.6': resolution: {integrity: sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==} engines: {node: '>=6.9.0'} @@ -3140,12 +3210,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.27.1': - resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.28.6': resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} engines: {node: '>=6.9.0'} @@ -3270,12 +3334,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.28.5': - resolution: {integrity: sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.28.6': resolution: {integrity: sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==} engines: {node: '>=6.9.0'} @@ -3288,12 +3346,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.27.1': - resolution: {integrity: sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.28.6': resolution: {integrity: sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==} engines: {node: '>=6.9.0'} @@ -3306,36 +3358,18 @@ packages: peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-class-static-block@7.28.3': - resolution: {integrity: sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - '@babel/plugin-transform-class-static-block@7.28.6': resolution: {integrity: sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.28.4': - resolution: {integrity: sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-classes@7.28.6': resolution: {integrity: sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-computed-properties@7.27.1': - resolution: {integrity: sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-computed-properties@7.28.6': resolution: {integrity: sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==} engines: {node: '>=6.9.0'} @@ -3348,12 +3382,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-dotall-regex@7.27.1': - resolution: {integrity: sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-dotall-regex@7.28.6': resolution: {integrity: sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==} engines: {node: '>=6.9.0'} @@ -3366,12 +3394,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1': - resolution: {integrity: sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0': resolution: {integrity: sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==} engines: {node: '>=6.9.0'} @@ -3384,12 +3406,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.0': - resolution: {integrity: sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.6': resolution: {integrity: sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==} engines: {node: '>=6.9.0'} @@ -3402,12 +3418,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.28.5': - resolution: {integrity: sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.28.6': resolution: {integrity: sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==} engines: {node: '>=6.9.0'} @@ -3438,12 +3448,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.27.1': - resolution: {integrity: sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.28.6': resolution: {integrity: sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==} engines: {node: '>=6.9.0'} @@ -3456,12 +3460,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.28.5': - resolution: {integrity: sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.28.6': resolution: {integrity: sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==} engines: {node: '>=6.9.0'} @@ -3510,24 +3508,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1': - resolution: {integrity: sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6': resolution: {integrity: sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.27.1': - resolution: {integrity: sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.28.6': resolution: {integrity: sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==} engines: {node: '>=6.9.0'} @@ -3540,12 +3526,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.28.4': - resolution: {integrity: sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.28.6': resolution: {integrity: sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==} engines: {node: '>=6.9.0'} @@ -3558,24 +3538,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-catch-binding@7.27.1': - resolution: {integrity: sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-catch-binding@7.28.6': resolution: {integrity: sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.28.5': - resolution: {integrity: sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.28.6': resolution: {integrity: sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==} engines: {node: '>=6.9.0'} @@ -3594,24 +3562,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.27.1': - resolution: {integrity: sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.28.6': resolution: {integrity: sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.27.1': - resolution: {integrity: sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.28.6': resolution: {integrity: sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==} engines: {node: '>=6.9.0'} @@ -3660,24 +3616,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.28.4': - resolution: {integrity: sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.28.6': resolution: {integrity: sha512-eZhoEZHYQLL5uc1gS5e9/oTknS0sSSAtd5TkKMUp3J+S/CaUjagc0kOUPsEbDmMeva0nC3WWl4SxVY6+OBuxfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regexp-modifiers@7.27.1': - resolution: {integrity: sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-regexp-modifiers@7.28.6': resolution: {integrity: sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==} engines: {node: '>=6.9.0'} @@ -3696,12 +3640,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.26.10': - resolution: {integrity: sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.28.3': resolution: {integrity: sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==} engines: {node: '>=6.9.0'} @@ -3720,12 +3658,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-spread@7.27.1': - resolution: {integrity: sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-spread@7.28.6': resolution: {integrity: sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==} engines: {node: '>=6.9.0'} @@ -3762,12 +3694,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-property-regex@7.27.1': - resolution: {integrity: sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-property-regex@7.28.6': resolution: {integrity: sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==} engines: {node: '>=6.9.0'} @@ -3780,24 +3706,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-unicode-sets-regex@7.27.1': - resolution: {integrity: sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-unicode-sets-regex@7.28.6': resolution: {integrity: sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.26.9': - resolution: {integrity: sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/preset-env@7.28.3': resolution: {integrity: sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==} engines: {node: '>=6.9.0'} @@ -3837,6 +3751,10 @@ packages: resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.4': resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} @@ -3845,26 +3763,14 @@ packages: resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} - '@babel/template@7.27.2': - resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} - engines: {node: '>=6.9.0'} - '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.5': - resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.6': resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} engines: {node: '>=6.9.0'} - '@babel/types@7.28.5': - resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} - engines: {node: '>=6.9.0'} - '@babel/types@7.28.6': resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} engines: {node: '>=6.9.0'} @@ -4025,6 +3931,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/aix-ppc64@0.26.0': resolution: {integrity: sha512-hj0sKNCQOOo2fgyII3clmJXP28VhgDfU5iy3GNHlWO76KG6N7x4D9ezH5lJtQTG+1J6MFDAJXC1qsI+W+LvZoA==} engines: {node: '>=18'} @@ -4049,6 +3961,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm64@0.26.0': resolution: {integrity: sha512-DDnoJ5eoa13L8zPh87PUlRd/IyFaIKOlRbxiwcSbeumcJ7UZKdtuMCHa1Q27LWQggug6W4m28i4/O2qiQQ5NZQ==} engines: {node: '>=18'} @@ -4073,6 +3991,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-arm@0.26.0': resolution: {integrity: sha512-C0hkDsYNHZkBtPxxDx177JN90/1MiCpvBNjz1f5yWJo1+5+c5zr8apjastpEG+wtPjo9FFtGG7owSsAxyKiHxA==} engines: {node: '>=18'} @@ -4097,6 +4021,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/android-x64@0.26.0': resolution: {integrity: sha512-bKDkGXGZnj0T70cRpgmv549x38Vr2O3UWLbjT2qmIkdIWcmlg8yebcFWoT9Dku7b5OV3UqPEuNKRzlNhjwUJ9A==} engines: {node: '>=18'} @@ -4121,6 +4051,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-arm64@0.26.0': resolution: {integrity: sha512-6Z3naJgOuAIB0RLlJkYc81An3rTlQ/IeRdrU3dOea8h/PvZSgitZV+thNuIccw0MuK1GmIAnAmd5TrMZad8FTQ==} engines: {node: '>=18'} @@ -4145,6 +4081,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/darwin-x64@0.26.0': resolution: {integrity: sha512-OPnYj0zpYW0tHusMefyaMvNYQX5pNQuSsHFTHUBNp3vVXupwqpxofcjVsUx11CQhGVkGeXjC3WLjh91hgBG2xw==} engines: {node: '>=18'} @@ -4169,6 +4111,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-arm64@0.26.0': resolution: {integrity: sha512-jix2fa6GQeZhO1sCKNaNMjfj5hbOvoL2F5t+w6gEPxALumkpOV/wq7oUBMHBn2hY2dOm+mEV/K+xfZy3mrsxNQ==} engines: {node: '>=18'} @@ -4193,6 +4141,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/freebsd-x64@0.26.0': resolution: {integrity: sha512-tccJaH5xHJD/239LjbVvJwf6T4kSzbk6wPFerF0uwWlkw/u7HL+wnAzAH5GB2irGhYemDgiNTp8wJzhAHQ64oA==} engines: {node: '>=18'} @@ -4217,6 +4171,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm64@0.26.0': resolution: {integrity: sha512-IMJYN7FSkLttYyTbsbme0Ra14cBO5z47kpamo16IwggzzATFY2lcZAwkbcNkWiAduKrTgFJP7fW5cBI7FzcuNQ==} engines: {node: '>=18'} @@ -4241,6 +4201,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-arm@0.26.0': resolution: {integrity: sha512-JY8NyU31SyRmRpuc5W8PQarAx4TvuYbyxbPIpHAZdr/0g4iBr8KwQBS4kiiamGl2f42BBecHusYCsyxi7Kn8UQ==} engines: {node: '>=18'} @@ -4265,6 +4231,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-ia32@0.26.0': resolution: {integrity: sha512-XITaGqGVLgk8WOHw8We9Z1L0lbLFip8LyQzKYFKO4zFo1PFaaSKsbNjvkb7O8kEXytmSGRkYpE8LLVpPJpsSlw==} engines: {node: '>=18'} @@ -4295,6 +4267,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-loong64@0.26.0': resolution: {integrity: sha512-MkggfbDIczStUJwq9wU7gQ7kO33d8j9lWuOCDifN9t47+PeI+9m2QVh51EI/zZQ1spZtFMC1nzBJ+qNGCjJnsg==} engines: {node: '>=18'} @@ -4319,6 +4297,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-mips64el@0.26.0': resolution: {integrity: sha512-fUYup12HZWAeccNLhQ5HwNBPr4zXCPgUWzEq2Rfw7UwqwfQrFZ0SR/JljaURR8xIh9t+o1lNUFTECUTmaP7yKA==} engines: {node: '>=18'} @@ -4343,6 +4327,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-ppc64@0.26.0': resolution: {integrity: sha512-MzRKhM0Ip+//VYwC8tialCiwUQ4G65WfALtJEFyU0GKJzfTYoPBw5XNWf0SLbCUYQbxTKamlVwPmcw4DgZzFxg==} engines: {node: '>=18'} @@ -4367,6 +4357,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-riscv64@0.26.0': resolution: {integrity: sha512-QhCc32CwI1I4Jrg1enCv292sm3YJprW8WHHlyxJhae/dVs+KRWkbvz2Nynl5HmZDW/m9ZxrXayHzjzVNvQMGQA==} engines: {node: '>=18'} @@ -4391,6 +4387,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-s390x@0.26.0': resolution: {integrity: sha512-1D6vi6lfI18aNT1aTf2HV+RIlm6fxtlAp8eOJ4mmnbYmZ4boz8zYDar86sIYNh0wmiLJEbW/EocaKAX6Yso2fw==} engines: {node: '>=18'} @@ -4415,6 +4417,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/linux-x64@0.26.0': resolution: {integrity: sha512-rnDcepj7LjrKFvZkx+WrBv6wECeYACcFjdNPvVPojCPJD8nHpb3pv3AuR9CXgdnjH1O23btICj0rsp0L9wAnHA==} engines: {node: '>=18'} @@ -4433,6 +4441,12 @@ packages: cpu: [arm64] os: [netbsd] + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-arm64@0.26.0': resolution: {integrity: sha512-FSWmgGp0mDNjEXXFcsf12BmVrb+sZBBBlyh3LwB/B9ac3Kkc8x5D2WimYW9N7SUkolui8JzVnVlWh7ZmjCpnxw==} engines: {node: '>=18'} @@ -4457,6 +4471,12 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/netbsd-x64@0.26.0': resolution: {integrity: sha512-0QfciUDFryD39QoSPUDshj4uNEjQhp73+3pbSAaxjV2qGOEDsM67P7KbJq7LzHoVl46oqhIhJ1S+skKGR7lMXA==} engines: {node: '>=18'} @@ -4475,6 +4495,12 @@ packages: cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-arm64@0.26.0': resolution: {integrity: sha512-vmAK+nHhIZWImwJ3RNw9hX3fU4UGN/OqbSE0imqljNbUQC3GvVJ1jpwYoTfD6mmXmQaxdJY6Hn4jQbLGJKg5Yw==} engines: {node: '>=18'} @@ -4499,12 +4525,24 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/openbsd-x64@0.26.0': resolution: {integrity: sha512-GPXF7RMkJ7o9bTyUsnyNtrFMqgM3X+uM/LWw4CeHIjqc32fm0Ir6jKDnWHpj8xHFstgWDUYseSABK9KCkHGnpg==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/openharmony-arm64@0.26.0': resolution: {integrity: sha512-nUHZ5jEYqbBthbiBksbmHTlbb5eElyVfs/s1iHQ8rLBq1eWsd5maOnDpCocw1OM8kFK747d1Xms8dXJHtduxSw==} engines: {node: '>=18'} @@ -4529,6 +4567,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/sunos-x64@0.26.0': resolution: {integrity: sha512-TMg3KCTCYYaVO+R6P5mSORhcNDDlemUVnUbb8QkboUtOhb5JWKAzd5uMIMECJQOxHZ/R+N8HHtDF5ylzLfMiLw==} engines: {node: '>=18'} @@ -4553,6 +4597,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-arm64@0.26.0': resolution: {integrity: sha512-apqYgoAUd6ZCb9Phcs8zN32q6l0ZQzQBdVXOofa6WvHDlSOhwCWgSfVQabGViThS40Y1NA4SCvQickgZMFZRlA==} engines: {node: '>=18'} @@ -4577,6 +4627,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-ia32@0.26.0': resolution: {integrity: sha512-FGJAcImbJNZzLWu7U6WB0iKHl4RuY4TsXEwxJPl9UZLS47agIZuILZEX3Pagfw7I4J3ddflomt9f0apfaJSbaw==} engines: {node: '>=18'} @@ -4601,6 +4657,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@esbuild/win32-x64@0.26.0': resolution: {integrity: sha512-WAckBKaVnmFqbEhbymrPK7M086DQMpL1XoRbpmN0iW8k5JSXjDRQBhcZNa0VweItknLq9eAeCL34jK7/CDcw7A==} engines: {node: '>=18'} @@ -4731,6 +4793,15 @@ packages: '@types/node': optional: true + '@inquirer/confirm@5.1.14': + resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/confirm@5.1.19': resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} engines: {node: '>=18'} @@ -4825,8 +4896,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.3.2': - resolution: {integrity: sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==} + '@inquirer/prompts@7.8.2': + resolution: {integrity: sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4870,10 +4941,6 @@ packages: '@types/node': optional: true - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@3.0.10': resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==} engines: {node: '>=18'} @@ -5055,11 +5122,12 @@ packages: '@lezer/lr@1.4.2': resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} - '@listr2/prompt-adapter-inquirer@2.0.18': - resolution: {integrity: sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==} - engines: {node: '>=18.0.0'} + '@listr2/prompt-adapter-inquirer@3.0.1': + resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' + listr2: 9.0.1 '@listr2/prompt-adapter-inquirer@3.0.5': resolution: {integrity: sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==} @@ -5078,6 +5146,11 @@ packages: cpu: [arm64] os: [darwin] + '@lmdb/lmdb-darwin-arm64@3.4.2': + resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} + cpu: [arm64] + os: [darwin] + '@lmdb/lmdb-darwin-arm64@3.4.3': resolution: {integrity: sha512-zR6Y45VNtW5s+A+4AyhrJk0VJKhXdkLhrySCpCu7PSdnakebsOzNxf58p5Xoq66vOSuueGAxlqDAF49HwdrSTQ==} cpu: [arm64] @@ -5093,6 +5166,11 @@ packages: cpu: [x64] os: [darwin] + '@lmdb/lmdb-darwin-x64@3.4.2': + resolution: {integrity: sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==} + cpu: [x64] + os: [darwin] + '@lmdb/lmdb-darwin-x64@3.4.3': resolution: {integrity: sha512-nfGm5pQksBGfaj9uMbjC0YyQreny/Pl7mIDtHtw6g7WQuCgeLullr9FNRsYyKplaEJBPrCVpEjpAznxTBIrXBw==} cpu: [x64] @@ -5108,6 +5186,11 @@ packages: cpu: [arm64] os: [linux] + '@lmdb/lmdb-linux-arm64@3.4.2': + resolution: {integrity: sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==} + cpu: [arm64] + os: [linux] + '@lmdb/lmdb-linux-arm64@3.4.3': resolution: {integrity: sha512-uX9eaPqWb740wg5D3TCvU/js23lSRSKT7lJrrQ8IuEG/VLgpPlxO3lHDywU44yFYdGS7pElBn6ioKFKhvALZlw==} cpu: [arm64] @@ -5123,6 +5206,11 @@ packages: cpu: [arm] os: [linux] + '@lmdb/lmdb-linux-arm@3.4.2': + resolution: {integrity: sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==} + cpu: [arm] + os: [linux] + '@lmdb/lmdb-linux-arm@3.4.3': resolution: {integrity: sha512-Kjqomp7i0rgSbYSUmv9JnXpS55zYT/YcW3Bdf9oqOTjcH0/8tFAP8MLhu/i9V2pMKIURDZk63Ww49DTK0T3c/Q==} cpu: [arm] @@ -5138,11 +5226,21 @@ packages: cpu: [x64] os: [linux] + '@lmdb/lmdb-linux-x64@3.4.2': + resolution: {integrity: sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==} + cpu: [x64] + os: [linux] + '@lmdb/lmdb-linux-x64@3.4.3': resolution: {integrity: sha512-7/8l20D55CfwdMupkc3fNxNJdn4bHsti2X0cp6PwiXlLeSFvAfWs5kCCx+2Cyje4l4GtN//LtKWjTru/9hDJQg==} cpu: [x64] os: [linux] + '@lmdb/lmdb-win32-arm64@3.4.2': + resolution: {integrity: sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==} + cpu: [arm64] + os: [win32] + '@lmdb/lmdb-win32-arm64@3.4.3': resolution: {integrity: sha512-yWVR0e5Gl35EGJBsAuqPOdjtUYuN8CcTLKrqpQFoM+KsMadViVCulhKNhkcjSGJB88Am5bRPjMro4MBB9FS23Q==} cpu: [arm64] @@ -5158,6 +5256,11 @@ packages: cpu: [x64] os: [win32] + '@lmdb/lmdb-win32-x64@3.4.2': + resolution: {integrity: sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==} + cpu: [x64] + os: [win32] + '@lmdb/lmdb-win32-x64@3.4.3': resolution: {integrity: sha512-1JdBkcO0Vrua4LUgr4jAe4FUyluwCeq/pDkBrlaVjX3/BBWP1TzVjCL+TibWNQtPAL1BITXPAhlK5Ru4FBd/hg==} cpu: [x64] @@ -5325,12 +5428,12 @@ packages: '@napi-rs/wasm-runtime@1.1.0': resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} - '@ngtools/webpack@19.2.19': - resolution: {integrity: sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@ngtools/webpack@20.3.15': + resolution: {integrity: sha512-7bH91SdVN9xawMg4G+OoQG+nFz9/huUXx/MptR5iOsuRUpNo3PQwMNr07VTRV8o4YAtTTRIf2Yam4fNkb3rRAg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - typescript: '>=5.5 <5.9' + '@angular/compiler-cli': ^20.0.0 + typescript: '>=5.8 <6.0' webpack: ^5.54.0 '@ngtools/webpack@21.0.3': @@ -5360,26 +5463,14 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/agent@3.0.0': - resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/agent@4.0.0': resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/fs@4.0.0': - resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/fs@5.0.0': resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@6.0.3': - resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/git@7.0.1': resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5389,18 +5480,15 @@ packages: engines: {node: ^18.17.0 || >=20.5.0} hasBin: true - '@npmcli/node-gyp@4.0.0': - resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/installed-package-contents@4.0.0': + resolution: {integrity: sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true '@npmcli/node-gyp@5.0.0': resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@6.1.1': - resolution: {integrity: sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/package-json@7.0.4': resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5413,10 +5501,6 @@ packages: resolution: {integrity: sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/redact@3.2.0': - resolution: {integrity: sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/redact@4.0.0': resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5425,10 +5509,6 @@ packages: resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@9.1.0': - resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@nrwl/devkit@18.3.5': resolution: {integrity: sha512-DIvChKMe4q8CtIsbrumL/aYgf85H5vlT6eF3jnCCWORj6LTwoHtK8Q9ky1+uM82KIM0gaKd32NVDw+w64scHyg==} @@ -6145,6 +6225,11 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.52.3': + resolution: {integrity: sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm-eabi@4.53.3': resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==} cpu: [arm] @@ -6160,6 +6245,11 @@ packages: cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.52.3': + resolution: {integrity: sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==} + cpu: [arm64] + os: [android] + '@rollup/rollup-android-arm64@4.53.3': resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==} cpu: [arm64] @@ -6175,6 +6265,11 @@ packages: cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.52.3': + resolution: {integrity: sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-arm64@4.53.3': resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==} cpu: [arm64] @@ -6190,6 +6285,11 @@ packages: cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.52.3': + resolution: {integrity: sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.53.3': resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==} cpu: [x64] @@ -6200,6 +6300,11 @@ packages: cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.52.3': + resolution: {integrity: sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.53.3': resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==} cpu: [arm64] @@ -6210,6 +6315,11 @@ packages: cpu: [x64] os: [freebsd] + '@rollup/rollup-freebsd-x64@4.52.3': + resolution: {integrity: sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==} + cpu: [x64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.53.3': resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==} cpu: [x64] @@ -6225,6 +6335,11 @@ packages: cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': + resolution: {integrity: sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.53.3': resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==} cpu: [arm] @@ -6240,6 +6355,11 @@ packages: cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.52.3': + resolution: {integrity: sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.53.3': resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==} cpu: [arm] @@ -6255,6 +6375,11 @@ packages: cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.52.3': + resolution: {integrity: sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.53.3': resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==} cpu: [arm64] @@ -6270,11 +6395,21 @@ packages: cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.52.3': + resolution: {integrity: sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.53.3': resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-loong64-gnu@4.52.3': + resolution: {integrity: sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==} + cpu: [loong64] + os: [linux] + '@rollup/rollup-linux-loong64-gnu@4.53.3': resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} cpu: [loong64] @@ -6295,6 +6430,11 @@ packages: cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-ppc64-gnu@4.52.3': + resolution: {integrity: sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-ppc64-gnu@4.53.3': resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==} cpu: [ppc64] @@ -6310,11 +6450,21 @@ packages: cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.52.3': + resolution: {integrity: sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.53.3': resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.52.3': + resolution: {integrity: sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.53.3': resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} cpu: [riscv64] @@ -6330,6 +6480,11 @@ packages: cpu: [s390x] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.52.3': + resolution: {integrity: sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.53.3': resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==} cpu: [s390x] @@ -6345,6 +6500,11 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.52.3': + resolution: {integrity: sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.53.3': resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==} cpu: [x64] @@ -6360,11 +6520,21 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.52.3': + resolution: {integrity: sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.53.3': resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==} cpu: [x64] os: [linux] + '@rollup/rollup-openharmony-arm64@4.52.3': + resolution: {integrity: sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==} + cpu: [arm64] + os: [openharmony] + '@rollup/rollup-openharmony-arm64@4.53.3': resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} cpu: [arm64] @@ -6380,6 +6550,11 @@ packages: cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.52.3': + resolution: {integrity: sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.53.3': resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==} cpu: [arm64] @@ -6395,11 +6570,21 @@ packages: cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.52.3': + resolution: {integrity: sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.53.3': resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-x64-gnu@4.52.3': + resolution: {integrity: sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-gnu@4.53.3': resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} cpu: [x64] @@ -6415,6 +6600,11 @@ packages: cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.52.3': + resolution: {integrity: sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.53.3': resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==} cpu: [x64] @@ -6432,58 +6622,34 @@ packages: resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@schematics/angular@19.2.19': - resolution: {integrity: sha512-6/0pvbPCY4UHeB4lnM/5r250QX5gcLgOYbR5FdhFu+22mOPHfWpRc5tNuY9kCephDHzAHjo6fTW1vefOOmA4jw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@20.3.15': + resolution: {integrity: sha512-WkhW1HO8pA8JT8e27tvjQHQg8eO5KaOz+WsGkN00RyL5DwHgPSzu4a3eYug+b3rW7OGFub7jadXBuGSrzqgonA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@21.0.5': resolution: {integrity: sha512-uNBIilq5bGnln3D7Nbm3/K+Ot++eGj4rygU0DCw//IZiTQU/iSyF3UAsN++iRetu/OMs+97T/RoGPjD22ryiZg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@sigstore/bundle@3.1.0': - resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/bundle@4.0.0': resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@2.0.0': - resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/core@3.0.0': resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/protobuf-specs@0.4.1': - resolution: {integrity: sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@3.1.0': - resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.0.1': resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@3.1.1': - resolution: {integrity: sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/tuf@4.0.0': resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@2.1.1': - resolution: {integrity: sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/verify@3.0.0': resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6491,10 +6657,6 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@sindresorhus/merge-streams@2.3.0': - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} - '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -6774,10 +6936,6 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@3.0.1': - resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@tufjs/models@4.0.0': resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6884,9 +7042,6 @@ packages: '@types/express-serve-static-core@5.0.1': resolution: {integrity: sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==} - '@types/express@4.17.21': - resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} - '@types/express@4.17.25': resolution: {integrity: sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==} @@ -6932,12 +7087,12 @@ packages: '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} - '@types/jasmine@2.8.24': - resolution: {integrity: sha512-AUiYOhMC7FV7risPijqkhCetw8Ar2Hk3Y5YOCBWRCAYd3KJX/nF13aF2xyRe4E4QH7fKo8fZWmX/V7lb6rZhMA==} - '@types/jasmine@5.1.4': resolution: {integrity: sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} + '@types/jest@29.5.14': resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} @@ -7001,6 +7156,9 @@ packages: '@types/node@20.14.5': resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} + '@types/node@24.1.0': + resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -7676,10 +7834,6 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - abbrev@3.0.1: - resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} - engines: {node: ^18.17.0 || >=20.5.0} - abbrev@4.0.0: resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -7808,6 +7962,10 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + algoliasearch@5.35.0: + resolution: {integrity: sha512-Y+moNhsqgLmvJdgTsO4GZNgsaDWv8AOGAaPeIeHKlDn/XunoAqYbA+XNpBd1dW8GOXAUDyxC9Rxc7AV4kpFcIg==} + engines: {node: '>= 14.0.0'} + algoliasearch@5.40.1: resolution: {integrity: sha512-iUNxcXUNg9085TJx0HJLjqtDE0r1RZ0GOGrt8KNQqQT5ugu8lZsHuMUYW/e0lHhq6xBvmktU9Bw4CXP9VQeKrg==} engines: {node: '>= 14.0.0'} @@ -8190,13 +8348,6 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.21: resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} @@ -8273,13 +8424,6 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5.61.0' - babel-loader@9.2.1: - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} - peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' - babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} @@ -8319,11 +8463,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.13.0: resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: @@ -8674,10 +8813,6 @@ packages: resolution: {integrity: sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==} engines: {node: '>=6.0.0'} - cacache@19.0.1: - resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} - engines: {node: ^18.17.0 || >=20.5.0} - cacache@20.0.3: resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -9113,6 +9248,10 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} + engines: {node: '>=20'} + commander@2.11.0: resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} @@ -9163,10 +9302,6 @@ packages: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} - compression@1.7.5: - resolution: {integrity: sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==} - engines: {node: '>= 0.8.0'} - compression@1.8.1: resolution: {integrity: sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==} engines: {node: '>= 0.8.0'} @@ -9251,12 +9386,6 @@ packages: copy-props@2.0.5: resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} - copy-webpack-plugin@12.0.2: - resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} - engines: {node: '>= 18.12.0'} - peerDependencies: - webpack: ^5.1.0 - copy-webpack-plugin@13.0.1: resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} engines: {node: '>= 18.12.0'} @@ -10367,8 +10496,8 @@ packages: cpu: [x64] os: [sunos] - esbuild-wasm@0.25.4: - resolution: {integrity: sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ==} + esbuild-wasm@0.25.9: + resolution: {integrity: sha512-Jpv5tCSwQg18aCqCRD3oHIX/prBhXMDapIoG//A+6+dV0e7KQMGFg85ihJ5T1EeMjbZjON3TqFy0VrGAnIHLDA==} engines: {node: '>=18'} hasBin: true @@ -10415,6 +10544,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} + engines: {node: '>=18'} + hasBin: true + esbuild@0.26.0: resolution: {integrity: sha512-3Hq7jri+tRrVWha+ZeIVhl4qJRha/XjRNSopvTsOaCvfPHrflTYTcUFcEjMKdxofsXXsdc4zjg5NOTnL4Gl57Q==} engines: {node: '>=18'} @@ -11071,9 +11205,9 @@ packages: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} - find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + find-cache-directory@6.0.0: + resolution: {integrity: sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==} + engines: {node: '>=20'} find-up-simple@1.0.1: resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} @@ -11095,10 +11229,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - findup-sync@2.0.0: resolution: {integrity: sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==} engines: {node: '>= 0.10'} @@ -11517,10 +11647,6 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} - globby@14.1.0: - resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} - engines: {node: '>=18'} - globby@5.0.0: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} @@ -11899,10 +12025,6 @@ packages: resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} engines: {node: ^16.14.0 || >=18.0.0} - hosted-git-info@8.1.0: - resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} - engines: {node: ^18.17.0 || >=20.5.0} - hosted-git-info@9.0.2: resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12124,10 +12246,6 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - ignore-walk@7.0.0: - resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ignore-walk@8.0.0: resolution: {integrity: sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12690,6 +12808,10 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + is-unicode-supported@2.1.0: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} @@ -13063,10 +13185,6 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@4.0.0: - resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} - engines: {node: ^18.17.0 || >=20.5.0} - json-parse-even-better-errors@5.0.0: resolution: {integrity: sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13270,19 +13388,6 @@ packages: resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} engines: {node: '>=10.13.0'} - less-loader@12.2.0: - resolution: {integrity: sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==} - engines: {node: '>= 18.12.0'} - peerDependencies: - '@rspack/core': 0.x || 1.x - less: ^3.5.0 || ^4.0.0 - webpack: ^5.0.0 - peerDependenciesMeta: - '@rspack/core': - optional: true - webpack: - optional: true - less-loader@12.3.0: resolution: {integrity: sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==} engines: {node: '>= 18.12.0'} @@ -13296,9 +13401,9 @@ packages: webpack: optional: true - less@4.2.2: - resolution: {integrity: sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==} - engines: {node: '>=6'} + less@4.4.0: + resolution: {integrity: sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==} + engines: {node: '>=14'} hasBin: true less@4.4.2: @@ -13431,6 +13536,10 @@ packages: resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} engines: {node: '>=18.0.0'} + listr2@9.0.1: + resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + engines: {node: '>=20.0.0'} + listr2@9.0.5: resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} engines: {node: '>=20.0.0'} @@ -13443,6 +13552,10 @@ packages: resolution: {integrity: sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ==} hasBin: true + lmdb@3.4.2: + resolution: {integrity: sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==} + hasBin: true + lmdb@3.4.3: resolution: {integrity: sha512-GWV1kVi6uhrXWqe+3NXWO73OYe8fto6q8JMo0HOpk1vf8nEyFWgo4CSNJpIFzsOxOrysVUlcO48qRbQfmKd1gA==} hasBin: true @@ -13479,10 +13592,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} @@ -13566,6 +13675,10 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} + log-symbols@6.0.0: + resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} + engines: {node: '>=18'} + log-symbols@7.0.1: resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==} engines: {node: '>=18'} @@ -13666,6 +13779,9 @@ packages: magic-string@0.30.19: resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} @@ -13681,10 +13797,6 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@14.0.3: - resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - make-fetch-happen@15.0.3: resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13950,12 +14062,6 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - mini-css-extract-plugin@2.9.2: - resolution: {integrity: sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - mini-css-extract-plugin@2.9.4: resolution: {integrity: sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==} engines: {node: '>= 12.13.0'} @@ -14006,10 +14112,6 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@4.0.1: - resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} - engines: {node: ^18.17.0 || >=20.5.0} - minipass-fetch@5.0.0: resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14145,10 +14247,6 @@ packages: resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} engines: {node: '>= 0.10'} - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - mute-stream@2.0.0: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -14233,6 +14331,19 @@ packages: tailwindcss: optional: true + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + hasBin: true + peerDependencies: + '@angular/compiler-cli': ^20.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + tailwindcss: + optional: true + nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -14277,11 +14388,6 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@11.2.0: - resolution: {integrity: sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - node-gyp@12.1.0: resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14328,11 +14434,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - nopt@8.1.0: - resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - nopt@9.0.0: resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14369,9 +14470,9 @@ packages: resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} engines: {node: ^18.17.0 || >=20.5.0} - npm-install-checks@7.1.1: - resolution: {integrity: sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-bundled@5.0.0: + resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} + engines: {node: ^20.17.0 || >=22.9.0} npm-install-checks@8.0.0: resolution: {integrity: sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==} @@ -14389,9 +14490,9 @@ packages: resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==} engines: {node: ^16.14.0 || >=18.0.0} - npm-package-arg@12.0.2: - resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@13.0.0: + resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} + engines: {node: ^20.17.0 || >=22.9.0} npm-package-arg@13.0.1: resolution: {integrity: sha512-6zqls5xFvJbgFjB1B2U6yITtyGBjDBORB7suI4zA4T/sZ1OmkMFlaQSNB/4K0LtXNA1t4OprAFxPisadK5O2ag==} @@ -14401,22 +14502,10 @@ packages: resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@9.0.0: - resolution: {integrity: sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==} - engines: {node: ^18.17.0 || >=20.5.0} - - npm-pick-manifest@10.0.0: - resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-pick-manifest@11.0.3: resolution: {integrity: sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==} engines: {node: ^20.17.0 || >=22.9.0} - npm-registry-fetch@18.0.2: - resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-registry-fetch@19.1.1: resolution: {integrity: sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14570,10 +14659,6 @@ packages: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} engines: {node: '>= 0.8'} - on-headers@1.0.2: - resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} - engines: {node: '>= 0.8'} - on-headers@1.1.0: resolution: {integrity: sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==} engines: {node: '>= 0.8'} @@ -14600,10 +14685,6 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - open@10.1.0: - resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} - engines: {node: '>=18'} - open@10.2.0: resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} @@ -14646,6 +14727,10 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} + ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} + engines: {node: '>=18'} + ora@9.0.0: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} @@ -14694,10 +14779,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -14710,10 +14791,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map@1.2.0: resolution: {integrity: sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==} engines: {node: '>=4'} @@ -14745,16 +14822,16 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@20.0.0: - resolution: {integrity: sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - pacote@21.0.3: resolution: {integrity: sha512-itdFlanxO0nmQv4ORsvA9K1wv40IPfB9OmWqfaJWvoJ30VKyHsqNgDVeG+TVhI7Gk7XW8slUy7cA9r6dF5qohw==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true + pacote@21.0.4: + resolution: {integrity: sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true + pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} @@ -14869,10 +14946,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -14929,10 +15002,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path-type@6.0.0: - resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} - engines: {node: '>=18'} - pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -15025,9 +15094,9 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + pkg-dir@8.0.0: + resolution: {integrity: sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==} + engines: {node: '>=18'} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -15185,10 +15254,6 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -15624,10 +15689,6 @@ packages: reflect.ownkeys@1.1.4: resolution: {integrity: sha512-iUNmtLgzudssL+qnTUosCmnq3eczlrVd1wXrgx/GhiI/8FvwrTYWtCJ9PNvWIRX+4ftupj2WUfB5mu5s9t6LnA==} - regenerate-unicode-properties@10.2.0: - resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==} - engines: {node: '>=4'} - regenerate-unicode-properties@10.2.2: resolution: {integrity: sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==} engines: {node: '>=4'} @@ -15671,10 +15732,6 @@ packages: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} - regexpu-core@6.2.0: - resolution: {integrity: sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==} - engines: {node: '>=4'} - regexpu-core@6.4.0: resolution: {integrity: sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==} engines: {node: '>=4'} @@ -15925,6 +15982,13 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rollup-plugin-dts@6.3.0: + resolution: {integrity: sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==} + engines: {node: '>=16'} + peerDependencies: + rollup: ^3.29.4 || ^4 + typescript: ^4.5 || ^5.0 + rollup@4.22.4: resolution: {integrity: sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -15935,6 +15999,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.52.3: + resolution: {integrity: sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rollup@4.53.3: resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -16262,6 +16331,11 @@ packages: engines: {node: '>=14.0.0'} hasBin: true + sass@1.90.0: + resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==} + engines: {node: '>=14.0.0'} + hasBin: true + sass@1.93.2: resolution: {integrity: sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==} engines: {node: '>=14.0.0'} @@ -16508,10 +16582,6 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@3.1.0: - resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} - engines: {node: ^18.17.0 || >=20.5.0} - sigstore@4.0.0: resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -16536,10 +16606,6 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} @@ -17087,10 +17153,6 @@ packages: '@swc/core': ^1.2.147 webpack: '>=2' - symbol-observable@4.0.0: - resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} - engines: {node: '>=0.10'} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -17236,13 +17298,13 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.44.0: - resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==} + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} hasBin: true - terser@5.44.1: - resolution: {integrity: sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==} + terser@5.44.0: + resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==} engines: {node: '>=10'} hasBin: true @@ -17375,6 +17437,10 @@ packages: tiny-invariant@1.3.3: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} @@ -17654,10 +17720,6 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@3.0.1: - resolution: {integrity: sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==} - engines: {node: ^18.17.0 || >=20.5.0} - tuf-js@4.0.0: resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17768,11 +17830,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} engines: {node: '>=14.17'} @@ -17828,6 +17885,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@7.8.0: + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} + undici@7.16.0: resolution: {integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==} engines: {node: '>=20.18.1'} @@ -17840,10 +17900,6 @@ packages: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} engines: {node: '>=4'} - unicode-match-property-value-ecmascript@2.2.0: - resolution: {integrity: sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==} - engines: {node: '>=4'} - unicode-match-property-value-ecmascript@2.2.1: resolution: {integrity: sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==} engines: {node: '>=4'} @@ -17852,10 +17908,6 @@ packages: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicorn-magic@0.3.0: - resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} - engines: {node: '>=18'} - unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} @@ -17867,18 +17919,10 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-filename@4.0.0: - resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-filename@5.0.0: resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} engines: {node: ^20.17.0 || >=22.9.0} - unique-slug@5.0.0: - resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-slug@6.0.0: resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -18216,6 +18260,46 @@ packages: yaml: optional: true + vite@7.1.11: + resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vite@7.2.2: resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -18541,16 +18625,6 @@ packages: webpack-cli: optional: true - webpack@5.98.0: - resolution: {integrity: sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} @@ -18822,10 +18896,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yoctocolors-cjs@2.1.3: resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} engines: {node: '>=18'} @@ -18874,6 +18944,13 @@ snapshots: '@adobe/css-tools@4.4.1': {} + '@algolia/abtesting@1.1.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/abtesting@1.6.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18881,6 +18958,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-abtesting@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-abtesting@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18888,6 +18972,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-analytics@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-analytics@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18895,8 +18986,17 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-common@5.35.0': {} + '@algolia/client-common@5.40.1': {} + '@algolia/client-insights@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-insights@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18904,6 +19004,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-personalization@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-personalization@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18911,6 +19018,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-query-suggestions@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-query-suggestions@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18918,6 +19032,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-search@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-search@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18925,6 +19046,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/ingestion@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/ingestion@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18932,6 +19060,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/monitoring@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/monitoring@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18939,6 +19074,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/recommend@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/recommend@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18946,14 +19088,26 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/requester-browser-xhr@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-fetch@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-fetch@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-node-http@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-node-http@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18963,13 +19117,13 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.15.1(@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1))': - dependencies: + ? '@analogjs/vite-plugin-angular@1.15.1(@angular-devkit/build-angular@20.3.15(dvfkqhpxlcjzcsdatcxxndunvq))(@angular/build@19.2.19(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(@angular/compiler@20.3.16)(@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@24.1.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1))' + : dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 19.2.19(gy5lk4g6ogzfldojcxudqodi5q) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1) + '@angular-devkit/build-angular': 20.3.15(dvfkqhpxlcjzcsdatcxxndunvq) + '@angular/build': 19.2.19(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(@angular/compiler@20.3.16)(@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@24.1.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1) '@angular-devkit/architect@0.1902.19(chokidar@4.0.1)': dependencies: @@ -18977,6 +19131,14 @@ snapshots: rxjs: 7.8.1 transitivePeerDependencies: - chokidar + optional: true + + '@angular-devkit/architect@0.2003.15(chokidar@4.0.1)': + dependencies: + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + rxjs: 7.8.2 + transitivePeerDependencies: + - chokidar '@angular-devkit/architect@0.2100.3(chokidar@4.0.1)': dependencies: @@ -18992,72 +19154,73 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@19.2.19(2d5z3y5cbxqmaehqzkittgqznm)': + '@angular-devkit/build-angular@20.3.15(dvfkqhpxlcjzcsdatcxxndunvq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.15(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular/build': 20.3.15(frdtceomeqhsoed5xmfmhe33ni) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.15(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + typescript: 5.8.3 + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19077,76 +19240,77 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q)': + '@angular-devkit/build-angular@20.3.15(owa5ndkpproh3rcwtiz5pkrwfq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.15(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular/build': 20.3.15(57it5ftdfvb7be6r2u7iy5fysm) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.15(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19166,17 +19330,17 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@21.0.3(xm64ojqmszimwfvmlq5g36pnxe)': + '@angular-devkit/build-angular@21.0.3(itevxv4ivkmqgqhn2gdamgsgza)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) '@angular-devkit/build-webpack': 0.2100.3(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) '@angular-devkit/core': 21.0.3(chokidar@4.0.1) - '@angular/build': 21.0.3(jyim2ftefv4ghv645c5mcluul4) + '@angular/build': 21.0.3(w3gequd65judeecyw7gyjsrzsq) '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3) '@babel/core': 7.28.4 '@babel/generator': 7.28.3 @@ -19233,7 +19397,7 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)) '@angular/platform-server': 21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(rxjs@7.8.1) esbuild: 0.26.0 - jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) karma: 6.4.4 transitivePeerDependencies: - '@angular/compiler' @@ -19258,12 +19422,12 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@angular-devkit/build-webpack@0.2003.15(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9))': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - rxjs: 7.8.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + rxjs: 7.8.2 + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-server: 5.2.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) transitivePeerDependencies: - chokidar @@ -19295,6 +19459,18 @@ snapshots: source-map: 0.7.4 optionalDependencies: chokidar: 4.0.1 + optional: true + + '@angular-devkit/core@20.3.15(chokidar@4.0.1)': + dependencies: + ajv: 8.17.1 + ajv-formats: 3.0.1(ajv@8.17.1) + jsonc-parser: 3.3.1 + picomatch: 4.0.3 + rxjs: 7.8.2 + source-map: 0.7.6 + optionalDependencies: + chokidar: 4.0.1 '@angular-devkit/core@21.0.3(chokidar@4.0.1)': dependencies: @@ -19328,13 +19504,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@19.2.19(chokidar@4.0.1)': + '@angular-devkit/schematics@20.3.15(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) jsonc-parser: 3.3.1 magic-string: 0.30.17 - ora: 5.4.1 - rxjs: 7.8.1 + ora: 8.2.0 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19353,18 +19529,18 @@ snapshots: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1) tslib: 2.6.3 - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1)': + '@angular/build@19.2.19(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(@angular/compiler@20.3.16)(@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@24.1.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@babel/core': 7.26.10 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-split-export-declaration': 7.24.7 '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.6(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) beasties: 0.3.2 browserslist: 4.28.1 esbuild: 0.25.4 @@ -19381,16 +19557,16 @@ snapshots: sass: 1.85.0 semver: 7.7.1 source-map-support: 0.5.21 - typescript: 5.5.4 - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) + typescript: 5.8.3 + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1) watchpack: 2.4.2 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 + less: 4.4.2 lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - postcss: 8.5.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19403,45 +19579,49 @@ snapshots: - terser - tsx - yaml + optional: true - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.15(57it5ftdfvb7be6r2u7iy5fysm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@20.11.17) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.2 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19455,43 +19635,46 @@ snapshots: - tsx - yaml - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.15(frdtceomeqhsoed5xmfmhe33ni)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.4.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19505,9 +19688,8 @@ snapshots: - terser - tsx - yaml - optional: true - '@angular/build@21.0.3(jyim2ftefv4ghv645c5mcluul4)': + '@angular/build@21.0.3(w3gequd65judeecyw7gyjsrzsq)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) @@ -19516,8 +19698,8 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.19(@types/node@20.12.8) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.19(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.26.0 @@ -19538,7 +19720,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 undici: 7.16.0 - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) watchpack: 2.4.4 optionalDependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1) @@ -19561,61 +19743,67 @@ snapshots: - tsx - yaml - '@angular/cli@19.2.19(@types/node@20.11.17)(chokidar@4.0.1)': + '@angular/cli@20.3.15(@types/node@20.11.17)(chokidar@4.0.1)(hono@4.11.4)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.15(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.25.2(hono@4.11.4)(zod@4.1.13) + '@schematics/angular': 20.3.15(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar + - hono - supports-color - '@angular/cli@19.2.19(@types/node@20.14.5)(chokidar@4.0.1)': + '@angular/cli@20.3.15(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.15(chokidar@4.0.1) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.15(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.25.2(hono@4.11.4)(zod@4.1.13) + '@schematics/angular': 20.3.15(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar + - hono - supports-color - '@angular/cli@21.0.5(@types/node@20.12.8)(chokidar@4.0.1)(hono@4.11.4)': + '@angular/cli@21.0.5(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4)': dependencies: '@angular-devkit/architect': 0.2100.5(chokidar@4.0.1) '@angular-devkit/core': 21.0.5(chokidar@4.0.1) '@angular-devkit/schematics': 21.0.5(chokidar@4.0.1) - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.25.2(hono@4.11.4)(zod@4.1.13) '@schematics/angular': 21.0.5(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 @@ -19637,23 +19825,23 @@ snapshots: - hono - supports-color - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1)': dependencies: @@ -19661,33 +19849,19 @@ snapshots: rxjs: 7.8.1 tslib: 2.6.3 - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4)': - dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 - '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.1 - convert-source-map: 1.9.0 - reflect-metadata: 0.2.2 - semver: 7.7.3 - tslib: 2.6.3 - typescript: 5.5.4 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3)': + '@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3)': dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 + '@angular/compiler': 20.3.16 + '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.1 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 - semver: 7.7.3 - tslib: 2.6.3 + semver: 7.7.4 + tslib: 2.8.1 + yargs: 18.0.0 + optionalDependencies: typescript: 5.8.3 - yargs: 17.7.2 transitivePeerDependencies: - supports-color @@ -19723,24 +19897,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@19.2.18': + '@angular/compiler@20.3.16': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@angular/compiler@21.0.8': dependencies: tslib: 2.6.3 - '@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)': dependencies: rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.0 - '@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.1 '@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)': @@ -19759,21 +19937,21 @@ snapshots: '@angular/compiler': 21.0.8 zone.js: 0.15.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/forms@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@standard-schema/spec@1.0.0)(rxjs@7.8.1)': dependencies: @@ -19784,21 +19962,21 @@ snapshots: rxjs: 7.8.1 tslib: 2.6.3 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + tslib: 2.8.1 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + tslib: 2.8.1 '@angular/platform-browser-dynamic@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))': dependencies: @@ -19808,17 +19986,17 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)) tslib: 2.6.3 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + tslib: 2.8.1 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.8.1 '@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))': dependencies: @@ -19828,25 +20006,25 @@ snapshots: optionalDependencies: '@angular/animations': 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)) - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 optional: true - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 '@angular/platform-server@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1))(rxjs@7.8.1))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.1)(zone.js@0.15.1)))(rxjs@7.8.1)': @@ -19859,21 +20037,21 @@ snapshots: tslib: 2.6.3 xhr2: 0.2.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@aspnet/signalr@1.0.27': {} @@ -19881,12 +20059,6 @@ snapshots: dependencies: '@babel/highlight': 7.25.9 - '@babel/code-frame@7.27.1': - dependencies: - '@babel/helper-validator-identifier': 7.28.5 - js-tokens: 4.0.0 - picocolors: 1.1.1 - '@babel/code-frame@7.28.6': dependencies: '@babel/helper-validator-identifier': 7.28.5 @@ -19899,22 +20071,20 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.28.5': {} - '@babel/compat-data@7.28.6': {} '@babel/core@7.26.10': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.28.5 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.10) - '@babel/helpers': 7.28.4 + '@babel/code-frame': 7.29.0 + '@babel/generator': 7.28.6 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/helpers': 7.28.6 '@babel/parser': 7.28.6 - '@babel/template': 7.27.2 - '@babel/traverse': 7.28.5 - '@babel/types': 7.28.5 + '@babel/template': 7.28.6 + '@babel/traverse': 7.28.6 + '@babel/types': 7.28.6 convert-source-map: 2.0.0 debug: 4.4.3 gensync: 1.0.0-beta.2 @@ -19922,19 +20092,20 @@ snapshots: semver: 6.3.1 transitivePeerDependencies: - supports-color + optional: true - '@babel/core@7.26.9': + '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.28.5 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.9) - '@babel/helpers': 7.28.4 + '@babel/code-frame': 7.29.0 + '@babel/generator': 7.28.6 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) + '@babel/helpers': 7.28.6 '@babel/parser': 7.28.6 - '@babel/template': 7.27.2 - '@babel/traverse': 7.28.5 - '@babel/types': 7.28.5 + '@babel/template': 7.28.6 + '@babel/traverse': 7.28.6 + '@babel/types': 7.28.6 convert-source-map: 2.0.0 debug: 4.4.3 gensync: 1.0.0-beta.2 @@ -19991,14 +20162,6 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.10': - dependencies: - '@babel/parser': 7.28.6 - '@babel/types': 7.28.5 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/generator@7.28.3': dependencies: '@babel/parser': 7.28.6 @@ -20007,14 +20170,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@7.28.5': - dependencies: - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/generator@7.28.6': dependencies: '@babel/parser': 7.28.6 @@ -20025,20 +20180,13 @@ snapshots: '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 + optional: true '@babel/helper-annotate-as-pure@7.27.3': dependencies: '@babel/types': 7.28.6 - '@babel/helper-compilation-targets@7.27.2': - dependencies: - '@babel/compat-data': 7.28.6 - '@babel/helper-validator-option': 7.27.1 - browserslist: 4.28.1 - lru-cache: 5.1.1 - semver: 6.3.1 - '@babel/helper-compilation-targets@7.28.6': dependencies: '@babel/compat-data': 7.28.6 @@ -20060,13 +20208,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.26.10)': + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/traverse': 7.28.6 semver: 6.3.1 @@ -20099,23 +20247,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.27.3 - regexpu-core: 6.2.0 - semver: 6.3.1 - - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-annotate-as-pure': 7.27.3 - regexpu-core: 6.2.0 - semver: 6.3.1 - - '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.4.0 semver: 6.3.1 @@ -20156,9 +20290,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.26.10)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -20226,7 +20360,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.3(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.10)': dependencies: '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.28.6 @@ -20234,19 +20368,11 @@ snapshots: '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color + optional: true - '@babel/helper-module-transforms@7.28.3(@babel/core@7.26.9)': - dependencies: - '@babel/core': 7.26.9 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -20283,9 +20409,9 @@ snapshots: '@babel/helper-plugin-utils@7.28.6': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.26.10)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 '@babel/traverse': 7.28.6 @@ -20310,18 +20436,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.27.1(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-member-expression-to-functions': 7.28.5 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/helper-replace-supers@7.28.6(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.28.6 @@ -20355,7 +20472,7 @@ snapshots: '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@babel/helper-string-parser@7.27.1': {} @@ -20371,11 +20488,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helpers@7.28.4': - dependencies: - '@babel/template': 7.28.6 - '@babel/types': 7.28.6 - '@babel/helpers@7.28.6': dependencies: '@babel/template': 7.28.6 @@ -20400,9 +20512,9 @@ snapshots: dependencies: '@babel/types': 7.28.6 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20424,9 +20536,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.4)': @@ -20439,9 +20551,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.4)': @@ -20454,12 +20566,12 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20481,9 +20593,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20514,9 +20626,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4)': dependencies: @@ -20561,9 +20673,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.4)': @@ -20580,10 +20692,11 @@ snapshots: dependencies: '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.28.6 + optional: true - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.4)': @@ -20656,10 +20769,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.4)': @@ -20674,9 +20787,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.4)': @@ -20689,29 +20802,20 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) - '@babel/traverse': 7.28.5 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20725,6 +20829,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/traverse': 7.28.6 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 @@ -20743,15 +20856,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 @@ -20761,24 +20865,33 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.27.1 + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.27.1 + '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.4) transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 @@ -20797,9 +20910,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.4)': @@ -20812,9 +20925,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.4)': @@ -20835,10 +20948,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20867,10 +20980,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.3(@babel/core@7.26.10)': + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20891,14 +21004,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.4(@babel/core@7.26.10)': + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20927,9 +21040,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 @@ -20945,9 +21058,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20969,10 +21082,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.4)': @@ -20987,9 +21100,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.4)': @@ -21002,16 +21115,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.6)': @@ -21020,9 +21133,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.4)': @@ -21035,7 +21148,15 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.4)': + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 @@ -21056,9 +21177,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-exponentiation-operator@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.4)': @@ -21071,9 +21192,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.4)': @@ -21092,9 +21213,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.6) - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21116,9 +21237,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 @@ -21143,9 +21264,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.4)': @@ -21158,9 +21279,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.4)': @@ -21173,9 +21294,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.4)': @@ -21188,9 +21309,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.4)': @@ -21203,10 +21324,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21227,10 +21348,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21251,10 +21372,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -21281,10 +21402,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21305,10 +21426,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': @@ -21323,9 +21444,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.4)': @@ -21338,9 +21459,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.4)': @@ -21353,9 +21474,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.4)': @@ -21375,13 +21496,13 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.6) - '@babel/plugin-transform-object-rest-spread@7.28.4(@babel/core@7.26.10)': + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -21408,11 +21529,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -21432,9 +21553,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.4)': @@ -21447,17 +21568,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-chaining@7.28.5(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21479,9 +21592,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.26.10)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.4)': @@ -21502,10 +21615,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21526,11 +21639,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21553,9 +21666,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.4)': @@ -21607,9 +21720,9 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.26.10)': + '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.4)': @@ -21622,16 +21735,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.6)': @@ -21640,9 +21753,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.4)': @@ -21667,14 +21780,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-runtime@7.26.10(@babel/core@7.26.10)': + '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.27.1 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21682,7 +21795,7 @@ snapshots: '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.27.1 + '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.4) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.4) @@ -21703,9 +21816,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.4)': @@ -21718,9 +21831,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-spread@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21742,9 +21855,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.4)': @@ -21757,9 +21870,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.4)': @@ -21772,9 +21885,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.4)': @@ -21798,9 +21911,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.4)': @@ -21813,10 +21926,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.4)': @@ -21831,10 +21944,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.4)': @@ -21849,10 +21962,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.4)': @@ -21867,76 +21980,77 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/preset-env@7.26.9(@babel/core@7.26.10)': + '@babel/preset-env@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/compat-data': 7.28.5 - '@babel/core': 7.26.10 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/compat-data': 7.28.6 + '@babel/core': 7.28.3 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.3(@babel/core@7.26.10) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10) - '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoping': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-class-static-block': 7.28.3(@babel/core@7.26.10) - '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.26.10) - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-exponentiation-operator': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-logical-assignment-operators': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-object-rest-spread': 7.28.4(@babel/core@7.26.10) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.26.10) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.26.10) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.10) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.3) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 semver: 6.3.1 transitivePeerDependencies: @@ -21970,9 +22084,9 @@ snapshots: '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.4) '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.4) '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.4) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.4) @@ -21998,7 +22112,7 @@ snapshots: '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.4) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.4) @@ -22101,9 +22215,9 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.28.6) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.10)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/types': 7.28.6 esutils: 2.0.3 @@ -22149,34 +22263,18 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} + '@babel/runtime@7.28.4': {} '@babel/runtime@7.28.6': {} - '@babel/template@7.27.2': - dependencies: - '@babel/code-frame': 7.28.6 - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@babel/template@7.28.6': dependencies: '@babel/code-frame': 7.28.6 '@babel/parser': 7.28.6 '@babel/types': 7.28.6 - '@babel/traverse@7.28.5': - dependencies: - '@babel/code-frame': 7.28.6 - '@babel/generator': 7.28.6 - '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.28.6 - '@babel/template': 7.28.6 - '@babel/types': 7.28.6 - debug: 4.4.3 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.28.6': dependencies: '@babel/code-frame': 7.28.6 @@ -22189,11 +22287,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.28.5': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/types@7.28.6': dependencies: '@babel/helper-string-parser': 7.27.1 @@ -22283,9 +22376,9 @@ snapshots: dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/angular@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22300,17 +22393,17 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(dmyiz5qgrko5nyf5bxripiixoy)': + '@devextreme-generator/build-helpers@3.0.12(ukiqplx6dasmo2c3l5qjedmnve)': dependencies: - '@devextreme-generator/angular': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/inferno': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/preact': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/angular': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/inferno': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/preact': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - '@swc/core' - '@typescript-eslint/eslint-plugin' @@ -22329,10 +22422,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/core@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(4favskg7c6uhgkqsp35iqbuplm) + eslint-config-devextreme: 0.2.0(3xms7orqommrlrwsknoqxfp64m) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22355,11 +22448,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/inferno@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/preact': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/preact': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22374,10 +22467,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/preact@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22392,9 +22485,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/react@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22409,10 +22502,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/vue@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/angular': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/angular': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -22443,15 +22536,15 @@ snapshots: '@emnapi/core@1.7.1': dependencies: '@emnapi/wasi-threads': 1.1.0 - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/runtime@1.7.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/wasi-threads@1.1.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@esbuild/aix-ppc64@0.21.5': optional: true @@ -22462,6 +22555,9 @@ snapshots: '@esbuild/aix-ppc64@0.25.4': optional: true + '@esbuild/aix-ppc64@0.25.9': + optional: true + '@esbuild/aix-ppc64@0.26.0': optional: true @@ -22474,6 +22570,9 @@ snapshots: '@esbuild/android-arm64@0.25.4': optional: true + '@esbuild/android-arm64@0.25.9': + optional: true + '@esbuild/android-arm64@0.26.0': optional: true @@ -22486,6 +22585,9 @@ snapshots: '@esbuild/android-arm@0.25.4': optional: true + '@esbuild/android-arm@0.25.9': + optional: true + '@esbuild/android-arm@0.26.0': optional: true @@ -22498,6 +22600,9 @@ snapshots: '@esbuild/android-x64@0.25.4': optional: true + '@esbuild/android-x64@0.25.9': + optional: true + '@esbuild/android-x64@0.26.0': optional: true @@ -22510,6 +22615,9 @@ snapshots: '@esbuild/darwin-arm64@0.25.4': optional: true + '@esbuild/darwin-arm64@0.25.9': + optional: true + '@esbuild/darwin-arm64@0.26.0': optional: true @@ -22522,6 +22630,9 @@ snapshots: '@esbuild/darwin-x64@0.25.4': optional: true + '@esbuild/darwin-x64@0.25.9': + optional: true + '@esbuild/darwin-x64@0.26.0': optional: true @@ -22534,6 +22645,9 @@ snapshots: '@esbuild/freebsd-arm64@0.25.4': optional: true + '@esbuild/freebsd-arm64@0.25.9': + optional: true + '@esbuild/freebsd-arm64@0.26.0': optional: true @@ -22546,6 +22660,9 @@ snapshots: '@esbuild/freebsd-x64@0.25.4': optional: true + '@esbuild/freebsd-x64@0.25.9': + optional: true + '@esbuild/freebsd-x64@0.26.0': optional: true @@ -22558,6 +22675,9 @@ snapshots: '@esbuild/linux-arm64@0.25.4': optional: true + '@esbuild/linux-arm64@0.25.9': + optional: true + '@esbuild/linux-arm64@0.26.0': optional: true @@ -22570,6 +22690,9 @@ snapshots: '@esbuild/linux-arm@0.25.4': optional: true + '@esbuild/linux-arm@0.25.9': + optional: true + '@esbuild/linux-arm@0.26.0': optional: true @@ -22582,6 +22705,9 @@ snapshots: '@esbuild/linux-ia32@0.25.4': optional: true + '@esbuild/linux-ia32@0.25.9': + optional: true + '@esbuild/linux-ia32@0.26.0': optional: true @@ -22597,6 +22723,9 @@ snapshots: '@esbuild/linux-loong64@0.25.4': optional: true + '@esbuild/linux-loong64@0.25.9': + optional: true + '@esbuild/linux-loong64@0.26.0': optional: true @@ -22609,6 +22738,9 @@ snapshots: '@esbuild/linux-mips64el@0.25.4': optional: true + '@esbuild/linux-mips64el@0.25.9': + optional: true + '@esbuild/linux-mips64el@0.26.0': optional: true @@ -22621,6 +22753,9 @@ snapshots: '@esbuild/linux-ppc64@0.25.4': optional: true + '@esbuild/linux-ppc64@0.25.9': + optional: true + '@esbuild/linux-ppc64@0.26.0': optional: true @@ -22633,6 +22768,9 @@ snapshots: '@esbuild/linux-riscv64@0.25.4': optional: true + '@esbuild/linux-riscv64@0.25.9': + optional: true + '@esbuild/linux-riscv64@0.26.0': optional: true @@ -22645,6 +22783,9 @@ snapshots: '@esbuild/linux-s390x@0.25.4': optional: true + '@esbuild/linux-s390x@0.25.9': + optional: true + '@esbuild/linux-s390x@0.26.0': optional: true @@ -22657,6 +22798,9 @@ snapshots: '@esbuild/linux-x64@0.25.4': optional: true + '@esbuild/linux-x64@0.25.9': + optional: true + '@esbuild/linux-x64@0.26.0': optional: true @@ -22666,6 +22810,9 @@ snapshots: '@esbuild/netbsd-arm64@0.25.4': optional: true + '@esbuild/netbsd-arm64@0.25.9': + optional: true + '@esbuild/netbsd-arm64@0.26.0': optional: true @@ -22678,6 +22825,9 @@ snapshots: '@esbuild/netbsd-x64@0.25.4': optional: true + '@esbuild/netbsd-x64@0.25.9': + optional: true + '@esbuild/netbsd-x64@0.26.0': optional: true @@ -22687,6 +22837,9 @@ snapshots: '@esbuild/openbsd-arm64@0.25.4': optional: true + '@esbuild/openbsd-arm64@0.25.9': + optional: true + '@esbuild/openbsd-arm64@0.26.0': optional: true @@ -22699,9 +22852,15 @@ snapshots: '@esbuild/openbsd-x64@0.25.4': optional: true + '@esbuild/openbsd-x64@0.25.9': + optional: true + '@esbuild/openbsd-x64@0.26.0': optional: true + '@esbuild/openharmony-arm64@0.25.9': + optional: true + '@esbuild/openharmony-arm64@0.26.0': optional: true @@ -22714,6 +22873,9 @@ snapshots: '@esbuild/sunos-x64@0.25.4': optional: true + '@esbuild/sunos-x64@0.25.9': + optional: true + '@esbuild/sunos-x64@0.26.0': optional: true @@ -22726,6 +22888,9 @@ snapshots: '@esbuild/win32-arm64@0.25.4': optional: true + '@esbuild/win32-arm64@0.25.9': + optional: true + '@esbuild/win32-arm64@0.26.0': optional: true @@ -22738,6 +22903,9 @@ snapshots: '@esbuild/win32-ia32@0.25.4': optional: true + '@esbuild/win32-ia32@0.25.9': + optional: true + '@esbuild/win32-ia32@0.26.0': optional: true @@ -22750,6 +22918,9 @@ snapshots: '@esbuild/win32-x64@0.25.4': optional: true + '@esbuild/win32-x64@0.25.9': + optional: true + '@esbuild/win32-x64@0.26.0': optional: true @@ -22901,106 +23072,84 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/checkbox@4.3.2(@types/node@20.12.8)': + '@inquirer/checkbox@4.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/checkbox@4.3.2(@types/node@20.14.5)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/confirm@5.1.19(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/confirm@5.1.21(@types/node@20.11.17)': + '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.21(@types/node@20.12.8)': + '@inquirer/confirm@5.1.14(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.21(@types/node@20.14.5)': + '@inquirer/confirm@5.1.19(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.6(@types/node@20.11.17)': + '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.6(@types/node@20.14.5)': + '@inquirer/confirm@5.1.21(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/core@10.3.2(@types/node@20.11.17)': + '@inquirer/confirm@5.1.6(@types/node@24.1.0)': dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.11.17) - 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 + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 24.1.0 + optional: true - '@inquirer/core@10.3.2(@types/node@20.12.8)': + '@inquirer/core@10.3.2(@types/node@20.11.17)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@20.11.17) 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': 20.12.8 + '@types/node': 20.11.17 - '@inquirer/core@10.3.2(@types/node@20.14.5)': + '@inquirer/core@10.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) 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': 20.14.5 + '@types/node': 24.1.0 '@inquirer/editor@4.2.23(@types/node@20.11.17)': dependencies: @@ -23010,21 +23159,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/editor@4.2.23(@types/node@20.12.8)': + '@inquirer/editor@4.2.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/external-editor': 1.0.3(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/external-editor': 1.0.3(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/editor@4.2.23(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/external-editor': 1.0.3(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/expand@4.0.23(@types/node@20.11.17)': dependencies: @@ -23034,21 +23175,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/expand@4.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/expand@4.0.23(@types/node@20.14.5)': + '@inquirer/expand@4.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/external-editor@1.0.3(@types/node@20.11.17)': dependencies: @@ -23057,19 +23190,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/external-editor@1.0.3(@types/node@20.12.8)': - dependencies: - chardet: 2.1.1 - iconv-lite: 0.7.1 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/external-editor@1.0.3(@types/node@20.14.5)': + '@inquirer/external-editor@1.0.3(@types/node@24.1.0)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/figures@1.0.15': {} @@ -23080,19 +23206,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/input@4.3.1(@types/node@20.12.8)': + '@inquirer/input@4.3.1(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/input@4.3.1(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/number@3.0.23(@types/node@20.11.17)': dependencies: @@ -23101,19 +23220,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/number@3.0.23(@types/node@20.12.8)': + '@inquirer/number@3.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/number@3.0.23(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/password@4.0.23(@types/node@20.11.17)': dependencies: @@ -23123,23 +23235,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/password@4.0.23(@types/node@20.12.8)': + '@inquirer/password@4.0.23(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/password@4.0.23(@types/node@20.14.5)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.3.2(@types/node@20.11.17)': + '@inquirer/prompts@7.8.2(@types/node@20.11.17)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.11.17) '@inquirer/confirm': 5.1.21(@types/node@20.11.17) @@ -23154,35 +23258,35 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/prompts@7.3.2(@types/node@20.14.5)': + '@inquirer/prompts@7.8.2(@types/node@24.1.0)': dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.14.5) - '@inquirer/confirm': 5.1.21(@types/node@20.14.5) - '@inquirer/editor': 4.2.23(@types/node@20.14.5) - '@inquirer/expand': 4.0.23(@types/node@20.14.5) - '@inquirer/input': 4.3.1(@types/node@20.14.5) - '@inquirer/number': 3.0.23(@types/node@20.14.5) - '@inquirer/password': 4.0.23(@types/node@20.14.5) - '@inquirer/rawlist': 4.1.11(@types/node@20.14.5) - '@inquirer/search': 3.2.2(@types/node@20.14.5) - '@inquirer/select': 4.4.2(@types/node@20.14.5) + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.9.0(@types/node@20.12.8)': + '@inquirer/prompts@7.9.0(@types/node@24.1.0)': dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.12.8) - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@inquirer/editor': 4.2.23(@types/node@20.12.8) - '@inquirer/expand': 4.0.23(@types/node@20.12.8) - '@inquirer/input': 4.3.1(@types/node@20.12.8) - '@inquirer/number': 3.0.23(@types/node@20.12.8) - '@inquirer/password': 4.0.23(@types/node@20.12.8) - '@inquirer/rawlist': 4.1.11(@types/node@20.12.8) - '@inquirer/search': 3.2.2(@types/node@20.12.8) - '@inquirer/select': 4.4.2(@types/node@20.12.8) + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/rawlist@4.1.11(@types/node@20.11.17)': dependencies: @@ -23192,21 +23296,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/rawlist@4.1.11(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/rawlist@4.1.11(@types/node@20.14.5)': + '@inquirer/rawlist@4.1.11(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/search@3.2.2(@types/node@20.11.17)': dependencies: @@ -23217,23 +23313,14 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/search@3.2.2(@types/node@20.12.8)': + '@inquirer/search@3.2.2(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/search@3.2.2(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/select@4.4.2(@types/node@20.11.17)': dependencies: @@ -23245,41 +23332,23 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/select@4.4.2(@types/node@20.12.8)': + '@inquirer/select@4.4.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/select@4.4.2(@types/node@20.14.5)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 + '@types/node': 24.1.0 '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 - '@inquirer/type@3.0.10(@types/node@20.12.8)': - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/type@3.0.10(@types/node@20.14.5)': + '@inquirer/type@3.0.10(@types/node@24.1.0)': optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@isaacs/balanced-match@4.0.1': {} @@ -23313,7 +23382,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -23326,14 +23395,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23356,21 +23425,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23401,14 +23470,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23431,21 +23500,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23467,13 +23536,12 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -23491,7 +23559,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -23513,7 +23581,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -23585,7 +23653,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -23628,41 +23696,41 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.3)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) + '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pointer@1.0.2(tslib@2.6.3)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 '@keyv/bigmap@1.3.0(keyv@5.5.5)': dependencies: @@ -23680,20 +23748,26 @@ snapshots: dependencies: '@lezer/common': 1.2.3 - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@inquirer/type': 3.0.10(@types/node@20.11.17) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5)': dependencies: - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) listr2: 9.0.5 transitivePeerDependencies: - '@types/node' @@ -23704,6 +23778,9 @@ snapshots: '@lmdb/lmdb-darwin-arm64@3.2.6': optional: true + '@lmdb/lmdb-darwin-arm64@3.4.2': + optional: true + '@lmdb/lmdb-darwin-arm64@3.4.3': optional: true @@ -23713,6 +23790,9 @@ snapshots: '@lmdb/lmdb-darwin-x64@3.2.6': optional: true + '@lmdb/lmdb-darwin-x64@3.4.2': + optional: true + '@lmdb/lmdb-darwin-x64@3.4.3': optional: true @@ -23722,6 +23802,9 @@ snapshots: '@lmdb/lmdb-linux-arm64@3.2.6': optional: true + '@lmdb/lmdb-linux-arm64@3.4.2': + optional: true + '@lmdb/lmdb-linux-arm64@3.4.3': optional: true @@ -23731,6 +23814,9 @@ snapshots: '@lmdb/lmdb-linux-arm@3.2.6': optional: true + '@lmdb/lmdb-linux-arm@3.4.2': + optional: true + '@lmdb/lmdb-linux-arm@3.4.3': optional: true @@ -23740,9 +23826,15 @@ snapshots: '@lmdb/lmdb-linux-x64@3.2.6': optional: true + '@lmdb/lmdb-linux-x64@3.4.2': + optional: true + '@lmdb/lmdb-linux-x64@3.4.3': optional: true + '@lmdb/lmdb-win32-arm64@3.4.2': + optional: true + '@lmdb/lmdb-win32-arm64@3.4.3': optional: true @@ -23752,6 +23844,9 @@ snapshots: '@lmdb/lmdb-win32-x64@3.2.6': optional: true + '@lmdb/lmdb-win32-x64@3.4.2': + optional: true + '@lmdb/lmdb-win32-x64@3.4.3': optional: true @@ -23892,17 +23987,11 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@ngtools/webpack@20.3.15(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9))': dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) '@ngtools/webpack@21.0.3(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: @@ -23928,16 +24017,6 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@npmcli/agent@3.0.0': - dependencies: - agent-base: 7.1.3 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 - lru-cache: 10.4.3 - socks-proxy-agent: 8.0.4 - transitivePeerDependencies: - - supports-color - '@npmcli/agent@4.0.0': dependencies: agent-base: 7.1.3 @@ -23948,24 +24027,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/fs@4.0.0': - dependencies: - semver: 7.7.3 - '@npmcli/fs@5.0.0': dependencies: - semver: 7.7.3 - - '@npmcli/git@6.0.3': - dependencies: - '@npmcli/promise-spawn': 8.0.2 - ini: 5.0.0 - lru-cache: 10.4.3 - npm-pick-manifest: 10.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - semver: 7.7.3 - which: 5.0.0 + semver: 7.7.4 '@npmcli/git@7.0.1': dependencies: @@ -23975,7 +24039,7 @@ snapshots: npm-pick-manifest: 11.0.3 proc-log: 6.1.0 promise-retry: 2.0.1 - semver: 7.7.3 + semver: 7.7.4 which: 6.0.0 '@npmcli/installed-package-contents@3.0.0': @@ -23983,20 +24047,13 @@ snapshots: npm-bundled: 4.0.0 npm-normalize-package-bin: 4.0.0 - '@npmcli/node-gyp@4.0.0': {} + '@npmcli/installed-package-contents@4.0.0': + dependencies: + npm-bundled: 5.0.0 + npm-normalize-package-bin: 5.0.0 '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@6.1.1': - dependencies: - '@npmcli/git': 6.0.3 - glob: 10.5.0 - hosted-git-info: 8.1.0 - json-parse-even-better-errors: 4.0.0 - proc-log: 5.0.0 - semver: 7.7.3 - validate-npm-package-license: 3.0.4 - '@npmcli/package-json@7.0.4': dependencies: '@npmcli/git': 7.0.1 @@ -24004,7 +24061,7 @@ snapshots: hosted-git-info: 9.0.2 json-parse-even-better-errors: 5.0.0 proc-log: 6.1.0 - semver: 7.7.3 + semver: 7.7.4 validate-npm-package-license: 3.0.4 '@npmcli/promise-spawn@8.0.2': @@ -24015,8 +24072,6 @@ snapshots: dependencies: which: 6.0.0 - '@npmcli/redact@3.2.0': {} - '@npmcli/redact@4.0.0': {} '@npmcli/run-script@10.0.3': @@ -24030,17 +24085,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/run-script@9.1.0': - dependencies: - '@npmcli/node-gyp': 4.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - node-gyp: 11.2.0 - proc-log: 5.0.0 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - '@nrwl/devkit@18.3.5(nx@19.8.14(@swc/core@1.15.3))': dependencies: '@nx/devkit': 18.3.5(nx@19.8.14(@swc/core@1.15.3)) @@ -24095,7 +24139,7 @@ snapshots: '@nrwl/tao@19.8.14(@swc/core@1.15.3)': dependencies: nx: 19.8.14(@swc/core@1.15.3) - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -24118,7 +24162,7 @@ snapshots: nx: 19.8.14(@swc/core@1.15.3) semver: 7.7.3 tmp: 0.2.5 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/devkit@19.8.14(nx@19.8.14(@swc/core@1.15.3))': @@ -24129,9 +24173,9 @@ snapshots: ignore: 5.3.2 minimatch: 9.0.3 nx: 19.8.14(@swc/core@1.15.3) - semver: 7.7.3 + semver: 7.7.4 tmp: 0.2.5 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/jest@19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.8.14(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': @@ -24150,7 +24194,7 @@ snapshots: minimatch: 9.0.3 resolve.exports: 1.1.0 semver: 7.7.3 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' @@ -24198,7 +24242,7 @@ snapshots: source-map-support: 0.5.19 ts-node: 10.9.1(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -24247,7 +24291,7 @@ snapshots: chalk: 4.1.2 enquirer: 2.3.6 nx: 19.8.14(@swc/core@1.15.3) - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -24356,7 +24400,7 @@ snapshots: json5: 2.2.3 msgpackr: 1.11.2 nullthrows: 1.1.1 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - '@swc/helpers' - napi-wasm @@ -24415,7 +24459,7 @@ snapshots: '@parcel/rust': 2.16.3 '@parcel/utils': 2.16.3 nullthrows: 1.1.1 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm @@ -24486,7 +24530,7 @@ snapshots: '@parcel/utils': 2.16.3 '@parcel/workers': 2.16.3(@parcel/core@2.16.3) '@swc/core': 1.15.3 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - '@swc/helpers' - napi-wasm @@ -24689,7 +24733,7 @@ snapshots: browserslist: 4.28.1 json5: 2.2.3 nullthrows: 1.1.1 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm @@ -24739,7 +24783,7 @@ snapshots: browserslist: 4.28.1 nullthrows: 1.1.1 regenerator-runtime: 0.14.1 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - napi-wasm @@ -24767,7 +24811,7 @@ snapshots: clone: 2.1.2 nullthrows: 1.1.1 postcss-value-parser: 4.2.0 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm @@ -25019,7 +25063,7 @@ snapshots: extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.4.0 - semver: 7.7.3 + semver: 7.7.4 tar-fs: 3.1.1 unbzip2-stream: 1.4.3 yargs: 17.7.2 @@ -25165,6 +25209,9 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.34.8': optional: true + '@rollup/rollup-android-arm-eabi@4.52.3': + optional: true + '@rollup/rollup-android-arm-eabi@4.53.3': optional: true @@ -25174,6 +25221,9 @@ snapshots: '@rollup/rollup-android-arm64@4.34.8': optional: true + '@rollup/rollup-android-arm64@4.52.3': + optional: true + '@rollup/rollup-android-arm64@4.53.3': optional: true @@ -25183,6 +25233,9 @@ snapshots: '@rollup/rollup-darwin-arm64@4.34.8': optional: true + '@rollup/rollup-darwin-arm64@4.52.3': + optional: true + '@rollup/rollup-darwin-arm64@4.53.3': optional: true @@ -25192,18 +25245,27 @@ snapshots: '@rollup/rollup-darwin-x64@4.34.8': optional: true + '@rollup/rollup-darwin-x64@4.52.3': + optional: true + '@rollup/rollup-darwin-x64@4.53.3': optional: true '@rollup/rollup-freebsd-arm64@4.34.8': optional: true + '@rollup/rollup-freebsd-arm64@4.52.3': + optional: true + '@rollup/rollup-freebsd-arm64@4.53.3': optional: true '@rollup/rollup-freebsd-x64@4.34.8': optional: true + '@rollup/rollup-freebsd-x64@4.52.3': + optional: true + '@rollup/rollup-freebsd-x64@4.53.3': optional: true @@ -25213,6 +25275,9 @@ snapshots: '@rollup/rollup-linux-arm-gnueabihf@4.34.8': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.53.3': optional: true @@ -25222,6 +25287,9 @@ snapshots: '@rollup/rollup-linux-arm-musleabihf@4.34.8': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.52.3': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.53.3': optional: true @@ -25231,6 +25299,9 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-arm64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.53.3': optional: true @@ -25240,9 +25311,15 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.34.8': optional: true + '@rollup/rollup-linux-arm64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-arm64-musl@4.53.3': optional: true + '@rollup/rollup-linux-loong64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-loong64-gnu@4.53.3': optional: true @@ -25255,6 +25332,9 @@ snapshots: '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': optional: true + '@rollup/rollup-linux-ppc64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-ppc64-gnu@4.53.3': optional: true @@ -25264,9 +25344,15 @@ snapshots: '@rollup/rollup-linux-riscv64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.53.3': optional: true + '@rollup/rollup-linux-riscv64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.53.3': optional: true @@ -25276,6 +25362,9 @@ snapshots: '@rollup/rollup-linux-s390x-gnu@4.34.8': optional: true + '@rollup/rollup-linux-s390x-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.53.3': optional: true @@ -25285,6 +25374,9 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-x64-gnu@4.52.3': + optional: true + '@rollup/rollup-linux-x64-gnu@4.53.3': optional: true @@ -25294,9 +25386,15 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.34.8': optional: true + '@rollup/rollup-linux-x64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-x64-musl@4.53.3': optional: true + '@rollup/rollup-openharmony-arm64@4.52.3': + optional: true + '@rollup/rollup-openharmony-arm64@4.53.3': optional: true @@ -25306,6 +25404,9 @@ snapshots: '@rollup/rollup-win32-arm64-msvc@4.34.8': optional: true + '@rollup/rollup-win32-arm64-msvc@4.52.3': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.53.3': optional: true @@ -25315,9 +25416,15 @@ snapshots: '@rollup/rollup-win32-ia32-msvc@4.34.8': optional: true + '@rollup/rollup-win32-ia32-msvc@4.52.3': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.53.3': optional: true + '@rollup/rollup-win32-x64-gnu@4.52.3': + optional: true + '@rollup/rollup-win32-x64-gnu@4.53.3': optional: true @@ -25327,6 +25434,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.34.8': optional: true + '@rollup/rollup-win32-x64-msvc@4.52.3': + optional: true + '@rollup/rollup-win32-x64-msvc@4.53.3': optional: true @@ -25346,10 +25456,10 @@ snapshots: transitivePeerDependencies: - chokidar - '@schematics/angular@19.2.19(chokidar@4.0.1)': + '@schematics/angular@20.3.15(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.15(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.15(chokidar@4.0.1) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -25362,33 +25472,14 @@ snapshots: transitivePeerDependencies: - chokidar - '@sigstore/bundle@3.1.0': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/bundle@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@2.0.0': {} - '@sigstore/core@3.0.0': {} - '@sigstore/protobuf-specs@0.4.1': {} - '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@3.1.0': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - make-fetch-happen: 14.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/sign@4.0.1': dependencies: '@sigstore/bundle': 4.0.0 @@ -25400,13 +25491,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/tuf@3.1.1': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - tuf-js: 3.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/tuf@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 @@ -25414,12 +25498,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/verify@2.1.1': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/verify@3.0.0': dependencies: '@sigstore/bundle': 4.0.0 @@ -25428,8 +25506,6 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@sindresorhus/merge-streams@2.3.0': {} - '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -25458,10 +25534,10 @@ snapshots: '@standard-schema/spec@1.0.0': {} - '@storybook/addon-docs@10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/addon-docs@10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.0.0)(react@18.0.0) - '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/icons': 2.0.1(react-dom@18.0.0(react@18.0.0))(react@18.0.0) '@storybook/react-dom-shim': 10.1.9(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) react: 18.0.0 @@ -25482,32 +25558,32 @@ snapshots: optionalDependencies: react: 18.0.0 - '@storybook/addon-webpack5-compiler-swc@4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/addon-webpack5-compiler-swc@4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: '@swc/core': 1.15.3 storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) - swc-loader: 0.2.6(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + swc-loader: 0.2.6(@swc/core@1.15.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) transitivePeerDependencies: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) - '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.1 - css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + css-loader: 7.1.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) es-module-lexer: 1.5.4 - fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) - html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) + html-webpack-plugin: 5.6.3(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) magic-string: 0.30.19 storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) - style-loader: 4.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) - terser-webpack-plugin: 5.3.14(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + style-loader: 4.0.0(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) + terser-webpack-plugin: 5.3.14(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) ts-dedent: 2.2.0 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - webpack-dev-middleware: 6.1.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) + webpack-dev-middleware: 6.1.3(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: @@ -25526,15 +25602,15 @@ snapshots: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) ts-dedent: 2.2.0 - '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) unplugin: 2.3.11 optionalDependencies: esbuild: 0.26.0 rollup: 4.53.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) '@storybook/global@5.0.0': {} @@ -25546,17 +25622,17 @@ snapshots: '@storybook/preset-react-webpack@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) '@types/semver': 7.5.8 magic-string: 0.30.19 react: 18.0.0 react-docgen: 7.1.1 react-dom: 18.0.0(react@18.0.0) resolve: 1.22.11 - semver: 7.7.3 + semver: 7.7.4 storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) tsconfig-paths: 4.2.0 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -25566,7 +25642,7 @@ snapshots: - uglify-js - webpack-cli - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: debug: 4.4.3 endent: 2.1.0 @@ -25574,9 +25650,9 @@ snapshots: flat-cache: 3.2.0 micromatch: 4.0.8 react-docgen-typescript: 2.2.2(typescript@5.9.3) - tslib: 2.6.3 + tslib: 2.8.1 typescript: 5.9.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) transitivePeerDependencies: - supports-color @@ -25586,9 +25662,9 @@ snapshots: react-dom: 18.0.0(react@18.0.0) storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) - '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: - '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3) '@storybook/react': 10.1.9(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3) react: 18.0.0 @@ -25704,8 +25780,8 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: - '@babel/code-frame': 7.28.6 - '@babel/runtime': 7.28.4 + '@babel/code-frame': 7.29.0 + '@babel/runtime': 7.28.6 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -25760,11 +25836,6 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@3.0.1': - dependencies: - '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.5 - '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 @@ -25772,12 +25843,12 @@ snapshots: '@tybys/wasm-util@0.10.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@types/aria-query@5.0.4': {} @@ -25809,11 +25880,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/chai@5.2.3': dependencies: @@ -25822,27 +25893,27 @@ snapshots: '@types/cheerio@0.22.35': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/clean-css@4.2.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 source-map: 0.6.1 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.1 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/debug@4.1.12': dependencies: @@ -25890,25 +25961,18 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 - '@types/express@4.17.21': - dependencies: - '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 4.19.6 - '@types/qs': 6.9.17 - '@types/serve-static': 1.15.7 - '@types/express@4.17.25': dependencies: '@types/body-parser': 1.19.5 @@ -25930,16 +25994,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/hast@2.3.10': dependencies: @@ -25951,7 +26015,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/istanbul-lib-coverage@2.0.6': {} @@ -25963,10 +26027,10 @@ snapshots: dependencies: '@types/istanbul-lib-report': 3.0.3 - '@types/jasmine@2.8.24': {} - '@types/jasmine@5.1.4': {} + '@types/jasmine@6.0.0': {} + '@types/jest@29.5.14': dependencies: expect: 29.7.0 @@ -25978,7 +26042,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -25988,7 +26052,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/lodash@4.17.23': {} @@ -26010,12 +26074,12 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 form-data: 4.0.5 '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/node@18.19.130': dependencies: @@ -26037,6 +26101,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@24.1.0': + dependencies: + undici-types: 7.8.0 + '@types/normalize-package-data@2.4.4': {} '@types/normalize-path@3.0.2': {} @@ -26100,7 +26168,7 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/resolve@1.20.2': {} @@ -26115,7 +26183,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/serve-index@1.9.4': dependencies: @@ -26124,30 +26192,30 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/stack-utils@2.0.3': {} '@types/tar-fs@2.0.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tar-stream': 3.1.3 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie@4.0.5': {} @@ -26163,11 +26231,11 @@ snapshots: '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/ws@8.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs-parser@21.0.3': {} @@ -26177,7 +26245,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 optional: true '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.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)': @@ -26193,7 +26261,7 @@ snapshots: graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - semver: 7.7.3 + semver: 7.7.4 ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 @@ -26216,19 +26284,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/scope-manager': 8.52.0 - '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26306,15 +26374,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26339,12 +26407,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.52.0(typescript@5.5.4)': + '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 debug: 4.4.3 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26381,9 +26449,9 @@ snapshots: dependencies: typescript: 4.9.5 - '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.5.4)': + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.8.3)': dependencies: - typescript: 5.5.4 + typescript: 5.8.3 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': dependencies: @@ -26413,15 +26481,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26455,7 +26523,7 @@ snapshots: glob: 7.2.3 is-glob: 4.0.3 lodash: 4.17.23 - semver: 7.7.3 + semver: 7.7.4 tsutils: 3.21.0(typescript@3.9.10) optionalDependencies: typescript: 3.9.10 @@ -26469,7 +26537,7 @@ snapshots: debug: 4.4.3 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.7.3 + semver: 7.7.4 tsutils: 3.21.0(typescript@4.9.5) optionalDependencies: typescript: 4.9.5 @@ -26483,7 +26551,7 @@ snapshots: debug: 4.4.3 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.7.3 + semver: 7.7.4 tsutils: 3.21.0(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 @@ -26498,7 +26566,7 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.7.3 + semver: 7.7.4 ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 @@ -26513,7 +26581,7 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.3 + semver: 7.7.4 ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 @@ -26528,25 +26596,25 @@ snapshots: '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.5 - semver: 7.7.3 + semver: 7.7.4 tinyglobby: 0.2.15 ts-api-utils: 2.4.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.52.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/project-service': 8.52.0(typescript@5.5.4) - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/project-service': 8.52.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.5 - semver: 7.7.3 + semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26558,7 +26626,7 @@ snapshots: '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.5 - semver: 7.7.3 + semver: 7.7.4 tinyglobby: 0.2.15 ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 @@ -26575,7 +26643,7 @@ snapshots: '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-scope: 5.1.1 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - supports-color - typescript @@ -26589,7 +26657,7 @@ snapshots: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - supports-color - typescript @@ -26616,14 +26684,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26662,32 +26730,37 @@ snapshots: '@typescript-eslint/types': 8.52.0 eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + dependencies: + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + optional: true + + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': dependencies: - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.6 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.6) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.6) '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) vue: 3.5.13(typescript@5.8.3) '@vitest/expect@3.2.4': @@ -26698,13 +26771,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.19 optionalDependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) '@vitest/pretty-format@3.2.4': dependencies: @@ -27101,7 +27174,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: js-yaml: 3.14.2 - tslib: 2.6.3 + tslib: 2.8.1 '@zkochan/js-yaml@0.0.7': dependencies: @@ -27118,8 +27191,6 @@ snapshots: abbrev@2.0.0: {} - abbrev@3.0.1: {} - abbrev@4.0.0: {} abort-controller@3.0.0: @@ -27258,6 +27329,23 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + algoliasearch@5.35.0: + dependencies: + '@algolia/abtesting': 1.1.0 + '@algolia/client-abtesting': 5.35.0 + '@algolia/client-analytics': 5.35.0 + '@algolia/client-common': 5.35.0 + '@algolia/client-insights': 5.35.0 + '@algolia/client-personalization': 5.35.0 + '@algolia/client-query-suggestions': 5.35.0 + '@algolia/client-search': 5.35.0 + '@algolia/ingestion': 1.35.0 + '@algolia/monitoring': 1.35.0 + '@algolia/recommend': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + algoliasearch@5.40.1: dependencies: '@algolia/abtesting': 1.6.1 @@ -27628,7 +27716,7 @@ snapshots: ast-types@0.13.4: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 ast-types@0.14.2: dependencies: @@ -27636,7 +27724,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 astral-regex@2.0.0: {} @@ -27667,16 +27755,6 @@ snapshots: atob@2.1.2: {} - autoprefixer@10.4.20(postcss@8.5.2): - dependencies: - browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.5.2 - postcss-value-parser: 4.2.0 - autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 @@ -27807,19 +27885,18 @@ snapshots: transitivePeerDependencies: - supports-color + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): + dependencies: + '@babel/core': 7.28.3 + find-up: 5.0.0 + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + babel-loader@10.0.0(@babel/core@7.28.4)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@babel/core': 7.28.4 find-up: 5.0.0 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@babel/core': 7.26.10 - find-cache-dir: 4.0.0 - schema-utils: 4.3.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - babel-messages@6.23.0: dependencies: babel-runtime: 6.26.0 @@ -27861,7 +27938,7 @@ snapshots: babel-plugin-macros@2.8.0: dependencies: - '@babel/runtime': 7.28.4 + '@babel/runtime': 7.28.6 cosmiconfig: 6.0.0 resolve: 1.22.11 @@ -27880,11 +27957,11 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.26.10): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.3): dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -27907,10 +27984,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.10): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 transitivePeerDependencies: - supports-color @@ -27946,10 +28023,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.26.10): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -28171,6 +28248,7 @@ snapshots: picocolors: 1.1.1 postcss: 8.5.6 postcss-media-query-parser: 0.2.3 + optional: true beasties@0.3.5: dependencies: @@ -28453,21 +28531,6 @@ snapshots: bytestreamjs@2.0.1: {} - cacache@19.0.1: - dependencies: - '@npmcli/fs': 4.0.0 - fs-minipass: 3.0.3 - glob: 10.5.0 - lru-cache: 10.4.3 - minipass: 7.1.2 - minipass-collect: 2.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 7.0.3 - ssri: 12.0.0 - tar: 7.5.2 - unique-filename: 4.0.0 - cacache@20.0.3: dependencies: '@npmcli/fs': 5.0.0 @@ -28543,7 +28606,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.8.1 camelcase-keys@7.0.2: dependencies: @@ -28564,7 +28627,7 @@ snapshots: canvg@3.0.11: dependencies: - '@babel/runtime': 7.28.4 + '@babel/runtime': 7.28.6 '@types/raf': 3.4.3 core-js: 3.39.0 raf: 3.4.1 @@ -28878,10 +28941,10 @@ snapshots: code-point-at@1.1.0: {} - codelyzer@6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)): + codelyzer@6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)): dependencies: - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -28893,7 +28956,7 @@ snapshots: source-map: 0.5.7 sprintf-js: 1.1.3 tslib: 1.14.1 - tslint: 6.1.3(typescript@5.5.4) + tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 codelyzer@6.0.2(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): @@ -28996,6 +29059,8 @@ snapshots: commander@13.1.0: {} + commander@14.0.3: {} + commander@2.11.0: {} commander@2.16.0: {} @@ -29034,18 +29099,6 @@ snapshots: dependencies: mime-db: 1.54.0 - compression@1.7.5: - dependencies: - bytes: 3.1.2 - compressible: 2.0.18 - debug: 2.6.9 - negotiator: 0.6.4 - on-headers: 1.0.2 - safe-buffer: 5.2.1 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - compression@1.8.1: dependencies: bytes: 3.1.2 @@ -29131,24 +29184,23 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: - fast-glob: 3.3.3 glob-parent: 6.0.2 - globby: 14.1.0 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + tinyglobby: 0.2.15 + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + copy-webpack-plugin@13.0.1(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 tinyglobby: 0.2.15 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) core-js-compat@3.45.1: dependencies: @@ -29213,15 +29265,6 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.0(typescript@5.5.4): - dependencies: - env-paths: 2.2.1 - import-fresh: 3.3.1 - js-yaml: 4.1.0 - parse-json: 5.2.0 - optionalDependencies: - typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 @@ -29299,29 +29342,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29346,13 +29373,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29361,13 +29388,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29375,7 +29402,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true create-require@1.1.1: {} @@ -29432,7 +29458,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) css-loader@6.10.0(webpack@5.104.1): dependencies: @@ -29456,11 +29482,11 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 - semver: 7.7.3 + semver: 7.7.4 optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + css-loader@7.1.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29469,11 +29495,11 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 - semver: 7.7.3 + semver: 7.7.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) - css-loader@7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + css-loader@7.1.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29482,9 +29508,9 @@ snapshots: postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 - semver: 7.7.3 + semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) css-select@4.3.0: dependencies: @@ -29501,6 +29527,7 @@ snapshots: domhandler: 5.0.3 domutils: 3.2.2 nth-check: 2.1.1 + optional: true css-select@6.0.0: dependencies: @@ -30058,7 +30085,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 dot@1.1.3: {} @@ -30119,7 +30146,7 @@ snapshots: '@one-ini/wasm': 0.1.1 commander: 10.0.1 minimatch: 9.0.1 - semver: 7.7.3 + semver: 7.7.4 ee-first@1.1.1: {} @@ -30184,7 +30211,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.12.8 + '@types/node': 24.1.0 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -30594,7 +30621,7 @@ snapshots: esbuild-sunos-64@0.14.54: optional: true - esbuild-wasm@0.25.4: {} + esbuild-wasm@0.25.9: {} esbuild-wasm@0.26.0: {} @@ -30712,6 +30739,36 @@ snapshots: '@esbuild/win32-arm64': 0.25.4 '@esbuild/win32-ia32': 0.25.4 '@esbuild/win32-x64': 0.25.4 + optional: true + + esbuild@0.25.9: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 esbuild@0.26.0: optionalDependencies: @@ -30763,7 +30820,7 @@ snapshots: eslint-compat-utils@0.5.1(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) - semver: 7.7.3 + semver: 7.7.4 eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)): dependencies: @@ -30801,28 +30858,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(4favskg7c6uhgkqsp35iqbuplm): + eslint-config-devextreme@0.2.0(3xms7orqommrlrwsknoqxfp64m): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(25phdv4sxlu3uhzphy5grhpldy): + eslint-config-devextreme@1.1.9(6g7frvhnjzdtvxjkdtza3bww3y): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30830,18 +30887,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 15.11.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(3l44khfxars5oaoo2ksyjkoa4a): + eslint-config-devextreme@1.1.9(7bgncqdqrzvv4ytf46hjbn5coq): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30849,18 +30906,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.2(jiti@2.6.1))) stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(7fkfr3xve5midkqv6g5rxdzzk4): + eslint-config-devextreme@1.1.9(bitqzzqqsw43uf73pqv73wgeui): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30868,18 +30925,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(b7idwjwdgm6h2lc5472mrbqunm): + eslint-config-devextreme@1.1.9(fni63whxfljhgptjnzuezvnhnu): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30887,7 +30944,7 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.2(jiti@2.6.1))) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) @@ -30910,33 +30967,14 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(ln376di5ewvicttjlsrm7scmam): - dependencies: - '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) - eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-react: 7.37.5(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-rulesdir: 0.2.2 - eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 15.11.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - - eslint-config-devextreme@1.1.9(yh5q5cu7mz6qa6tqcjidnhbvuy): + eslint-config-devextreme@1.1.9(letdx6silmjainlcuokrs4nkbe): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30948,14 +30986,14 @@ snapshots: stylelint: 16.22.0(typescript@5.9.3) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(zre65pna2rodsxxw2y3psxlfhi): + eslint-config-devextreme@1.1.9(ucyfgsqiaef2dr4ie5i7nqr324): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30963,9 +31001,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) eslint-import-resolver-node@0.3.9: dependencies: @@ -30985,11 +31023,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -31053,7 +31091,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -31064,7 +31102,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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.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 @@ -31076,7 +31114,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -31126,57 +31164,46 @@ snapshots: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - transitivePeerDependencies: - - supports-color - - typescript - - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): - dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - eslint: 9.39.2(jiti@2.6.1) - optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(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.52.0(@typescript-eslint/parser@8.52.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: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(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.52.0(@typescript-eslint/parser@8.52.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: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript @@ -31346,7 +31373,7 @@ snapshots: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) eslint: 9.39.2(jiti@2.6.1) @@ -31358,7 +31385,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: @@ -31442,7 +31469,7 @@ snapshots: optionator: 0.9.4 progress: 2.0.3 regexpp: 3.2.0 - semver: 7.7.3 + semver: 7.7.4 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 table: 6.9.0 @@ -32039,10 +32066,10 @@ snapshots: make-dir: 3.1.0 pkg-dir: 4.2.0 - find-cache-dir@4.0.0: + find-cache-directory@6.0.0: dependencies: common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 + pkg-dir: 8.0.0 find-up-simple@1.0.1: {} @@ -32065,11 +32092,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@6.3.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - findup-sync@2.0.0: dependencies: detect-file: 1.0.0 @@ -32161,9 +32183,9 @@ snapshots: fork-stream@0.0.4: {} - fork-ts-checker-webpack-plugin@9.1.0(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + fork-ts-checker-webpack-plugin@9.1.0(typescript@5.9.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 chalk: 4.1.2 chokidar: 4.0.1 cosmiconfig: 8.3.6(typescript@5.9.3) @@ -32173,10 +32195,10 @@ snapshots: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.7.3 + semver: 7.7.4 tapable: 2.3.0 typescript: 5.9.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) form-data-encoder@1.7.2: {} @@ -32450,9 +32472,9 @@ snapshots: normalize-path: 3.0.0 streamx: 2.22.0 - glob-to-regex.js@1.2.0(tslib@2.6.3): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -32586,15 +32608,6 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 - globby@14.1.0: - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.3 - ignore: 7.0.5 - path-type: 6.0.0 - slash: 5.1.0 - unicorn-magic: 0.3.0 - globby@5.0.0: dependencies: array-union: 1.0.2 @@ -33174,10 +33187,6 @@ snapshots: dependencies: lru-cache: 10.4.3 - hosted-git-info@8.1.0: - dependencies: - lru-cache: 10.4.3 - hosted-git-info@9.0.2: dependencies: lru-cache: 11.2.4 @@ -33255,7 +33264,7 @@ snapshots: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) optional: true - html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + html-webpack-plugin@5.6.3(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33263,9 +33272,10 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) + optional: true - html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)): + html-webpack-plugin@5.6.3(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33273,10 +33283,9 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3) - optional: true + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) - html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33284,7 +33293,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3) optional: true html2canvas@1.4.1: @@ -33368,18 +33377,6 @@ snapshots: transitivePeerDependencies: - supports-color - http-proxy-middleware@2.0.9(@types/express@4.17.21): - dependencies: - '@types/http-proxy': 1.17.15 - http-proxy: 1.18.1(debug@4.4.3) - is-glob: 4.0.3 - is-plain-obj: 3.0.0 - micromatch: 4.0.8 - optionalDependencies: - '@types/express': 4.17.21 - transitivePeerDependencies: - - debug - http-proxy-middleware@2.0.9(@types/express@4.17.25): dependencies: '@types/http-proxy': 1.17.15 @@ -33507,10 +33504,6 @@ snapshots: ieee754@1.2.1: {} - ignore-walk@7.0.0: - dependencies: - minimatch: 9.0.5 - ignore-walk@8.0.0: dependencies: minimatch: 10.1.1 @@ -33598,7 +33591,7 @@ snapshots: injection-js@2.4.0: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 inline-source-map@0.6.3: dependencies: @@ -33988,6 +33981,8 @@ snapshots: is-unicode-supported@0.1.0: {} + is-unicode-supported@1.3.0: {} + is-unicode-supported@2.1.0: {} is-url-superb@4.0.0: {} @@ -34065,7 +34060,7 @@ snapshots: '@babel/parser': 7.28.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - supports-color @@ -34147,7 +34142,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -34209,38 +34204,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - exit: 0.1.2 - import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34274,16 +34247,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34295,16 +34268,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34315,7 +34288,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jest-config@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: @@ -34379,7 +34351,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34405,13 +34377,13 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34436,14 +34408,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 20.12.8 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34468,13 +34439,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34499,14 +34470,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34531,13 +34502,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34562,75 +34533,11 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.14.5 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.14.5 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - optional: true jest-diff@29.7.0: dependencies: @@ -34681,7 +34588,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.12.8 + '@types/node': 24.1.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -34707,7 +34614,7 @@ snapshots: jest-message-util@29.7.0: dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -34720,7 +34627,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -34755,7 +34662,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -34783,7 +34690,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -34822,14 +34729,14 @@ snapshots: jest-util: 29.7.0 natural-compare: 1.4.0 pretty-format: 29.7.0 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - supports-color jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -34848,7 +34755,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -34857,13 +34764,13 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -34896,27 +34803,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/types': 29.6.3 - import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34940,12 +34832,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34954,12 +34846,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34967,7 +34859,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jiti@1.21.6: {} @@ -35059,8 +34950,6 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@4.0.0: {} - json-parse-even-better-errors@5.0.0: {} json-schema-traverse@0.4.1: {} @@ -35181,7 +35070,7 @@ snapshots: dependencies: glob: 7.2.3 minimatch: 9.0.5 - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) webpack-merge: 4.2.2 karma@6.4.4: @@ -35291,11 +35180,11 @@ snapshots: lead@4.0.0: {} - less-loader@12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + less-loader@12.3.0(less@4.4.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: - less: 4.2.2 + less: 4.4.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) less-loader@12.3.0(less@4.4.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -35303,11 +35192,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - less@4.2.2: + less@4.4.0: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35321,7 +35210,7 @@ snapshots: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35344,11 +35233,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - license-webpack-plugin@4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + license-webpack-plugin@4.0.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: webpack-sources: 3.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) lie@3.3.0: dependencies: @@ -35461,6 +35350,16 @@ snapshots: log-update: 6.1.0 rfdc: 1.4.1 wrap-ansi: 9.0.0 + optional: true + + listr2@9.0.1: + dependencies: + cli-truncate: 4.0.0 + colorette: 2.0.20 + eventemitter3: 5.0.1 + log-update: 6.1.0 + rfdc: 1.4.1 + wrap-ansi: 9.0.0 listr2@9.0.5: dependencies: @@ -35502,6 +35401,23 @@ snapshots: '@lmdb/lmdb-win32-x64': 3.2.6 optional: true + lmdb@3.4.2: + dependencies: + msgpackr: 1.11.2 + node-addon-api: 6.1.0 + node-gyp-build-optional-packages: 5.2.2 + ordered-binary: 1.5.3 + weak-lru-cache: 1.2.2 + optionalDependencies: + '@lmdb/lmdb-darwin-arm64': 3.4.2 + '@lmdb/lmdb-darwin-x64': 3.4.2 + '@lmdb/lmdb-linux-arm': 3.4.2 + '@lmdb/lmdb-linux-arm64': 3.4.2 + '@lmdb/lmdb-linux-x64': 3.4.2 + '@lmdb/lmdb-win32-arm64': 3.4.2 + '@lmdb/lmdb-win32-x64': 3.4.2 + optional: true + lmdb@3.4.3: dependencies: msgpackr: 1.11.2 @@ -35556,10 +35472,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash._reinterpolate@3.0.0: {} lodash.clone@4.5.0: {} @@ -35620,6 +35532,11 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 + log-symbols@6.0.0: + dependencies: + chalk: 5.6.2 + is-unicode-supported: 1.3.0 + log-symbols@7.0.1: dependencies: is-unicode-supported: 2.1.0 @@ -35695,7 +35612,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 lru-cache@10.4.3: {} @@ -35742,6 +35659,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + make-dir@2.1.0: dependencies: pify: 4.0.1 @@ -35754,26 +35675,10 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.7.3 + semver: 7.7.4 make-error@1.3.6: {} - make-fetch-happen@14.0.3: - dependencies: - '@npmcli/agent': 3.0.0 - cacache: 19.0.1 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 1.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - ssri: 12.0.0 - transitivePeerDependencies: - - supports-color - make-fetch-happen@15.0.3: dependencies: '@npmcli/agent': 4.0.0 @@ -35907,12 +35812,12 @@ snapshots: memfs@4.51.1: dependencies: - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 memory-fs@0.5.0: dependencies: @@ -36162,17 +36067,17 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + mini-css-extract-plugin@2.9.4(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) minimalistic-assert@1.0.1: {} @@ -36218,14 +36123,6 @@ snapshots: dependencies: minipass: 7.1.2 - minipass-fetch@4.0.1: - dependencies: - minipass: 7.1.2 - minipass-sized: 1.0.3 - minizlib: 3.1.0 - optionalDependencies: - encoding: 0.1.13 - minipass-fetch@5.0.0: dependencies: minipass: 7.1.2 @@ -36365,8 +36262,6 @@ snapshots: mute-stdout@1.0.1: {} - mute-stream@1.0.0: {} - mute-stream@2.0.0: {} mylas@2.1.13: {} @@ -36432,9 +36327,9 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4): + ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 @@ -36455,65 +36350,67 @@ snapshots: postcss: 8.5.6 rxjs: 7.8.2 sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.5.4 + tslib: 2.8.1 + typescript: 4.9.5 optionalDependencies: rollup: 4.53.3 - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 + ora: 8.2.0 + piscina: 5.1.3 postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.6.3 typescript: 5.8.3 optionalDependencies: rollup: 4.53.3 optional: true - ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 + ora: 8.2.0 + piscina: 5.1.3 postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 4.9.5 + typescript: 5.8.3 optionalDependencies: rollup: 4.53.3 @@ -36530,7 +36427,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.8.1 node-abort-controller@3.1.1: {} @@ -36557,21 +36454,6 @@ snapshots: detect-libc: 2.0.3 optional: true - node-gyp@11.2.0: - dependencies: - env-paths: 2.2.1 - exponential-backoff: 3.1.1 - graceful-fs: 4.2.11 - make-fetch-happen: 14.0.3 - nopt: 8.1.0 - proc-log: 5.0.0 - semver: 7.7.3 - tar: 7.5.2 - tinyglobby: 0.2.15 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - node-gyp@12.1.0: dependencies: env-paths: 2.2.1 @@ -36580,7 +36462,7 @@ snapshots: make-fetch-happen: 15.0.3 nopt: 9.0.0 proc-log: 6.1.0 - semver: 7.7.3 + semver: 7.7.4 tar: 7.5.2 tinyglobby: 0.2.15 which: 6.0.0 @@ -36595,7 +36477,7 @@ snapshots: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 7.7.3 + semver: 7.7.4 shellwords: 0.1.1 uuid: 8.3.2 which: 2.0.2 @@ -36634,10 +36516,6 @@ snapshots: dependencies: abbrev: 2.0.0 - nopt@8.1.0: - dependencies: - abbrev: 3.0.1 - nopt@9.0.0: dependencies: abbrev: 4.0.0 @@ -36653,7 +36531,7 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.16.1 - semver: 7.7.3 + semver: 7.7.4 validate-npm-package-license: 3.0.4 normalize-path@2.1.1: @@ -36676,13 +36554,13 @@ snapshots: dependencies: npm-normalize-package-bin: 4.0.0 - npm-install-checks@7.1.1: + npm-bundled@5.0.0: dependencies: - semver: 7.7.3 + npm-normalize-package-bin: 5.0.0 npm-install-checks@8.0.0: dependencies: - semver: 7.7.3 + semver: 7.7.4 npm-normalize-package-bin@4.0.0: {} @@ -36692,21 +36570,21 @@ snapshots: dependencies: hosted-git-info: 7.0.2 proc-log: 3.0.0 - semver: 7.7.3 + semver: 7.7.4 validate-npm-package-name: 5.0.1 - npm-package-arg@12.0.2: + npm-package-arg@13.0.0: dependencies: - hosted-git-info: 8.1.0 + hosted-git-info: 9.0.2 proc-log: 5.0.0 - semver: 7.7.3 + semver: 7.7.4 validate-npm-package-name: 6.0.0 npm-package-arg@13.0.1: dependencies: hosted-git-info: 9.0.2 proc-log: 5.0.0 - semver: 7.7.3 + semver: 7.7.4 validate-npm-package-name: 6.0.0 npm-packlist@10.0.3: @@ -36714,36 +36592,12 @@ snapshots: ignore-walk: 8.0.0 proc-log: 6.1.0 - npm-packlist@9.0.0: - dependencies: - ignore-walk: 7.0.0 - - npm-pick-manifest@10.0.0: - dependencies: - npm-install-checks: 7.1.1 - npm-normalize-package-bin: 4.0.0 - npm-package-arg: 12.0.2 - semver: 7.7.3 - npm-pick-manifest@11.0.3: dependencies: npm-install-checks: 8.0.0 npm-normalize-package-bin: 5.0.0 npm-package-arg: 13.0.1 - semver: 7.7.3 - - npm-registry-fetch@18.0.2: - dependencies: - '@npmcli/redact': 3.2.0 - jsonparse: 1.3.1 - make-fetch-happen: 14.0.3 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minizlib: 3.1.0 - npm-package-arg: 12.0.2 - proc-log: 5.0.0 - transitivePeerDependencies: - - supports-color + semver: 7.7.4 npm-registry-fetch@19.1.1: dependencies: @@ -36838,7 +36692,7 @@ snapshots: tar-stream: 2.2.0 tmp: 0.2.5 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: @@ -36978,8 +36832,6 @@ snapshots: dependencies: ee-first: 1.1.1 - on-headers@1.0.2: {} - on-headers@1.1.0: {} once@1.4.0: @@ -37006,13 +36858,6 @@ snapshots: dependencies: mimic-function: 5.0.1 - open@10.1.0: - dependencies: - default-browser: 5.2.1 - define-lazy-prop: 3.0.0 - is-inside-container: 1.0.0 - is-wsl: 3.1.0 - open@10.2.0: dependencies: default-browser: 5.2.1 @@ -37095,6 +36940,18 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@8.2.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 2.9.2 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 6.0.0 + stdin-discarder: 0.2.2 + string-width: 7.2.0 + strip-ansi: 7.1.2 + ora@9.0.0: dependencies: chalk: 5.6.2 @@ -37143,10 +37000,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@3.0.0: dependencies: p-limit: 2.3.0 @@ -37159,10 +37012,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map@1.2.0: {} p-map@3.0.0: @@ -37199,34 +37048,34 @@ snapshots: package-json-from-dist@1.0.1: {} - pacote@20.0.0: + pacote@21.0.3: dependencies: - '@npmcli/git': 6.0.3 + '@npmcli/git': 7.0.1 '@npmcli/installed-package-contents': 3.0.0 - '@npmcli/package-json': 6.1.1 + '@npmcli/package-json': 7.0.4 '@npmcli/promise-spawn': 8.0.2 - '@npmcli/run-script': 9.1.0 - cacache: 19.0.1 + '@npmcli/run-script': 10.0.3 + cacache: 20.0.3 fs-minipass: 3.0.3 minipass: 7.1.2 - npm-package-arg: 12.0.2 - npm-packlist: 9.0.0 - npm-pick-manifest: 10.0.0 - npm-registry-fetch: 18.0.2 + npm-package-arg: 13.0.1 + npm-packlist: 10.0.3 + npm-pick-manifest: 11.0.3 + npm-registry-fetch: 19.1.1 proc-log: 5.0.0 promise-retry: 2.0.1 - sigstore: 3.1.0 + sigstore: 4.0.0 ssri: 12.0.0 - tar: 6.2.1 + tar: 7.5.2 transitivePeerDependencies: - supports-color - pacote@21.0.3: + pacote@21.0.4: dependencies: '@npmcli/git': 7.0.1 - '@npmcli/installed-package-contents': 3.0.0 + '@npmcli/installed-package-contents': 4.0.0 '@npmcli/package-json': 7.0.4 - '@npmcli/promise-spawn': 8.0.2 + '@npmcli/promise-spawn': 9.0.1 '@npmcli/run-script': 10.0.3 cacache: 20.0.3 fs-minipass: 3.0.3 @@ -37235,10 +37084,10 @@ snapshots: npm-packlist: 10.0.3 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 - proc-log: 5.0.0 + proc-log: 6.1.0 promise-retry: 2.0.1 sigstore: 4.0.0 - ssri: 12.0.0 + ssri: 13.0.0 tar: 7.5.2 transitivePeerDependencies: - supports-color @@ -37250,7 +37099,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 parcel@2.16.3: dependencies: @@ -37315,7 +37164,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -37329,6 +37178,7 @@ snapshots: entities: 4.5.0 parse5: 7.2.1 parse5-sax-parser: 7.0.0 + optional: true parse5-html-rewriting-stream@8.0.0: dependencies: @@ -37343,6 +37193,7 @@ snapshots: parse5-sax-parser@7.0.0: dependencies: parse5: 7.2.1 + optional: true parse5-sax-parser@8.0.0: dependencies: @@ -37367,7 +37218,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 pascalcase@0.1.1: {} @@ -37383,8 +37234,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-is-inside@1.0.2: {} @@ -37427,8 +37276,6 @@ snapshots: path-type@4.0.0: {} - path-type@6.0.0: {} - pathval@1.1.1: {} pathval@2.0.1: {} @@ -37454,7 +37301,8 @@ snapshots: picomatch@2.3.1: {} - picomatch@4.0.2: {} + picomatch@4.0.2: + optional: true picomatch@4.0.3: {} @@ -37497,9 +37345,9 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-dir@7.0.0: + pkg-dir@8.0.0: dependencies: - find-up: 6.3.0 + find-up-simple: 1.0.1 pkg-up@3.1.0: dependencies: @@ -37563,28 +37411,17 @@ snapshots: dependencies: htmlparser2: 8.0.2 js-tokens: 9.0.1 - postcss: 8.5.6 - postcss-safe-parser: 6.0.0(postcss@8.5.6) - - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - cosmiconfig: 9.0.0(typescript@5.5.4) - jiti: 1.21.6 - postcss: 8.5.2 - semver: 7.7.3 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - transitivePeerDependencies: - - typescript + postcss: 8.4.38 + postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.6 - postcss: 8.5.2 - semver: 7.7.3 + postcss: 8.5.6 + semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - typescript @@ -37593,7 +37430,7 @@ snapshots: cosmiconfig: 9.0.0(typescript@5.9.3) jiti: 2.6.1 postcss: 8.5.6 - semver: 7.7.3 + semver: 7.7.4 optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) transitivePeerDependencies: @@ -37628,10 +37465,6 @@ snapshots: dependencies: postcss: 8.4.38 - postcss-safe-parser@6.0.0(postcss@8.5.6): - dependencies: - postcss: 8.5.6 - postcss-safe-parser@7.0.1(postcss@8.5.6): dependencies: postcss: 8.5.6 @@ -37670,12 +37503,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.2: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -37866,11 +37693,11 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.6.1(typescript@5.5.4): + puppeteer@23.6.1(typescript@5.8.3): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 typed-query-selector: 2.12.0 @@ -38237,10 +38064,6 @@ snapshots: es-set-tostringtag: 2.1.0 globalthis: 1.0.4 - regenerate-unicode-properties@10.2.0: - dependencies: - regenerate: 1.4.2 - regenerate-unicode-properties@10.2.2: dependencies: regenerate: 1.4.2 @@ -38285,15 +38108,6 @@ snapshots: regexpp@3.2.0: {} - regexpu-core@6.2.0: - dependencies: - regenerate: 1.4.2 - regenerate-unicode-properties: 10.2.0 - regjsgen: 0.8.0 - regjsparser: 0.12.0 - unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.2.0 - regexpu-core@6.4.0: dependencies: regenerate: 1.4.2 @@ -38587,6 +38401,14 @@ snapshots: '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.47 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.47 + rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.8.3): + dependencies: + magic-string: 0.30.21 + rollup: 4.53.3 + typescript: 5.8.3 + optionalDependencies: + '@babel/code-frame': 7.29.0 + rollup@4.22.4: dependencies: '@types/estree': 1.0.5 @@ -38633,6 +38455,35 @@ snapshots: '@rollup/rollup-win32-ia32-msvc': 4.34.8 '@rollup/rollup-win32-x64-msvc': 4.34.8 fsevents: 2.3.3 + optional: true + + rollup@4.52.3: + dependencies: + '@types/estree': 1.0.8 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.52.3 + '@rollup/rollup-android-arm64': 4.52.3 + '@rollup/rollup-darwin-arm64': 4.52.3 + '@rollup/rollup-darwin-x64': 4.52.3 + '@rollup/rollup-freebsd-arm64': 4.52.3 + '@rollup/rollup-freebsd-x64': 4.52.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.52.3 + '@rollup/rollup-linux-arm-musleabihf': 4.52.3 + '@rollup/rollup-linux-arm64-gnu': 4.52.3 + '@rollup/rollup-linux-arm64-musl': 4.52.3 + '@rollup/rollup-linux-loong64-gnu': 4.52.3 + '@rollup/rollup-linux-ppc64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-musl': 4.52.3 + '@rollup/rollup-linux-s390x-gnu': 4.52.3 + '@rollup/rollup-linux-x64-gnu': 4.52.3 + '@rollup/rollup-linux-x64-musl': 4.52.3 + '@rollup/rollup-openharmony-arm64': 4.52.3 + '@rollup/rollup-win32-arm64-msvc': 4.52.3 + '@rollup/rollup-win32-ia32-msvc': 4.52.3 + '@rollup/rollup-win32-x64-gnu': 4.52.3 + '@rollup/rollup-win32-x64-msvc': 4.52.3 + fsevents: 2.3.3 rollup@4.53.3: dependencies: @@ -38705,7 +38556,7 @@ snapshots: rxjs@7.8.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 sade@1.8.1: dependencies: @@ -38930,13 +38781,13 @@ snapshots: sass-embedded-win32-x64: 1.97.1 optional: true - sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.93.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -38957,6 +38808,15 @@ snapshots: source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.5.0 + optional: true + + sass@1.90.0: + dependencies: + chokidar: 4.0.1 + immutable: 5.1.4 + source-map-js: 1.2.1 + optionalDependencies: + '@parcel/watcher': 2.5.0 sass@1.93.2: dependencies: @@ -39283,17 +39143,6 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@3.1.0: - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/sign': 3.1.0 - '@sigstore/tuf': 3.1.1 - '@sigstore/verify': 2.1.1 - transitivePeerDependencies: - - supports-color - sigstore@4.0.0: dependencies: '@sigstore/bundle': 4.0.0 @@ -39326,8 +39175,6 @@ snapshots: slash@3.0.0: {} - slash@5.1.0: {} - slice-ansi@4.0.0: dependencies: ansi-styles: 4.3.0 @@ -39422,11 +39269,11 @@ snapshots: source-map-js: 1.2.1 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - source-map-loader@5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + source-map-loader@5.0.0(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) source-map-resolve@0.5.3: dependencies: @@ -39676,7 +39523,7 @@ snapshots: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) string-width@1.0.2: dependencies: @@ -39838,15 +39685,15 @@ snapshots: style-loader@3.3.4(webpack@5.104.1(@swc/core@1.15.3)): dependencies: - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) style-loader@3.3.4(webpack@5.104.1): dependencies: webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) - style-loader@4.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + style-loader@4.0.0(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) style-search@0.1.0: {} @@ -39900,9 +39747,9 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) + stylelint: 16.22.0(typescript@5.8.3) stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -39931,10 +39778,10 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@4.9.5)) - stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.5.4)) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.8.3)) stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -40097,7 +39944,7 @@ snapshots: - supports-color - typescript - stylelint@16.22.0(typescript@5.5.4): + stylelint@16.22.0(typescript@5.8.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) '@csstools/css-tokenizer': 3.0.4 @@ -40106,7 +39953,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) css-functions-list: 3.2.3 css-tree: 3.1.0 debug: 4.4.3 @@ -40228,13 +40075,11 @@ snapshots: svg-tags@1.0.0: {} - swc-loader@0.2.6(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + swc-loader@0.2.6(@swc/core@1.15.3)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@swc/core': 1.15.3 '@swc/counter': 0.1.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - - symbol-observable@4.0.0: {} + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) symbol-tree@3.2.4: {} @@ -40364,58 +40209,47 @@ snapshots: jest-worker: 27.5.1 schema-utils: 4.3.3 serialize-javascript: 6.0.2 - terser: 5.44.1 + terser: 5.46.0 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) optionalDependencies: '@swc/core': 1.15.3 esbuild: 0.25.0 - terser-webpack-plugin@5.3.14(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@jridgewell/trace-mapping': 0.3.31 - jest-worker: 27.5.1 - schema-utils: 4.3.3 - serialize-javascript: 6.0.2 - terser: 5.44.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - optionalDependencies: - '@swc/core': 1.15.3 - esbuild: 0.25.4 - - terser-webpack-plugin@5.3.14(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + terser-webpack-plugin@5.3.14(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 serialize-javascript: 6.0.2 - terser: 5.44.1 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + terser: 5.46.0 + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) optionalDependencies: '@swc/core': 1.15.3 esbuild: 0.26.0 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): 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.3)(esbuild@0.26.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: '@swc/core': 1.15.3 - esbuild: 0.26.0 + esbuild: 0.25.9 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.104.1(@swc/core@1.15.3)): + terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)): 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.104.1(@swc/core@1.15.3) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) optionalDependencies: '@swc/core': 1.15.3 + esbuild: 0.26.0 terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.104.1): dependencies: @@ -40447,7 +40281,7 @@ snapshots: schema-utils: 3.3.0 serialize-javascript: 6.0.2 terser: 5.39.0 - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: '@swc/core': 1.15.3 @@ -40467,26 +40301,26 @@ snapshots: terser@5.36.0: dependencies: - '@jridgewell/source-map': 0.3.6 + '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 terser@5.39.0: dependencies: - '@jridgewell/source-map': 0.3.6 + '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.44.0: + terser@5.43.1: dependencies: - '@jridgewell/source-map': 0.3.6 + '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.44.1: + terser@5.44.0: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.15.0 @@ -40849,9 +40683,9 @@ snapshots: textextensions@3.3.0: {} - thingies@2.5.0(tslib@2.6.3): + thingies@2.5.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 through2-filter@3.0.0: dependencies: @@ -40907,6 +40741,11 @@ snapshots: tiny-invariant@1.3.3: {} + tinyglobby@0.2.14: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) @@ -40997,9 +40836,9 @@ snapshots: semver: 5.7.2 source-map-support: 0.2.10 - tree-dump@1.1.0(tslib@2.6.3): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 tree-kill@1.2.2: {} @@ -41027,9 +40866,9 @@ snapshots: dependencies: typescript: 4.9.5 - ts-api-utils@2.4.0(typescript@5.5.4): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: - typescript: 5.5.4 + typescript: 5.8.3 ts-api-utils@2.4.0(typescript@5.9.3): dependencies: @@ -41059,11 +40898,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41076,11 +40915,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41111,11 +40950,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41129,11 +40968,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41212,7 +41051,7 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -41226,7 +41065,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -41252,14 +41091,14 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.5 + '@types/node': 24.1.0 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -41309,7 +41148,7 @@ snapshots: tslib@2.8.1: {} - tslint@6.1.3(typescript@5.5.4): + tslint@6.1.3(typescript@5.8.3): dependencies: '@babel/code-frame': 7.29.0 builtin-modules: 1.1.1 @@ -41323,8 +41162,8 @@ snapshots: resolve: 1.22.11 semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0(typescript@5.5.4) - typescript: 5.5.4 + tsutils: 2.29.0(typescript@5.8.3) + typescript: 5.8.3 tslint@6.1.3(typescript@5.9.3): dependencies: @@ -41343,10 +41182,10 @@ snapshots: tsutils: 2.29.0(typescript@5.9.3) typescript: 5.9.3 - tsutils@2.29.0(typescript@5.5.4): + tsutils@2.29.0(typescript@5.8.3): dependencies: tslib: 1.14.1 - typescript: 5.5.4 + typescript: 5.8.3 tsutils@2.29.0(typescript@5.9.3): dependencies: @@ -41374,14 +41213,6 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@3.0.1: - dependencies: - '@tufjs/models': 3.0.1 - debug: 4.4.3 - make-fetch-happen: 14.0.3 - transitivePeerDependencies: - - supports-color - tuf-js@4.0.0: dependencies: '@tufjs/models': 4.0.0 @@ -41504,8 +41335,6 @@ snapshots: typescript@4.9.5: {} - typescript@5.5.4: {} - typescript@5.8.3: {} typescript@5.9.2: {} @@ -41564,6 +41393,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@7.8.0: {} + undici@7.16.0: {} unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -41573,14 +41404,10 @@ snapshots: unicode-canonical-property-names-ecmascript: 2.0.1 unicode-property-aliases-ecmascript: 2.1.0 - unicode-match-property-value-ecmascript@2.2.0: {} - unicode-match-property-value-ecmascript@2.2.1: {} unicode-property-aliases-ecmascript@2.1.0: {} - unicorn-magic@0.3.0: {} - unified@10.1.2: dependencies: '@types/unist': 2.0.11 @@ -41602,18 +41429,10 @@ snapshots: dependencies: qs: 6.14.1 - unique-filename@4.0.0: - dependencies: - unique-slug: 5.0.0 - unique-filename@5.0.0: dependencies: unique-slug: 6.0.0 - unique-slug@5.0.0: - dependencies: - imurmurhash: 0.1.4 - unique-slug@6.0.0: dependencies: imurmurhash: 0.1.4 @@ -41951,13 +41770,13 @@ snapshots: replace-ext: 2.0.0 teex: 1.0.1 - vite@5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): + vite@5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): dependencies: esbuild: 0.21.5 postcss: 8.5.6 rollup: 4.22.4 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 less: 4.4.2 lightningcss: 1.30.2 @@ -41965,7 +41784,7 @@ snapshots: sass-embedded: 1.97.1 terser: 5.46.0 - vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41974,17 +41793,18 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 sass: 1.85.0 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.46.0 yaml: 2.8.1 + optional: true - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41993,17 +41813,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.97.1 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.46.0 yaml: 2.8.1 - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42012,18 +41832,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 20.11.17 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.46.0 + terser: 5.43.1 yaml: 2.8.1 - optional: true - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42032,17 +41851,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.97.1 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.46.0 + terser: 5.43.1 yaml: 2.8.1 - vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): + vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42051,7 +41870,7 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 @@ -42113,7 +41932,7 @@ snapshots: espree: 9.6.1 esquery: 1.6.0 lodash: 4.17.23 - semver: 7.7.3 + semver: 7.7.4 transitivePeerDependencies: - supports-color @@ -42251,7 +42070,7 @@ snapshots: optionalDependencies: webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.104.1) - webpack-dev-middleware@6.1.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + webpack-dev-middleware@6.1.3(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: colorette: 2.0.20 memfs: 3.5.3 @@ -42259,9 +42078,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.26.0) - webpack-dev-middleware@7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42270,7 +42089,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) webpack-dev-middleware@7.4.5(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42283,7 +42102,7 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware@7.4.5(webpack@5.104.1): + webpack-dev-middleware@7.4.5(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42292,9 +42111,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.5(webpack@5.104.1): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42303,13 +42122,13 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 - '@types/express': 4.17.21 + '@types/express': 4.17.25 '@types/express-serve-static-core': 4.19.6 '@types/serve-index': 1.9.4 '@types/serve-static': 1.15.7 @@ -42319,11 +42138,11 @@ snapshots: bonjour-service: 1.3.0 chokidar: 3.6.0 colorette: 2.0.20 - compression: 1.7.5 + compression: 1.8.1 connect-history-api-fallback: 2.0.0 express: 4.22.0 graceful-fs: 4.2.11 - http-proxy-middleware: 2.0.9(@types/express@4.17.21) + http-proxy-middleware: 2.0.9(@types/express@4.17.25) ipaddr.js: 2.2.0 launch-editor: 2.9.1 open: 10.2.0 @@ -42343,11 +42162,11 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-server@5.2.2(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 - '@types/express': 4.17.21 + '@types/express': 4.17.25 '@types/express-serve-static-core': 4.19.6 '@types/serve-index': 1.9.4 '@types/serve-static': 1.15.7 @@ -42357,11 +42176,11 @@ snapshots: bonjour-service: 1.3.0 chokidar: 3.6.0 colorette: 2.0.20 - compression: 1.7.5 + compression: 1.8.1 connect-history-api-fallback: 2.0.0 express: 4.22.0 graceful-fs: 4.2.11 - http-proxy-middleware: 2.0.9(@types/express@4.17.21) + http-proxy-middleware: 2.0.9(@types/express@4.17.25) ipaddr.js: 2.2.0 launch-editor: 2.9.1 open: 10.2.0 @@ -42371,10 +42190,10 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-dev-middleware: 7.4.5(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) ws: 8.18.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug @@ -42454,7 +42273,7 @@ snapshots: supports-color: 8.1.1 through: 2.3.8 vinyl: 2.2.1 - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42463,19 +42282,19 @@ snapshots: optionalDependencies: html-webpack-plugin: 5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)) + html-webpack-plugin: 5.6.3(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.104.1(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)) webpack-virtual-modules@0.6.2: {} @@ -42511,7 +42330,7 @@ snapshots: - esbuild - uglify-js - webpack@5.104.1(@swc/core@1.15.3): + webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42535,7 +42354,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.3)(webpack@5.104.1(@swc/core@1.15.3)) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.25.9)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -42543,7 +42362,7 @@ snapshots: - esbuild - uglify-js - webpack@5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0): + webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42567,17 +42386,15 @@ 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.3)(webpack@5.104.1) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.104.1(@swc/core@1.15.3)(esbuild@0.26.0)) watchpack: 2.5.1 webpack-sources: 3.3.3 - optionalDependencies: - webpack-cli: 4.10.0(webpack@5.104.1) transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4): + webpack@5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42605,13 +42422,13 @@ snapshots: watchpack: 2.5.1 webpack-sources: 3.3.3 optionalDependencies: - webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) + webpack-cli: 4.10.0(webpack@5.104.1) transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3): + webpack@5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42635,16 +42452,17 @@ 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.3)(webpack@5.105.0(@swc/core@1.15.3)) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(webpack@5.104.1) watchpack: 2.5.1 webpack-sources: 3.3.3 + optionalDependencies: + webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - optional: true - webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0): + webpack@5.105.0(@swc/core@1.15.3): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42668,43 +42486,14 @@ 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.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - - webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4): - dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 - '@webassemblyjs/ast': 1.14.1 - '@webassemblyjs/wasm-edit': 1.14.1 - '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - browserslist: 4.28.1 - chrome-trace-event: 1.0.4 - enhanced-resolve: 5.18.3 - es-module-lexer: 1.5.4 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.14(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - watchpack: 2.4.4 - webpack-sources: 3.3.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js + optional: true websocket-driver@0.7.4: dependencies: @@ -43007,8 +42796,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yoctocolors-cjs@2.1.3: {} yoctocolors@2.1.2: {} From a15ee6a8c48e7f6db1ce22e4da5832d818da14c3 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Mon, 9 Feb 2026 21:33:00 +0100 Subject: [PATCH 10/48] fix exports for correct ts creating *.d.ts while build --- .../src/common/core/index.ts | 94 ++++- .../src/common/export/index.ts | 36 +- .../devextreme-angular/src/common/index.ts | 361 +++++++++++++++++- packages/devextreme-angular/src/index.ts | 11 +- 4 files changed, 489 insertions(+), 13 deletions(-) diff --git a/packages/devextreme-angular/src/common/core/index.ts b/packages/devextreme-angular/src/common/core/index.ts index 3e8c304c3d8b..6a3c41267a96 100644 --- a/packages/devextreme-angular/src/common/core/index.ts +++ b/packages/devextreme-angular/src/common/core/index.ts @@ -1,4 +1,90 @@ -export * as Animation from './animation'; -export * as Environment from './environment'; -export * as Events from './events'; -export * as Localization from './localization'; +import { + animationPresets as animationPresetsValue, + cancelAnimationFrame as cancelAnimationFrameValue, + fx as fxValue, + requestAnimationFrame as requestAnimationFrameValue, + TransitionExecutor as TransitionExecutorValue, +} from './animation'; +import type * as AnimationTypes from './animation'; +import { + getTimeZones as getTimeZonesValue, + hideTopOverlay as hideTopOverlayValue, + initMobileViewport as initMobileViewportValue, +} from './environment'; +import type * as EnvironmentTypes from './environment'; +import { + off as offValue, + on as onValue, + one as oneValue, + trigger as triggerValue, +} from './events'; +import type * as EventsTypes from './events'; +import { + formatDate as formatDateValue, + formatMessage as formatMessageValue, + formatNumber as formatNumberValue, + loadMessages as loadMessagesValue, + locale as localeValue, + parseDate as parseDateValue, + parseNumber as parseNumberValue, +} from './localization'; +import type * as LocalizationTypes from './localization'; + +export namespace Animation { + export const animationPresets: typeof import('devextreme/common/core/animation').animationPresets = + animationPresetsValue; + export const cancelAnimationFrame: typeof import('devextreme/common/core/animation').cancelAnimationFrame = + cancelAnimationFrameValue; + export const fx: typeof import('devextreme/common/core/animation').fx = fxValue; + export const requestAnimationFrame: typeof import('devextreme/common/core/animation').requestAnimationFrame = + requestAnimationFrameValue; + export const TransitionExecutor: typeof import('devextreme/common/core/animation').TransitionExecutor = + TransitionExecutorValue; + + export type AnimationConfig = AnimationTypes.AnimationConfig; + export type AnimationState = AnimationTypes.AnimationState; + export type CollisionResolution = AnimationTypes.CollisionResolution; + export type CollisionResolutionCombination = AnimationTypes.CollisionResolutionCombination; + export type PositionConfig = AnimationTypes.PositionConfig; +} + +export namespace Environment { + export const getTimeZones: typeof import('devextreme/common/core/environment').getTimeZones = getTimeZonesValue; + export const hideTopOverlay: typeof import('devextreme/common/core/environment').hideTopOverlay = + hideTopOverlayValue; + export const initMobileViewport: typeof import('devextreme/common/core/environment').initMobileViewport = + initMobileViewportValue; + + export type Device = EnvironmentTypes.Device; + export type SchedulerTimeZone = EnvironmentTypes.SchedulerTimeZone; +} + +export namespace Events { + export const off: typeof import('devextreme/common/core/events').off = offValue; + export const on: typeof import('devextreme/common/core/events').on = onValue; + export const one: typeof import('devextreme/common/core/events').one = oneValue; + export const trigger: typeof import('devextreme/common/core/events').trigger = triggerValue; + + export type AsyncCancelable = EventsTypes.AsyncCancelable; + export type Cancelable = EventsTypes.Cancelable; + export type ChangedOptionInfo = EventsTypes.ChangedOptionInfo; + export type EventInfo = EventsTypes.EventInfo; + export type EventObject = EventsTypes.EventObject; + export type InitializedEventInfo = EventsTypes.InitializedEventInfo; + export type ItemInfo = EventsTypes.ItemInfo; + export type NativeEventInfo = + EventsTypes.NativeEventInfo; +} + +export namespace Localization { + export const formatDate: typeof import('devextreme/common/core/localization').formatDate = formatDateValue; + export const formatMessage: typeof import('devextreme/common/core/localization').formatMessage = + formatMessageValue; + export const formatNumber: typeof import('devextreme/common/core/localization').formatNumber = formatNumberValue; + export const loadMessages: typeof import('devextreme/common/core/localization').loadMessages = loadMessagesValue; + export const locale: typeof import('devextreme/common/core/localization').locale = localeValue; + export const parseDate: typeof import('devextreme/common/core/localization').parseDate = parseDateValue; + export const parseNumber: typeof import('devextreme/common/core/localization').parseNumber = parseNumberValue; + + export type Format = LocalizationTypes.Format; +} diff --git a/packages/devextreme-angular/src/common/export/index.ts b/packages/devextreme-angular/src/common/export/index.ts index ef73ffadf731..74bebe77f2c2 100644 --- a/packages/devextreme-angular/src/common/export/index.ts +++ b/packages/devextreme-angular/src/common/export/index.ts @@ -1,2 +1,34 @@ -export * as Excel from './excel'; -export * as Pdf from './pdf'; +import { + exportDataGrid as exportDataGridToExcelValue, + exportPivotGrid as exportPivotGridValue, +} from './excel'; +import type * as ExcelTypes from './excel'; +import { + exportDataGrid as exportDataGridToPdfValue, + exportGantt as exportGanttValue, +} from './pdf'; +import type * as PdfTypes from './pdf'; + +export namespace Excel { + export const exportDataGrid: typeof import('devextreme/common/export/excel').exportDataGrid = + exportDataGridToExcelValue; + export const exportPivotGrid: typeof import('devextreme/common/export/excel').exportPivotGrid = + exportPivotGridValue; + + export type DataGridCell = ExcelTypes.DataGridCell; + export type DataGridExportOptions = ExcelTypes.DataGridExportOptions; + export type PivotGridCell = ExcelTypes.PivotGridCell; + export type PivotGridExportOptions = ExcelTypes.PivotGridExportOptions; +} + +export namespace Pdf { + export const exportDataGrid: typeof import('devextreme/common/export/pdf').exportDataGrid = + exportDataGridToPdfValue; + export const exportGantt: typeof import('devextreme/common/export/pdf').exportGantt = exportGanttValue; + + export type Cell = PdfTypes.Cell; + export type DataGridCell = PdfTypes.DataGridCell; + export type DataGridExportOptions = PdfTypes.DataGridExportOptions; + export type GanttExportFont = PdfTypes.GanttExportFont; + export type GanttExportOptions = PdfTypes.GanttExportOptions; +} diff --git a/packages/devextreme-angular/src/common/index.ts b/packages/devextreme-angular/src/common/index.ts index 1c2a9f67f0f4..4f9bda19756f 100644 --- a/packages/devextreme-angular/src/common/index.ts +++ b/packages/devextreme-angular/src/common/index.ts @@ -1,3 +1,85 @@ +import { AIIntegration as aiIntegrationValue } from 'devextreme/common/ai-integration'; +import type * as AiIntegrationTypes from 'devextreme/common/ai-integration'; +import { + registerGradient as chartsRegisterGradient, + registerPattern as chartsRegisterPattern, +} from 'devextreme/common/charts'; +import type * as ChartsTypes from 'devextreme/common/charts'; +import { + animationPresets as animationPresetsValue, + cancelAnimationFrame as cancelAnimationFrameValue, + fx as fxValue, + requestAnimationFrame as requestAnimationFrameValue, + TransitionExecutor as transitionExecutorValue, +} from 'devextreme/common/core/animation'; +import type * as CoreAnimationTypes from 'devextreme/common/core/animation'; +import { + getTimeZones as getTimeZonesValue, + hideTopOverlay as hideTopOverlayValue, + initMobileViewport as initMobileViewportValue, +} from 'devextreme/common/core/environment'; +import type * as CoreEnvironmentTypes from 'devextreme/common/core/environment'; +import { + off as offValue, + on as onValue, + one as oneValue, + trigger as triggerValue, +} from 'devextreme/common/core/events'; +import type * as CoreEventsTypes from 'devextreme/common/core/events'; +import { + formatDate as formatDateValue, + formatMessage as formatMessageValue, + formatNumber as formatNumberValue, + loadMessages as loadMessagesValue, + locale as localeValue, + parseDate as parseDateValue, + parseNumber as parseNumberValue, +} from 'devextreme/common/core/localization'; +import type * as CoreLocalizationTypes from 'devextreme/common/core/localization'; +import { + applyChanges as dataApplyChanges, + ArrayStore as dataArrayStore, + base64_encode as dataBase64Encode, + compileGetter as dataCompileGetter, + compileSetter as dataCompileSetter, + CustomStore as dataCustomStore, + DataSource as dataDataSource, + EdmLiteral as dataEdmLiteral, + EndpointSelector as dataEndpointSelector, + errorHandler as dataErrorHandler, + isGroupItemsArray as dataIsGroupItemsArray, + isItemsArray as dataIsItemsArray, + isLoadResultObject as dataIsLoadResultObject, + keyConverters as dataKeyConverters, + LocalStore as dataLocalStore, + ODataContext as dataODataContext, + ODataStore as dataODataStore, + query as dataQuery, + setErrorHandler as dataSetErrorHandler, +} from 'devextreme/common/data'; +import type * as DataTypes from 'devextreme/common/data'; +import { + exportDataGrid as exportDataGridToExcelValue, + exportPivotGrid as exportPivotGridValue, +} from 'devextreme/common/export/excel'; +import type * as ExcelTypes from 'devextreme/common/export/excel'; +import { + exportDataGrid as exportDataGridToPdfValue, + exportGantt as exportGanttValue, +} from 'devextreme/common/export/pdf'; +import type * as PdfTypes from 'devextreme/common/export/pdf'; +import type * as GridsTypes from 'devextreme/common/grids'; + +type AiIntegrationModule = typeof import('devextreme/common/ai-integration'); +type ChartsModule = typeof import('devextreme/common/charts'); +type CoreAnimationModule = typeof import('devextreme/common/core/animation'); +type CoreEnvironmentModule = typeof import('devextreme/common/core/environment'); +type CoreEventsModule = typeof import('devextreme/common/core/events'); +type CoreLocalizationModule = typeof import('devextreme/common/core/localization'); +type DataModule = typeof import('devextreme/common/data'); +type ExportExcelModule = typeof import('devextreme/common/export/excel'); +type ExportPdfModule = typeof import('devextreme/common/export/pdf'); + export { config, Guid, setTemplateEngine } from 'devextreme/common'; export type { ApplyValueMode, @@ -73,9 +155,276 @@ export type { VerticalEdge, } from 'devextreme/common'; -export * as AiIntegration from './ai-integration'; -export * as Charts from './charts'; -export * as Core from './core/index'; -export * as Data from './data'; -export * as Export from './export/index'; -export * as Grids from './grids'; +export namespace AiIntegration { + export const AIIntegration: AiIntegrationModule['AIIntegration'] = aiIntegrationValue; + + export type AIProvider = AiIntegrationTypes.AIProvider; + export type AIResponse = AiIntegrationTypes.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationTypes.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationTypes.Prompt; + export type RequestParams = AiIntegrationTypes.RequestParams; + export type RequestParamsData = AiIntegrationTypes.RequestParamsData; + export type Response = AiIntegrationTypes.Response; +} + +export namespace Charts { + export const registerGradient: ChartsModule['registerGradient'] = chartsRegisterGradient; + export const registerPattern: ChartsModule['registerPattern'] = chartsRegisterPattern; + + export type AnimationEaseMode = ChartsTypes.AnimationEaseMode; + export type AnnotationType = ChartsTypes.AnnotationType; + export type ArgumentAxisHoverMode = ChartsTypes.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsTypes.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsTypes.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsTypes.ChartsColor; + export type ChartsDataType = ChartsTypes.ChartsDataType; + export type ChartsLabelOverlap = ChartsTypes.ChartsLabelOverlap; + export type DashStyle = ChartsTypes.DashStyle; + export type DiscreteAxisDivisionMode = ChartsTypes.DiscreteAxisDivisionMode; + export type Font = ChartsTypes.Font; + export type GradientColor = ChartsTypes.GradientColor; + export type HatchDirection = ChartsTypes.HatchDirection; + export type LabelOverlap = ChartsTypes.LabelOverlap; + export type LabelPosition = ChartsTypes.LabelPosition; + export type LegendHoverMode = ChartsTypes.LegendHoverMode; + export type LegendItem = ChartsTypes.LegendItem; + export type LegendMarkerState = ChartsTypes.LegendMarkerState; + export type Palette = ChartsTypes.Palette; + export type PaletteColorSet = ChartsTypes.PaletteColorSet; + export type PaletteExtensionMode = ChartsTypes.PaletteExtensionMode; + export type PointInteractionMode = ChartsTypes.PointInteractionMode; + export type PointSymbol = ChartsTypes.PointSymbol; + export type RelativePosition = ChartsTypes.RelativePosition; + export type ScaleBreak = ChartsTypes.ScaleBreak; + export type ScaleBreakLineStyle = ChartsTypes.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsTypes.SeriesHoverMode; + export type SeriesLabel = ChartsTypes.SeriesLabel; + export type SeriesPoint = ChartsTypes.SeriesPoint; + export type SeriesSelectionMode = ChartsTypes.SeriesSelectionMode; + export type SeriesType = ChartsTypes.SeriesType; + export type ShiftLabelOverlap = ChartsTypes.ShiftLabelOverlap; + export type TextOverflow = ChartsTypes.TextOverflow; + export type Theme = ChartsTypes.Theme; + export type TimeInterval = ChartsTypes.TimeInterval; + export type TimeIntervalConfig = ChartsTypes.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsTypes.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsTypes.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsTypes.ValueErrorBarType; + export type VisualRange = ChartsTypes.VisualRange; + export type VisualRangeUpdateMode = ChartsTypes.VisualRangeUpdateMode; + export type WordWrap = ChartsTypes.WordWrap; + export type ZoomPanAction = ChartsTypes.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export const animationPresets: CoreAnimationModule['animationPresets'] = animationPresetsValue; + export const cancelAnimationFrame: CoreAnimationModule['cancelAnimationFrame'] = cancelAnimationFrameValue; + export const fx: CoreAnimationModule['fx'] = fxValue; + export const requestAnimationFrame: CoreAnimationModule['requestAnimationFrame'] = + requestAnimationFrameValue; + export const TransitionExecutor: CoreAnimationModule['TransitionExecutor'] = transitionExecutorValue; + + export type AnimationConfig = CoreAnimationTypes.AnimationConfig; + export type AnimationState = CoreAnimationTypes.AnimationState; + export type CollisionResolution = CoreAnimationTypes.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationTypes.CollisionResolutionCombination; + export type PositionConfig = CoreAnimationTypes.PositionConfig; + } + + export namespace Environment { + export const getTimeZones: CoreEnvironmentModule['getTimeZones'] = getTimeZonesValue; + export const hideTopOverlay: CoreEnvironmentModule['hideTopOverlay'] = hideTopOverlayValue; + export const initMobileViewport: CoreEnvironmentModule['initMobileViewport'] = initMobileViewportValue; + + export type Device = CoreEnvironmentTypes.Device; + export type SchedulerTimeZone = CoreEnvironmentTypes.SchedulerTimeZone; + } + + export namespace Events { + export const off: CoreEventsModule['off'] = offValue; + export const on: CoreEventsModule['on'] = onValue; + export const one: CoreEventsModule['one'] = oneValue; + export const trigger: CoreEventsModule['trigger'] = triggerValue; + + export type AsyncCancelable = CoreEventsTypes.AsyncCancelable; + export type Cancelable = CoreEventsTypes.Cancelable; + export type ChangedOptionInfo = CoreEventsTypes.ChangedOptionInfo; + export type EventInfo = CoreEventsTypes.EventInfo; + export type EventObject = CoreEventsTypes.EventObject; + export type InitializedEventInfo = CoreEventsTypes.InitializedEventInfo; + export type ItemInfo = CoreEventsTypes.ItemInfo; + export type NativeEventInfo = + CoreEventsTypes.NativeEventInfo; + } + + export namespace Localization { + export const formatDate: CoreLocalizationModule['formatDate'] = formatDateValue; + export const formatMessage: CoreLocalizationModule['formatMessage'] = formatMessageValue; + export const formatNumber: CoreLocalizationModule['formatNumber'] = formatNumberValue; + export const loadMessages: CoreLocalizationModule['loadMessages'] = loadMessagesValue; + export const locale: CoreLocalizationModule['locale'] = localeValue; + export const parseDate: CoreLocalizationModule['parseDate'] = parseDateValue; + export const parseNumber: CoreLocalizationModule['parseNumber'] = parseNumberValue; + + export type Format = CoreLocalizationTypes.Format; + } +} + +export namespace Data { + export const applyChanges: DataModule['applyChanges'] = dataApplyChanges; + export const ArrayStore: DataModule['ArrayStore'] = dataArrayStore; + export const base64_encode: DataModule['base64_encode'] = dataBase64Encode; + export const compileGetter: DataModule['compileGetter'] = dataCompileGetter; + export const compileSetter: DataModule['compileSetter'] = dataCompileSetter; + export const CustomStore: DataModule['CustomStore'] = dataCustomStore; + export const DataSource: DataModule['DataSource'] = dataDataSource; + export const EdmLiteral: DataModule['EdmLiteral'] = dataEdmLiteral; + export const EndpointSelector: DataModule['EndpointSelector'] = dataEndpointSelector; + export const errorHandler: DataModule['errorHandler'] = dataErrorHandler; + export const isGroupItemsArray: DataModule['isGroupItemsArray'] = dataIsGroupItemsArray; + export const isItemsArray: DataModule['isItemsArray'] = dataIsItemsArray; + export const isLoadResultObject: DataModule['isLoadResultObject'] = dataIsLoadResultObject; + export const keyConverters: DataModule['keyConverters'] = dataKeyConverters; + export const LocalStore: DataModule['LocalStore'] = dataLocalStore; + export const ODataContext: DataModule['ODataContext'] = dataODataContext; + export const ODataStore: DataModule['ODataStore'] = dataODataStore; + export const query: DataModule['query'] = dataQuery; + export const setErrorHandler: DataModule['setErrorHandler'] = dataSetErrorHandler; + + export type ArrayStoreOptions = DataTypes.ArrayStoreOptions; + export type CustomStoreOptions = DataTypes.CustomStoreOptions; + export type DataSourceOptions = DataTypes.DataSourceOptions; + export type FilterDescriptor = DataTypes.FilterDescriptor; + export type GroupDescriptor = DataTypes.GroupDescriptor; + export type GroupingInterval = DataTypes.GroupingInterval; + export type GroupItem = DataTypes.GroupItem; + export type LangParams = DataTypes.LangParams; + export type LoadOptions = DataTypes.LoadOptions; + export type LoadResult = DataTypes.LoadResult; + export type LoadResultObject = DataTypes.LoadResultObject; + export type LocalStoreOptions = DataTypes.LocalStoreOptions; + export type ODataContextOptions = DataTypes.ODataContextOptions; + export type ODataStoreOptions = DataTypes.ODataStoreOptions; + export type Query = DataTypes.Query; + export type ResolvedData = DataTypes.ResolvedData; + export type SearchOperation = DataTypes.SearchOperation; + export type SelectDescriptor = DataTypes.SelectDescriptor; + export type SortDescriptor = DataTypes.SortDescriptor; + export type Store = DataTypes.Store; + export type StoreOptions = DataTypes.StoreOptions; + export type SummaryDescriptor = DataTypes.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export const exportDataGrid: ExportExcelModule['exportDataGrid'] = exportDataGridToExcelValue; + export const exportPivotGrid: ExportExcelModule['exportPivotGrid'] = exportPivotGridValue; + + export type DataGridCell = ExcelTypes.DataGridCell; + export type DataGridExportOptions = ExcelTypes.DataGridExportOptions; + export type PivotGridCell = ExcelTypes.PivotGridCell; + export type PivotGridExportOptions = ExcelTypes.PivotGridExportOptions; + } + + export namespace Pdf { + export const exportDataGrid: ExportPdfModule['exportDataGrid'] = exportDataGridToPdfValue; + export const exportGantt: ExportPdfModule['exportGantt'] = exportGanttValue; + + export type Cell = PdfTypes.Cell; + export type DataGridCell = PdfTypes.DataGridCell; + export type DataGridExportOptions = PdfTypes.DataGridExportOptions; + export type GanttExportFont = PdfTypes.GanttExportFont; + export type GanttExportOptions = PdfTypes.GanttExportOptions; + } +} + +export function Grids(): void {} + +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsTypes.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsTypes.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsTypes.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsTypes.ApplyChangesMode; + export type ApplyFilterMode = GridsTypes.ApplyFilterMode; + export type ColumnAIOptions = GridsTypes.ColumnAIOptions; + export type ColumnBase = GridsTypes.ColumnBase; + export type ColumnButtonBase = GridsTypes.ColumnButtonBase; + export type ColumnChooser = GridsTypes.ColumnChooser; + export type ColumnChooserMode = GridsTypes.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsTypes.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsTypes.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsTypes.ColumnCustomizeTextArg; + export type ColumnFixing = GridsTypes.ColumnFixing; + export type ColumnFixingIcons = GridsTypes.ColumnFixingIcons; + export type ColumnFixingTexts = GridsTypes.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsTypes.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsTypes.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsTypes.ColumnLookup; + export type ColumnResizeMode = GridsTypes.ColumnResizeMode; + export type DataChange = GridsTypes.DataChange; + export type DataChangeInfo = GridsTypes.DataChangeInfo; + export type DataChangeType = GridsTypes.DataChangeType; + export type DataErrorOccurredInfo = GridsTypes.DataErrorOccurredInfo; + export type DataRenderMode = GridsTypes.DataRenderMode; + export type EditingBase = GridsTypes.EditingBase; + export type EditingTextsBase = GridsTypes.EditingTextsBase; + export type EnterKeyAction = GridsTypes.EnterKeyAction; + export type EnterKeyDirection = GridsTypes.EnterKeyDirection; + export type FilterOperation = GridsTypes.FilterOperation; + export type FilterPanel = GridsTypes.FilterPanel; + export type FilterPanelTexts = GridsTypes.FilterPanelTexts; + export type FilterRow = GridsTypes.FilterRow; + export type FilterRowOperationDescriptions = GridsTypes.FilterRowOperationDescriptions; + export type FilterType = GridsTypes.FilterType; + export type FixedPosition = GridsTypes.FixedPosition; + export type GridBase = GridsTypes.GridBase; + export type GridBaseOptions< + TComponent extends GridsTypes.GridBase, + TRowData = any, + TKey = any + > = GridsTypes.GridBaseOptions; + export type GridsContextMenuTarget = GridsTypes.GridsContextMenuTarget; + export type GridsEditMode = GridsTypes.GridsEditMode; + export type GridsEditRefreshMode = GridsTypes.GridsEditRefreshMode; + export type GroupExpandMode = GridsTypes.GroupExpandMode; + export type HeaderFilter = GridsTypes.HeaderFilter; + export type HeaderFilterGroupInterval = GridsTypes.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsTypes.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsTypes.HeaderFilterTexts; + export type KeyboardNavigation = GridsTypes.KeyboardNavigation; + export type KeyDownInfo = GridsTypes.KeyDownInfo; + export type LoadPanel = GridsTypes.LoadPanel; + export type NewRowInfo = GridsTypes.NewRowInfo; + export type NewRowPosition = GridsTypes.NewRowPosition; + export type Pager = GridsTypes.Pager; + export type PagerPageSize = GridsTypes.PagerPageSize; + export type PagingBase = GridsTypes.PagingBase; + export type RowDragging< + TComponent extends GridsTypes.GridBase, + TRowData = any, + TKey = any + > = GridsTypes.RowDragging; + export type RowDraggingTemplateData = GridsTypes.RowDraggingTemplateData; + export type RowInsertedInfo = GridsTypes.RowInsertedInfo; + export type RowInsertingInfo = GridsTypes.RowInsertingInfo; + export type RowKeyInfo = GridsTypes.RowKeyInfo; + export type RowRemovedInfo = GridsTypes.RowRemovedInfo; + export type RowRemovingInfo = GridsTypes.RowRemovingInfo; + export type RowUpdatedInfo = GridsTypes.RowUpdatedInfo; + export type RowUpdatingInfo = GridsTypes.RowUpdatingInfo; + export type RowValidatingInfo = GridsTypes.RowValidatingInfo; + export type SavingInfo = GridsTypes.SavingInfo; + export type ScrollingBase = GridsTypes.ScrollingBase; + export type SearchPanel = GridsTypes.SearchPanel; + export type SelectedFilterOperation = GridsTypes.SelectedFilterOperation; + export type SelectionBase = GridsTypes.SelectionBase; + export type SelectionChangedInfo = GridsTypes.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsTypes.SelectionColumnDisplayMode; + export type Sorting = GridsTypes.Sorting; + export type StartEditAction = GridsTypes.StartEditAction; + export type StateStoreType = GridsTypes.StateStoreType; + export type StateStoring = GridsTypes.StateStoring; + export type SummaryType = GridsTypes.SummaryType; + export type ToolbarPreparingInfo = GridsTypes.ToolbarPreparingInfo; +} diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index e7a33f1eb8ac..0fba2280bf0e 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -86,4 +86,13 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -export * as Common from './common/index'; +import { AiIntegration, Charts, Core, Data, Export as CommonExport, Grids } from './common/index'; + +export const Common = { + AiIntegration, + Charts, + Core, + Data, + Export: CommonExport, + Grids, +}; From 3bd73a99d3ce07053e23d1f83fa53483575410b7 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 12 Feb 2026 00:23:48 +0100 Subject: [PATCH 11/48] update devextreme-angular generation --- .../src/common/ai-integration/index.ts | 10 +- .../src/common/charts/index.ts | 46 +- .../src/common/core/animation/index.ts | 16 +- .../src/common/core/environment/index.ts | 2 +- .../src/common/core/events/index.ts | 11 +- .../src/common/core/index.ts | 94 +-- .../src/common/core/localization/index.ts | 12 +- .../src/common/data/index.ts | 47 +- .../src/common/export/excel/index.ts | 7 +- .../src/common/export/index.ts | 36 +- .../src/common/export/pdf/index.ts | 8 +- .../src/common/grids/index.ts | 80 +-- .../devextreme-angular/src/common/index.ts | 637 +++++++----------- packages/devextreme-angular/src/index.ts | 351 +++++++++- .../src/ui/accordion/index.ts | 10 +- .../src/ui/action-sheet/index.ts | 10 +- .../src/ui/action-sheet/nested/item-dxi.ts | 4 +- .../src/ui/autocomplete/index.ts | 16 +- .../src/ui/autocomplete/nested/animation.ts | 2 +- .../src/ui/autocomplete/nested/at.ts | 2 +- .../src/ui/autocomplete/nested/button-dxi.ts | 4 +- .../src/ui/autocomplete/nested/collision.ts | 2 +- .../autocomplete/nested/drop-down-options.ts | 18 +- .../src/ui/autocomplete/nested/from.ts | 2 +- .../src/ui/autocomplete/nested/hide.ts | 4 +- .../src/ui/autocomplete/nested/my.ts | 2 +- .../src/ui/autocomplete/nested/options.ts | 4 +- .../src/ui/autocomplete/nested/position.ts | 4 +- .../src/ui/autocomplete/nested/show.ts | 4 +- .../src/ui/autocomplete/nested/to.ts | 2 +- .../autocomplete/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/bar-gauge/index.ts | 8 +- .../src/ui/bar-gauge/nested/animation.ts | 2 +- .../nested/bar-gauge-title-subtitle.ts | 2 +- .../ui/bar-gauge/nested/bar-gauge-title.ts | 4 +- .../src/ui/bar-gauge/nested/border.ts | 2 +- .../src/ui/bar-gauge/nested/export.ts | 2 +- .../src/ui/bar-gauge/nested/format.ts | 2 +- .../ui/bar-gauge/nested/item-text-format.ts | 2 +- .../src/ui/bar-gauge/nested/label.ts | 4 +- .../src/ui/bar-gauge/nested/legend-border.ts | 2 +- .../bar-gauge/nested/legend-title-subtitle.ts | 2 +- .../src/ui/bar-gauge/nested/legend-title.ts | 4 +- .../src/ui/bar-gauge/nested/legend.ts | 8 +- .../ui/bar-gauge/nested/loading-indicator.ts | 2 +- .../src/ui/bar-gauge/nested/subtitle.ts | 2 +- .../src/ui/bar-gauge/nested/title.ts | 4 +- .../src/ui/bar-gauge/nested/tooltip-border.ts | 2 +- .../src/ui/bar-gauge/nested/tooltip.ts | 4 +- .../devextreme-angular/src/ui/box/index.ts | 10 +- .../src/ui/box/nested/item-dxi.ts | 2 +- .../devextreme-angular/src/ui/bullet/index.ts | 6 +- .../src/ui/bullet/nested/border.ts | 2 +- .../src/ui/bullet/nested/format.ts | 2 +- .../src/ui/bullet/nested/tooltip.ts | 4 +- .../src/ui/button-group/index.ts | 4 +- .../src/ui/button-group/nested/item-dxi.ts | 2 +- .../devextreme-angular/src/ui/button/index.ts | 4 +- .../src/ui/calendar/index.ts | 4 +- .../src/ui/card-view/index.ts | 22 +- .../src/ui/card-view/nested/animation.ts | 2 +- .../src/ui/card-view/nested/async-rule-dxi.ts | 2 +- .../src/ui/card-view/nested/at.ts | 2 +- .../ui/card-view/nested/button-item-dxi.ts | 6 +- .../src/ui/card-view/nested/button-options.ts | 4 +- .../card-view/nested/card-header-item-dxi.ts | 6 +- .../src/ui/card-view/nested/card-header.ts | 2 +- .../nested/card-view-header-filter-search.ts | 2 +- .../nested/card-view-header-filter.ts | 2 +- .../card-view/nested/card-view-selection.ts | 4 +- .../src/ui/card-view/nested/change-dxi.ts | 2 +- .../src/ui/card-view/nested/collision.ts | 2 +- .../src/ui/card-view/nested/column-chooser.ts | 6 +- .../src/ui/card-view/nested/column-dxi.ts | 10 +- .../nested/column-header-filter-search.ts | 2 +- .../card-view/nested/column-header-filter.ts | 8 +- .../ui/card-view/nested/compare-rule-dxi.ts | 2 +- .../card-view/nested/custom-operation-dxi.ts | 4 +- .../ui/card-view/nested/custom-rule-dxi.ts | 2 +- .../src/ui/card-view/nested/dragging.ts | 2 +- .../src/ui/card-view/nested/editing.ts | 6 +- .../src/ui/card-view/nested/email-rule-dxi.ts | 2 +- .../src/ui/card-view/nested/empty-item-dxi.ts | 2 +- .../src/ui/card-view/nested/field-dxi.ts | 10 +- .../src/ui/card-view/nested/filter-builder.ts | 2 +- .../src/ui/card-view/nested/filter-panel.ts | 2 +- .../src/ui/card-view/nested/form-item.ts | 6 +- .../src/ui/card-view/nested/form.ts | 6 +- .../src/ui/card-view/nested/format.ts | 2 +- .../src/ui/card-view/nested/from.ts | 2 +- .../src/ui/card-view/nested/group-item-dxi.ts | 2 +- .../src/ui/card-view/nested/header-filter.ts | 8 +- .../src/ui/card-view/nested/header-panel.ts | 2 +- .../src/ui/card-view/nested/hide.ts | 4 +- .../ui/card-view/nested/indicator-options.ts | 2 +- .../src/ui/card-view/nested/item-dxi.ts | 14 +- .../src/ui/card-view/nested/label.ts | 4 +- .../src/ui/card-view/nested/load-panel.ts | 8 +- .../src/ui/card-view/nested/lookup.ts | 4 +- .../src/ui/card-view/nested/my.ts | 2 +- .../ui/card-view/nested/numeric-rule-dxi.ts | 2 +- .../src/ui/card-view/nested/pager.ts | 4 +- .../ui/card-view/nested/pattern-rule-dxi.ts | 2 +- .../src/ui/card-view/nested/position.ts | 4 +- .../src/ui/card-view/nested/range-rule-dxi.ts | 2 +- .../ui/card-view/nested/required-rule-dxi.ts | 2 +- .../src/ui/card-view/nested/scrolling.ts | 2 +- .../src/ui/card-view/nested/search.ts | 2 +- .../src/ui/card-view/nested/selection.ts | 4 +- .../src/ui/card-view/nested/show.ts | 4 +- .../ui/card-view/nested/simple-item-dxi.ts | 6 +- .../src/ui/card-view/nested/sorting.ts | 2 +- .../nested/string-length-rule-dxi.ts | 2 +- .../src/ui/card-view/nested/tab-dxi.ts | 2 +- .../ui/card-view/nested/tab-panel-options.ts | 10 +- .../ui/card-view/nested/tabbed-item-dxi.ts | 4 +- .../src/ui/card-view/nested/to.ts | 2 +- .../ui/card-view/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/card-view/nested/toolbar.ts | 2 +- .../card-view/nested/validation-rule-dxi.ts | 2 +- .../devextreme-angular/src/ui/chart/index.ts | 18 +- .../src/ui/chart/nested/aggregation.ts | 2 +- .../src/ui/chart/nested/animation.ts | 2 +- .../src/ui/chart/nested/annotation-border.ts | 2 +- .../src/ui/chart/nested/annotation-dxi.ts | 4 +- .../src/ui/chart/nested/argument-axis.ts | 10 +- .../src/ui/chart/nested/argument-format.ts | 2 +- .../nested/axis-constant-line-style-label.ts | 4 +- .../chart/nested/axis-constant-line-style.ts | 4 +- .../src/ui/chart/nested/axis-label.ts | 8 +- .../src/ui/chart/nested/axis-title.ts | 4 +- .../src/ui/chart/nested/border.ts | 2 +- .../src/ui/chart/nested/break-style.ts | 2 +- .../ui/chart/nested/chart-title-subtitle.ts | 2 +- .../src/ui/chart/nested/chart-title.ts | 4 +- .../nested/common-annotation-settings.ts | 4 +- ...axis-settings-constant-line-style-label.ts | 2 +- ...ommon-axis-settings-constant-line-style.ts | 2 +- .../nested/common-axis-settings-label.ts | 6 +- .../nested/common-axis-settings-title.ts | 4 +- .../ui/chart/nested/common-axis-settings.ts | 6 +- .../ui/chart/nested/common-pane-settings.ts | 2 +- .../common-series-settings-hover-style.ts | 2 +- .../nested/common-series-settings-label.ts | 6 +- .../common-series-settings-selection-style.ts | 2 +- .../ui/chart/nested/common-series-settings.ts | 8 +- .../src/ui/chart/nested/constant-line-dxi.ts | 4 +- .../ui/chart/nested/constant-line-label.ts | 4 +- .../ui/chart/nested/constant-line-style.ts | 4 +- .../src/ui/chart/nested/crosshair.ts | 6 +- .../src/ui/chart/nested/export.ts | 2 +- .../src/ui/chart/nested/format.ts | 2 +- .../src/ui/chart/nested/hatching.ts | 2 +- .../ui/chart/nested/horizontal-line-label.ts | 6 +- .../src/ui/chart/nested/horizontal-line.ts | 6 +- .../src/ui/chart/nested/hover-style.ts | 2 +- .../src/ui/chart/nested/label.ts | 8 +- .../ui/chart/nested/legend-title-subtitle.ts | 2 +- .../src/ui/chart/nested/legend-title.ts | 4 +- .../src/ui/chart/nested/legend.ts | 4 +- .../src/ui/chart/nested/loading-indicator.ts | 2 +- .../src/ui/chart/nested/pane-border.ts | 2 +- .../src/ui/chart/nested/pane-dxi.ts | 2 +- .../src/ui/chart/nested/point-hover-style.ts | 2 +- .../ui/chart/nested/point-selection-style.ts | 2 +- .../src/ui/chart/nested/point.ts | 2 +- .../src/ui/chart/nested/reduction.ts | 2 +- .../src/ui/chart/nested/scroll-bar.ts | 2 +- .../src/ui/chart/nested/selection-style.ts | 2 +- .../src/ui/chart/nested/series-border.ts | 2 +- .../src/ui/chart/nested/series-dxi.ts | 8 +- .../src/ui/chart/nested/series-template.ts | 2 +- .../src/ui/chart/nested/strip-dxi.ts | 4 +- .../src/ui/chart/nested/strip-label.ts | 4 +- .../src/ui/chart/nested/strip-style-label.ts | 4 +- .../src/ui/chart/nested/strip-style.ts | 4 +- .../src/ui/chart/nested/subtitle.ts | 2 +- .../src/ui/chart/nested/title.ts | 4 +- .../src/ui/chart/nested/tooltip-border.ts | 2 +- .../src/ui/chart/nested/tooltip.ts | 6 +- .../src/ui/chart/nested/value-axis-dxi.ts | 10 +- .../src/ui/chart/nested/value-error-bar.ts | 2 +- .../src/ui/chart/nested/vertical-line.ts | 6 +- .../src/ui/chart/nested/visual-range.ts | 2 +- .../src/ui/chart/nested/whole-range.ts | 2 +- .../src/ui/chart/nested/zoom-and-pan.ts | 2 +- .../devextreme-angular/src/ui/chat/index.ts | 14 +- .../src/ui/chat/nested/day-header-format.ts | 2 +- .../src/ui/chat/nested/editing.ts | 4 +- .../ui/chat/nested/file-uploader-options.ts | 6 +- .../src/ui/chat/nested/item-dxi.ts | 2 +- .../chat/nested/message-timestamp-format.ts | 2 +- .../src/ui/check-box/index.ts | 4 +- .../src/ui/circular-gauge/index.ts | 10 +- .../src/ui/circular-gauge/nested/animation.ts | 2 +- .../src/ui/circular-gauge/nested/border.ts | 2 +- .../src/ui/circular-gauge/nested/export.ts | 2 +- .../src/ui/circular-gauge/nested/format.ts | 2 +- .../src/ui/circular-gauge/nested/label.ts | 6 +- .../nested/loading-indicator.ts | 2 +- .../circular-gauge/nested/range-container.ts | 4 +- .../src/ui/circular-gauge/nested/range-dxi.ts | 2 +- .../src/ui/circular-gauge/nested/scale.ts | 6 +- .../src/ui/circular-gauge/nested/subtitle.ts | 2 +- .../nested/subvalue-indicator.ts | 6 +- .../src/ui/circular-gauge/nested/text.ts | 4 +- .../src/ui/circular-gauge/nested/title.ts | 4 +- .../src/ui/circular-gauge/nested/tooltip.ts | 4 +- .../circular-gauge/nested/value-indicator.ts | 6 +- .../src/ui/color-box/index.ts | 8 +- .../src/ui/color-box/nested/animation.ts | 2 +- .../src/ui/color-box/nested/at.ts | 2 +- .../src/ui/color-box/nested/button-dxi.ts | 4 +- .../src/ui/color-box/nested/collision.ts | 2 +- .../ui/color-box/nested/drop-down-options.ts | 18 +- .../src/ui/color-box/nested/from.ts | 2 +- .../src/ui/color-box/nested/hide.ts | 4 +- .../src/ui/color-box/nested/my.ts | 2 +- .../src/ui/color-box/nested/options.ts | 4 +- .../src/ui/color-box/nested/position.ts | 4 +- .../src/ui/color-box/nested/show.ts | 4 +- .../src/ui/color-box/nested/to.ts | 2 +- .../ui/color-box/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/context-menu/index.ts | 18 +- .../src/ui/context-menu/nested/animation.ts | 2 +- .../src/ui/context-menu/nested/at.ts | 2 +- .../src/ui/context-menu/nested/collision.ts | 2 +- .../src/ui/context-menu/nested/from.ts | 2 +- .../src/ui/context-menu/nested/hide.ts | 4 +- .../src/ui/context-menu/nested/item-dxi.ts | 2 +- .../src/ui/context-menu/nested/my.ts | 2 +- .../src/ui/context-menu/nested/position.ts | 4 +- .../context-menu/nested/show-submenu-mode.ts | 2 +- .../src/ui/context-menu/nested/show.ts | 4 +- .../src/ui/context-menu/nested/to.ts | 2 +- .../src/ui/data-grid/index.ts | 36 +- .../src/ui/data-grid/nested/ai.ts | 6 +- .../src/ui/data-grid/nested/animation.ts | 2 +- .../src/ui/data-grid/nested/async-rule-dxi.ts | 2 +- .../src/ui/data-grid/nested/at.ts | 2 +- .../src/ui/data-grid/nested/button-dxi.ts | 8 +- .../src/ui/data-grid/nested/change-dxi.ts | 2 +- .../src/ui/data-grid/nested/collision.ts | 2 +- .../ui/data-grid/nested/column-button-dxi.ts | 4 +- .../src/ui/data-grid/nested/column-chooser.ts | 6 +- .../src/ui/data-grid/nested/column-dxi.ts | 16 +- .../nested/column-header-filter-search.ts | 2 +- .../data-grid/nested/column-header-filter.ts | 8 +- .../src/ui/data-grid/nested/column-lookup.ts | 4 +- .../ui/data-grid/nested/compare-rule-dxi.ts | 2 +- .../data-grid/nested/custom-operation-dxi.ts | 4 +- .../ui/data-grid/nested/custom-rule-dxi.ts | 2 +- .../nested/data-grid-header-filter-search.ts | 2 +- .../nested/data-grid-header-filter.ts | 2 +- .../data-grid/nested/data-grid-selection.ts | 6 +- .../src/ui/data-grid/nested/editing.ts | 10 +- .../nested/editor-options-button-dxi.ts | 4 +- .../src/ui/data-grid/nested/editor-options.ts | 4 +- .../src/ui/data-grid/nested/email-rule-dxi.ts | 2 +- .../src/ui/data-grid/nested/export.ts | 2 +- .../src/ui/data-grid/nested/field-dxi.ts | 10 +- .../src/ui/data-grid/nested/field-lookup.ts | 4 +- .../data-grid/nested/filter-builder-popup.ts | 18 +- .../src/ui/data-grid/nested/filter-builder.ts | 2 +- .../src/ui/data-grid/nested/filter-panel.ts | 2 +- .../src/ui/data-grid/nested/filter-row.ts | 2 +- .../src/ui/data-grid/nested/form-item.ts | 6 +- .../src/ui/data-grid/nested/form.ts | 6 +- .../src/ui/data-grid/nested/format.ts | 2 +- .../src/ui/data-grid/nested/from.ts | 2 +- .../src/ui/data-grid/nested/group-item-dxi.ts | 4 +- .../src/ui/data-grid/nested/group-panel.ts | 2 +- .../src/ui/data-grid/nested/grouping.ts | 2 +- .../src/ui/data-grid/nested/header-filter.ts | 8 +- .../src/ui/data-grid/nested/hide.ts | 4 +- .../ui/data-grid/nested/indicator-options.ts | 2 +- .../src/ui/data-grid/nested/item-dxi.ts | 6 +- .../data-grid/nested/keyboard-navigation.ts | 2 +- .../src/ui/data-grid/nested/label.ts | 4 +- .../src/ui/data-grid/nested/load-panel.ts | 4 +- .../src/ui/data-grid/nested/lookup.ts | 4 +- .../src/ui/data-grid/nested/my.ts | 2 +- .../ui/data-grid/nested/numeric-rule-dxi.ts | 2 +- .../src/ui/data-grid/nested/options.ts | 4 +- .../src/ui/data-grid/nested/pager.ts | 4 +- .../ui/data-grid/nested/pattern-rule-dxi.ts | 2 +- .../src/ui/data-grid/nested/popup.ts | 18 +- .../src/ui/data-grid/nested/position.ts | 4 +- .../src/ui/data-grid/nested/range-rule-dxi.ts | 2 +- .../ui/data-grid/nested/required-rule-dxi.ts | 2 +- .../src/ui/data-grid/nested/row-dragging.ts | 10 +- .../src/ui/data-grid/nested/scrolling.ts | 6 +- .../src/ui/data-grid/nested/search.ts | 2 +- .../src/ui/data-grid/nested/selection.ts | 6 +- .../src/ui/data-grid/nested/show.ts | 4 +- .../nested/sort-by-group-summary-info-dxi.ts | 2 +- .../src/ui/data-grid/nested/sorting.ts | 2 +- .../src/ui/data-grid/nested/state-storing.ts | 2 +- .../nested/string-length-rule-dxi.ts | 2 +- .../src/ui/data-grid/nested/summary.ts | 8 +- .../src/ui/data-grid/nested/to.ts | 2 +- .../ui/data-grid/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/data-grid/nested/toolbar.ts | 2 +- .../src/ui/data-grid/nested/total-item-dxi.ts | 6 +- .../data-grid/nested/validation-rule-dxi.ts | 2 +- .../src/ui/data-grid/nested/value-format.ts | 2 +- .../src/ui/date-box/index.ts | 14 +- .../src/ui/date-box/nested/animation.ts | 2 +- .../src/ui/date-box/nested/at.ts | 2 +- .../src/ui/date-box/nested/button-dxi.ts | 4 +- .../ui/date-box/nested/calendar-options.ts | 4 +- .../src/ui/date-box/nested/collision.ts | 2 +- .../src/ui/date-box/nested/display-format.ts | 2 +- .../ui/date-box/nested/drop-down-options.ts | 18 +- .../src/ui/date-box/nested/from.ts | 2 +- .../src/ui/date-box/nested/hide.ts | 4 +- .../src/ui/date-box/nested/my.ts | 2 +- .../src/ui/date-box/nested/options.ts | 4 +- .../src/ui/date-box/nested/position.ts | 4 +- .../src/ui/date-box/nested/show.ts | 4 +- .../src/ui/date-box/nested/to.ts | 2 +- .../ui/date-box/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/date-range-box/index.ts | 12 +- .../src/ui/date-range-box/nested/animation.ts | 2 +- .../src/ui/date-range-box/nested/at.ts | 2 +- .../ui/date-range-box/nested/button-dxi.ts | 4 +- .../date-range-box/nested/calendar-options.ts | 4 +- .../src/ui/date-range-box/nested/collision.ts | 2 +- .../date-range-box/nested/display-format.ts | 2 +- .../nested/drop-down-options.ts | 18 +- .../src/ui/date-range-box/nested/from.ts | 2 +- .../src/ui/date-range-box/nested/hide.ts | 4 +- .../src/ui/date-range-box/nested/my.ts | 2 +- .../src/ui/date-range-box/nested/options.ts | 4 +- .../src/ui/date-range-box/nested/position.ts | 4 +- .../src/ui/date-range-box/nested/show.ts | 4 +- .../src/ui/date-range-box/nested/to.ts | 2 +- .../date-range-box/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/diagram/index.ts | 10 +- .../src/ui/diagram/nested/auto-layout.ts | 4 +- .../src/ui/diagram/nested/command-dxi.ts | 4 +- .../src/ui/diagram/nested/command-item-dxi.ts | 4 +- .../src/ui/diagram/nested/context-menu.ts | 2 +- .../src/ui/diagram/nested/context-toolbox.ts | 2 +- .../src/ui/diagram/nested/custom-shape-dxi.ts | 2 +- .../diagram/nested/default-item-properties.ts | 2 +- .../src/ui/diagram/nested/edges.ts | 6 +- .../src/ui/diagram/nested/group-dxi.ts | 2 +- .../src/ui/diagram/nested/history-toolbar.ts | 2 +- .../src/ui/diagram/nested/item-dxi.ts | 4 +- .../src/ui/diagram/nested/main-toolbar.ts | 2 +- .../src/ui/diagram/nested/nodes.ts | 10 +- .../src/ui/diagram/nested/properties-panel.ts | 2 +- .../src/ui/diagram/nested/tab-dxi.ts | 2 +- .../src/ui/diagram/nested/tab-group-dxi.ts | 2 +- .../ui/diagram/nested/toolbox-group-dxi.ts | 2 +- .../src/ui/diagram/nested/toolbox.ts | 2 +- .../src/ui/diagram/nested/view-toolbar.ts | 2 +- .../src/ui/draggable/index.ts | 4 +- .../devextreme-angular/src/ui/drawer/index.ts | 4 +- .../src/ui/drop-down-box/index.ts | 14 +- .../src/ui/drop-down-box/nested/animation.ts | 2 +- .../src/ui/drop-down-box/nested/at.ts | 2 +- .../src/ui/drop-down-box/nested/button-dxi.ts | 4 +- .../src/ui/drop-down-box/nested/collision.ts | 2 +- .../drop-down-box/nested/drop-down-options.ts | 18 +- .../src/ui/drop-down-box/nested/from.ts | 2 +- .../src/ui/drop-down-box/nested/hide.ts | 4 +- .../src/ui/drop-down-box/nested/my.ts | 2 +- .../src/ui/drop-down-box/nested/options.ts | 4 +- .../src/ui/drop-down-box/nested/position.ts | 4 +- .../src/ui/drop-down-box/nested/show.ts | 4 +- .../src/ui/drop-down-box/nested/to.ts | 2 +- .../drop-down-box/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/drop-down-button/index.ts | 12 +- .../ui/drop-down-button/nested/animation.ts | 2 +- .../src/ui/drop-down-button/nested/at.ts | 2 +- .../ui/drop-down-button/nested/collision.ts | 2 +- .../nested/drop-down-options.ts | 18 +- .../src/ui/drop-down-button/nested/from.ts | 2 +- .../src/ui/drop-down-button/nested/hide.ts | 4 +- .../ui/drop-down-button/nested/item-dxi.ts | 2 +- .../src/ui/drop-down-button/nested/my.ts | 2 +- .../ui/drop-down-button/nested/position.ts | 4 +- .../src/ui/drop-down-button/nested/show.ts | 4 +- .../src/ui/drop-down-button/nested/to.ts | 2 +- .../nested/toolbar-item-dxi.ts | 6 +- .../src/ui/file-manager/index.ts | 6 +- .../src/ui/file-manager/nested/column-dxi.ts | 2 +- .../nested/context-menu-item-dxi.ts | 2 +- .../ui/file-manager/nested/context-menu.ts | 2 +- .../src/ui/file-manager/nested/details.ts | 2 +- .../nested/file-selection-item-dxi.ts | 6 +- .../src/ui/file-manager/nested/item-dxi.ts | 6 +- .../src/ui/file-manager/nested/item-view.ts | 2 +- .../file-manager/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/file-manager/nested/toolbar.ts | 2 +- .../src/ui/file-uploader/index.ts | 6 +- .../src/ui/filter-builder/index.ts | 2 +- .../nested/custom-operation-dxi.ts | 4 +- .../src/ui/filter-builder/nested/field-dxi.ts | 10 +- .../src/ui/filter-builder/nested/format.ts | 2 +- .../src/ui/filter-builder/nested/lookup.ts | 4 +- .../devextreme-angular/src/ui/form/index.ts | 6 +- .../src/ui/form/nested/async-rule-dxi.ts | 2 +- .../src/ui/form/nested/button-item-dxi.ts | 6 +- .../src/ui/form/nested/button-options.ts | 4 +- .../src/ui/form/nested/compare-rule-dxi.ts | 2 +- .../src/ui/form/nested/custom-rule-dxi.ts | 2 +- .../src/ui/form/nested/email-rule-dxi.ts | 2 +- .../src/ui/form/nested/empty-item-dxi.ts | 2 +- .../src/ui/form/nested/group-item-dxi.ts | 2 +- .../src/ui/form/nested/item-dxi.ts | 10 +- .../src/ui/form/nested/label.ts | 4 +- .../src/ui/form/nested/numeric-rule-dxi.ts | 2 +- .../src/ui/form/nested/pattern-rule-dxi.ts | 2 +- .../src/ui/form/nested/range-rule-dxi.ts | 2 +- .../src/ui/form/nested/required-rule-dxi.ts | 2 +- .../src/ui/form/nested/simple-item-dxi.ts | 6 +- .../ui/form/nested/string-length-rule-dxi.ts | 2 +- .../src/ui/form/nested/tab-dxi.ts | 2 +- .../src/ui/form/nested/tab-panel-options.ts | 10 +- .../src/ui/form/nested/tabbed-item-dxi.ts | 4 +- .../src/ui/form/nested/validation-rule-dxi.ts | 2 +- .../devextreme-angular/src/ui/funnel/index.ts | 14 +- .../src/ui/funnel/nested/border.ts | 2 +- .../src/ui/funnel/nested/export.ts | 2 +- .../src/ui/funnel/nested/format.ts | 2 +- .../ui/funnel/nested/funnel-title-subtitle.ts | 2 +- .../src/ui/funnel/nested/funnel-title.ts | 4 +- .../src/ui/funnel/nested/hatching.ts | 2 +- .../src/ui/funnel/nested/hover-style.ts | 2 +- .../src/ui/funnel/nested/item.ts | 2 +- .../src/ui/funnel/nested/label-border.ts | 2 +- .../src/ui/funnel/nested/label.ts | 8 +- .../src/ui/funnel/nested/legend-border.ts | 2 +- .../ui/funnel/nested/legend-title-subtitle.ts | 2 +- .../src/ui/funnel/nested/legend-title.ts | 4 +- .../src/ui/funnel/nested/legend.ts | 6 +- .../src/ui/funnel/nested/loading-indicator.ts | 2 +- .../src/ui/funnel/nested/selection-style.ts | 2 +- .../src/ui/funnel/nested/subtitle.ts | 2 +- .../src/ui/funnel/nested/title.ts | 4 +- .../src/ui/funnel/nested/tooltip-border.ts | 2 +- .../src/ui/funnel/nested/tooltip.ts | 6 +- .../src/ui/gallery/index.ts | 10 +- .../devextreme-angular/src/ui/gantt/index.ts | 10 +- .../src/ui/gantt/nested/column-dxi.ts | 6 +- .../nested/column-header-filter-search.ts | 2 +- .../ui/gantt/nested/column-header-filter.ts | 8 +- .../ui/gantt/nested/context-menu-item-dxi.ts | 4 +- .../nested/context-menu-item-item-dxi.ts | 2 +- .../src/ui/gantt/nested/context-menu.ts | 2 +- .../src/ui/gantt/nested/dependencies.ts | 6 +- .../src/ui/gantt/nested/filter-row.ts | 2 +- .../src/ui/gantt/nested/format.ts | 2 +- .../nested/gantt-header-filter-search.ts | 2 +- .../ui/gantt/nested/gantt-header-filter.ts | 4 +- .../src/ui/gantt/nested/header-filter.ts | 10 +- .../src/ui/gantt/nested/item-dxi.ts | 8 +- .../ui/gantt/nested/resource-assignments.ts | 6 +- .../src/ui/gantt/nested/resources.ts | 6 +- .../src/ui/gantt/nested/scale-type-range.ts | 2 +- .../src/ui/gantt/nested/search.ts | 2 +- .../src/ui/gantt/nested/sorting.ts | 2 +- .../src/ui/gantt/nested/tasks.ts | 6 +- .../src/ui/gantt/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/gantt/nested/toolbar.ts | 2 +- .../src/ui/html-editor/index.ts | 6 +- .../src/ui/html-editor/nested/command-dxi.ts | 2 +- .../nested/file-uploader-options.ts | 6 +- .../src/ui/html-editor/nested/image-upload.ts | 4 +- .../src/ui/html-editor/nested/item-dxi.ts | 6 +- .../src/ui/html-editor/nested/mention-dxi.ts | 6 +- .../src/ui/html-editor/nested/tab-dxi.ts | 2 +- .../nested/table-context-menu-item-dxi.ts | 2 +- .../html-editor/nested/table-context-menu.ts | 2 +- .../ui/html-editor/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/html-editor/nested/toolbar.ts | 2 +- .../src/ui/html-editor/nested/variables.ts | 6 +- .../src/ui/linear-gauge/index.ts | 10 +- .../src/ui/linear-gauge/nested/animation.ts | 2 +- .../src/ui/linear-gauge/nested/border.ts | 2 +- .../src/ui/linear-gauge/nested/export.ts | 2 +- .../src/ui/linear-gauge/nested/format.ts | 2 +- .../src/ui/linear-gauge/nested/geometry.ts | 2 +- .../src/ui/linear-gauge/nested/label.ts | 4 +- .../linear-gauge/nested/loading-indicator.ts | 2 +- .../ui/linear-gauge/nested/range-container.ts | 4 +- .../src/ui/linear-gauge/nested/range-dxi.ts | 2 +- .../src/ui/linear-gauge/nested/scale.ts | 6 +- .../src/ui/linear-gauge/nested/subtitle.ts | 2 +- .../linear-gauge/nested/subvalue-indicator.ts | 6 +- .../src/ui/linear-gauge/nested/text.ts | 4 +- .../src/ui/linear-gauge/nested/title.ts | 4 +- .../src/ui/linear-gauge/nested/tooltip.ts | 4 +- .../ui/linear-gauge/nested/value-indicator.ts | 6 +- .../devextreme-angular/src/ui/list/index.ts | 18 +- .../src/ui/list/nested/button-dxi.ts | 4 +- .../src/ui/list/nested/item-dragging.ts | 4 +- .../src/ui/list/nested/options.ts | 4 +- .../ui/list/nested/search-editor-options.ts | 4 +- .../src/ui/load-indicator/index.ts | 2 +- .../src/ui/load-panel/index.ts | 8 +- .../src/ui/load-panel/nested/animation.ts | 2 +- .../src/ui/load-panel/nested/at.ts | 2 +- .../src/ui/load-panel/nested/collision.ts | 2 +- .../src/ui/load-panel/nested/from.ts | 2 +- .../src/ui/load-panel/nested/hide.ts | 4 +- .../ui/load-panel/nested/indicator-options.ts | 2 +- .../src/ui/load-panel/nested/my.ts | 2 +- .../src/ui/load-panel/nested/position.ts | 4 +- .../src/ui/load-panel/nested/show.ts | 4 +- .../src/ui/load-panel/nested/to.ts | 2 +- .../devextreme-angular/src/ui/lookup/index.ts | 14 +- .../src/ui/lookup/nested/animation.ts | 2 +- .../src/ui/lookup/nested/at.ts | 2 +- .../src/ui/lookup/nested/collision.ts | 2 +- .../src/ui/lookup/nested/drop-down-options.ts | 10 +- .../src/ui/lookup/nested/from.ts | 2 +- .../src/ui/lookup/nested/hide.ts | 4 +- .../src/ui/lookup/nested/my.ts | 2 +- .../src/ui/lookup/nested/position.ts | 4 +- .../src/ui/lookup/nested/show.ts | 4 +- .../src/ui/lookup/nested/to.ts | 2 +- .../src/ui/lookup/nested/toolbar-item-dxi.ts | 6 +- .../devextreme-angular/src/ui/map/index.ts | 2 +- .../src/ui/map/nested/route-dxi.ts | 2 +- .../devextreme-angular/src/ui/menu/index.ts | 16 +- .../src/ui/menu/nested/animation.ts | 2 +- .../src/ui/menu/nested/at.ts | 2 +- .../src/ui/menu/nested/collision.ts | 2 +- .../src/ui/menu/nested/from.ts | 2 +- .../src/ui/menu/nested/hide.ts | 4 +- .../src/ui/menu/nested/item-dxi.ts | 2 +- .../src/ui/menu/nested/my.ts | 2 +- .../src/ui/menu/nested/position.ts | 4 +- .../ui/menu/nested/show-first-submenu-mode.ts | 2 +- .../src/ui/menu/nested/show-submenu-mode.ts | 2 +- .../src/ui/menu/nested/show.ts | 4 +- .../src/ui/menu/nested/to.ts | 2 +- .../src/ui/multi-view/index.ts | 10 +- .../src/ui/nested/aggregation.ts | 2 +- .../src/ui/nested/animation.ts | 4 +- .../src/ui/nested/argument-axis.ts | 8 +- .../devextreme-angular/src/ui/nested/at.ts | 2 +- .../src/ui/nested/auto-layout.ts | 4 +- .../src/ui/nested/background.ts | 2 +- .../src/ui/nested/base/animation-config.ts | 4 +- .../src/ui/nested/base/animation-state.ts | 2 +- .../src/ui/nested/base/box-options.ts | 7 +- .../ui/nested/base/button-group-item-dxi.ts | 35 +- .../src/ui/nested/base/button-options.ts | 4 +- .../src/ui/nested/base/calendar-options.ts | 4 +- .../base/chart-annotation-config-dxi.ts | 4 +- .../base/chart-common-annotation-config.ts | 4 +- .../base/chart-common-series-settings.ts | 12 +- .../src/ui/nested/base/chart-series-dxi.ts | 12 +- .../base/column-chooser-search-config.ts | 2 +- .../base/column-chooser-selection-config.ts | 6 +- .../src/ui/nested/base/column-chooser.ts | 8 +- .../ui/nested/base/column-header-filter.ts | 10 +- .../src/ui/nested/base/data-change-dxi.ts | 2 +- .../ui/nested/base/data-grid-column-dxi.ts | 16 +- .../src/ui/nested/base/data-grid-toolbar.ts | 12 +- .../nested/base/diagram-custom-command-dxi.ts | 6 +- .../nested/base/file-manager-context-menu.ts | 8 +- .../base/file-manager-toolbar-item-dxi.ts | 6 +- .../ui/nested/base/file-uploader-options.ts | 6 +- .../filter-builder-custom-operation-dxi.ts | 2 +- .../nested/base/filter-builder-field-dxi.ts | 10 +- .../ui/nested/base/filter-builder-options.ts | 2 +- .../src/ui/nested/base/filter-panel.ts | 2 +- .../src/ui/nested/base/form-options.ts | 4 +- .../src/ui/nested/base/form-simple-item.ts | 4 +- .../src/ui/nested/base/format.ts | 2 +- .../src/ui/nested/base/gantt-filter-row.ts | 4 +- .../src/ui/nested/base/gauge-indicator.ts | 6 +- .../html-editor-image-upload-tab-item-dxi.ts | 6 +- .../nested/base/html-editor-image-upload.ts | 4 +- .../ui/nested/base/html-editor-mention-dxi.ts | 5 +- .../base/html-editor-table-context-menu.ts | 2 +- .../ui/nested/base/html-editor-variables.ts | 5 +- .../src/ui/nested/base/pager.ts | 4 +- .../src/ui/nested/base/popup-options.ts | 9 +- .../ui/nested/base/popup-toolbar-item-dxi.ts | 6 +- .../src/ui/nested/base/position-config.ts | 6 +- .../src/ui/nested/base/scheduler-scrolling.ts | 6 +- .../src/ui/nested/base/sortable-options.ts | 6 +- .../src/ui/nested/base/sorting.ts | 2 +- .../src/ui/nested/base/splitter-options.ts | 9 +- .../src/ui/nested/base/tab-panel-options.ts | 9 +- .../src/ui/nested/base/text-box-options.ts | 4 +- .../ui/nested/base/text-editor-button-dxi.ts | 8 +- .../src/ui/nested/behavior.ts | 2 +- .../src/ui/nested/border.ts | 2 +- .../devextreme-angular/src/ui/nested/box.ts | 2 +- .../src/ui/nested/break-style.ts | 2 +- .../src/ui/nested/calendar-options.ts | 2 +- .../devextreme-angular/src/ui/nested/chart.ts | 6 +- .../src/ui/nested/collision.ts | 2 +- .../src/ui/nested/colorizer.ts | 4 +- .../src/ui/nested/column-dxi.ts | 4 +- .../src/ui/nested/common-axis-settings.ts | 6 +- .../src/ui/nested/common-pane-settings.ts | 2 +- .../src/ui/nested/constant-line-dxi.ts | 4 +- .../src/ui/nested/constant-line-style.ts | 4 +- .../src/ui/nested/context-toolbox.ts | 2 +- .../src/ui/nested/control-bar.ts | 2 +- .../src/ui/nested/crosshair.ts | 4 +- .../src/ui/nested/custom-shape-dxi.ts | 2 +- .../src/ui/nested/default-item-properties.ts | 2 +- .../src/ui/nested/dependencies.ts | 5 +- .../src/ui/nested/details.ts | 2 +- .../src/ui/nested/drop-down-options.ts | 4 +- .../devextreme-angular/src/ui/nested/edges.ts | 5 +- .../src/ui/nested/editing.ts | 6 +- .../src/ui/nested/export.ts | 4 +- .../src/ui/nested/field-chooser.ts | 4 +- .../src/ui/nested/filter-builder-popup.ts | 4 +- .../src/ui/nested/geometry.ts | 2 +- .../src/ui/nested/group-dxi.ts | 2 +- .../src/ui/nested/group-item-dxi.ts | 4 +- .../src/ui/nested/group-panel.ts | 2 +- .../devextreme-angular/src/ui/nested/group.ts | 2 +- .../src/ui/nested/grouping.ts | 2 +- .../src/ui/nested/hatching.ts | 2 +- .../src/ui/nested/history-toolbar.ts | 2 +- .../src/ui/nested/horizontal-line.ts | 4 +- .../src/ui/nested/hover-style.ts | 2 +- .../devextreme-angular/src/ui/nested/image.ts | 2 +- .../src/ui/nested/item-view.ts | 2 +- .../devextreme-angular/src/ui/nested/item.ts | 2 +- .../src/ui/nested/keyboard-navigation.ts | 2 +- .../devextreme-angular/src/ui/nested/label.ts | 12 +- .../src/ui/nested/layer-dxi.ts | 11 +- .../src/ui/nested/legend-dxi.ts | 6 +- .../src/ui/nested/legend.ts | 8 +- .../devextreme-angular/src/ui/nested/link.ts | 4 +- .../src/ui/nested/load-panel.ts | 2 +- .../src/ui/nested/loading-indicator.ts | 2 +- .../src/ui/nested/lookup.ts | 4 +- .../src/ui/nested/main-toolbar.ts | 2 +- .../src/ui/nested/marker.ts | 2 +- .../devextreme-angular/src/ui/nested/my.ts | 2 +- .../devextreme-angular/src/ui/nested/node.ts | 2 +- .../devextreme-angular/src/ui/nested/nodes.ts | 9 +- .../src/ui/nested/pane-dxi.ts | 2 +- .../devextreme-angular/src/ui/nested/point.ts | 2 +- .../devextreme-angular/src/ui/nested/popup.ts | 4 +- .../src/ui/nested/properties-panel.ts | 2 +- .../src/ui/nested/range-container.ts | 6 +- .../src/ui/nested/range-dxi.ts | 2 +- .../src/ui/nested/reduction.ts | 2 +- .../src/ui/nested/resource-assignments.ts | 5 +- .../src/ui/nested/resource-dxi.ts | 5 +- .../src/ui/nested/resources.ts | 5 +- .../src/ui/nested/route-dxi.ts | 2 +- .../src/ui/nested/row-dragging.ts | 4 +- .../src/ui/nested/scale-type-range.ts | 2 +- .../devextreme-angular/src/ui/nested/scale.ts | 10 +- .../src/ui/nested/scroll-bar.ts | 2 +- .../src/ui/nested/selection-style.ts | 2 +- .../src/ui/nested/show-first-submenu-mode.ts | 2 +- .../src/ui/nested/show-submenu-mode.ts | 2 +- .../src/ui/nested/slider-marker.ts | 4 +- .../src/ui/nested/small-values-grouping.ts | 2 +- .../nested/sort-by-group-summary-info-dxi.ts | 2 +- .../src/ui/nested/splitter.ts | 2 +- .../src/ui/nested/state-storing.ts | 2 +- .../src/ui/nested/strip-dxi.ts | 4 +- .../src/ui/nested/strip-style.ts | 4 +- .../src/ui/nested/subtitle.ts | 2 +- .../src/ui/nested/summary.ts | 6 +- .../devextreme-angular/src/ui/nested/tasks.ts | 5 +- .../devextreme-angular/src/ui/nested/text.ts | 4 +- .../devextreme-angular/src/ui/nested/tile.ts | 2 +- .../devextreme-angular/src/ui/nested/title.ts | 4 +- .../src/ui/nested/toolbox.ts | 2 +- .../src/ui/nested/tooltip.ts | 10 +- .../src/ui/nested/total-item-dxi.ts | 6 +- .../src/ui/nested/validation-rule-dxi.ts | 2 +- .../src/ui/nested/value-axis-dxi.ts | 8 +- .../src/ui/nested/value-axis.ts | 6 +- .../src/ui/nested/value-error-bar.ts | 2 +- .../src/ui/nested/vertical-line.ts | 4 +- .../src/ui/nested/view-dxi.ts | 4 +- .../src/ui/nested/view-toolbar.ts | 2 +- .../src/ui/nested/zoom-and-pan.ts | 2 +- .../src/ui/number-box/index.ts | 6 +- .../src/ui/number-box/nested/button-dxi.ts | 4 +- .../src/ui/number-box/nested/format.ts | 2 +- .../src/ui/number-box/nested/options.ts | 4 +- .../src/ui/pagination/index.ts | 4 +- .../src/ui/pie-chart/index.ts | 14 +- .../src/ui/pie-chart/nested/animation.ts | 2 +- .../ui/pie-chart/nested/annotation-border.ts | 2 +- .../src/ui/pie-chart/nested/annotation-dxi.ts | 4 +- .../ui/pie-chart/nested/argument-format.ts | 2 +- .../src/ui/pie-chart/nested/border.ts | 2 +- .../nested/common-annotation-settings.ts | 4 +- .../nested/common-series-settings.ts | 6 +- .../src/ui/pie-chart/nested/export.ts | 2 +- .../src/ui/pie-chart/nested/format.ts | 2 +- .../src/ui/pie-chart/nested/hatching.ts | 2 +- .../src/ui/pie-chart/nested/hover-style.ts | 2 +- .../src/ui/pie-chart/nested/label.ts | 4 +- .../pie-chart/nested/legend-title-subtitle.ts | 2 +- .../src/ui/pie-chart/nested/legend-title.ts | 4 +- .../src/ui/pie-chart/nested/legend.ts | 6 +- .../ui/pie-chart/nested/loading-indicator.ts | 2 +- .../nested/pie-chart-title-subtitle.ts | 2 +- .../ui/pie-chart/nested/pie-chart-title.ts | 4 +- .../ui/pie-chart/nested/selection-style.ts | 2 +- .../src/ui/pie-chart/nested/series-border.ts | 2 +- .../src/ui/pie-chart/nested/series-dxi.ts | 6 +- .../ui/pie-chart/nested/series-template.ts | 2 +- .../pie-chart/nested/small-values-grouping.ts | 2 +- .../src/ui/pie-chart/nested/subtitle.ts | 2 +- .../src/ui/pie-chart/nested/title.ts | 4 +- .../src/ui/pie-chart/nested/tooltip-border.ts | 2 +- .../src/ui/pie-chart/nested/tooltip.ts | 6 +- .../src/ui/pivot-grid-field-chooser/index.ts | 8 +- .../nested/header-filter.ts | 2 +- .../pivot-grid-field-chooser/nested/search.ts | 2 +- .../src/ui/pivot-grid/index.ts | 10 +- .../src/ui/pivot-grid/nested/field-chooser.ts | 4 +- .../src/ui/pivot-grid/nested/header-filter.ts | 2 +- .../src/ui/pivot-grid/nested/scrolling.ts | 2 +- .../src/ui/pivot-grid/nested/search.ts | 2 +- .../src/ui/pivot-grid/nested/state-storing.ts | 2 +- .../src/ui/polar-chart/index.ts | 16 +- .../src/ui/polar-chart/nested/animation.ts | 2 +- .../polar-chart/nested/annotation-border.ts | 2 +- .../ui/polar-chart/nested/annotation-dxi.ts | 4 +- .../ui/polar-chart/nested/argument-axis.ts | 4 +- .../ui/polar-chart/nested/argument-format.ts | 2 +- .../src/ui/polar-chart/nested/axis-label.ts | 4 +- .../src/ui/polar-chart/nested/border.ts | 2 +- .../nested/common-annotation-settings.ts | 4 +- .../nested/common-axis-settings-label.ts | 2 +- .../nested/common-axis-settings.ts | 2 +- .../common-series-settings-hover-style.ts | 2 +- .../nested/common-series-settings-label.ts | 4 +- .../common-series-settings-selection-style.ts | 2 +- .../nested/common-series-settings.ts | 6 +- .../polar-chart/nested/constant-line-dxi.ts | 2 +- .../polar-chart/nested/constant-line-label.ts | 2 +- .../nested/constant-line-style-label.ts | 2 +- .../polar-chart/nested/constant-line-style.ts | 2 +- .../src/ui/polar-chart/nested/export.ts | 2 +- .../src/ui/polar-chart/nested/format.ts | 2 +- .../src/ui/polar-chart/nested/hatching.ts | 2 +- .../src/ui/polar-chart/nested/hover-style.ts | 2 +- .../src/ui/polar-chart/nested/label.ts | 4 +- .../nested/legend-title-subtitle.ts | 2 +- .../src/ui/polar-chart/nested/legend-title.ts | 4 +- .../src/ui/polar-chart/nested/legend.ts | 4 +- .../polar-chart/nested/loading-indicator.ts | 2 +- .../polar-chart/nested/point-hover-style.ts | 2 +- .../nested/point-selection-style.ts | 2 +- .../src/ui/polar-chart/nested/point.ts | 2 +- .../nested/polar-chart-title-subtitle.ts | 2 +- .../polar-chart/nested/polar-chart-title.ts | 4 +- .../ui/polar-chart/nested/selection-style.ts | 2 +- .../ui/polar-chart/nested/series-border.ts | 2 +- .../src/ui/polar-chart/nested/series-dxi.ts | 6 +- .../ui/polar-chart/nested/series-template.ts | 2 +- .../src/ui/polar-chart/nested/strip-dxi.ts | 2 +- .../src/ui/polar-chart/nested/strip-label.ts | 2 +- .../polar-chart/nested/strip-style-label.ts | 2 +- .../src/ui/polar-chart/nested/strip-style.ts | 2 +- .../src/ui/polar-chart/nested/subtitle.ts | 2 +- .../src/ui/polar-chart/nested/title.ts | 4 +- .../ui/polar-chart/nested/tooltip-border.ts | 2 +- .../src/ui/polar-chart/nested/tooltip.ts | 6 +- .../src/ui/polar-chart/nested/value-axis.ts | 6 +- .../ui/polar-chart/nested/value-error-bar.ts | 2 +- .../src/ui/polar-chart/nested/visual-range.ts | 2 +- .../src/ui/polar-chart/nested/whole-range.ts | 2 +- .../src/ui/popover/index.ts | 10 +- .../src/ui/popover/nested/animation.ts | 2 +- .../src/ui/popover/nested/at.ts | 2 +- .../src/ui/popover/nested/collision.ts | 2 +- .../src/ui/popover/nested/from.ts | 2 +- .../src/ui/popover/nested/hide.ts | 4 +- .../src/ui/popover/nested/my.ts | 2 +- .../src/ui/popover/nested/position.ts | 4 +- .../src/ui/popover/nested/show.ts | 4 +- .../src/ui/popover/nested/to.ts | 2 +- .../src/ui/popover/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/popup/component.ts | 10 +- .../src/ui/popup/nested/animation.ts | 2 +- .../src/ui/popup/nested/at.ts | 2 +- .../src/ui/popup/nested/collision.ts | 2 +- .../src/ui/popup/nested/from.ts | 2 +- .../src/ui/popup/nested/hide.ts | 4 +- .../src/ui/popup/nested/my.ts | 2 +- .../src/ui/popup/nested/position.ts | 4 +- .../src/ui/popup/nested/show.ts | 4 +- .../src/ui/popup/nested/to.ts | 2 +- .../src/ui/popup/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/progress-bar/index.ts | 4 +- .../src/ui/radio-group/index.ts | 12 +- .../src/ui/range-selector/index.ts | 20 +- .../ui/range-selector/nested/aggregation.ts | 2 +- .../range-selector/nested/argument-format.ts | 2 +- .../range-selector/nested/background-image.ts | 2 +- .../ui/range-selector/nested/background.ts | 2 +- .../src/ui/range-selector/nested/behavior.ts | 2 +- .../src/ui/range-selector/nested/border.ts | 2 +- .../ui/range-selector/nested/break-style.ts | 2 +- .../src/ui/range-selector/nested/chart.ts | 8 +- .../common-series-settings-hover-style.ts | 2 +- .../nested/common-series-settings-label.ts | 6 +- .../common-series-settings-selection-style.ts | 2 +- .../nested/common-series-settings.ts | 8 +- .../src/ui/range-selector/nested/export.ts | 2 +- .../src/ui/range-selector/nested/format.ts | 2 +- .../src/ui/range-selector/nested/hatching.ts | 2 +- .../ui/range-selector/nested/hover-style.ts | 2 +- .../src/ui/range-selector/nested/image.ts | 2 +- .../src/ui/range-selector/nested/label.ts | 6 +- .../nested/loading-indicator.ts | 2 +- .../ui/range-selector/nested/marker-label.ts | 2 +- .../src/ui/range-selector/nested/marker.ts | 2 +- .../nested/point-hover-style.ts | 2 +- .../nested/point-selection-style.ts | 2 +- .../src/ui/range-selector/nested/point.ts | 2 +- .../src/ui/range-selector/nested/reduction.ts | 2 +- .../ui/range-selector/nested/scale-label.ts | 4 +- .../src/ui/range-selector/nested/scale.ts | 6 +- .../range-selector/nested/selection-style.ts | 2 +- .../ui/range-selector/nested/series-border.ts | 2 +- .../ui/range-selector/nested/series-dxi.ts | 8 +- .../range-selector/nested/series-template.ts | 2 +- .../ui/range-selector/nested/slider-marker.ts | 4 +- .../src/ui/range-selector/nested/subtitle.ts | 2 +- .../src/ui/range-selector/nested/title.ts | 4 +- .../ui/range-selector/nested/value-axis.ts | 4 +- .../range-selector/nested/value-error-bar.ts | 2 +- .../src/ui/range-selector/nested/value.ts | 2 +- .../src/ui/range-slider/index.ts | 6 +- .../src/ui/range-slider/nested/format.ts | 2 +- .../src/ui/range-slider/nested/label.ts | 4 +- .../src/ui/range-slider/nested/tooltip.ts | 4 +- .../src/ui/recurrence-editor/index.ts | 4 +- .../src/ui/resizable/index.ts | 2 +- .../src/ui/responsive-box/index.ts | 10 +- .../devextreme-angular/src/ui/sankey/index.ts | 14 +- .../src/ui/sankey/nested/border.ts | 2 +- .../src/ui/sankey/nested/export.ts | 2 +- .../src/ui/sankey/nested/format.ts | 2 +- .../src/ui/sankey/nested/hatching.ts | 2 +- .../src/ui/sankey/nested/hover-style.ts | 2 +- .../src/ui/sankey/nested/label.ts | 4 +- .../src/ui/sankey/nested/link.ts | 4 +- .../src/ui/sankey/nested/loading-indicator.ts | 2 +- .../src/ui/sankey/nested/node.ts | 2 +- .../src/ui/sankey/nested/subtitle.ts | 2 +- .../src/ui/sankey/nested/title.ts | 4 +- .../src/ui/sankey/nested/tooltip-border.ts | 2 +- .../src/ui/sankey/nested/tooltip.ts | 4 +- .../src/ui/scheduler/index.ts | 18 +- .../scheduler/nested/appointment-dragging.ts | 8 +- .../src/ui/scheduler/nested/async-rule-dxi.ts | 2 +- .../ui/scheduler/nested/button-item-dxi.ts | 6 +- .../src/ui/scheduler/nested/button-options.ts | 4 +- .../ui/scheduler/nested/compare-rule-dxi.ts | 2 +- .../ui/scheduler/nested/custom-rule-dxi.ts | 2 +- .../src/ui/scheduler/nested/editing.ts | 2 +- .../src/ui/scheduler/nested/email-rule-dxi.ts | 2 +- .../src/ui/scheduler/nested/empty-item-dxi.ts | 2 +- .../src/ui/scheduler/nested/form.ts | 8 +- .../src/ui/scheduler/nested/group-item-dxi.ts | 2 +- .../src/ui/scheduler/nested/item-dxi.ts | 14 +- .../src/ui/scheduler/nested/label.ts | 4 +- .../ui/scheduler/nested/numeric-rule-dxi.ts | 2 +- .../ui/scheduler/nested/options-item-dxi.ts | 2 +- .../src/ui/scheduler/nested/options.ts | 6 +- .../ui/scheduler/nested/pattern-rule-dxi.ts | 2 +- .../src/ui/scheduler/nested/range-rule-dxi.ts | 2 +- .../ui/scheduler/nested/required-rule-dxi.ts | 2 +- .../src/ui/scheduler/nested/resource-dxi.ts | 6 +- .../src/ui/scheduler/nested/scrolling.ts | 2 +- .../ui/scheduler/nested/simple-item-dxi.ts | 6 +- .../nested/string-length-rule-dxi.ts | 2 +- .../src/ui/scheduler/nested/tab-dxi.ts | 2 +- .../ui/scheduler/nested/tab-panel-options.ts | 10 +- .../ui/scheduler/nested/tabbed-item-dxi.ts | 4 +- .../ui/scheduler/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/scheduler/nested/toolbar.ts | 2 +- .../scheduler/nested/validation-rule-dxi.ts | 2 +- .../src/ui/scheduler/nested/view-dxi.ts | 4 +- .../src/ui/scroll-view/index.ts | 4 +- .../src/ui/select-box/index.ts | 16 +- .../src/ui/select-box/nested/animation.ts | 2 +- .../src/ui/select-box/nested/at.ts | 2 +- .../src/ui/select-box/nested/button-dxi.ts | 4 +- .../src/ui/select-box/nested/collision.ts | 2 +- .../ui/select-box/nested/drop-down-options.ts | 18 +- .../src/ui/select-box/nested/from.ts | 2 +- .../src/ui/select-box/nested/hide.ts | 4 +- .../src/ui/select-box/nested/my.ts | 2 +- .../src/ui/select-box/nested/options.ts | 4 +- .../src/ui/select-box/nested/position.ts | 4 +- .../src/ui/select-box/nested/show.ts | 4 +- .../src/ui/select-box/nested/to.ts | 2 +- .../ui/select-box/nested/toolbar-item-dxi.ts | 6 +- .../devextreme-angular/src/ui/slider/index.ts | 6 +- .../src/ui/slider/nested/format.ts | 2 +- .../src/ui/slider/nested/label.ts | 4 +- .../src/ui/slider/nested/tooltip.ts | 4 +- .../src/ui/sortable/index.ts | 4 +- .../src/ui/sparkline/index.ts | 12 +- .../src/ui/sparkline/nested/border.ts | 2 +- .../src/ui/sparkline/nested/format.ts | 2 +- .../src/ui/sparkline/nested/tooltip.ts | 4 +- .../src/ui/speech-to-text/index.ts | 4 +- .../src/ui/speed-dial-action/index.ts | 2 +- .../src/ui/splitter/index.ts | 12 +- .../src/ui/splitter/nested/item-dxi.ts | 2 +- .../src/ui/stepper/index.ts | 12 +- .../devextreme-angular/src/ui/switch/index.ts | 4 +- .../src/ui/tab-panel/index.ts | 12 +- .../devextreme-angular/src/ui/tabs/index.ts | 12 +- .../src/ui/tag-box/index.ts | 16 +- .../src/ui/tag-box/nested/animation.ts | 2 +- .../src/ui/tag-box/nested/at.ts | 2 +- .../src/ui/tag-box/nested/button-dxi.ts | 4 +- .../src/ui/tag-box/nested/collision.ts | 2 +- .../ui/tag-box/nested/drop-down-options.ts | 18 +- .../src/ui/tag-box/nested/from.ts | 2 +- .../src/ui/tag-box/nested/hide.ts | 4 +- .../src/ui/tag-box/nested/my.ts | 2 +- .../src/ui/tag-box/nested/options.ts | 4 +- .../src/ui/tag-box/nested/position.ts | 4 +- .../src/ui/tag-box/nested/show.ts | 4 +- .../src/ui/tag-box/nested/to.ts | 2 +- .../src/ui/tag-box/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/text-area/index.ts | 4 +- .../src/ui/text-box/index.ts | 4 +- .../src/ui/text-box/nested/button-dxi.ts | 4 +- .../src/ui/text-box/nested/options.ts | 4 +- .../src/ui/tile-view/index.ts | 12 +- .../devextreme-angular/src/ui/toast/index.ts | 6 +- .../src/ui/toast/nested/animation.ts | 2 +- .../src/ui/toast/nested/at.ts | 2 +- .../src/ui/toast/nested/collision.ts | 2 +- .../src/ui/toast/nested/from.ts | 2 +- .../src/ui/toast/nested/hide.ts | 4 +- .../src/ui/toast/nested/my.ts | 2 +- .../src/ui/toast/nested/position.ts | 4 +- .../src/ui/toast/nested/show.ts | 4 +- .../src/ui/toast/nested/to.ts | 2 +- .../src/ui/toolbar/index.ts | 10 +- .../src/ui/toolbar/nested/item-dxi.ts | 4 +- .../src/ui/tooltip/index.ts | 8 +- .../src/ui/tooltip/nested/animation.ts | 2 +- .../src/ui/tooltip/nested/at.ts | 2 +- .../src/ui/tooltip/nested/collision.ts | 2 +- .../src/ui/tooltip/nested/from.ts | 2 +- .../src/ui/tooltip/nested/hide.ts | 4 +- .../src/ui/tooltip/nested/my.ts | 2 +- .../src/ui/tooltip/nested/position.ts | 4 +- .../src/ui/tooltip/nested/show.ts | 4 +- .../src/ui/tooltip/nested/to.ts | 2 +- .../src/ui/tree-list/index.ts | 34 +- .../src/ui/tree-list/nested/ai.ts | 6 +- .../src/ui/tree-list/nested/animation.ts | 2 +- .../src/ui/tree-list/nested/async-rule-dxi.ts | 2 +- .../src/ui/tree-list/nested/at.ts | 2 +- .../src/ui/tree-list/nested/button-dxi.ts | 10 +- .../src/ui/tree-list/nested/change-dxi.ts | 2 +- .../src/ui/tree-list/nested/collision.ts | 2 +- .../ui/tree-list/nested/column-button-dxi.ts | 6 +- .../src/ui/tree-list/nested/column-chooser.ts | 6 +- .../src/ui/tree-list/nested/column-dxi.ts | 16 +- .../nested/column-header-filter-search.ts | 2 +- .../tree-list/nested/column-header-filter.ts | 8 +- .../src/ui/tree-list/nested/column-lookup.ts | 4 +- .../ui/tree-list/nested/compare-rule-dxi.ts | 2 +- .../tree-list/nested/custom-operation-dxi.ts | 4 +- .../ui/tree-list/nested/custom-rule-dxi.ts | 2 +- .../src/ui/tree-list/nested/editing.ts | 10 +- .../nested/editor-options-button-dxi.ts | 4 +- .../src/ui/tree-list/nested/editor-options.ts | 4 +- .../src/ui/tree-list/nested/email-rule-dxi.ts | 2 +- .../src/ui/tree-list/nested/field-dxi.ts | 10 +- .../src/ui/tree-list/nested/field-lookup.ts | 4 +- .../tree-list/nested/filter-builder-popup.ts | 18 +- .../src/ui/tree-list/nested/filter-builder.ts | 2 +- .../src/ui/tree-list/nested/filter-panel.ts | 2 +- .../src/ui/tree-list/nested/filter-row.ts | 2 +- .../src/ui/tree-list/nested/form-item.ts | 6 +- .../src/ui/tree-list/nested/form.ts | 6 +- .../src/ui/tree-list/nested/format.ts | 2 +- .../src/ui/tree-list/nested/from.ts | 2 +- .../src/ui/tree-list/nested/header-filter.ts | 8 +- .../src/ui/tree-list/nested/hide.ts | 4 +- .../ui/tree-list/nested/indicator-options.ts | 2 +- .../src/ui/tree-list/nested/item-dxi.ts | 6 +- .../tree-list/nested/keyboard-navigation.ts | 2 +- .../src/ui/tree-list/nested/label.ts | 4 +- .../src/ui/tree-list/nested/load-panel.ts | 4 +- .../src/ui/tree-list/nested/lookup.ts | 4 +- .../src/ui/tree-list/nested/my.ts | 2 +- .../ui/tree-list/nested/numeric-rule-dxi.ts | 2 +- .../src/ui/tree-list/nested/options.ts | 4 +- .../src/ui/tree-list/nested/pager.ts | 4 +- .../ui/tree-list/nested/pattern-rule-dxi.ts | 2 +- .../src/ui/tree-list/nested/popup.ts | 18 +- .../src/ui/tree-list/nested/position.ts | 4 +- .../src/ui/tree-list/nested/range-rule-dxi.ts | 2 +- .../ui/tree-list/nested/required-rule-dxi.ts | 2 +- .../src/ui/tree-list/nested/row-dragging.ts | 10 +- .../src/ui/tree-list/nested/scrolling.ts | 4 +- .../src/ui/tree-list/nested/search.ts | 2 +- .../src/ui/tree-list/nested/selection.ts | 2 +- .../src/ui/tree-list/nested/show.ts | 4 +- .../src/ui/tree-list/nested/sorting.ts | 2 +- .../src/ui/tree-list/nested/state-storing.ts | 2 +- .../nested/string-length-rule-dxi.ts | 2 +- .../src/ui/tree-list/nested/to.ts | 2 +- .../ui/tree-list/nested/toolbar-item-dxi.ts | 6 +- .../src/ui/tree-list/nested/toolbar.ts | 2 +- .../nested/tree-list-header-filter-search.ts | 2 +- .../nested/tree-list-header-filter.ts | 2 +- .../tree-list/nested/tree-list-selection.ts | 2 +- .../tree-list/nested/validation-rule-dxi.ts | 2 +- .../src/ui/tree-map/index.ts | 14 +- .../src/ui/tree-map/nested/border.ts | 2 +- .../src/ui/tree-map/nested/colorizer.ts | 4 +- .../src/ui/tree-map/nested/export.ts | 2 +- .../src/ui/tree-map/nested/format.ts | 2 +- .../src/ui/tree-map/nested/group-label.ts | 2 +- .../src/ui/tree-map/nested/group.ts | 2 +- .../src/ui/tree-map/nested/label.ts | 2 +- .../ui/tree-map/nested/loading-indicator.ts | 2 +- .../src/ui/tree-map/nested/subtitle.ts | 2 +- .../src/ui/tree-map/nested/tile-label.ts | 2 +- .../src/ui/tree-map/nested/tile.ts | 2 +- .../src/ui/tree-map/nested/title.ts | 4 +- .../src/ui/tree-map/nested/tooltip-border.ts | 2 +- .../src/ui/tree-map/nested/tooltip.ts | 6 +- .../src/ui/tree-view/index.ts | 16 +- .../src/ui/tree-view/nested/button-dxi.ts | 4 +- .../src/ui/tree-view/nested/item-dxi.ts | 2 +- .../src/ui/tree-view/nested/options.ts | 4 +- .../tree-view/nested/search-editor-options.ts | 4 +- .../src/ui/validation-group/index.ts | 2 +- .../src/ui/validation-summary/index.ts | 6 +- .../src/ui/validator/index.ts | 4 +- .../src/ui/validator/nested/async-rule-dxi.ts | 2 +- .../ui/validator/nested/compare-rule-dxi.ts | 2 +- .../ui/validator/nested/custom-rule-dxi.ts | 2 +- .../src/ui/validator/nested/email-rule-dxi.ts | 2 +- .../ui/validator/nested/numeric-rule-dxi.ts | 2 +- .../ui/validator/nested/pattern-rule-dxi.ts | 2 +- .../src/ui/validator/nested/range-rule-dxi.ts | 2 +- .../ui/validator/nested/required-rule-dxi.ts | 2 +- .../nested/string-length-rule-dxi.ts | 2 +- .../validator/nested/validation-rule-dxi.ts | 2 +- .../src/ui/vector-map/index.ts | 14 +- .../ui/vector-map/nested/annotation-border.ts | 2 +- .../ui/vector-map/nested/annotation-dxi.ts | 4 +- .../src/ui/vector-map/nested/border.ts | 2 +- .../nested/common-annotation-settings.ts | 4 +- .../src/ui/vector-map/nested/control-bar.ts | 2 +- .../src/ui/vector-map/nested/export.ts | 2 +- .../src/ui/vector-map/nested/label.ts | 2 +- .../src/ui/vector-map/nested/layer-dxi.ts | 12 +- .../src/ui/vector-map/nested/legend-dxi.ts | 6 +- .../nested/legend-title-subtitle.ts | 2 +- .../src/ui/vector-map/nested/legend-title.ts | 4 +- .../ui/vector-map/nested/loading-indicator.ts | 2 +- .../src/ui/vector-map/nested/subtitle.ts | 2 +- .../src/ui/vector-map/nested/title.ts | 4 +- .../ui/vector-map/nested/tooltip-border.ts | 2 +- .../src/ui/vector-map/nested/tooltip.ts | 4 +- .../nested/vector-map-title-subtitle.ts | 2 +- .../ui/vector-map/nested/vector-map-title.ts | 4 +- packages/devextreme-angular/tsconfig.lib.json | 1 + .../generate-components/angular-generator.ts | 17 +- 1084 files changed, 2854 insertions(+), 2992 deletions(-) diff --git a/packages/devextreme-angular/src/common/ai-integration/index.ts b/packages/devextreme-angular/src/common/ai-integration/index.ts index 8b3c7c64054a..c8ce02d83b25 100644 --- a/packages/devextreme-angular/src/common/ai-integration/index.ts +++ b/packages/devextreme-angular/src/common/ai-integration/index.ts @@ -1,10 +1,2 @@ export { AIIntegration } from 'devextreme/common/ai-integration'; -export type { - AIProvider, - AIResponse, - GenerateGridColumnCommandResponse, - Prompt, - RequestParams, - RequestParamsData, - Response, -} from 'devextreme/common/ai-integration'; +export type { AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from 'devextreme/common/ai-integration'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/charts/index.ts b/packages/devextreme-angular/src/common/charts/index.ts index 8b0e3ca6e984..7d5f47129578 100644 --- a/packages/devextreme-angular/src/common/charts/index.ts +++ b/packages/devextreme-angular/src/common/charts/index.ts @@ -1,46 +1,2 @@ export { registerGradient, registerPattern } from 'devextreme/common/charts'; -export type { - AnimationEaseMode, - AnnotationType, - ArgumentAxisHoverMode, - AxisScaleType, - ChartsAxisLabelOverlap, - ChartsColor, - ChartsDataType, - ChartsLabelOverlap, - DashStyle, - DiscreteAxisDivisionMode, - Font, - GradientColor, - HatchDirection, - LabelOverlap, - LabelPosition, - LegendHoverMode, - LegendItem, - LegendMarkerState, - Palette, - PaletteColorSet, - PaletteExtensionMode, - PointInteractionMode, - PointSymbol, - RelativePosition, - ScaleBreak, - ScaleBreakLineStyle, - SeriesHoverMode, - SeriesLabel, - SeriesPoint, - SeriesSelectionMode, - SeriesType, - ShiftLabelOverlap, - TextOverflow, - Theme, - TimeInterval, - TimeIntervalConfig, - ValueAxisVisualRangeUpdateMode, - ValueErrorBarDisplayMode, - ValueErrorBarType, - VisualRange, - VisualRangeUpdateMode, - WordWrap, - ZoomPanAction, -} from 'devextreme/common/charts'; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from 'devextreme/common/charts'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/core/animation/index.ts b/packages/devextreme-angular/src/common/core/animation/index.ts index c69d7b8ad712..9a4d33842ab0 100644 --- a/packages/devextreme-angular/src/common/core/animation/index.ts +++ b/packages/devextreme-angular/src/common/core/animation/index.ts @@ -1,14 +1,2 @@ -export { - animationPresets, - cancelAnimationFrame, - fx, - requestAnimationFrame, - TransitionExecutor, -} from 'devextreme/common/core/animation'; -export type { - AnimationConfig, - AnimationState, - CollisionResolution, - CollisionResolutionCombination, - PositionConfig, -} from 'devextreme/common/core/animation'; +export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from 'devextreme/common/core/animation'; +export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from 'devextreme/common/core/animation'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/core/environment/index.ts b/packages/devextreme-angular/src/common/core/environment/index.ts index 83495e06b6e0..90312de6d45d 100644 --- a/packages/devextreme-angular/src/common/core/environment/index.ts +++ b/packages/devextreme-angular/src/common/core/environment/index.ts @@ -1,2 +1,2 @@ export { getTimeZones, hideTopOverlay, initMobileViewport } from 'devextreme/common/core/environment'; -export type { Device, SchedulerTimeZone } from 'devextreme/common/core/environment'; +export type { Device, SchedulerTimeZone } from 'devextreme/common/core/environment'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/core/events/index.ts b/packages/devextreme-angular/src/common/core/events/index.ts index ba5437b4656b..ebd5d2df1814 100644 --- a/packages/devextreme-angular/src/common/core/events/index.ts +++ b/packages/devextreme-angular/src/common/core/events/index.ts @@ -1,11 +1,2 @@ export { off, on, one, trigger } from 'devextreme/common/core/events'; -export type { - AsyncCancelable, - Cancelable, - ChangedOptionInfo, - EventInfo, - EventObject, - InitializedEventInfo, - ItemInfo, - NativeEventInfo, -} from 'devextreme/common/core/events'; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from 'devextreme/common/core/events'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/core/index.ts b/packages/devextreme-angular/src/common/core/index.ts index 6a3c41267a96..3e8c304c3d8b 100644 --- a/packages/devextreme-angular/src/common/core/index.ts +++ b/packages/devextreme-angular/src/common/core/index.ts @@ -1,90 +1,4 @@ -import { - animationPresets as animationPresetsValue, - cancelAnimationFrame as cancelAnimationFrameValue, - fx as fxValue, - requestAnimationFrame as requestAnimationFrameValue, - TransitionExecutor as TransitionExecutorValue, -} from './animation'; -import type * as AnimationTypes from './animation'; -import { - getTimeZones as getTimeZonesValue, - hideTopOverlay as hideTopOverlayValue, - initMobileViewport as initMobileViewportValue, -} from './environment'; -import type * as EnvironmentTypes from './environment'; -import { - off as offValue, - on as onValue, - one as oneValue, - trigger as triggerValue, -} from './events'; -import type * as EventsTypes from './events'; -import { - formatDate as formatDateValue, - formatMessage as formatMessageValue, - formatNumber as formatNumberValue, - loadMessages as loadMessagesValue, - locale as localeValue, - parseDate as parseDateValue, - parseNumber as parseNumberValue, -} from './localization'; -import type * as LocalizationTypes from './localization'; - -export namespace Animation { - export const animationPresets: typeof import('devextreme/common/core/animation').animationPresets = - animationPresetsValue; - export const cancelAnimationFrame: typeof import('devextreme/common/core/animation').cancelAnimationFrame = - cancelAnimationFrameValue; - export const fx: typeof import('devextreme/common/core/animation').fx = fxValue; - export const requestAnimationFrame: typeof import('devextreme/common/core/animation').requestAnimationFrame = - requestAnimationFrameValue; - export const TransitionExecutor: typeof import('devextreme/common/core/animation').TransitionExecutor = - TransitionExecutorValue; - - export type AnimationConfig = AnimationTypes.AnimationConfig; - export type AnimationState = AnimationTypes.AnimationState; - export type CollisionResolution = AnimationTypes.CollisionResolution; - export type CollisionResolutionCombination = AnimationTypes.CollisionResolutionCombination; - export type PositionConfig = AnimationTypes.PositionConfig; -} - -export namespace Environment { - export const getTimeZones: typeof import('devextreme/common/core/environment').getTimeZones = getTimeZonesValue; - export const hideTopOverlay: typeof import('devextreme/common/core/environment').hideTopOverlay = - hideTopOverlayValue; - export const initMobileViewport: typeof import('devextreme/common/core/environment').initMobileViewport = - initMobileViewportValue; - - export type Device = EnvironmentTypes.Device; - export type SchedulerTimeZone = EnvironmentTypes.SchedulerTimeZone; -} - -export namespace Events { - export const off: typeof import('devextreme/common/core/events').off = offValue; - export const on: typeof import('devextreme/common/core/events').on = onValue; - export const one: typeof import('devextreme/common/core/events').one = oneValue; - export const trigger: typeof import('devextreme/common/core/events').trigger = triggerValue; - - export type AsyncCancelable = EventsTypes.AsyncCancelable; - export type Cancelable = EventsTypes.Cancelable; - export type ChangedOptionInfo = EventsTypes.ChangedOptionInfo; - export type EventInfo = EventsTypes.EventInfo; - export type EventObject = EventsTypes.EventObject; - export type InitializedEventInfo = EventsTypes.InitializedEventInfo; - export type ItemInfo = EventsTypes.ItemInfo; - export type NativeEventInfo = - EventsTypes.NativeEventInfo; -} - -export namespace Localization { - export const formatDate: typeof import('devextreme/common/core/localization').formatDate = formatDateValue; - export const formatMessage: typeof import('devextreme/common/core/localization').formatMessage = - formatMessageValue; - export const formatNumber: typeof import('devextreme/common/core/localization').formatNumber = formatNumberValue; - export const loadMessages: typeof import('devextreme/common/core/localization').loadMessages = loadMessagesValue; - export const locale: typeof import('devextreme/common/core/localization').locale = localeValue; - export const parseDate: typeof import('devextreme/common/core/localization').parseDate = parseDateValue; - export const parseNumber: typeof import('devextreme/common/core/localization').parseNumber = parseNumberValue; - - export type Format = LocalizationTypes.Format; -} +export * as Animation from './animation'; +export * as Environment from './environment'; +export * as Events from './events'; +export * as Localization from './localization'; diff --git a/packages/devextreme-angular/src/common/core/localization/index.ts b/packages/devextreme-angular/src/common/core/localization/index.ts index c310f5369cbf..bf9dc83ad894 100644 --- a/packages/devextreme-angular/src/common/core/localization/index.ts +++ b/packages/devextreme-angular/src/common/core/localization/index.ts @@ -1,10 +1,2 @@ -export { - formatDate, - formatMessage, - formatNumber, - loadMessages, - locale, - parseDate, - parseNumber, -} from 'devextreme/common/core/localization'; -export type { Format } from 'devextreme/common/core/localization'; +export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from 'devextreme/common/core/localization'; +export type { Format } from 'devextreme/common/core/localization'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/data/index.ts b/packages/devextreme-angular/src/common/data/index.ts index 5a681f8150bf..07bfb9b49398 100644 --- a/packages/devextreme-angular/src/common/data/index.ts +++ b/packages/devextreme-angular/src/common/data/index.ts @@ -1,45 +1,2 @@ -export { - applyChanges, - ArrayStore, - base64_encode, - compileGetter, - compileSetter, - CustomStore, - DataSource, - EdmLiteral, - EndpointSelector, - errorHandler, - isGroupItemsArray, - isItemsArray, - isLoadResultObject, - keyConverters, - LocalStore, - ODataContext, - ODataStore, - query, - setErrorHandler, -} from 'devextreme/common/data'; -export type { - ArrayStoreOptions, - CustomStoreOptions, - DataSourceOptions, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, - LangParams, - LoadOptions, - LoadResult, - LoadResultObject, - LocalStoreOptions, - ODataContextOptions, - ODataStoreOptions, - Query, - ResolvedData, - SearchOperation, - SelectDescriptor, - SortDescriptor, - Store, - StoreOptions, - SummaryDescriptor, -} from 'devextreme/common/data'; +export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from 'devextreme/common/data'; +export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/export/excel/index.ts b/packages/devextreme-angular/src/common/export/excel/index.ts index 1f7c34b28ed4..20524129a9bd 100644 --- a/packages/devextreme-angular/src/common/export/excel/index.ts +++ b/packages/devextreme-angular/src/common/export/excel/index.ts @@ -1,7 +1,2 @@ export { exportDataGrid, exportPivotGrid } from 'devextreme/common/export/excel'; -export type { - DataGridCell, - DataGridExportOptions, - PivotGridCell, - PivotGridExportOptions, -} from 'devextreme/common/export/excel'; +export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from 'devextreme/common/export/excel'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/export/index.ts b/packages/devextreme-angular/src/common/export/index.ts index 74bebe77f2c2..ef73ffadf731 100644 --- a/packages/devextreme-angular/src/common/export/index.ts +++ b/packages/devextreme-angular/src/common/export/index.ts @@ -1,34 +1,2 @@ -import { - exportDataGrid as exportDataGridToExcelValue, - exportPivotGrid as exportPivotGridValue, -} from './excel'; -import type * as ExcelTypes from './excel'; -import { - exportDataGrid as exportDataGridToPdfValue, - exportGantt as exportGanttValue, -} from './pdf'; -import type * as PdfTypes from './pdf'; - -export namespace Excel { - export const exportDataGrid: typeof import('devextreme/common/export/excel').exportDataGrid = - exportDataGridToExcelValue; - export const exportPivotGrid: typeof import('devextreme/common/export/excel').exportPivotGrid = - exportPivotGridValue; - - export type DataGridCell = ExcelTypes.DataGridCell; - export type DataGridExportOptions = ExcelTypes.DataGridExportOptions; - export type PivotGridCell = ExcelTypes.PivotGridCell; - export type PivotGridExportOptions = ExcelTypes.PivotGridExportOptions; -} - -export namespace Pdf { - export const exportDataGrid: typeof import('devextreme/common/export/pdf').exportDataGrid = - exportDataGridToPdfValue; - export const exportGantt: typeof import('devextreme/common/export/pdf').exportGantt = exportGanttValue; - - export type Cell = PdfTypes.Cell; - export type DataGridCell = PdfTypes.DataGridCell; - export type DataGridExportOptions = PdfTypes.DataGridExportOptions; - export type GanttExportFont = PdfTypes.GanttExportFont; - export type GanttExportOptions = PdfTypes.GanttExportOptions; -} +export * as Excel from './excel'; +export * as Pdf from './pdf'; diff --git a/packages/devextreme-angular/src/common/export/pdf/index.ts b/packages/devextreme-angular/src/common/export/pdf/index.ts index bdb86d656ec2..9a16b3682bb2 100644 --- a/packages/devextreme-angular/src/common/export/pdf/index.ts +++ b/packages/devextreme-angular/src/common/export/pdf/index.ts @@ -1,8 +1,2 @@ export { exportDataGrid, exportGantt } from 'devextreme/common/export/pdf'; -export type { - Cell, - DataGridCell, - DataGridExportOptions, - GanttExportFont, - GanttExportOptions, -} from 'devextreme/common/export/pdf'; +export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from 'devextreme/common/export/pdf'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/grids/index.ts b/packages/devextreme-angular/src/common/grids/index.ts index 3a0957fda2f1..63ec44d9053f 100644 --- a/packages/devextreme-angular/src/common/grids/index.ts +++ b/packages/devextreme-angular/src/common/grids/index.ts @@ -1,79 +1 @@ -export type { - AdaptiveDetailRowPreparingInfo, - AIColumnMode, - AIColumnRequestCreatingInfo, - ApplyChangesMode, - ApplyFilterMode, - ColumnAIOptions, - ColumnBase, - ColumnButtonBase, - ColumnChooser, - ColumnChooserMode, - ColumnChooserSearchConfig, - ColumnChooserSelectionConfig, - ColumnCustomizeTextArg, - ColumnFixing, - ColumnFixingIcons, - ColumnFixingTexts, - ColumnHeaderFilter, - ColumnHeaderFilterSearchConfig, - ColumnLookup, - ColumnResizeMode, - DataChange, - DataChangeInfo, - DataChangeType, - DataErrorOccurredInfo, - DataRenderMode, - EditingBase, - EditingTextsBase, - EnterKeyAction, - EnterKeyDirection, - FilterOperation, - FilterPanel, - FilterPanelTexts, - FilterRow, - FilterRowOperationDescriptions, - FilterType, - FixedPosition, - GridBase, - GridBaseOptions, - GridsContextMenuTarget, - GridsEditMode, - GridsEditRefreshMode, - GroupExpandMode, - HeaderFilter, - HeaderFilterGroupInterval, - HeaderFilterSearchConfig, - HeaderFilterTexts, - KeyboardNavigation, - KeyDownInfo, - LoadPanel, - NewRowInfo, - NewRowPosition, - Pager, - PagerPageSize, - PagingBase, - RowDragging, - RowDraggingTemplateData, - RowInsertedInfo, - RowInsertingInfo, - RowKeyInfo, - RowRemovedInfo, - RowRemovingInfo, - RowUpdatedInfo, - RowUpdatingInfo, - RowValidatingInfo, - SavingInfo, - ScrollingBase, - SearchPanel, - SelectedFilterOperation, - SelectionBase, - SelectionChangedInfo, - SelectionColumnDisplayMode, - Sorting, - StartEditAction, - StateStoreType, - StateStoring, - SummaryType, - ToolbarPreparingInfo, -} from 'devextreme/common/grids'; +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from 'devextreme/common/grids'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/index.ts b/packages/devextreme-angular/src/common/index.ts index 4f9bda19756f..b8f7cc5790a5 100644 --- a/packages/devextreme-angular/src/common/index.ts +++ b/packages/devextreme-angular/src/common/index.ts @@ -1,430 +1,273 @@ -import { AIIntegration as aiIntegrationValue } from 'devextreme/common/ai-integration'; -import type * as AiIntegrationTypes from 'devextreme/common/ai-integration'; -import { - registerGradient as chartsRegisterGradient, - registerPattern as chartsRegisterPattern, -} from 'devextreme/common/charts'; -import type * as ChartsTypes from 'devextreme/common/charts'; -import { - animationPresets as animationPresetsValue, - cancelAnimationFrame as cancelAnimationFrameValue, - fx as fxValue, - requestAnimationFrame as requestAnimationFrameValue, - TransitionExecutor as transitionExecutorValue, -} from 'devextreme/common/core/animation'; -import type * as CoreAnimationTypes from 'devextreme/common/core/animation'; -import { - getTimeZones as getTimeZonesValue, - hideTopOverlay as hideTopOverlayValue, - initMobileViewport as initMobileViewportValue, -} from 'devextreme/common/core/environment'; -import type * as CoreEnvironmentTypes from 'devextreme/common/core/environment'; -import { - off as offValue, - on as onValue, - one as oneValue, - trigger as triggerValue, -} from 'devextreme/common/core/events'; -import type * as CoreEventsTypes from 'devextreme/common/core/events'; -import { - formatDate as formatDateValue, - formatMessage as formatMessageValue, - formatNumber as formatNumberValue, - loadMessages as loadMessagesValue, - locale as localeValue, - parseDate as parseDateValue, - parseNumber as parseNumberValue, -} from 'devextreme/common/core/localization'; -import type * as CoreLocalizationTypes from 'devextreme/common/core/localization'; -import { - applyChanges as dataApplyChanges, - ArrayStore as dataArrayStore, - base64_encode as dataBase64Encode, - compileGetter as dataCompileGetter, - compileSetter as dataCompileSetter, - CustomStore as dataCustomStore, - DataSource as dataDataSource, - EdmLiteral as dataEdmLiteral, - EndpointSelector as dataEndpointSelector, - errorHandler as dataErrorHandler, - isGroupItemsArray as dataIsGroupItemsArray, - isItemsArray as dataIsItemsArray, - isLoadResultObject as dataIsLoadResultObject, - keyConverters as dataKeyConverters, - LocalStore as dataLocalStore, - ODataContext as dataODataContext, - ODataStore as dataODataStore, - query as dataQuery, - setErrorHandler as dataSetErrorHandler, -} from 'devextreme/common/data'; -import type * as DataTypes from 'devextreme/common/data'; -import { - exportDataGrid as exportDataGridToExcelValue, - exportPivotGrid as exportPivotGridValue, -} from 'devextreme/common/export/excel'; -import type * as ExcelTypes from 'devextreme/common/export/excel'; -import { - exportDataGrid as exportDataGridToPdfValue, - exportGantt as exportGanttValue, -} from 'devextreme/common/export/pdf'; -import type * as PdfTypes from 'devextreme/common/export/pdf'; -import type * as GridsTypes from 'devextreme/common/grids'; - -type AiIntegrationModule = typeof import('devextreme/common/ai-integration'); -type ChartsModule = typeof import('devextreme/common/charts'); -type CoreAnimationModule = typeof import('devextreme/common/core/animation'); -type CoreEnvironmentModule = typeof import('devextreme/common/core/environment'); -type CoreEventsModule = typeof import('devextreme/common/core/events'); -type CoreLocalizationModule = typeof import('devextreme/common/core/localization'); -type DataModule = typeof import('devextreme/common/data'); -type ExportExcelModule = typeof import('devextreme/common/export/excel'); -type ExportPdfModule = typeof import('devextreme/common/export/pdf'); +import * as AiIntegrationModule from 'devextreme/common/ai-integration'; +import * as ChartsModule from 'devextreme/common/charts'; +import * as CoreAnimationModule from 'devextreme/common/core/animation'; +import * as CoreEnvironmentModule from 'devextreme/common/core/environment'; +import * as CoreEventsModule from 'devextreme/common/core/events'; +import * as CoreLocalizationModule from 'devextreme/common/core/localization'; +import * as DataModule from 'devextreme/common/data'; +import * as ExportExcelModule from 'devextreme/common/export/excel'; +import * as ExportPdfModule from 'devextreme/common/export/pdf'; +import * as GridsModule from 'devextreme/common/grids'; export { config, Guid, setTemplateEngine } from 'devextreme/common'; -export type { - ApplyValueMode, - AsyncRule, - ButtonStyle, - ButtonType, - CompareRule, - ComparisonOperator, - CustomRule, - DataStructure, - DataType, - DateLike, - DefaultOptionsRule, - Direction, - DisplayMode, - DragDirection, - Draggable, - DragHighlight, - EditorStyle, - EmailRule, - ExportFormat, - FieldChooserLayout, - FirstDayOfWeek, - FloatingActionButtonDirection, - Format, - GlobalConfig, - HorizontalAlignment, - HorizontalEdge, - LabelMode, - MaskMode, - Mode, - NumericRule, - Orientation, - PageLoadMode, - PageOrientation, - PatternRule, - Position, - PositionAlignment, - RangeRule, - RequiredRule, - Scrollable, - ScrollbarMode, - ScrollDirection, - ScrollMode, - SearchMode, - SelectAllMode, - SimplifiedSearchMode, - SingleMultipleAllOrNone, - SingleMultipleOrNone, - SingleOrMultiple, - SingleOrNone, - SliderValueChangeMode, - Sortable, - SortOrder, - StoreType, - StringLengthRule, - SubmenuShowMode, - TabsIconPosition, - TabsStyle, - template, - TextBoxPredefinedButton, - TextEditorButton, - TextEditorButtonLocation, - ToolbarItemComponent, - ToolbarItemLocation, - TooltipShowMode, - ValidationCallbackData, - ValidationMessageMode, - ValidationRule, - ValidationRuleType, - ValidationStatus, - VerticalAlignment, - VerticalEdge, -} from 'devextreme/common'; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from 'devextreme/common'; export namespace AiIntegration { - export const AIIntegration: AiIntegrationModule['AIIntegration'] = aiIntegrationValue; - - export type AIProvider = AiIntegrationTypes.AIProvider; - export type AIResponse = AiIntegrationTypes.AIResponse; - export type GenerateGridColumnCommandResponse = AiIntegrationTypes.GenerateGridColumnCommandResponse; - export type Prompt = AiIntegrationTypes.Prompt; - export type RequestParams = AiIntegrationTypes.RequestParams; - export type RequestParamsData = AiIntegrationTypes.RequestParamsData; - export type Response = AiIntegrationTypes.Response; + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; } export namespace Charts { - export const registerGradient: ChartsModule['registerGradient'] = chartsRegisterGradient; - export const registerPattern: ChartsModule['registerPattern'] = chartsRegisterPattern; - - export type AnimationEaseMode = ChartsTypes.AnimationEaseMode; - export type AnnotationType = ChartsTypes.AnnotationType; - export type ArgumentAxisHoverMode = ChartsTypes.ArgumentAxisHoverMode; - export type AxisScaleType = ChartsTypes.AxisScaleType; - export type ChartsAxisLabelOverlap = ChartsTypes.ChartsAxisLabelOverlap; - export type ChartsColor = ChartsTypes.ChartsColor; - export type ChartsDataType = ChartsTypes.ChartsDataType; - export type ChartsLabelOverlap = ChartsTypes.ChartsLabelOverlap; - export type DashStyle = ChartsTypes.DashStyle; - export type DiscreteAxisDivisionMode = ChartsTypes.DiscreteAxisDivisionMode; - export type Font = ChartsTypes.Font; - export type GradientColor = ChartsTypes.GradientColor; - export type HatchDirection = ChartsTypes.HatchDirection; - export type LabelOverlap = ChartsTypes.LabelOverlap; - export type LabelPosition = ChartsTypes.LabelPosition; - export type LegendHoverMode = ChartsTypes.LegendHoverMode; - export type LegendItem = ChartsTypes.LegendItem; - export type LegendMarkerState = ChartsTypes.LegendMarkerState; - export type Palette = ChartsTypes.Palette; - export type PaletteColorSet = ChartsTypes.PaletteColorSet; - export type PaletteExtensionMode = ChartsTypes.PaletteExtensionMode; - export type PointInteractionMode = ChartsTypes.PointInteractionMode; - export type PointSymbol = ChartsTypes.PointSymbol; - export type RelativePosition = ChartsTypes.RelativePosition; - export type ScaleBreak = ChartsTypes.ScaleBreak; - export type ScaleBreakLineStyle = ChartsTypes.ScaleBreakLineStyle; - export type SeriesHoverMode = ChartsTypes.SeriesHoverMode; - export type SeriesLabel = ChartsTypes.SeriesLabel; - export type SeriesPoint = ChartsTypes.SeriesPoint; - export type SeriesSelectionMode = ChartsTypes.SeriesSelectionMode; - export type SeriesType = ChartsTypes.SeriesType; - export type ShiftLabelOverlap = ChartsTypes.ShiftLabelOverlap; - export type TextOverflow = ChartsTypes.TextOverflow; - export type Theme = ChartsTypes.Theme; - export type TimeInterval = ChartsTypes.TimeInterval; - export type TimeIntervalConfig = ChartsTypes.TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = ChartsTypes.ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = ChartsTypes.ValueErrorBarDisplayMode; - export type ValueErrorBarType = ChartsTypes.ValueErrorBarType; - export type VisualRange = ChartsTypes.VisualRange; - export type VisualRangeUpdateMode = ChartsTypes.VisualRangeUpdateMode; - export type WordWrap = ChartsTypes.WordWrap; - export type ZoomPanAction = ChartsTypes.ZoomPanAction; + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; } export namespace Core { export namespace Animation { - export const animationPresets: CoreAnimationModule['animationPresets'] = animationPresetsValue; - export const cancelAnimationFrame: CoreAnimationModule['cancelAnimationFrame'] = cancelAnimationFrameValue; - export const fx: CoreAnimationModule['fx'] = fxValue; - export const requestAnimationFrame: CoreAnimationModule['requestAnimationFrame'] = - requestAnimationFrameValue; - export const TransitionExecutor: CoreAnimationModule['TransitionExecutor'] = transitionExecutorValue; - - export type AnimationConfig = CoreAnimationTypes.AnimationConfig; - export type AnimationState = CoreAnimationTypes.AnimationState; - export type CollisionResolution = CoreAnimationTypes.CollisionResolution; - export type CollisionResolutionCombination = CoreAnimationTypes.CollisionResolutionCombination; - export type PositionConfig = CoreAnimationTypes.PositionConfig; + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; } - export namespace Environment { - export const getTimeZones: CoreEnvironmentModule['getTimeZones'] = getTimeZonesValue; - export const hideTopOverlay: CoreEnvironmentModule['hideTopOverlay'] = hideTopOverlayValue; - export const initMobileViewport: CoreEnvironmentModule['initMobileViewport'] = initMobileViewportValue; - - export type Device = CoreEnvironmentTypes.Device; - export type SchedulerTimeZone = CoreEnvironmentTypes.SchedulerTimeZone; + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; } - export namespace Events { - export const off: CoreEventsModule['off'] = offValue; - export const on: CoreEventsModule['on'] = onValue; - export const one: CoreEventsModule['one'] = oneValue; - export const trigger: CoreEventsModule['trigger'] = triggerValue; - - export type AsyncCancelable = CoreEventsTypes.AsyncCancelable; - export type Cancelable = CoreEventsTypes.Cancelable; - export type ChangedOptionInfo = CoreEventsTypes.ChangedOptionInfo; - export type EventInfo = CoreEventsTypes.EventInfo; - export type EventObject = CoreEventsTypes.EventObject; - export type InitializedEventInfo = CoreEventsTypes.InitializedEventInfo; - export type ItemInfo = CoreEventsTypes.ItemInfo; - export type NativeEventInfo = - CoreEventsTypes.NativeEventInfo; + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; } - export namespace Localization { - export const formatDate: CoreLocalizationModule['formatDate'] = formatDateValue; - export const formatMessage: CoreLocalizationModule['formatMessage'] = formatMessageValue; - export const formatNumber: CoreLocalizationModule['formatNumber'] = formatNumberValue; - export const loadMessages: CoreLocalizationModule['loadMessages'] = loadMessagesValue; - export const locale: CoreLocalizationModule['locale'] = localeValue; - export const parseDate: CoreLocalizationModule['parseDate'] = parseDateValue; - export const parseNumber: CoreLocalizationModule['parseNumber'] = parseNumberValue; - - export type Format = CoreLocalizationTypes.Format; + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; } } export namespace Data { - export const applyChanges: DataModule['applyChanges'] = dataApplyChanges; - export const ArrayStore: DataModule['ArrayStore'] = dataArrayStore; - export const base64_encode: DataModule['base64_encode'] = dataBase64Encode; - export const compileGetter: DataModule['compileGetter'] = dataCompileGetter; - export const compileSetter: DataModule['compileSetter'] = dataCompileSetter; - export const CustomStore: DataModule['CustomStore'] = dataCustomStore; - export const DataSource: DataModule['DataSource'] = dataDataSource; - export const EdmLiteral: DataModule['EdmLiteral'] = dataEdmLiteral; - export const EndpointSelector: DataModule['EndpointSelector'] = dataEndpointSelector; - export const errorHandler: DataModule['errorHandler'] = dataErrorHandler; - export const isGroupItemsArray: DataModule['isGroupItemsArray'] = dataIsGroupItemsArray; - export const isItemsArray: DataModule['isItemsArray'] = dataIsItemsArray; - export const isLoadResultObject: DataModule['isLoadResultObject'] = dataIsLoadResultObject; - export const keyConverters: DataModule['keyConverters'] = dataKeyConverters; - export const LocalStore: DataModule['LocalStore'] = dataLocalStore; - export const ODataContext: DataModule['ODataContext'] = dataODataContext; - export const ODataStore: DataModule['ODataStore'] = dataODataStore; - export const query: DataModule['query'] = dataQuery; - export const setErrorHandler: DataModule['setErrorHandler'] = dataSetErrorHandler; - - export type ArrayStoreOptions = DataTypes.ArrayStoreOptions; - export type CustomStoreOptions = DataTypes.CustomStoreOptions; - export type DataSourceOptions = DataTypes.DataSourceOptions; - export type FilterDescriptor = DataTypes.FilterDescriptor; - export type GroupDescriptor = DataTypes.GroupDescriptor; - export type GroupingInterval = DataTypes.GroupingInterval; - export type GroupItem = DataTypes.GroupItem; - export type LangParams = DataTypes.LangParams; - export type LoadOptions = DataTypes.LoadOptions; - export type LoadResult = DataTypes.LoadResult; - export type LoadResultObject = DataTypes.LoadResultObject; - export type LocalStoreOptions = DataTypes.LocalStoreOptions; - export type ODataContextOptions = DataTypes.ODataContextOptions; - export type ODataStoreOptions = DataTypes.ODataStoreOptions; - export type Query = DataTypes.Query; - export type ResolvedData = DataTypes.ResolvedData; - export type SearchOperation = DataTypes.SearchOperation; - export type SelectDescriptor = DataTypes.SelectDescriptor; - export type SortDescriptor = DataTypes.SortDescriptor; - export type Store = DataTypes.Store; - export type StoreOptions = DataTypes.StoreOptions; - export type SummaryDescriptor = DataTypes.SummaryDescriptor; + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; } export namespace Export { export namespace Excel { - export const exportDataGrid: ExportExcelModule['exportDataGrid'] = exportDataGridToExcelValue; - export const exportPivotGrid: ExportExcelModule['exportPivotGrid'] = exportPivotGridValue; - - export type DataGridCell = ExcelTypes.DataGridCell; - export type DataGridExportOptions = ExcelTypes.DataGridExportOptions; - export type PivotGridCell = ExcelTypes.PivotGridCell; - export type PivotGridExportOptions = ExcelTypes.PivotGridExportOptions; + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; } - export namespace Pdf { - export const exportDataGrid: ExportPdfModule['exportDataGrid'] = exportDataGridToPdfValue; - export const exportGantt: ExportPdfModule['exportGantt'] = exportGanttValue; - - export type Cell = PdfTypes.Cell; - export type DataGridCell = PdfTypes.DataGridCell; - export type DataGridExportOptions = PdfTypes.DataGridExportOptions; - export type GanttExportFont = PdfTypes.GanttExportFont; - export type GanttExportOptions = PdfTypes.GanttExportOptions; + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; } } export function Grids(): void {} - export namespace Grids { - export type AdaptiveDetailRowPreparingInfo = GridsTypes.AdaptiveDetailRowPreparingInfo; - export type AIColumnMode = GridsTypes.AIColumnMode; - export type AIColumnRequestCreatingInfo = GridsTypes.AIColumnRequestCreatingInfo; - export type ApplyChangesMode = GridsTypes.ApplyChangesMode; - export type ApplyFilterMode = GridsTypes.ApplyFilterMode; - export type ColumnAIOptions = GridsTypes.ColumnAIOptions; - export type ColumnBase = GridsTypes.ColumnBase; - export type ColumnButtonBase = GridsTypes.ColumnButtonBase; - export type ColumnChooser = GridsTypes.ColumnChooser; - export type ColumnChooserMode = GridsTypes.ColumnChooserMode; - export type ColumnChooserSearchConfig = GridsTypes.ColumnChooserSearchConfig; - export type ColumnChooserSelectionConfig = GridsTypes.ColumnChooserSelectionConfig; - export type ColumnCustomizeTextArg = GridsTypes.ColumnCustomizeTextArg; - export type ColumnFixing = GridsTypes.ColumnFixing; - export type ColumnFixingIcons = GridsTypes.ColumnFixingIcons; - export type ColumnFixingTexts = GridsTypes.ColumnFixingTexts; - export type ColumnHeaderFilter = GridsTypes.ColumnHeaderFilter; - export type ColumnHeaderFilterSearchConfig = GridsTypes.ColumnHeaderFilterSearchConfig; - export type ColumnLookup = GridsTypes.ColumnLookup; - export type ColumnResizeMode = GridsTypes.ColumnResizeMode; - export type DataChange = GridsTypes.DataChange; - export type DataChangeInfo = GridsTypes.DataChangeInfo; - export type DataChangeType = GridsTypes.DataChangeType; - export type DataErrorOccurredInfo = GridsTypes.DataErrorOccurredInfo; - export type DataRenderMode = GridsTypes.DataRenderMode; - export type EditingBase = GridsTypes.EditingBase; - export type EditingTextsBase = GridsTypes.EditingTextsBase; - export type EnterKeyAction = GridsTypes.EnterKeyAction; - export type EnterKeyDirection = GridsTypes.EnterKeyDirection; - export type FilterOperation = GridsTypes.FilterOperation; - export type FilterPanel = GridsTypes.FilterPanel; - export type FilterPanelTexts = GridsTypes.FilterPanelTexts; - export type FilterRow = GridsTypes.FilterRow; - export type FilterRowOperationDescriptions = GridsTypes.FilterRowOperationDescriptions; - export type FilterType = GridsTypes.FilterType; - export type FixedPosition = GridsTypes.FixedPosition; - export type GridBase = GridsTypes.GridBase; - export type GridBaseOptions< - TComponent extends GridsTypes.GridBase, - TRowData = any, - TKey = any - > = GridsTypes.GridBaseOptions; - export type GridsContextMenuTarget = GridsTypes.GridsContextMenuTarget; - export type GridsEditMode = GridsTypes.GridsEditMode; - export type GridsEditRefreshMode = GridsTypes.GridsEditRefreshMode; - export type GroupExpandMode = GridsTypes.GroupExpandMode; - export type HeaderFilter = GridsTypes.HeaderFilter; - export type HeaderFilterGroupInterval = GridsTypes.HeaderFilterGroupInterval; - export type HeaderFilterSearchConfig = GridsTypes.HeaderFilterSearchConfig; - export type HeaderFilterTexts = GridsTypes.HeaderFilterTexts; - export type KeyboardNavigation = GridsTypes.KeyboardNavigation; - export type KeyDownInfo = GridsTypes.KeyDownInfo; - export type LoadPanel = GridsTypes.LoadPanel; - export type NewRowInfo = GridsTypes.NewRowInfo; - export type NewRowPosition = GridsTypes.NewRowPosition; - export type Pager = GridsTypes.Pager; - export type PagerPageSize = GridsTypes.PagerPageSize; - export type PagingBase = GridsTypes.PagingBase; - export type RowDragging< - TComponent extends GridsTypes.GridBase, - TRowData = any, - TKey = any - > = GridsTypes.RowDragging; - export type RowDraggingTemplateData = GridsTypes.RowDraggingTemplateData; - export type RowInsertedInfo = GridsTypes.RowInsertedInfo; - export type RowInsertingInfo = GridsTypes.RowInsertingInfo; - export type RowKeyInfo = GridsTypes.RowKeyInfo; - export type RowRemovedInfo = GridsTypes.RowRemovedInfo; - export type RowRemovingInfo = GridsTypes.RowRemovingInfo; - export type RowUpdatedInfo = GridsTypes.RowUpdatedInfo; - export type RowUpdatingInfo = GridsTypes.RowUpdatingInfo; - export type RowValidatingInfo = GridsTypes.RowValidatingInfo; - export type SavingInfo = GridsTypes.SavingInfo; - export type ScrollingBase = GridsTypes.ScrollingBase; - export type SearchPanel = GridsTypes.SearchPanel; - export type SelectedFilterOperation = GridsTypes.SelectedFilterOperation; - export type SelectionBase = GridsTypes.SelectionBase; - export type SelectionChangedInfo = GridsTypes.SelectionChangedInfo; - export type SelectionColumnDisplayMode = GridsTypes.SelectionColumnDisplayMode; - export type Sorting = GridsTypes.Sorting; - export type StartEditAction = GridsTypes.StartEditAction; - export type StateStoreType = GridsTypes.StateStoreType; - export type StateStoring = GridsTypes.StateStoring; - export type SummaryType = GridsTypes.SummaryType; - export type ToolbarPreparingInfo = GridsTypes.ToolbarPreparingInfo; + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; } diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index 0fba2280bf0e..0709f64a4d33 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -86,13 +86,346 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -import { AiIntegration, Charts, Core, Data, Export as CommonExport, Grids } from './common/index'; +import * as CommonModule from './common/index'; +import * as AiIntegrationModule from './common/ai-integration'; +import * as ChartsModule from './common/charts'; +import * as CoreAnimationModule from './common/core/animation'; +import * as CoreEnvironmentModule from './common/core/environment'; +import * as CoreEventsModule from './common/core/events'; +import * as CoreLocalizationModule from './common/core/localization'; +import * as DataModule from './common/data'; +import * as ExportExcelModule from './common/export/excel'; +import * as ExportPdfModule from './common/export/pdf'; +import * as GridsModule from './common/grids'; -export const Common = { - AiIntegration, - Charts, - Core, - Data, - Export: CommonExport, - Grids, -}; +export namespace Common { + export type ApplyValueMode = import('devextreme/common').ApplyValueMode; + export type AsyncRule = import('devextreme/common').AsyncRule; + export type ButtonStyle = import('devextreme/common').ButtonStyle; + export type ButtonType = import('devextreme/common').ButtonType; + export type CompareRule = import('devextreme/common').CompareRule; + export type ComparisonOperator = import('devextreme/common').ComparisonOperator; + export const config: typeof import('devextreme/common').config = CommonModule.config; + export type CustomRule = import('devextreme/common').CustomRule; + export type DataStructure = import('devextreme/common').DataStructure; + export type DataType = import('devextreme/common').DataType; + export type DateLike = import('devextreme/common').DateLike; + export type DefaultOptionsRule = import('devextreme/common').DefaultOptionsRule; + export type Direction = import('devextreme/common').Direction; + export type DisplayMode = import('devextreme/common').DisplayMode; + export type DragDirection = import('devextreme/common').DragDirection; + export type Draggable = import('devextreme/common').Draggable; + export type DragHighlight = import('devextreme/common').DragHighlight; + export type EditorStyle = import('devextreme/common').EditorStyle; + export type EmailRule = import('devextreme/common').EmailRule; + export type ExportFormat = import('devextreme/common').ExportFormat; + export type FieldChooserLayout = import('devextreme/common').FieldChooserLayout; + export type FirstDayOfWeek = import('devextreme/common').FirstDayOfWeek; + export type FloatingActionButtonDirection = import('devextreme/common').FloatingActionButtonDirection; + export type Format = import('devextreme/common').Format; + export type GlobalConfig = import('devextreme/common').GlobalConfig; + export const Guid: typeof import('devextreme/common').Guid = CommonModule.Guid; + export type Guid = import('devextreme/common').Guid; + export type HorizontalAlignment = import('devextreme/common').HorizontalAlignment; + export type HorizontalEdge = import('devextreme/common').HorizontalEdge; + export type LabelMode = import('devextreme/common').LabelMode; + export type MaskMode = import('devextreme/common').MaskMode; + export type Mode = import('devextreme/common').Mode; + export type NumericRule = import('devextreme/common').NumericRule; + export type Orientation = import('devextreme/common').Orientation; + export type PageLoadMode = import('devextreme/common').PageLoadMode; + export type PageOrientation = import('devextreme/common').PageOrientation; + export type PatternRule = import('devextreme/common').PatternRule; + export type Position = import('devextreme/common').Position; + export type PositionAlignment = import('devextreme/common').PositionAlignment; + export type RangeRule = import('devextreme/common').RangeRule; + export type RequiredRule = import('devextreme/common').RequiredRule; + export type Scrollable = import('devextreme/common').Scrollable; + export type ScrollbarMode = import('devextreme/common').ScrollbarMode; + export type ScrollDirection = import('devextreme/common').ScrollDirection; + export type ScrollMode = import('devextreme/common').ScrollMode; + export type SearchMode = import('devextreme/common').SearchMode; + export type SelectAllMode = import('devextreme/common').SelectAllMode; + export const setTemplateEngine: typeof import('devextreme/common').setTemplateEngine = CommonModule.setTemplateEngine; + export type SimplifiedSearchMode = import('devextreme/common').SimplifiedSearchMode; + export type SingleMultipleAllOrNone = import('devextreme/common').SingleMultipleAllOrNone; + export type SingleMultipleOrNone = import('devextreme/common').SingleMultipleOrNone; + export type SingleOrMultiple = import('devextreme/common').SingleOrMultiple; + export type SingleOrNone = import('devextreme/common').SingleOrNone; + export type SliderValueChangeMode = import('devextreme/common').SliderValueChangeMode; + export type Sortable = import('devextreme/common').Sortable; + export type SortOrder = import('devextreme/common').SortOrder; + export type StoreType = import('devextreme/common').StoreType; + export type StringLengthRule = import('devextreme/common').StringLengthRule; + export type SubmenuShowMode = import('devextreme/common').SubmenuShowMode; + export type TabsIconPosition = import('devextreme/common').TabsIconPosition; + export type TabsStyle = import('devextreme/common').TabsStyle; + export type template = import('devextreme/common').template; + export type TextBoxPredefinedButton = import('devextreme/common').TextBoxPredefinedButton; + export type TextEditorButton = import('devextreme/common').TextEditorButton; + export type TextEditorButtonLocation = import('devextreme/common').TextEditorButtonLocation; + export type ToolbarItemComponent = import('devextreme/common').ToolbarItemComponent; + export type ToolbarItemLocation = import('devextreme/common').ToolbarItemLocation; + export type TooltipShowMode = import('devextreme/common').TooltipShowMode; + export type ValidationCallbackData = import('devextreme/common').ValidationCallbackData; + export type ValidationMessageMode = import('devextreme/common').ValidationMessageMode; + export type ValidationRule = import('devextreme/common').ValidationRule; + export type ValidationRuleType = import('devextreme/common').ValidationRuleType; + export type ValidationStatus = import('devextreme/common').ValidationStatus; + export type VerticalAlignment = import('devextreme/common').VerticalAlignment; + export type VerticalEdge = import('devextreme/common').VerticalEdge; + export namespace AiIntegration { + export const AIIntegration: typeof import('devextreme/common/ai-integration').AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = import('devextreme/common/ai-integration').AIIntegration; + export type AIProvider = import('devextreme/common/ai-integration').AIProvider; + export type AIResponse = import('devextreme/common/ai-integration').AIResponse; + export type GenerateGridColumnCommandResponse = import('devextreme/common/ai-integration').GenerateGridColumnCommandResponse; + export type Prompt = import('devextreme/common/ai-integration').Prompt; + export type RequestParams = import('devextreme/common/ai-integration').RequestParams; + export type RequestParamsData = import('devextreme/common/ai-integration').RequestParamsData; + export type Response = import('devextreme/common/ai-integration').Response; + } + export namespace Charts { + export type AnimationEaseMode = import('devextreme/common/charts').AnimationEaseMode; + export type AnnotationType = import('devextreme/common/charts').AnnotationType; + export type ArgumentAxisHoverMode = import('devextreme/common/charts').ArgumentAxisHoverMode; + export type AxisScaleType = import('devextreme/common/charts').AxisScaleType; + export type ChartsAxisLabelOverlap = import('devextreme/common/charts').ChartsAxisLabelOverlap; + export type ChartsColor = import('devextreme/common/charts').ChartsColor; + export type ChartsDataType = import('devextreme/common/charts').ChartsDataType; + export type ChartsLabelOverlap = import('devextreme/common/charts').ChartsLabelOverlap; + export type DashStyle = import('devextreme/common/charts').DashStyle; + export type DiscreteAxisDivisionMode = import('devextreme/common/charts').DiscreteAxisDivisionMode; + export type Font = import('devextreme/common/charts').Font; + export type GradientColor = import('devextreme/common/charts').GradientColor; + export type HatchDirection = import('devextreme/common/charts').HatchDirection; + export type LabelOverlap = import('devextreme/common/charts').LabelOverlap; + export type LabelPosition = import('devextreme/common/charts').LabelPosition; + export type LegendHoverMode = import('devextreme/common/charts').LegendHoverMode; + export type LegendItem = import('devextreme/common/charts').LegendItem; + export type LegendMarkerState = import('devextreme/common/charts').LegendMarkerState; + export type Palette = import('devextreme/common/charts').Palette; + export type PaletteColorSet = import('devextreme/common/charts').PaletteColorSet; + export type PaletteExtensionMode = import('devextreme/common/charts').PaletteExtensionMode; + export type PointInteractionMode = import('devextreme/common/charts').PointInteractionMode; + export type PointSymbol = import('devextreme/common/charts').PointSymbol; + export const registerGradient: typeof import('devextreme/common/charts').registerGradient = ChartsModule.registerGradient; + export const registerPattern: typeof import('devextreme/common/charts').registerPattern = ChartsModule.registerPattern; + export type RelativePosition = import('devextreme/common/charts').RelativePosition; + export type ScaleBreak = import('devextreme/common/charts').ScaleBreak; + export type ScaleBreakLineStyle = import('devextreme/common/charts').ScaleBreakLineStyle; + export type SeriesHoverMode = import('devextreme/common/charts').SeriesHoverMode; + export type SeriesLabel = import('devextreme/common/charts').SeriesLabel; + export type SeriesPoint = import('devextreme/common/charts').SeriesPoint; + export type SeriesSelectionMode = import('devextreme/common/charts').SeriesSelectionMode; + export type SeriesType = import('devextreme/common/charts').SeriesType; + export type ShiftLabelOverlap = import('devextreme/common/charts').ShiftLabelOverlap; + export type TextOverflow = import('devextreme/common/charts').TextOverflow; + export type Theme = import('devextreme/common/charts').Theme; + export type TimeInterval = import('devextreme/common/charts').TimeInterval; + export type TimeIntervalConfig = import('devextreme/common/charts').TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = import('devextreme/common/charts').ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = import('devextreme/common/charts').ValueErrorBarDisplayMode; + export type ValueErrorBarType = import('devextreme/common/charts').ValueErrorBarType; + export type VisualRange = import('devextreme/common/charts').VisualRange; + export type VisualRangeUpdateMode = import('devextreme/common/charts').VisualRangeUpdateMode; + export type WordWrap = import('devextreme/common/charts').WordWrap; + export type ZoomPanAction = import('devextreme/common/charts').ZoomPanAction; + } + export namespace Core { + export namespace Animation { + export type AnimationConfig = import('devextreme/common/core/animation').AnimationConfig; + export const animationPresets: typeof import('devextreme/common/core/animation').animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = import('devextreme/common/core/animation').AnimationState; + export const cancelAnimationFrame: typeof import('devextreme/common/core/animation').cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = import('devextreme/common/core/animation').CollisionResolution; + export type CollisionResolutionCombination = import('devextreme/common/core/animation').CollisionResolutionCombination; + export const fx: typeof import('devextreme/common/core/animation').fx = CoreAnimationModule.fx; + export type PositionConfig = import('devextreme/common/core/animation').PositionConfig; + export const requestAnimationFrame: typeof import('devextreme/common/core/animation').requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor: typeof import('devextreme/common/core/animation').TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = import('devextreme/common/core/animation').TransitionExecutor; + } + export namespace Environment { + export type Device = import('devextreme/common/core/environment').Device; + export const getTimeZones: typeof import('devextreme/common/core/environment').getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay: typeof import('devextreme/common/core/environment').hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport: typeof import('devextreme/common/core/environment').initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = import('devextreme/common/core/environment').SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = import('devextreme/common/core/events').AsyncCancelable; + export type Cancelable = import('devextreme/common/core/events').Cancelable; + export type ChangedOptionInfo = import('devextreme/common/core/events').ChangedOptionInfo; + export type EventInfo = import('devextreme/common/core/events').EventInfo; + export type EventObject = import('devextreme/common/core/events').EventObject; + export type InitializedEventInfo = import('devextreme/common/core/events').InitializedEventInfo; + export type ItemInfo = import('devextreme/common/core/events').ItemInfo; + export type NativeEventInfo = import('devextreme/common/core/events').NativeEventInfo; + export const off: typeof import('devextreme/common/core/events').off = CoreEventsModule.off; + export const on: typeof import('devextreme/common/core/events').on = CoreEventsModule.on; + export const one: typeof import('devextreme/common/core/events').one = CoreEventsModule.one; + export const trigger: typeof import('devextreme/common/core/events').trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = import('devextreme/common/core/localization').Format; + export const formatDate: typeof import('devextreme/common/core/localization').formatDate = CoreLocalizationModule.formatDate; + export const formatMessage: typeof import('devextreme/common/core/localization').formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber: typeof import('devextreme/common/core/localization').formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages: typeof import('devextreme/common/core/localization').loadMessages = CoreLocalizationModule.loadMessages; + export const locale: typeof import('devextreme/common/core/localization').locale = CoreLocalizationModule.locale; + export const parseDate: typeof import('devextreme/common/core/localization').parseDate = CoreLocalizationModule.parseDate; + export const parseNumber: typeof import('devextreme/common/core/localization').parseNumber = CoreLocalizationModule.parseNumber; + } + } + export namespace Data { + export const applyChanges: typeof import('devextreme/common/data').applyChanges = DataModule.applyChanges; + export const ArrayStore: typeof import('devextreme/common/data').ArrayStore = DataModule.ArrayStore; + export type ArrayStore = import('devextreme/common/data').ArrayStore; + export type ArrayStoreOptions = import('devextreme/common/data').ArrayStoreOptions; + export const base64_encode: typeof import('devextreme/common/data').base64_encode = DataModule.base64_encode; + export const compileGetter: typeof import('devextreme/common/data').compileGetter = DataModule.compileGetter; + export const compileSetter: typeof import('devextreme/common/data').compileSetter = DataModule.compileSetter; + export const CustomStore: typeof import('devextreme/common/data').CustomStore = DataModule.CustomStore; + export type CustomStore = import('devextreme/common/data').CustomStore; + export type CustomStoreOptions = import('devextreme/common/data').CustomStoreOptions; + export const DataSource: typeof import('devextreme/common/data').DataSource = DataModule.DataSource; + export type DataSource = import('devextreme/common/data').DataSource; + export type DataSourceOptions = import('devextreme/common/data').DataSourceOptions; + export const EdmLiteral: typeof import('devextreme/common/data').EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = import('devextreme/common/data').EdmLiteral; + export const EndpointSelector: typeof import('devextreme/common/data').EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = import('devextreme/common/data').EndpointSelector; + export const errorHandler: typeof import('devextreme/common/data').errorHandler = DataModule.errorHandler; + export type FilterDescriptor = import('devextreme/common/data').FilterDescriptor; + export type GroupDescriptor = import('devextreme/common/data').GroupDescriptor; + export type GroupingInterval = import('devextreme/common/data').GroupingInterval; + export type GroupItem = import('devextreme/common/data').GroupItem; + export const isGroupItemsArray: typeof import('devextreme/common/data').isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray: typeof import('devextreme/common/data').isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject: typeof import('devextreme/common/data').isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters: typeof import('devextreme/common/data').keyConverters = DataModule.keyConverters; + export type LangParams = import('devextreme/common/data').LangParams; + export type LoadOptions = import('devextreme/common/data').LoadOptions; + export type LoadResult = import('devextreme/common/data').LoadResult; + export type LoadResultObject = import('devextreme/common/data').LoadResultObject; + export const LocalStore: typeof import('devextreme/common/data').LocalStore = DataModule.LocalStore; + export type LocalStore = import('devextreme/common/data').LocalStore; + export type LocalStoreOptions = import('devextreme/common/data').LocalStoreOptions; + export const ODataContext: typeof import('devextreme/common/data').ODataContext = DataModule.ODataContext; + export type ODataContext = import('devextreme/common/data').ODataContext; + export type ODataContextOptions = import('devextreme/common/data').ODataContextOptions; + export const ODataStore: typeof import('devextreme/common/data').ODataStore = DataModule.ODataStore; + export type ODataStore = import('devextreme/common/data').ODataStore; + export type ODataStoreOptions = import('devextreme/common/data').ODataStoreOptions; + export const query: typeof import('devextreme/common/data').query = DataModule.query; + export type Query = import('devextreme/common/data').Query; + export type ResolvedData = import('devextreme/common/data').ResolvedData; + export type SearchOperation = import('devextreme/common/data').SearchOperation; + export type SelectDescriptor = import('devextreme/common/data').SelectDescriptor; + export const setErrorHandler: typeof import('devextreme/common/data').setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = import('devextreme/common/data').SortDescriptor; + export type Store = import('devextreme/common/data').Store; + export type StoreOptions = import('devextreme/common/data').StoreOptions; + export type SummaryDescriptor = import('devextreme/common/data').SummaryDescriptor; + } + export namespace Export { + export namespace Excel { + export type DataGridCell = import('devextreme/common/export/excel').DataGridCell; + export type DataGridExportOptions = import('devextreme/common/export/excel').DataGridExportOptions; + export const exportDataGrid: typeof import('devextreme/common/export/excel').exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid: typeof import('devextreme/common/export/excel').exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = import('devextreme/common/export/excel').PivotGridCell; + export type PivotGridExportOptions = import('devextreme/common/export/excel').PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = import('devextreme/common/export/pdf').Cell; + export type DataGridCell = import('devextreme/common/export/pdf').DataGridCell; + export type DataGridExportOptions = import('devextreme/common/export/pdf').DataGridExportOptions; + export const exportDataGrid: typeof import('devextreme/common/export/pdf').exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt: typeof import('devextreme/common/export/pdf').exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = import('devextreme/common/export/pdf').GanttExportFont; + export type GanttExportOptions = import('devextreme/common/export/pdf').GanttExportOptions; + } + } + export function Grids(): void {} + export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = import('devextreme/common/grids').AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = import('devextreme/common/grids').AIColumnMode; + export type AIColumnRequestCreatingInfo = import('devextreme/common/grids').AIColumnRequestCreatingInfo; + export type ApplyChangesMode = import('devextreme/common/grids').ApplyChangesMode; + export type ApplyFilterMode = import('devextreme/common/grids').ApplyFilterMode; + export type ColumnAIOptions = import('devextreme/common/grids').ColumnAIOptions; + export type ColumnBase = import('devextreme/common/grids').ColumnBase; + export type ColumnButtonBase = import('devextreme/common/grids').ColumnButtonBase; + export type ColumnChooser = import('devextreme/common/grids').ColumnChooser; + export type ColumnChooserMode = import('devextreme/common/grids').ColumnChooserMode; + export type ColumnChooserSearchConfig = import('devextreme/common/grids').ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = import('devextreme/common/grids').ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = import('devextreme/common/grids').ColumnCustomizeTextArg; + export type ColumnFixing = import('devextreme/common/grids').ColumnFixing; + export type ColumnFixingIcons = import('devextreme/common/grids').ColumnFixingIcons; + export type ColumnFixingTexts = import('devextreme/common/grids').ColumnFixingTexts; + export type ColumnHeaderFilter = import('devextreme/common/grids').ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = import('devextreme/common/grids').ColumnHeaderFilterSearchConfig; + export type ColumnLookup = import('devextreme/common/grids').ColumnLookup; + export type ColumnResizeMode = import('devextreme/common/grids').ColumnResizeMode; + export type DataChange = import('devextreme/common/grids').DataChange; + export type DataChangeInfo = import('devextreme/common/grids').DataChangeInfo; + export type DataChangeType = import('devextreme/common/grids').DataChangeType; + export type DataErrorOccurredInfo = import('devextreme/common/grids').DataErrorOccurredInfo; + export type DataRenderMode = import('devextreme/common/grids').DataRenderMode; + export type EditingBase = import('devextreme/common/grids').EditingBase; + export type EditingTextsBase = import('devextreme/common/grids').EditingTextsBase; + export type EnterKeyAction = import('devextreme/common/grids').EnterKeyAction; + export type EnterKeyDirection = import('devextreme/common/grids').EnterKeyDirection; + export type FilterOperation = import('devextreme/common/grids').FilterOperation; + export type FilterPanel = import('devextreme/common/grids').FilterPanel; + export type FilterPanelTexts = import('devextreme/common/grids').FilterPanelTexts; + export type FilterRow = import('devextreme/common/grids').FilterRow; + export type FilterRowOperationDescriptions = import('devextreme/common/grids').FilterRowOperationDescriptions; + export type FilterType = import('devextreme/common/grids').FilterType; + export type FixedPosition = import('devextreme/common/grids').FixedPosition; + export type GridBase = import('devextreme/common/grids').GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = import('devextreme/common/grids').GridBaseOptions; + export type GridsContextMenuTarget = import('devextreme/common/grids').GridsContextMenuTarget; + export type GridsEditMode = import('devextreme/common/grids').GridsEditMode; + export type GridsEditRefreshMode = import('devextreme/common/grids').GridsEditRefreshMode; + export type GroupExpandMode = import('devextreme/common/grids').GroupExpandMode; + export type HeaderFilter = import('devextreme/common/grids').HeaderFilter; + export type HeaderFilterGroupInterval = import('devextreme/common/grids').HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = import('devextreme/common/grids').HeaderFilterSearchConfig; + export type HeaderFilterTexts = import('devextreme/common/grids').HeaderFilterTexts; + export type KeyboardNavigation = import('devextreme/common/grids').KeyboardNavigation; + export type KeyDownInfo = import('devextreme/common/grids').KeyDownInfo; + export type LoadPanel = import('devextreme/common/grids').LoadPanel; + export type NewRowInfo = import('devextreme/common/grids').NewRowInfo; + export type NewRowPosition = import('devextreme/common/grids').NewRowPosition; + export type Pager = import('devextreme/common/grids').Pager; + export type PagerPageSize = import('devextreme/common/grids').PagerPageSize; + export type PagingBase = import('devextreme/common/grids').PagingBase; + export type RowDragging, TRowData = any, TKey = any> = import('devextreme/common/grids').RowDragging; + export type RowDraggingTemplateData = import('devextreme/common/grids').RowDraggingTemplateData; + export type RowInsertedInfo = import('devextreme/common/grids').RowInsertedInfo; + export type RowInsertingInfo = import('devextreme/common/grids').RowInsertingInfo; + export type RowKeyInfo = import('devextreme/common/grids').RowKeyInfo; + export type RowRemovedInfo = import('devextreme/common/grids').RowRemovedInfo; + export type RowRemovingInfo = import('devextreme/common/grids').RowRemovingInfo; + export type RowUpdatedInfo = import('devextreme/common/grids').RowUpdatedInfo; + export type RowUpdatingInfo = import('devextreme/common/grids').RowUpdatingInfo; + export type RowValidatingInfo = import('devextreme/common/grids').RowValidatingInfo; + export type SavingInfo = import('devextreme/common/grids').SavingInfo; + export type ScrollingBase = import('devextreme/common/grids').ScrollingBase; + export type SearchPanel = import('devextreme/common/grids').SearchPanel; + export type SelectedFilterOperation = import('devextreme/common/grids').SelectedFilterOperation; + export type SelectionBase = import('devextreme/common/grids').SelectionBase; + export type SelectionChangedInfo = import('devextreme/common/grids').SelectionChangedInfo; + export type SelectionColumnDisplayMode = import('devextreme/common/grids').SelectionColumnDisplayMode; + export type Sorting = import('devextreme/common/grids').Sorting; + export type StartEditAction = import('devextreme/common/grids').StartEditAction; + export type StateStoreType = import('devextreme/common/grids').StateStoreType; + export type StateStoring = import('devextreme/common/grids').StateStoring; + export type SummaryType = import('devextreme/common/grids').SummaryType; + export type ToolbarPreparingInfo = import('devextreme/common/grids').ToolbarPreparingInfo; + } +} diff --git a/packages/devextreme-angular/src/ui/accordion/index.ts b/packages/devextreme-angular/src/ui/accordion/index.ts index 94180b07e110..083eb6da583a 100644 --- a/packages/devextreme-angular/src/ui/accordion/index.ts +++ b/packages/devextreme-angular/src/ui/accordion/index.ts @@ -21,12 +21,12 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/accordion'; +export type { ExplicitTypes } from 'devextreme/ui/accordion'; -import DataSource from 'devextreme/data/data_source'; -import { dxAccordionItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, ItemTitleClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/accordion'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxAccordionItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, ItemTitleClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/accordion'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import DxAccordion from 'devextreme/ui/accordion'; diff --git a/packages/devextreme-angular/src/ui/action-sheet/index.ts b/packages/devextreme-angular/src/ui/action-sheet/index.ts index 495eaeb27ee3..16a7cfdfaa9b 100644 --- a/packages/devextreme-angular/src/ui/action-sheet/index.ts +++ b/packages/devextreme-angular/src/ui/action-sheet/index.ts @@ -21,12 +21,12 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/action_sheet'; +export type { ExplicitTypes } from 'devextreme/ui/action_sheet'; -import DataSource from 'devextreme/data/data_source'; -import { dxActionSheetItem, CancelClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/action_sheet'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxActionSheetItem, CancelClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/action_sheet'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import DxActionSheet from 'devextreme/ui/action_sheet'; diff --git a/packages/devextreme-angular/src/ui/action-sheet/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/action-sheet/nested/item-dxi.ts index 74ea684233c4..37a901eab622 100644 --- a/packages/devextreme-angular/src/ui/action-sheet/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/action-sheet/nested/item-dxi.ts @@ -16,8 +16,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { NativeEventInfo } from 'devextreme/common/core/events'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { NativeEventInfo } from 'devextreme/common/core/events'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/index.ts b/packages/devextreme-angular/src/ui/autocomplete/index.ts index df0f77770c47..5c2d3a82d80f 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/index.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/index.ts @@ -24,14 +24,14 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { DropDownPredefinedButton } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; -import { TextEditorButton, LabelMode, SimplifiedSearchMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; -import { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { ChangeEvent, ClosedEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, ItemClickEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, SelectionChangedEvent, ValueChangedEvent } from 'devextreme/ui/autocomplete'; +import type DataSource from 'devextreme/data/data_source'; +import type { DropDownPredefinedButton } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; +import type { TextEditorButton, LabelMode, SimplifiedSearchMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; +import type { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { ChangeEvent, ClosedEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, ItemClickEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, SelectionChangedEvent, ValueChangedEvent } from 'devextreme/ui/autocomplete'; import DxAutocomplete from 'devextreme/ui/autocomplete'; diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/animation.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/animation.ts index 9455600bd998..563b69f1a829 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/at.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/at.ts index cd45d70c45de..a1127273025c 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/at.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/button-dxi.ts index e64e383ed69e..94d635339c89 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/collision.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/collision.ts index c5b17aa67070..e35e53c1b711 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/drop-down-options.ts index e2223678d298..d6d5ac5e0cce 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/drop-down-options.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/from.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/from.ts index a1deddc455bb..f36701e8477c 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/from.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/hide.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/hide.ts index 84a05ce837d9..c345a051b372 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/my.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/my.ts index 6acd033eb4fe..45a58f724d40 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/my.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/options.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/options.ts index e217a44f4125..acae1b23cdb2 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/options.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/position.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/position.ts index b14a53b5ecfc..e9eb5b01f95f 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/position.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/show.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/show.ts index 0288a0032c49..9e7b81e8fe16 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/show.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/to.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/to.ts index e2c04ee8f098..a35083950c62 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/to.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/autocomplete/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/autocomplete/nested/toolbar-item-dxi.ts index 81bb37009016..9b6bd05f91a8 100644 --- a/packages/devextreme-angular/src/ui/autocomplete/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/autocomplete/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/index.ts b/packages/devextreme-angular/src/ui/bar-gauge/index.ts index 81f7bfc450fc..db9e14583fa6 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/index.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/index.ts @@ -20,10 +20,10 @@ import { } from '@angular/core'; -import { AnimationEaseMode, Font, DashStyle, Palette, PaletteExtensionMode, ShiftLabelOverlap, Theme, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { ExportFormat, HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { BarGaugeBarInfo, BarGaugeLegendItem, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent } from 'devextreme/viz/bar_gauge'; +import type { AnimationEaseMode, Font, DashStyle, Palette, PaletteExtensionMode, ShiftLabelOverlap, Theme, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { ExportFormat, HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { BarGaugeBarInfo, BarGaugeLegendItem, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent } from 'devextreme/viz/bar_gauge'; import DxBarGauge from 'devextreme/viz/bar_gauge'; diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/animation.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/animation.ts index 000e5dd7aa62..3a05fddd4af7 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationEaseMode } from 'devextreme/common/charts'; +import type { AnimationEaseMode } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/bar-gauge-title-subtitle.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/bar-gauge-title-subtitle.ts index 688fcf429c8d..d749de388c49 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/bar-gauge-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/bar-gauge-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/bar-gauge-title.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/bar-gauge-title.ts index 22830130dc23..bb272b739a34 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/bar-gauge-title.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/bar-gauge-title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/border.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/border.ts index 690921905b9b..c6ecd4916c09 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/border.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/export.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/export.ts index 761ad2b283ba..dc299330767d 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/export.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/format.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/format.ts index 5a1518a419e3..5b65048639d0 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/format.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/item-text-format.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/item-text-format.ts index 7964264a5c6b..f3f6ca73c6a7 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/item-text-format.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/item-text-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/label.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/label.ts index 6f1c4481c79d..0d47764ba33b 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/label.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/label.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-border.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-border.ts index af9ce588a439..1ad18dbfd414 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-border.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-title-subtitle.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-title-subtitle.ts index 735cca0ec095..8fbe06831767 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-title.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-title.ts index 618ed426e196..8ba965b53ea3 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-title.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/legend-title.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/legend.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/legend.ts index fd6660a684f6..3b0630f9dc58 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/legend.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/legend.ts @@ -14,10 +14,10 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { BarGaugeBarInfo, BarGaugeLegendItem } from 'devextreme/viz/bar_gauge'; -import { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { BarGaugeBarInfo, BarGaugeLegendItem } from 'devextreme/viz/bar_gauge'; +import type { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/loading-indicator.ts index c12667dd6d8a..b7de76426967 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/subtitle.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/subtitle.ts index 4a8f10469a1e..5558e4baade3 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/title.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/title.ts index affc2f34e504..325bfcae710f 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/title.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/tooltip-border.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/tooltip-border.ts index 64830a538d3b..45819d6460ef 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/tooltip-border.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/tooltip-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bar-gauge/nested/tooltip.ts b/packages/devextreme-angular/src/ui/bar-gauge/nested/tooltip.ts index a39b3016b57d..6e3ec6b45796 100644 --- a/packages/devextreme-angular/src/ui/bar-gauge/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/bar-gauge/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/box/index.ts b/packages/devextreme-angular/src/ui/box/index.ts index 5ef91bd54ee0..47904b30f314 100644 --- a/packages/devextreme-angular/src/ui/box/index.ts +++ b/packages/devextreme-angular/src/ui/box/index.ts @@ -21,12 +21,12 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/box'; +export type { ExplicitTypes } from 'devextreme/ui/box'; -import DataSource from 'devextreme/data/data_source'; -import { Distribution, CrosswiseDistribution, dxBoxItem, BoxDirection, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/box'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { Distribution, CrosswiseDistribution, dxBoxItem, BoxDirection, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/box'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import DxBox from 'devextreme/ui/box'; diff --git a/packages/devextreme-angular/src/ui/box/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/box/nested/item-dxi.ts index c072c6d20c14..06daa54c6968 100644 --- a/packages/devextreme-angular/src/ui/box/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/box/nested/item-dxi.ts @@ -16,7 +16,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxBoxOptions } from 'devextreme/ui/box'; +import type { dxBoxOptions } from 'devextreme/ui/box'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bullet/index.ts b/packages/devextreme-angular/src/ui/bullet/index.ts index 1177b9c397c8..16cd1a2b864e 100644 --- a/packages/devextreme-angular/src/ui/bullet/index.ts +++ b/packages/devextreme-angular/src/ui/bullet/index.ts @@ -17,9 +17,9 @@ import { } from '@angular/core'; -import { DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent } from 'devextreme/viz/bullet'; -import { Theme, DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent } from 'devextreme/viz/bullet'; +import type { Theme, DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import DxBullet from 'devextreme/viz/bullet'; diff --git a/packages/devextreme-angular/src/ui/bullet/nested/border.ts b/packages/devextreme-angular/src/ui/bullet/nested/border.ts index 35eb317c006e..1322ce505d18 100644 --- a/packages/devextreme-angular/src/ui/bullet/nested/border.ts +++ b/packages/devextreme-angular/src/ui/bullet/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bullet/nested/format.ts b/packages/devextreme-angular/src/ui/bullet/nested/format.ts index fbac507f42f5..9115628f738b 100644 --- a/packages/devextreme-angular/src/ui/bullet/nested/format.ts +++ b/packages/devextreme-angular/src/ui/bullet/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/bullet/nested/tooltip.ts b/packages/devextreme-angular/src/ui/bullet/nested/tooltip.ts index 7cca65ebc427..74e536c234f5 100644 --- a/packages/devextreme-angular/src/ui/bullet/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/bullet/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/button-group/index.ts b/packages/devextreme-angular/src/ui/button-group/index.ts index de027c444319..03e5fb060925 100644 --- a/packages/devextreme-angular/src/ui/button-group/index.ts +++ b/packages/devextreme-angular/src/ui/button-group/index.ts @@ -22,8 +22,8 @@ import { } from '@angular/core'; -import { dxButtonGroupItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/button_group'; -import { SingleMultipleOrNone, ButtonStyle } from 'devextreme/common'; +import type { dxButtonGroupItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/button_group'; +import type { SingleMultipleOrNone, ButtonStyle } from 'devextreme/common'; import DxButtonGroup from 'devextreme/ui/button_group'; diff --git a/packages/devextreme-angular/src/ui/button-group/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/button-group/nested/item-dxi.ts index 451a478aef99..6b529df13a21 100644 --- a/packages/devextreme-angular/src/ui/button-group/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/button-group/nested/item-dxi.ts @@ -16,7 +16,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { ButtonType } from 'devextreme/common'; +import type { ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/button/index.ts b/packages/devextreme-angular/src/ui/button/index.ts index 6e09d1169590..822d72fbfba8 100644 --- a/packages/devextreme-angular/src/ui/button/index.ts +++ b/packages/devextreme-angular/src/ui/button/index.ts @@ -17,8 +17,8 @@ import { } from '@angular/core'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import DxButton from 'devextreme/ui/button'; diff --git a/packages/devextreme-angular/src/ui/calendar/index.ts b/packages/devextreme-angular/src/ui/calendar/index.ts index 744b3ec69c9c..323999ba89f9 100644 --- a/packages/devextreme-angular/src/ui/calendar/index.ts +++ b/packages/devextreme-angular/src/ui/calendar/index.ts @@ -22,8 +22,8 @@ import { } from '@angular/core'; -import { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from 'devextreme/ui/calendar'; -import { FirstDayOfWeek, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from 'devextreme/ui/calendar'; +import type { FirstDayOfWeek, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; import DxCalendar from 'devextreme/ui/calendar'; diff --git a/packages/devextreme-angular/src/ui/card-view/index.ts b/packages/devextreme-angular/src/ui/card-view/index.ts index d21576159363..5600d834cc87 100644 --- a/packages/devextreme-angular/src/ui/card-view/index.ts +++ b/packages/devextreme-angular/src/ui/card-view/index.ts @@ -21,17 +21,17 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/card_view'; - -import DataSource from 'devextreme/data/data_source'; -import { CardCover, CardHeader, ColumnProperties, dxCardViewEditing, HeaderPanel, CardClickEvent, CardDblClickEvent, CardHoverChangedEvent, CardInsertedEvent, CardInsertingEvent, CardPreparedEvent, CardRemovedEvent, CardRemovingEvent, CardUpdatedEvent, CardUpdatingEvent, ContextMenuPreparingEvent, EditCanceledEvent, EditCancelingEvent, EditingStartEvent, FieldCaptionClickEvent, FieldCaptionDblClickEvent, FieldCaptionPreparedEvent, FieldValueClickEvent, FieldValueDblClickEvent, FieldValuePreparedEvent, FocusedCardChanged, InitNewCardEvent, OptionChangedEvent, SavedEvent, SavingEvent, SelectionChangedEvent, Paging, RemoteOperations, SelectionConfiguration, dxCardViewToolbar } from 'devextreme/ui/card_view'; -import { Mode, ScrollbarMode } from 'devextreme/common'; -import { ColumnChooser, FilterPanel, HeaderFilter, Pager, SearchPanel, Sorting } from 'devextreme/common/grids'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxFilterBuilderOptions } from 'devextreme/ui/filter_builder'; -import { dxLoadPanelOptions } from 'devextreme/ui/load_panel'; -import { EventInfo } from 'devextreme/common/core/events'; +export type { ExplicitTypes } from 'devextreme/ui/card_view'; + +import type DataSource from 'devextreme/data/data_source'; +import type { CardCover, CardHeader, ColumnProperties, dxCardViewEditing, HeaderPanel, CardClickEvent, CardDblClickEvent, CardHoverChangedEvent, CardInsertedEvent, CardInsertingEvent, CardPreparedEvent, CardRemovedEvent, CardRemovingEvent, CardUpdatedEvent, CardUpdatingEvent, ContextMenuPreparingEvent, EditCanceledEvent, EditCancelingEvent, EditingStartEvent, FieldCaptionClickEvent, FieldCaptionDblClickEvent, FieldCaptionPreparedEvent, FieldValueClickEvent, FieldValueDblClickEvent, FieldValuePreparedEvent, FocusedCardChanged, InitNewCardEvent, OptionChangedEvent, SavedEvent, SavingEvent, SelectionChangedEvent, Paging, RemoteOperations, SelectionConfiguration, dxCardViewToolbar } from 'devextreme/ui/card_view'; +import type { Mode, ScrollbarMode } from 'devextreme/common'; +import type { ColumnChooser, FilterPanel, HeaderFilter, Pager, SearchPanel, Sorting } from 'devextreme/common/grids'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxFilterBuilderOptions } from 'devextreme/ui/filter_builder'; +import type { dxLoadPanelOptions } from 'devextreme/ui/load_panel'; +import type { EventInfo } from 'devextreme/common/core/events'; import DxCardView from 'devextreme/ui/card_view'; diff --git a/packages/devextreme-angular/src/ui/card-view/nested/animation.ts b/packages/devextreme-angular/src/ui/card-view/nested/animation.ts index 47db09484cf5..4227fb7f69be 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/async-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/async-rule-dxi.ts index c15e0ba8e463..75597c462e63 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/async-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/async-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/at.ts b/packages/devextreme-angular/src/ui/card-view/nested/at.ts index 0e1eea6b61e8..b244c28f6355 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/at.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/button-item-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/button-item-dxi.ts index fefbc2c6499e..0722346ec34d 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/button-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/button-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { dxButtonOptions } from 'devextreme/ui/button'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; +import type { dxButtonOptions } from 'devextreme/ui/button'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/button-options.ts b/packages/devextreme-angular/src/ui/card-view/nested/button-options.ts index 25f0c18c4905..2f9d0f9d91d6 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/button-options.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/button-options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/card-header-item-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/card-header-item-dxi.ts index 549f6801a06c..0fc7ad592fcd 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/card-header-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/card-header-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { CardHeaderPredefinedItem } from 'devextreme/ui/card_view'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { CardHeaderPredefinedItem } from 'devextreme/ui/card_view'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/card-header.ts b/packages/devextreme-angular/src/ui/card-view/nested/card-header.ts index 1991012643c3..d6bbd016e442 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/card-header.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/card-header.ts @@ -20,7 +20,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { CardHeaderItem, CardHeaderPredefinedItem } from 'devextreme/ui/card_view'; +import type { CardHeaderItem, CardHeaderPredefinedItem } from 'devextreme/ui/card_view'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/card-view-header-filter-search.ts b/packages/devextreme-angular/src/ui/card-view/nested/card-view-header-filter-search.ts index 0ebba2144f47..373e5db53aec 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/card-view-header-filter-search.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/card-view-header-filter-search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/card-view-header-filter.ts b/packages/devextreme-angular/src/ui/card-view/nested/card-view-header-filter.ts index fb0c72a60ca6..227e30e63776 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/card-view-header-filter.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/card-view-header-filter.ts @@ -14,7 +14,7 @@ import { -import { HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; +import type { HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/card-view-selection.ts b/packages/devextreme-angular/src/ui/card-view/nested/card-view-selection.ts index a128c09cacc7..d9ca711781de 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/card-view-selection.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/card-view-selection.ts @@ -14,8 +14,8 @@ import { -import { SingleMultipleOrNone, SelectAllMode } from 'devextreme/common'; -import { SelectionColumnDisplayMode } from 'devextreme/common/grids'; +import type { SingleMultipleOrNone, SelectAllMode } from 'devextreme/common'; +import type { SelectionColumnDisplayMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/change-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/change-dxi.ts index 1387034f988c..55c84be361c7 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/change-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/change-dxi.ts @@ -12,7 +12,7 @@ import { -import { DataChangeType } from 'devextreme/common/grids'; +import type { DataChangeType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/collision.ts b/packages/devextreme-angular/src/ui/card-view/nested/collision.ts index 2e683cc50842..e737b25116c6 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/column-chooser.ts b/packages/devextreme-angular/src/ui/card-view/nested/column-chooser.ts index e48dee553ab2..448e15f0afe5 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/column-chooser.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/column-chooser.ts @@ -14,9 +14,9 @@ import { -import { ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig } from 'devextreme/common/grids'; -import { PositionConfig } from 'devextreme/common/core/animation'; -import { SortOrder } from 'devextreme/common'; +import type { ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig } from 'devextreme/common/grids'; +import type { PositionConfig } from 'devextreme/common/core/animation'; +import type { SortOrder } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/column-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/column-dxi.ts index f3747a3924eb..6f63c9e3f8eb 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/column-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/column-dxi.ts @@ -16,11 +16,11 @@ import { -import * as CommonTypes from 'devextreme/common'; -import { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; -import { FilterType, ColumnHeaderFilter } from 'devextreme/common/grids'; -import { Format } from 'devextreme/common/core/localization'; -import { dxFormSimpleItem } from 'devextreme/ui/form'; +import type * as CommonTypes from 'devextreme/common'; +import type { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; +import type { FilterType, ColumnHeaderFilter } from 'devextreme/common/grids'; +import type { Format } from 'devextreme/common/core/localization'; +import type { dxFormSimpleItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/column-header-filter-search.ts b/packages/devextreme-angular/src/ui/card-view/nested/column-header-filter-search.ts index b01c3fd60827..23b751ad87d2 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/column-header-filter-search.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/column-header-filter-search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/column-header-filter.ts b/packages/devextreme-angular/src/ui/card-view/nested/column-header-filter.ts index 5a341d95359f..10644b074317 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/column-header-filter.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/column-header-filter.ts @@ -14,10 +14,10 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig } from 'devextreme/common/grids'; -import { SearchMode } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/compare-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/compare-rule-dxi.ts index 10921f1b4ed7..a0734ec55b5a 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/compare-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/compare-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; +import type { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/custom-operation-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/custom-operation-dxi.ts index 56b4e2a55006..14767ff2552a 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/custom-operation-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/custom-operation-dxi.ts @@ -12,8 +12,8 @@ import { -import { dxFilterBuilderField, FieldInfo } from 'devextreme/ui/filter_builder'; -import { DataType } from 'devextreme/common'; +import type { dxFilterBuilderField, FieldInfo } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/custom-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/custom-rule-dxi.ts index bed686bdfc37..3e1c35ec4cf1 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/custom-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/custom-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/dragging.ts b/packages/devextreme-angular/src/ui/card-view/nested/dragging.ts index 0f1eda235568..114d839f7407 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/dragging.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/dragging.ts @@ -14,7 +14,7 @@ import { -import { DragHighlight } from 'devextreme/common'; +import type { DragHighlight } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/editing.ts b/packages/devextreme-angular/src/ui/card-view/nested/editing.ts index 5de6c2ba49f8..45970e3d0452 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/editing.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/editing.ts @@ -16,9 +16,9 @@ import { -import { DataChange } from 'devextreme/common/grids'; -import { dxFormOptions } from 'devextreme/ui/form'; -import { EditingTexts } from 'devextreme/ui/card_view'; +import type { DataChange } from 'devextreme/common/grids'; +import type { dxFormOptions } from 'devextreme/ui/form'; +import type { EditingTexts } from 'devextreme/ui/card_view'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/email-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/email-rule-dxi.ts index d56d87de5c86..561cc27b3dcd 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/email-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/email-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/empty-item-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/empty-item-dxi.ts index 269a66c942fe..bb7d50129add 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/empty-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/empty-item-dxi.ts @@ -12,7 +12,7 @@ import { -import { FormItemType } from 'devextreme/ui/form'; +import type { FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/field-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/field-dxi.ts index ed37ac381338..3f5cc41b404a 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/field-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/field-dxi.ts @@ -12,11 +12,11 @@ import { -import { FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; -import { DataType } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/filter-builder.ts b/packages/devextreme-angular/src/ui/card-view/nested/filter-builder.ts index e9b353ea1323..02b4c53b2ca1 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/filter-builder.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/filter-builder.ts @@ -18,7 +18,7 @@ import { -import { dxFilterBuilderCustomOperation, dxFilterBuilderField, GroupOperation, ContentReadyEvent, DisposingEvent, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; +import type { dxFilterBuilderCustomOperation, dxFilterBuilderField, GroupOperation, ContentReadyEvent, DisposingEvent, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/filter-panel.ts b/packages/devextreme-angular/src/ui/card-view/nested/filter-panel.ts index 8b033408af90..e408a61d5c70 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/filter-panel.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/filter-panel.ts @@ -16,7 +16,7 @@ import { -import { FilterPanel, FilterPanelTexts } from 'devextreme/common/grids'; +import type { FilterPanel, FilterPanelTexts } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/form-item.ts b/packages/devextreme-angular/src/ui/card-view/nested/form-item.ts index b801a0fbe0f0..4e42a285ec8d 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/form-item.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/form-item.ts @@ -20,9 +20,9 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; -import { HorizontalAlignment } from 'devextreme/common'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/form.ts b/packages/devextreme-angular/src/ui/card-view/nested/form.ts index abd0e23f9e10..f9c8e89597bc 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/form.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/form.ts @@ -18,9 +18,9 @@ import { -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { Mode } from 'devextreme/common'; -import { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { Mode } from 'devextreme/common'; +import type { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/format.ts b/packages/devextreme-angular/src/ui/card-view/nested/format.ts index f94795e5ab87..4dc694ed67d4 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/format.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/from.ts b/packages/devextreme-angular/src/ui/card-view/nested/from.ts index cdd81d5079a9..46e337de800b 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/from.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/group-item-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/group-item-dxi.ts index 99c3d8f92045..0b575e84de14 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/group-item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/header-filter.ts b/packages/devextreme-angular/src/ui/card-view/nested/header-filter.ts index dc63380e62b8..75c82972a4f2 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/header-filter.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/header-filter.ts @@ -14,10 +14,10 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; -import { SearchMode } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/header-panel.ts b/packages/devextreme-angular/src/ui/card-view/nested/header-panel.ts index 09aa28b96447..6659d9e26b85 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/header-panel.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/header-panel.ts @@ -14,7 +14,7 @@ import { -import { DragHighlight } from 'devextreme/common'; +import type { DragHighlight } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/hide.ts b/packages/devextreme-angular/src/ui/card-view/nested/hide.ts index 1daaff8564bd..685a64a56d7a 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/indicator-options.ts b/packages/devextreme-angular/src/ui/card-view/nested/indicator-options.ts index 9aadeb1eb724..83250ee2ef85 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/indicator-options.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/indicator-options.ts @@ -14,7 +14,7 @@ import { -import { LoadingAnimationType } from 'devextreme/ui/load_indicator'; +import type { LoadingAnimationType } from 'devextreme/ui/load_indicator'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/item-dxi.ts index bef2ff43a5b5..ce323dc881cd 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/item-dxi.ts @@ -18,13 +18,13 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CardHeaderPredefinedItem, PredefinedToolbarItem } from 'devextreme/ui/card_view'; -import { FormPredefinedButtonItem, FormItemComponent, FormItemType, LabelLocation, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type * as CommonTypes from 'devextreme/common'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CardHeaderPredefinedItem, PredefinedToolbarItem } from 'devextreme/ui/card_view'; +import type { FormPredefinedButtonItem, FormItemComponent, FormItemType, LabelLocation, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/label.ts b/packages/devextreme-angular/src/ui/card-view/nested/label.ts index 4a284d2f7712..c84303c9a4bc 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/label.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/label.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { HorizontalAlignment } from 'devextreme/common'; -import { LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { LabelLocation } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/load-panel.ts b/packages/devextreme-angular/src/ui/card-view/nested/load-panel.ts index df08b26749df..fefda0093d60 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/load-panel.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/load-panel.ts @@ -16,10 +16,10 @@ import { -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { LoadPanelIndicatorProperties, ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent } from 'devextreme/ui/load_panel'; -import { PositionAlignment } from 'devextreme/common'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { LoadPanelIndicatorProperties, ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent } from 'devextreme/ui/load_panel'; +import type { PositionAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/lookup.ts b/packages/devextreme-angular/src/ui/card-view/nested/lookup.ts index 596e469f3b5d..8e77f2b1e8b4 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/lookup.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/lookup.ts @@ -14,8 +14,8 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/my.ts b/packages/devextreme-angular/src/ui/card-view/nested/my.ts index 5d4e9e48421c..d5ac52740add 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/my.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/numeric-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/numeric-rule-dxi.ts index c6fff2728b9b..2c36b24204a6 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/numeric-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/numeric-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/pager.ts b/packages/devextreme-angular/src/ui/card-view/nested/pager.ts index 43522054e6b6..7ed2d7100c18 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/pager.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/pager.ts @@ -14,8 +14,8 @@ import { -import { PagerPageSize } from 'devextreme/common/grids'; -import { Mode, DisplayMode } from 'devextreme/common'; +import type { PagerPageSize } from 'devextreme/common/grids'; +import type { Mode, DisplayMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/pattern-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/pattern-rule-dxi.ts index 4fcbcc453e29..072fdd468d34 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/pattern-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/pattern-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/position.ts b/packages/devextreme-angular/src/ui/card-view/nested/position.ts index 10713f33ff97..0994cc97b078 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/position.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/range-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/range-rule-dxi.ts index 6f37e94b8a52..176ec3387770 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/range-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/range-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/required-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/required-rule-dxi.ts index 519780e2ce5b..1ac80a619c1d 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/required-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/required-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/scrolling.ts b/packages/devextreme-angular/src/ui/card-view/nested/scrolling.ts index ba0761721dde..ae4265202dd7 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/scrolling.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/scrolling.ts @@ -14,7 +14,7 @@ import { -import { ScrollbarMode, Mode } from 'devextreme/common'; +import type { ScrollbarMode, Mode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/search.ts b/packages/devextreme-angular/src/ui/card-view/nested/search.ts index 37d8591a99ea..175031333bba 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/search.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/selection.ts b/packages/devextreme-angular/src/ui/card-view/nested/selection.ts index f57dd8a6de53..4aefbfbff149 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/selection.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/selection.ts @@ -14,8 +14,8 @@ import { -import { SingleMultipleOrNone, SelectAllMode } from 'devextreme/common'; -import { SelectionColumnDisplayMode } from 'devextreme/common/grids'; +import type { SingleMultipleOrNone, SelectAllMode } from 'devextreme/common'; +import type { SelectionColumnDisplayMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/show.ts b/packages/devextreme-angular/src/ui/card-view/nested/show.ts index 044ab807ecd4..387dafbb0662 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/show.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/simple-item-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/simple-item-dxi.ts index fa6401d42c64..0103db8e5fb6 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/simple-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/simple-item-dxi.ts @@ -18,9 +18,9 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; -import { HorizontalAlignment } from 'devextreme/common'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/sorting.ts b/packages/devextreme-angular/src/ui/card-view/nested/sorting.ts index 2ee1fe510179..8e3220c582ef 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/sorting.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/sorting.ts @@ -14,7 +14,7 @@ import { -import { SingleMultipleOrNone } from 'devextreme/common'; +import type { SingleMultipleOrNone } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/string-length-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/string-length-rule-dxi.ts index 30fccfffdec8..2337535f1fc7 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/string-length-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/string-length-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/tab-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/tab-dxi.ts index ec07071d75f3..ee954632a015 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/tab-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/tab-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/tab-panel-options.ts b/packages/devextreme-angular/src/ui/card-view/nested/tab-panel-options.ts index 5f37e53f9865..a6349eb4d139 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/tab-panel-options.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/tab-panel-options.ts @@ -18,11 +18,11 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/tabbed-item-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/tabbed-item-dxi.ts index 90dd9acc9f1f..37395865a955 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/tabbed-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/tabbed-item-dxi.ts @@ -14,8 +14,8 @@ import { -import { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/to.ts b/packages/devextreme-angular/src/ui/card-view/nested/to.ts index 8b66af10d727..0c4aa881d931 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/to.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/toolbar-item-dxi.ts index b6949cc5b9c2..795d9872d23d 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { PredefinedToolbarItem } from 'devextreme/ui/card_view'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { PredefinedToolbarItem } from 'devextreme/ui/card_view'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/toolbar.ts b/packages/devextreme-angular/src/ui/card-view/nested/toolbar.ts index 4343145f2d29..42799bdf456e 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/toolbar.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/toolbar.ts @@ -16,7 +16,7 @@ import { -import { dxCardViewToolbarItem, PredefinedToolbarItem } from 'devextreme/ui/card_view'; +import type { dxCardViewToolbarItem, PredefinedToolbarItem } from 'devextreme/ui/card_view'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/card-view/nested/validation-rule-dxi.ts b/packages/devextreme-angular/src/ui/card-view/nested/validation-rule-dxi.ts index 91f01749ad95..7cd361838ae6 100644 --- a/packages/devextreme-angular/src/ui/card-view/nested/validation-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/card-view/nested/validation-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; +import type { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/index.ts b/packages/devextreme-angular/src/ui/chart/index.ts index 0c8dc8e52cba..4eb7cc77aafa 100644 --- a/packages/devextreme-angular/src/ui/chart/index.ts +++ b/packages/devextreme-angular/src/ui/chart/index.ts @@ -22,15 +22,15 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import * as CommonChartTypes from 'devextreme/common/charts'; -import { AnimationEaseMode, TimeInterval, ChartsDataType, ScaleBreak, ScaleBreakLineStyle, DashStyle, Font, RelativePosition, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, ChartsAxisLabelOverlap, TextOverflow, WordWrap, AxisScaleType, VisualRangeUpdateMode, ChartsColor, SeriesHoverMode, HatchDirection, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType, SeriesLabel, SeriesPoint, LegendItem, LegendHoverMode, Palette, PaletteExtensionMode, ChartsLabelOverlap, Theme, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts'; -import { dxChartAnnotationConfig, AggregatedPointsPosition, ChartLabelDisplayMode, dxChartCommonAnnotationConfig, chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel, chartPointObject, ArgumentAxisClickEvent, DisposingEvent, DoneEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LegendClickEvent, OptionChangedEvent, PointClickEvent, PointHoverChangedEvent, PointSelectionChangedEvent, SeriesClickEvent, SeriesHoverChangedEvent, SeriesSelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, ZoomEndEvent, ZoomStartEvent, dxChartPointInfo, ChartTooltipLocation, ChartZoomAndPanMode, EventKeyModifier } from 'devextreme/viz/chart'; -import { HorizontalAlignment, VerticalAlignment, Position, ExportFormat, Orientation, VerticalEdge, SingleOrMultiple } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { ChartSeries } from 'devextreme/viz/common'; +import type DataSource from 'devextreme/data/data_source'; +import type * as CommonChartTypes from 'devextreme/common/charts'; +import type { AnimationEaseMode, TimeInterval, ChartsDataType, ScaleBreak, ScaleBreakLineStyle, DashStyle, Font, RelativePosition, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, ChartsAxisLabelOverlap, TextOverflow, WordWrap, AxisScaleType, VisualRangeUpdateMode, ChartsColor, SeriesHoverMode, HatchDirection, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType, SeriesLabel, SeriesPoint, LegendItem, LegendHoverMode, Palette, PaletteExtensionMode, ChartsLabelOverlap, Theme, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts'; +import type { dxChartAnnotationConfig, AggregatedPointsPosition, ChartLabelDisplayMode, dxChartCommonAnnotationConfig, chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel, chartPointObject, ArgumentAxisClickEvent, DisposingEvent, DoneEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LegendClickEvent, OptionChangedEvent, PointClickEvent, PointHoverChangedEvent, PointSelectionChangedEvent, SeriesClickEvent, SeriesHoverChangedEvent, SeriesSelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, ZoomEndEvent, ZoomStartEvent, dxChartPointInfo, ChartTooltipLocation, ChartZoomAndPanMode, EventKeyModifier } from 'devextreme/viz/chart'; +import type { HorizontalAlignment, VerticalAlignment, Position, ExportFormat, Orientation, VerticalEdge, SingleOrMultiple } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { ChartSeries } from 'devextreme/viz/common'; import DxChart from 'devextreme/viz/chart'; diff --git a/packages/devextreme-angular/src/ui/chart/nested/aggregation.ts b/packages/devextreme-angular/src/ui/chart/nested/aggregation.ts index afc87c1c8019..67d759738ade 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/aggregation.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/aggregation.ts @@ -14,7 +14,7 @@ import { -import { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod } from 'devextreme/viz/chart'; +import type { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/animation.ts b/packages/devextreme-angular/src/ui/chart/nested/animation.ts index aecdc2901ba6..91f17345f3a1 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationEaseMode } from 'devextreme/common/charts'; +import type { AnimationEaseMode } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/annotation-border.ts b/packages/devextreme-angular/src/ui/chart/nested/annotation-border.ts index 9e23899d769f..cbb8dd15f647 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/annotation-border.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/annotation-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/annotation-dxi.ts b/packages/devextreme-angular/src/ui/chart/nested/annotation-dxi.ts index 0ee6f0b9faac..ab2e48f36ae8 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/annotation-dxi.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/annotation-dxi.ts @@ -16,8 +16,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; -import { dxChartAnnotationConfig } from 'devextreme/viz/chart'; +import type { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; +import type { dxChartAnnotationConfig } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/argument-axis.ts b/packages/devextreme-angular/src/ui/chart/nested/argument-axis.ts index fca065df2734..961234b3dc40 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/argument-axis.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/argument-axis.ts @@ -18,11 +18,11 @@ import { -import * as CommonChartTypes from 'devextreme/common/charts'; -import { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; -import { TimeInterval, ChartsDataType, ScaleBreak, ScaleBreakLineStyle, DashStyle, Font, RelativePosition, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, ChartsAxisLabelOverlap, TextOverflow, WordWrap, AxisScaleType, VisualRangeUpdateMode } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment, Position } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type * as CommonChartTypes from 'devextreme/common/charts'; +import type { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { TimeInterval, ChartsDataType, ScaleBreak, ScaleBreakLineStyle, DashStyle, Font, RelativePosition, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, ChartsAxisLabelOverlap, TextOverflow, WordWrap, AxisScaleType, VisualRangeUpdateMode } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment, Position } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/argument-format.ts b/packages/devextreme-angular/src/ui/chart/nested/argument-format.ts index 79f8a7e22b6e..fd803f25027e 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/argument-format.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/argument-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/axis-constant-line-style-label.ts b/packages/devextreme-angular/src/ui/chart/nested/axis-constant-line-style-label.ts index b1a0c7810078..b20ffecd0ce6 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/axis-constant-line-style-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/axis-constant-line-style-label.ts @@ -14,8 +14,8 @@ import { -import { Font, RelativePosition } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/axis-constant-line-style.ts b/packages/devextreme-angular/src/ui/chart/nested/axis-constant-line-style.ts index 9eb627d231c2..8489a6a8b2d6 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/axis-constant-line-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/axis-constant-line-style.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/axis-label.ts b/packages/devextreme-angular/src/ui/chart/nested/axis-label.ts index cc9aa592805a..723286409a20 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/axis-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/axis-label.ts @@ -18,10 +18,10 @@ import { import { DOCUMENT } from '@angular/common'; -import { HorizontalAlignment, Position } from 'devextreme/common'; -import { ChartLabelDisplayMode } from 'devextreme/viz/chart'; -import { Font, ChartsAxisLabelOverlap, RelativePosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { HorizontalAlignment, Position } from 'devextreme/common'; +import type { ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { Font, ChartsAxisLabelOverlap, RelativePosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/axis-title.ts b/packages/devextreme-angular/src/ui/chart/nested/axis-title.ts index f4c90ffc2663..b6c9d0d6106d 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/axis-title.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/axis-title.ts @@ -14,8 +14,8 @@ import { -import { HorizontalAlignment } from 'devextreme/common'; -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/border.ts b/packages/devextreme-angular/src/ui/chart/nested/border.ts index ec317482839a..209969ff292d 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/border.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/break-style.ts b/packages/devextreme-angular/src/ui/chart/nested/break-style.ts index 9454fa13092f..6d61c56762c5 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/break-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/break-style.ts @@ -14,7 +14,7 @@ import { -import { ScaleBreakLineStyle } from 'devextreme/common/charts'; +import type { ScaleBreakLineStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/chart-title-subtitle.ts b/packages/devextreme-angular/src/ui/chart/nested/chart-title-subtitle.ts index 62b6465ae9ce..586bd15e754a 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/chart-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/chart-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/chart-title.ts b/packages/devextreme-angular/src/ui/chart/nested/chart-title.ts index 06e422e5a808..b9f018a807bf 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/chart-title.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/chart-title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-annotation-settings.ts b/packages/devextreme-angular/src/ui/chart/nested/common-annotation-settings.ts index 27b75a7fbf9f..c8fc53a9137e 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-annotation-settings.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-annotation-settings.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; -import { dxChartAnnotationConfig } from 'devextreme/viz/chart'; +import type { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; +import type { dxChartAnnotationConfig } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-constant-line-style-label.ts b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-constant-line-style-label.ts index cbcab05db70a..d450d7455f1c 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-constant-line-style-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-constant-line-style-label.ts @@ -14,7 +14,7 @@ import { -import { Font, RelativePosition } from 'devextreme/common/charts'; +import type { Font, RelativePosition } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-constant-line-style.ts b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-constant-line-style.ts index 943de79cf5bc..222fa411b6b8 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-constant-line-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-constant-line-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-label.ts b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-label.ts index 0a611b20cfb8..7fa7197778ce 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-label.ts @@ -18,9 +18,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { HorizontalAlignment, Position } from 'devextreme/common'; -import { ChartLabelDisplayMode } from 'devextreme/viz/chart'; -import { Font, ChartsAxisLabelOverlap, RelativePosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, Position } from 'devextreme/common'; +import type { ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { Font, ChartsAxisLabelOverlap, RelativePosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-title.ts b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-title.ts index 43ea399c8ebd..71490a84971e 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-title.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings-title.ts @@ -14,8 +14,8 @@ import { -import { HorizontalAlignment } from 'devextreme/common'; -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings.ts b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings.ts index fe3f965315ea..f07a168f4170 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-axis-settings.ts @@ -14,9 +14,9 @@ import { -import { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; -import { ScaleBreakLineStyle, DashStyle, Font, RelativePosition, DiscreteAxisDivisionMode, ChartsAxisLabelOverlap, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; +import type { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { ScaleBreakLineStyle, DashStyle, Font, RelativePosition, DiscreteAxisDivisionMode, ChartsAxisLabelOverlap, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-pane-settings.ts b/packages/devextreme-angular/src/ui/chart/nested/common-pane-settings.ts index 3619c4b8e3a4..86e2f73a7ee4 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-pane-settings.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-pane-settings.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor, DashStyle } from 'devextreme/common/charts'; +import type { ChartsColor, DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-hover-style.ts b/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-hover-style.ts index 1699e0d61ef8..073639831c68 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-hover-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-hover-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-label.ts b/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-label.ts index 4dc28fa7f8a0..769fdb86791a 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-label.ts @@ -14,9 +14,9 @@ import { -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-selection-style.ts b/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-selection-style.ts index fbaa665ccf1e..5a5206af6b2d 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-selection-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-series-settings-selection-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/common-series-settings.ts b/packages/devextreme-angular/src/ui/chart/nested/common-series-settings.ts index ed6684d18987..cd2c932ec843 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/common-series-settings.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/common-series-settings.ts @@ -14,10 +14,10 @@ import { -import { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; -import { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/constant-line-dxi.ts b/packages/devextreme-angular/src/ui/chart/nested/constant-line-dxi.ts index 2abbbed02cba..da5d281cf1e6 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/constant-line-dxi.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/constant-line-dxi.ts @@ -12,8 +12,8 @@ import { -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/constant-line-label.ts b/packages/devextreme-angular/src/ui/chart/nested/constant-line-label.ts index b08c13a13740..38bfb3f1375e 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/constant-line-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/constant-line-label.ts @@ -14,8 +14,8 @@ import { -import { Font, RelativePosition } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/constant-line-style.ts b/packages/devextreme-angular/src/ui/chart/nested/constant-line-style.ts index 49d0ad471995..5c0ccc3ba964 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/constant-line-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/constant-line-style.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/crosshair.ts b/packages/devextreme-angular/src/ui/chart/nested/crosshair.ts index 7a8e5a680ead..851a781b1365 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/crosshair.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/crosshair.ts @@ -14,9 +14,9 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { chartPointObject } from 'devextreme/viz/chart'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { chartPointObject } from 'devextreme/viz/chart'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/export.ts b/packages/devextreme-angular/src/ui/chart/nested/export.ts index 293ebd1b099e..6ef80ce12d27 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/export.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/format.ts b/packages/devextreme-angular/src/ui/chart/nested/format.ts index 55d7d6dc28de..7b5e10cffbba 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/format.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/hatching.ts b/packages/devextreme-angular/src/ui/chart/nested/hatching.ts index 41a1688611e0..17b20cc79d1b 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/hatching.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/hatching.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/horizontal-line-label.ts b/packages/devextreme-angular/src/ui/chart/nested/horizontal-line-label.ts index 07b0c7bdbab9..0b855f3c9d65 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/horizontal-line-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/horizontal-line-label.ts @@ -14,9 +14,9 @@ import { -import { chartPointObject } from 'devextreme/viz/chart'; -import { Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { chartPointObject } from 'devextreme/viz/chart'; +import type { Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/horizontal-line.ts b/packages/devextreme-angular/src/ui/chart/nested/horizontal-line.ts index 5aac7d1ed24b..03cfc6f50f22 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/horizontal-line.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/horizontal-line.ts @@ -14,9 +14,9 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { chartPointObject } from 'devextreme/viz/chart'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { chartPointObject } from 'devextreme/viz/chart'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/hover-style.ts b/packages/devextreme-angular/src/ui/chart/nested/hover-style.ts index e39b194c0172..9e3b11d1eced 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/hover-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/hover-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/label.ts b/packages/devextreme-angular/src/ui/chart/nested/label.ts index 23d5494a969e..a7582f27a76e 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/label.ts @@ -18,10 +18,10 @@ import { import { DOCUMENT } from '@angular/common'; -import { Font, RelativePosition, ChartsAxisLabelOverlap, TextOverflow, WordWrap, DashStyle } from 'devextreme/common/charts'; -import { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; -import { ChartLabelDisplayMode } from 'devextreme/viz/chart'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font, RelativePosition, ChartsAxisLabelOverlap, TextOverflow, WordWrap, DashStyle } from 'devextreme/common/charts'; +import type { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; +import type { ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/legend-title-subtitle.ts b/packages/devextreme-angular/src/ui/chart/nested/legend-title-subtitle.ts index d12dcb2275f8..225424875a6a 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/legend-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/legend-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/legend-title.ts b/packages/devextreme-angular/src/ui/chart/nested/legend-title.ts index 8ad87279615b..d4ce468b450a 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/legend-title.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/legend-title.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/legend.ts b/packages/devextreme-angular/src/ui/chart/nested/legend.ts index c186bfb0980f..86a84ceb6525 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/legend.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/legend.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, LegendItem, Font, LegendHoverMode, RelativePosition } from 'devextreme/common/charts'; -import { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; +import type { DashStyle, LegendItem, Font, LegendHoverMode, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/chart/nested/loading-indicator.ts index cfabc7fec448..cd3c07d6219a 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/pane-border.ts b/packages/devextreme-angular/src/ui/chart/nested/pane-border.ts index 9a7983c60ead..ec1b45f02282 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/pane-border.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/pane-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/pane-dxi.ts b/packages/devextreme-angular/src/ui/chart/nested/pane-dxi.ts index 7988b960aae0..17520400710a 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/pane-dxi.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/pane-dxi.ts @@ -12,7 +12,7 @@ import { -import { ChartsColor, DashStyle } from 'devextreme/common/charts'; +import type { ChartsColor, DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/point-hover-style.ts b/packages/devextreme-angular/src/ui/chart/nested/point-hover-style.ts index 9e62d397c68f..8a33d45a9947 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/point-hover-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/point-hover-style.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/point-selection-style.ts b/packages/devextreme-angular/src/ui/chart/nested/point-selection-style.ts index fdcfdad6dfb9..54c488e33c5f 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/point-selection-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/point-selection-style.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/point.ts b/packages/devextreme-angular/src/ui/chart/nested/point.ts index fc337c788606..7c7466e9dfec 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/point.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/point.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor, PointInteractionMode, PointSymbol } from 'devextreme/common/charts'; +import type { ChartsColor, PointInteractionMode, PointSymbol } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/reduction.ts b/packages/devextreme-angular/src/ui/chart/nested/reduction.ts index 65ba8e2f0371..fa069dbb9cd1 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/reduction.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/reduction.ts @@ -14,7 +14,7 @@ import { -import { FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { FinancialChartReductionLevel } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/scroll-bar.ts b/packages/devextreme-angular/src/ui/chart/nested/scroll-bar.ts index 64819556176f..c085d49b528f 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/scroll-bar.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/scroll-bar.ts @@ -14,7 +14,7 @@ import { -import { Position } from 'devextreme/common'; +import type { Position } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/selection-style.ts b/packages/devextreme-angular/src/ui/chart/nested/selection-style.ts index f243039a1392..8c3013c24ede 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/selection-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/selection-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/series-border.ts b/packages/devextreme-angular/src/ui/chart/nested/series-border.ts index bd68ca4e62f3..3727107ff8a6 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/series-border.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/series-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/series-dxi.ts b/packages/devextreme-angular/src/ui/chart/nested/series-dxi.ts index 67e4e68ae00a..12d222541ea0 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/series-dxi.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/series-dxi.ts @@ -12,10 +12,10 @@ import { -import { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; -import { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/series-template.ts b/packages/devextreme-angular/src/ui/chart/nested/series-template.ts index 1f5595d486de..a84240dc76f7 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/series-template.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/series-template.ts @@ -14,7 +14,7 @@ import { -import { ChartSeries } from 'devextreme/viz/common'; +import type { ChartSeries } from 'devextreme/viz/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/strip-dxi.ts b/packages/devextreme-angular/src/ui/chart/nested/strip-dxi.ts index 295716c545f8..f51579a7b240 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/strip-dxi.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/strip-dxi.ts @@ -12,8 +12,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/strip-label.ts b/packages/devextreme-angular/src/ui/chart/nested/strip-label.ts index b796d1d0c6d3..73feca04166a 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/strip-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/strip-label.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/strip-style-label.ts b/packages/devextreme-angular/src/ui/chart/nested/strip-style-label.ts index 05fde3f0f7c5..205ee6c334fd 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/strip-style-label.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/strip-style-label.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/strip-style.ts b/packages/devextreme-angular/src/ui/chart/nested/strip-style.ts index 49c42af4c3d4..770171291749 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/strip-style.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/strip-style.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/subtitle.ts b/packages/devextreme-angular/src/ui/chart/nested/subtitle.ts index f9ed7897e566..8a1350ba272f 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/title.ts b/packages/devextreme-angular/src/ui/chart/nested/title.ts index 6c03db38b2b2..45483954b157 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/title.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/title.ts @@ -14,8 +14,8 @@ import { -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/tooltip-border.ts b/packages/devextreme-angular/src/ui/chart/nested/tooltip-border.ts index e4f7961f4068..ef2843fa7f90 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/tooltip-border.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/tooltip-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/tooltip.ts b/packages/devextreme-angular/src/ui/chart/nested/tooltip.ts index 6d37c0833db9..7a57d5866e61 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/tooltip.ts @@ -14,9 +14,9 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { DashStyle, Font } from 'devextreme/common/charts'; -import { dxChartPointInfo, ChartTooltipLocation } from 'devextreme/viz/chart'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { dxChartPointInfo, ChartTooltipLocation } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/value-axis-dxi.ts b/packages/devextreme-angular/src/ui/chart/nested/value-axis-dxi.ts index 303633528586..970c522404eb 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/value-axis-dxi.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/value-axis-dxi.ts @@ -16,11 +16,11 @@ import { -import * as CommonChartTypes from 'devextreme/common/charts'; -import { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; -import { ScaleBreak, ScaleBreakLineStyle, DashStyle, Font, RelativePosition, DiscreteAxisDivisionMode, ChartsAxisLabelOverlap, TextOverflow, WordWrap, TimeInterval, AxisScaleType, ChartsDataType, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment, Position } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type * as CommonChartTypes from 'devextreme/common/charts'; +import type { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { ScaleBreak, ScaleBreakLineStyle, DashStyle, Font, RelativePosition, DiscreteAxisDivisionMode, ChartsAxisLabelOverlap, TextOverflow, WordWrap, TimeInterval, AxisScaleType, ChartsDataType, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment, Position } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/value-error-bar.ts b/packages/devextreme-angular/src/ui/chart/nested/value-error-bar.ts index 8f7e9f8adda6..968d5789b49c 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/value-error-bar.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/value-error-bar.ts @@ -14,7 +14,7 @@ import { -import { ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/vertical-line.ts b/packages/devextreme-angular/src/ui/chart/nested/vertical-line.ts index 720a2cd77a11..6359d2dbcdbc 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/vertical-line.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/vertical-line.ts @@ -14,9 +14,9 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { chartPointObject } from 'devextreme/viz/chart'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { chartPointObject } from 'devextreme/viz/chart'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/visual-range.ts b/packages/devextreme-angular/src/ui/chart/nested/visual-range.ts index fa6c44b93604..a58cac3097fb 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/visual-range.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/visual-range.ts @@ -16,7 +16,7 @@ import { -import { TimeInterval } from 'devextreme/common/charts'; +import type { TimeInterval } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/whole-range.ts b/packages/devextreme-angular/src/ui/chart/nested/whole-range.ts index 655c5cbcfef8..7bd6b05ba714 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/whole-range.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/whole-range.ts @@ -16,7 +16,7 @@ import { -import { TimeInterval } from 'devextreme/common/charts'; +import type { TimeInterval } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chart/nested/zoom-and-pan.ts b/packages/devextreme-angular/src/ui/chart/nested/zoom-and-pan.ts index fcb9d6e56dc9..5f1d3075d091 100644 --- a/packages/devextreme-angular/src/ui/chart/nested/zoom-and-pan.ts +++ b/packages/devextreme-angular/src/ui/chart/nested/zoom-and-pan.ts @@ -14,7 +14,7 @@ import { -import { ChartZoomAndPanMode, EventKeyModifier } from 'devextreme/viz/chart'; +import type { ChartZoomAndPanMode, EventKeyModifier } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chat/index.ts b/packages/devextreme-angular/src/ui/chat/index.ts index ccd3cdcf3131..2d6e82782c32 100644 --- a/packages/devextreme-angular/src/ui/chat/index.ts +++ b/packages/devextreme-angular/src/ui/chat/index.ts @@ -22,13 +22,13 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import dxChat from 'devextreme/ui/chat'; -import { Alert, Message, AttachmentDownloadClickEvent, DisposingEvent, InitializedEvent, MessageDeletedEvent, MessageDeletingEvent, MessageEditCanceledEvent, MessageEditingStartEvent, MessageEnteredEvent, MessageUpdatedEvent, MessageUpdatingEvent, OptionChangedEvent, TypingEndEvent, TypingStartEvent, User } from 'devextreme/ui/chat'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Format } from 'devextreme/common/core/localization'; -import { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; +import type DataSource from 'devextreme/data/data_source'; +import type dxChat from 'devextreme/ui/chat'; +import type { Alert, Message, AttachmentDownloadClickEvent, DisposingEvent, InitializedEvent, MessageDeletedEvent, MessageDeletingEvent, MessageEditCanceledEvent, MessageEditingStartEvent, MessageEnteredEvent, MessageUpdatedEvent, MessageUpdatingEvent, OptionChangedEvent, TypingEndEvent, TypingStartEvent, User } from 'devextreme/ui/chat'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Format } from 'devextreme/common/core/localization'; +import type { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; import DxChat from 'devextreme/ui/chat'; diff --git a/packages/devextreme-angular/src/ui/chat/nested/day-header-format.ts b/packages/devextreme-angular/src/ui/chat/nested/day-header-format.ts index 199effa0b057..865f4a085d85 100644 --- a/packages/devextreme-angular/src/ui/chat/nested/day-header-format.ts +++ b/packages/devextreme-angular/src/ui/chat/nested/day-header-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chat/nested/editing.ts b/packages/devextreme-angular/src/ui/chat/nested/editing.ts index f70b443e2f6d..a9dc493a00ce 100644 --- a/packages/devextreme-angular/src/ui/chat/nested/editing.ts +++ b/packages/devextreme-angular/src/ui/chat/nested/editing.ts @@ -14,8 +14,8 @@ import { -import dxChat from 'devextreme/ui/chat'; -import { Message } from 'devextreme/ui/chat'; +import type dxChat from 'devextreme/ui/chat'; +import type { Message } from 'devextreme/ui/chat'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chat/nested/file-uploader-options.ts b/packages/devextreme-angular/src/ui/chat/nested/file-uploader-options.ts index 8a11bd4a796f..8a871632f494 100644 --- a/packages/devextreme-angular/src/ui/chat/nested/file-uploader-options.ts +++ b/packages/devextreme-angular/src/ui/chat/nested/file-uploader-options.ts @@ -16,9 +16,9 @@ import { -import UploadInfo from 'devextreme/file_management/upload_info'; -import { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadStartedEvent, ValueChangedEvent, UploadHttpMethod, FileUploadMode } from 'devextreme/ui/file_uploader'; -import { ValidationStatus } from 'devextreme/common'; +import type UploadInfo from 'devextreme/file_management/upload_info'; +import type { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadStartedEvent, ValueChangedEvent, UploadHttpMethod, FileUploadMode } from 'devextreme/ui/file_uploader'; +import type { ValidationStatus } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chat/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/chat/nested/item-dxi.ts index 7acdbb226f63..979e3dff6d7d 100644 --- a/packages/devextreme-angular/src/ui/chat/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/chat/nested/item-dxi.ts @@ -14,7 +14,7 @@ import { -import { Attachment, User } from 'devextreme/ui/chat'; +import type { Attachment, User } from 'devextreme/ui/chat'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/chat/nested/message-timestamp-format.ts b/packages/devextreme-angular/src/ui/chat/nested/message-timestamp-format.ts index 9a400101b015..f85b1a17c50d 100644 --- a/packages/devextreme-angular/src/ui/chat/nested/message-timestamp-format.ts +++ b/packages/devextreme-angular/src/ui/chat/nested/message-timestamp-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/check-box/index.ts b/packages/devextreme-angular/src/ui/check-box/index.ts index f00e50127961..4f446675c8cf 100644 --- a/packages/devextreme-angular/src/ui/check-box/index.ts +++ b/packages/devextreme-angular/src/ui/check-box/index.ts @@ -22,8 +22,8 @@ import { } from '@angular/core'; -import { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/check_box'; -import { ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/check_box'; +import type { ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; import DxCheckBox from 'devextreme/ui/check_box'; diff --git a/packages/devextreme-angular/src/ui/circular-gauge/index.ts b/packages/devextreme-angular/src/ui/circular-gauge/index.ts index b82f7820299e..859732b4bfdf 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/index.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/index.ts @@ -22,11 +22,11 @@ import { } from '@angular/core'; -import { AnimationEaseMode, Font, ChartsColor, Palette, PaletteExtensionMode, LabelOverlap, Theme, TextOverflow, WordWrap, DashStyle } from 'devextreme/common/charts'; -import { ExportFormat, HorizontalAlignment, VerticalEdge } from 'devextreme/common'; -import { DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, CircularGaugeElementOrientation, CircularGaugeLabelOverlap } from 'devextreme/viz/circular_gauge'; -import { Format } from 'devextreme/common/core/localization'; -import { GaugeIndicator } from 'devextreme/viz/gauges/base_gauge'; +import type { AnimationEaseMode, Font, ChartsColor, Palette, PaletteExtensionMode, LabelOverlap, Theme, TextOverflow, WordWrap, DashStyle } from 'devextreme/common/charts'; +import type { ExportFormat, HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, CircularGaugeElementOrientation, CircularGaugeLabelOverlap } from 'devextreme/viz/circular_gauge'; +import type { Format } from 'devextreme/common/core/localization'; +import type { GaugeIndicator } from 'devextreme/viz/gauges/base_gauge'; import DxCircularGauge from 'devextreme/viz/circular_gauge'; diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/animation.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/animation.ts index 44cd72e5a072..ed67d6a41450 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationEaseMode } from 'devextreme/common/charts'; +import type { AnimationEaseMode } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/border.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/border.ts index e52c190c8915..bda0e45f353b 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/border.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/export.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/export.ts index b8551486081a..e906b98cad27 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/export.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/format.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/format.ts index d9dc2a03cf90..014a38a90100 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/format.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/label.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/label.ts index e06188bd3718..4e0e7d1dadfc 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/label.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/label.ts @@ -14,9 +14,9 @@ import { -import { Font, LabelOverlap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { CircularGaugeLabelOverlap } from 'devextreme/viz/circular_gauge'; +import type { Font, LabelOverlap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { CircularGaugeLabelOverlap } from 'devextreme/viz/circular_gauge'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/loading-indicator.ts index c5c0167908d4..307e57485fdc 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/range-container.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/range-container.ts index b2866a2a0599..15c0de75e752 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/range-container.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/range-container.ts @@ -16,8 +16,8 @@ import { -import { ChartsColor, Palette, PaletteExtensionMode } from 'devextreme/common/charts'; -import { CircularGaugeElementOrientation } from 'devextreme/viz/circular_gauge'; +import type { ChartsColor, Palette, PaletteExtensionMode } from 'devextreme/common/charts'; +import type { CircularGaugeElementOrientation } from 'devextreme/viz/circular_gauge'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/range-dxi.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/range-dxi.ts index 18f0f9fbc52e..c96f741a232b 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/range-dxi.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/range-dxi.ts @@ -12,7 +12,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/scale.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/scale.ts index 47ebe4116c99..814f32dfc5b1 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/scale.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/scale.ts @@ -14,9 +14,9 @@ import { -import { Font, LabelOverlap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { CircularGaugeLabelOverlap, CircularGaugeElementOrientation } from 'devextreme/viz/circular_gauge'; +import type { Font, LabelOverlap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { CircularGaugeLabelOverlap, CircularGaugeElementOrientation } from 'devextreme/viz/circular_gauge'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/subtitle.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/subtitle.ts index fbe08d3e25c9..1c54b35bd8ad 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/subvalue-indicator.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/subvalue-indicator.ts index 0fd61923c834..fee37de5293c 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/subvalue-indicator.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/subvalue-indicator.ts @@ -14,9 +14,9 @@ import { -import { ChartsColor, Palette, Font } from 'devextreme/common/charts'; -import { HorizontalEdge, VerticalEdge } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { ChartsColor, Palette, Font } from 'devextreme/common/charts'; +import type { HorizontalEdge, VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/text.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/text.ts index fb83602158ec..3b7ef53c35d9 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/text.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/text.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/title.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/title.ts index 6a4b4aa8c556..fdd63db01559 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/title.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/tooltip.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/tooltip.ts index 9930a912c541..85518e624e7c 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/circular-gauge/nested/value-indicator.ts b/packages/devextreme-angular/src/ui/circular-gauge/nested/value-indicator.ts index 6b99ce16b894..6b49b6d57d21 100644 --- a/packages/devextreme-angular/src/ui/circular-gauge/nested/value-indicator.ts +++ b/packages/devextreme-angular/src/ui/circular-gauge/nested/value-indicator.ts @@ -14,9 +14,9 @@ import { -import { ChartsColor, Palette, Font } from 'devextreme/common/charts'; -import { HorizontalEdge, VerticalEdge } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { ChartsColor, Palette, Font } from 'devextreme/common/charts'; +import type { HorizontalEdge, VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/index.ts b/packages/devextreme-angular/src/ui/color-box/index.ts index f9eca4794ba5..777fdb845f18 100644 --- a/packages/devextreme-angular/src/ui/color-box/index.ts +++ b/packages/devextreme-angular/src/ui/color-box/index.ts @@ -24,10 +24,10 @@ import { } from '@angular/core'; -import { ApplyValueMode, TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; -import { DropDownPredefinedButton, FieldAddons } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { ChangeEvent, ClosedEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/color_box'; +import type { ApplyValueMode, TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; +import type { DropDownPredefinedButton, FieldAddons } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { ChangeEvent, ClosedEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/color_box'; import DxColorBox from 'devextreme/ui/color_box'; diff --git a/packages/devextreme-angular/src/ui/color-box/nested/animation.ts b/packages/devextreme-angular/src/ui/color-box/nested/animation.ts index e4e47ed5cd6d..63d20f1b927d 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/at.ts b/packages/devextreme-angular/src/ui/color-box/nested/at.ts index 1902c7253339..4f62dd18136b 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/at.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/color-box/nested/button-dxi.ts index 256ddc183693..7c4322fed10d 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/collision.ts b/packages/devextreme-angular/src/ui/color-box/nested/collision.ts index ebcbdc579832..722764461661 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/color-box/nested/drop-down-options.ts index 0e15dda44a7f..d1e9293d39e7 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/drop-down-options.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/from.ts b/packages/devextreme-angular/src/ui/color-box/nested/from.ts index 1ee5713019be..f221610430c9 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/from.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/hide.ts b/packages/devextreme-angular/src/ui/color-box/nested/hide.ts index 79e80b691a31..51d2c23daec2 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/my.ts b/packages/devextreme-angular/src/ui/color-box/nested/my.ts index f997b829e772..ad621c0d56a1 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/my.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/options.ts b/packages/devextreme-angular/src/ui/color-box/nested/options.ts index 3753fc78866b..caebc42e2bc0 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/options.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/position.ts b/packages/devextreme-angular/src/ui/color-box/nested/position.ts index 37bd474a1d18..69e4c5d22669 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/position.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/show.ts b/packages/devextreme-angular/src/ui/color-box/nested/show.ts index 3c7d52759264..06c1da1b3422 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/show.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/to.ts b/packages/devextreme-angular/src/ui/color-box/nested/to.ts index 99a58e7af1d5..c973d636dd33 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/to.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/color-box/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/color-box/nested/toolbar-item-dxi.ts index 8d95d6b24f09..b73c0bef96a5 100644 --- a/packages/devextreme-angular/src/ui/color-box/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/color-box/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/index.ts b/packages/devextreme-angular/src/ui/context-menu/index.ts index 79171e300f6d..ab132ed004bc 100644 --- a/packages/devextreme-angular/src/ui/context-menu/index.ts +++ b/packages/devextreme-angular/src/ui/context-menu/index.ts @@ -21,15 +21,15 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/context_menu'; - -import DataSource from 'devextreme/data/data_source'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { dxContextMenuItem, ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemRenderedEvent, OptionChangedEvent, PositioningEvent, SelectionChangedEvent, ShowingEvent, ShownEvent, ContextSubmenuDirection } from 'devextreme/ui/context_menu'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { event } from 'devextreme/events/events.types'; -import { SingleOrNone, SubmenuShowMode } from 'devextreme/common'; +export type { ExplicitTypes } from 'devextreme/ui/context_menu'; + +import type DataSource from 'devextreme/data/data_source'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { dxContextMenuItem, ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemRenderedEvent, OptionChangedEvent, PositioningEvent, SelectionChangedEvent, ShowingEvent, ShownEvent, ContextSubmenuDirection } from 'devextreme/ui/context_menu'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { event } from 'devextreme/events/events.types'; +import type { SingleOrNone, SubmenuShowMode } from 'devextreme/common'; import DxContextMenu from 'devextreme/ui/context_menu'; diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/animation.ts b/packages/devextreme-angular/src/ui/context-menu/nested/animation.ts index 8c21342e3694..a827e1779875 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/at.ts b/packages/devextreme-angular/src/ui/context-menu/nested/at.ts index 6718e108f5e5..6c834000e49c 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/at.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/collision.ts b/packages/devextreme-angular/src/ui/context-menu/nested/collision.ts index fe6932f8ecec..699e88bb55cf 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/from.ts b/packages/devextreme-angular/src/ui/context-menu/nested/from.ts index bb6aae00ba37..f9183e99bf09 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/from.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/hide.ts b/packages/devextreme-angular/src/ui/context-menu/nested/hide.ts index 83899f1dff9e..0cc3447ffd4a 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/context-menu/nested/item-dxi.ts index 987417d803da..714d0308315e 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxContextMenuItem } from 'devextreme/ui/context_menu'; +import type { dxContextMenuItem } from 'devextreme/ui/context_menu'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/my.ts b/packages/devextreme-angular/src/ui/context-menu/nested/my.ts index 1b3bdaf8a1d8..c6aa2364eb70 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/my.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/position.ts b/packages/devextreme-angular/src/ui/context-menu/nested/position.ts index f49e8cfab10a..1d468b805663 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/position.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/show-submenu-mode.ts b/packages/devextreme-angular/src/ui/context-menu/nested/show-submenu-mode.ts index 684e5dfe6159..6e860bd58c71 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/show-submenu-mode.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/show-submenu-mode.ts @@ -14,7 +14,7 @@ import { -import { SubmenuShowMode } from 'devextreme/common'; +import type { SubmenuShowMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/show.ts b/packages/devextreme-angular/src/ui/context-menu/nested/show.ts index c4a4cf5c2a9c..7eca907c1972 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/show.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/context-menu/nested/to.ts b/packages/devextreme-angular/src/ui/context-menu/nested/to.ts index b7d47c028a97..48a812234d27 100644 --- a/packages/devextreme-angular/src/ui/context-menu/nested/to.ts +++ b/packages/devextreme-angular/src/ui/context-menu/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/index.ts b/packages/devextreme-angular/src/ui/data-grid/index.ts index a0f84a9b25be..c8c25ab64dc6 100644 --- a/packages/devextreme-angular/src/ui/data-grid/index.ts +++ b/packages/devextreme-angular/src/ui/data-grid/index.ts @@ -21,24 +21,24 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/data_grid'; - -import DataSource from 'devextreme/data/data_source'; -import dxDataGrid from 'devextreme/ui/data_grid'; -import dxSortable from 'devextreme/ui/sortable'; -import dxDraggable from 'devextreme/ui/draggable'; -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { ColumnChooser, ColumnResizeMode, DataChange, GridsEditMode, NewRowPosition, GridsEditRefreshMode, StartEditAction, FilterPanel, ApplyFilterMode, GroupExpandMode, HeaderFilter, EnterKeyAction, EnterKeyDirection, Pager, GridBase, DataRenderMode, SearchPanel, SelectionColumnDisplayMode, Sorting, StateStoreType, SummaryType } from 'devextreme/common/grids'; -import { dxDataGridColumn, dxDataGridRowObject, DataGridExportFormat, AdaptiveDetailRowPreparingEvent, AIColumnRequestCreatingEvent, CellClickEvent, CellDblClickEvent, CellHoverChangedEvent, CellPreparedEvent, ContentReadyEvent, ContextMenuPreparingEvent, DataErrorOccurredEvent, DisposingEvent, EditCanceledEvent, EditCancelingEvent, EditingStartEvent, EditorPreparedEvent, EditorPreparingEvent, ExportingEvent, FocusedCellChangedEvent, FocusedCellChangingEvent, FocusedRowChangedEvent, FocusedRowChangingEvent, InitializedEvent, InitNewRowEvent, KeyDownEvent, OptionChangedEvent, RowClickEvent, RowCollapsedEvent, RowCollapsingEvent, RowDblClickEvent, RowExpandedEvent, RowExpandingEvent, RowInsertedEvent, RowInsertingEvent, RowPreparedEvent, RowRemovedEvent, RowRemovingEvent, RowUpdatedEvent, RowUpdatingEvent, RowValidatingEvent, SavedEvent, SavingEvent, SelectionChangedEvent, ToolbarPreparingEvent, DataGridScrollMode, SelectionSensitivity, dxDataGridToolbar } from 'devextreme/ui/data_grid'; -import { Mode, DragDirection, DragHighlight, ScrollbarMode, SingleMultipleOrNone, SelectAllMode, SortOrder, HorizontalAlignment } from 'devextreme/common'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxFormOptions } from 'devextreme/ui/form'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { dxFilterBuilderOptions } from 'devextreme/ui/filter_builder'; -import { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel'; -import { event } from 'devextreme/events/events.types'; -import { Format } from 'devextreme/common/core/localization'; +export type { ExplicitTypes } from 'devextreme/ui/data_grid'; + +import type DataSource from 'devextreme/data/data_source'; +import type dxDataGrid from 'devextreme/ui/data_grid'; +import type dxSortable from 'devextreme/ui/sortable'; +import type dxDraggable from 'devextreme/ui/draggable'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { ColumnChooser, ColumnResizeMode, DataChange, GridsEditMode, NewRowPosition, GridsEditRefreshMode, StartEditAction, FilterPanel, ApplyFilterMode, GroupExpandMode, HeaderFilter, EnterKeyAction, EnterKeyDirection, Pager, GridBase, DataRenderMode, SearchPanel, SelectionColumnDisplayMode, Sorting, StateStoreType, SummaryType } from 'devextreme/common/grids'; +import type { dxDataGridColumn, dxDataGridRowObject, DataGridExportFormat, AdaptiveDetailRowPreparingEvent, AIColumnRequestCreatingEvent, CellClickEvent, CellDblClickEvent, CellHoverChangedEvent, CellPreparedEvent, ContentReadyEvent, ContextMenuPreparingEvent, DataErrorOccurredEvent, DisposingEvent, EditCanceledEvent, EditCancelingEvent, EditingStartEvent, EditorPreparedEvent, EditorPreparingEvent, ExportingEvent, FocusedCellChangedEvent, FocusedCellChangingEvent, FocusedRowChangedEvent, FocusedRowChangingEvent, InitializedEvent, InitNewRowEvent, KeyDownEvent, OptionChangedEvent, RowClickEvent, RowCollapsedEvent, RowCollapsingEvent, RowDblClickEvent, RowExpandedEvent, RowExpandingEvent, RowInsertedEvent, RowInsertingEvent, RowPreparedEvent, RowRemovedEvent, RowRemovingEvent, RowUpdatedEvent, RowUpdatingEvent, RowValidatingEvent, SavedEvent, SavingEvent, SelectionChangedEvent, ToolbarPreparingEvent, DataGridScrollMode, SelectionSensitivity, dxDataGridToolbar } from 'devextreme/ui/data_grid'; +import type { Mode, DragDirection, DragHighlight, ScrollbarMode, SingleMultipleOrNone, SelectAllMode, SortOrder, HorizontalAlignment } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxFormOptions } from 'devextreme/ui/form'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { dxFilterBuilderOptions } from 'devextreme/ui/filter_builder'; +import type { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel'; +import type { event } from 'devextreme/events/events.types'; +import type { Format } from 'devextreme/common/core/localization'; import DxDataGrid from 'devextreme/ui/data_grid'; diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/ai.ts b/packages/devextreme-angular/src/ui/data-grid/nested/ai.ts index bde1a9c31208..df7ac2f3a64e 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/ai.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/ai.ts @@ -14,9 +14,9 @@ import { -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { dxTextBoxOptions } from 'devextreme/ui/text_box'; -import { AIColumnMode } from 'devextreme/common/grids'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { dxTextBoxOptions } from 'devextreme/ui/text_box'; +import type { AIColumnMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/animation.ts b/packages/devextreme-angular/src/ui/data-grid/nested/animation.ts index 4459de8825e9..ce294af354e5 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/async-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/async-rule-dxi.ts index ce447b3506b4..7121e404e1ba 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/async-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/async-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/at.ts b/packages/devextreme-angular/src/ui/data-grid/nested/at.ts index b47a371a4a14..9b1f66a38371 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/at.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/button-dxi.ts index 72234e286d24..e0c40e89751e 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/button-dxi.ts @@ -16,10 +16,10 @@ import { import { DOCUMENT } from '@angular/common'; -import dxDataGrid from 'devextreme/ui/data_grid'; -import { dxDataGridColumn, dxDataGridRowObject, DataGridPredefinedColumnButton, ColumnButtonClickEvent } from 'devextreme/ui/data_grid'; -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type dxDataGrid from 'devextreme/ui/data_grid'; +import type { dxDataGridColumn, dxDataGridRowObject, DataGridPredefinedColumnButton, ColumnButtonClickEvent } from 'devextreme/ui/data_grid'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/change-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/change-dxi.ts index 757124488bce..6552029e1dc3 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/change-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/change-dxi.ts @@ -12,7 +12,7 @@ import { -import { DataChangeType } from 'devextreme/common/grids'; +import type { DataChangeType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/collision.ts b/packages/devextreme-angular/src/ui/data-grid/nested/collision.ts index 61c73805ad43..f2fc99e2041a 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/column-button-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/column-button-dxi.ts index 9b2ca1d7bdff..dc5823ffaec9 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/column-button-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/column-button-dxi.ts @@ -16,8 +16,8 @@ import { import { DOCUMENT } from '@angular/common'; -import dxDataGrid from 'devextreme/ui/data_grid'; -import { dxDataGridColumn, dxDataGridRowObject, DataGridPredefinedColumnButton, ColumnButtonClickEvent } from 'devextreme/ui/data_grid'; +import type dxDataGrid from 'devextreme/ui/data_grid'; +import type { dxDataGridColumn, dxDataGridRowObject, DataGridPredefinedColumnButton, ColumnButtonClickEvent } from 'devextreme/ui/data_grid'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/column-chooser.ts b/packages/devextreme-angular/src/ui/data-grid/nested/column-chooser.ts index d2c23fd78f7e..ce2fde51c7b7 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/column-chooser.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/column-chooser.ts @@ -14,9 +14,9 @@ import { -import { ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig } from 'devextreme/common/grids'; -import { PositionConfig } from 'devextreme/common/core/animation'; -import { SortOrder } from 'devextreme/common'; +import type { ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig } from 'devextreme/common/grids'; +import type { PositionConfig } from 'devextreme/common/core/animation'; +import type { SortOrder } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/column-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/column-dxi.ts index 42ae32cc043b..4125c3f80237 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/column-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/column-dxi.ts @@ -16,14 +16,14 @@ import { -import * as CommonTypes from 'devextreme/common'; -import { ColumnAIOptions, FilterOperation, FilterType, FixedPosition, ColumnHeaderFilter, SelectedFilterOperation } from 'devextreme/common/grids'; -import { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; -import { DataGridPredefinedColumnButton, dxDataGridColumnButton, dxDataGridColumn, DataGridCommandColumnType } from 'devextreme/ui/data_grid'; -import { Format } from 'devextreme/common/core/localization'; -import { dxFormSimpleItem } from 'devextreme/ui/form'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type * as CommonTypes from 'devextreme/common'; +import type { ColumnAIOptions, FilterOperation, FilterType, FixedPosition, ColumnHeaderFilter, SelectedFilterOperation } from 'devextreme/common/grids'; +import type { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; +import type { DataGridPredefinedColumnButton, dxDataGridColumnButton, dxDataGridColumn, DataGridCommandColumnType } from 'devextreme/ui/data_grid'; +import type { Format } from 'devextreme/common/core/localization'; +import type { dxFormSimpleItem } from 'devextreme/ui/form'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/column-header-filter-search.ts b/packages/devextreme-angular/src/ui/data-grid/nested/column-header-filter-search.ts index 49ba297aa882..3ed75f2718d5 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/column-header-filter-search.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/column-header-filter-search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/column-header-filter.ts b/packages/devextreme-angular/src/ui/data-grid/nested/column-header-filter.ts index ecc1d0e0b238..beb2b150775b 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/column-header-filter.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/column-header-filter.ts @@ -14,10 +14,10 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig } from 'devextreme/common/grids'; -import { SearchMode } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/column-lookup.ts b/packages/devextreme-angular/src/ui/data-grid/nested/column-lookup.ts index d25e4b4041f2..2cd0927c5e5f 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/column-lookup.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/column-lookup.ts @@ -14,8 +14,8 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/compare-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/compare-rule-dxi.ts index 087e596ab368..47755b0df448 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/compare-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/compare-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; +import type { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/custom-operation-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/custom-operation-dxi.ts index 135c16f473b0..fe36d2080f02 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/custom-operation-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/custom-operation-dxi.ts @@ -12,8 +12,8 @@ import { -import { dxFilterBuilderField, FieldInfo } from 'devextreme/ui/filter_builder'; -import { DataType } from 'devextreme/common'; +import type { dxFilterBuilderField, FieldInfo } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/custom-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/custom-rule-dxi.ts index 457ea1072946..73fd7b1c7f54 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/custom-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/custom-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-header-filter-search.ts b/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-header-filter-search.ts index 7212b0a74ed3..855f2be05c73 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-header-filter-search.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-header-filter-search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-header-filter.ts b/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-header-filter.ts index f94848012192..749c93c74612 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-header-filter.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-header-filter.ts @@ -14,7 +14,7 @@ import { -import { HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; +import type { HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-selection.ts b/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-selection.ts index 62cfed2ea000..f3b153172211 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-selection.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-selection.ts @@ -14,9 +14,9 @@ import { -import { SingleMultipleOrNone, SelectAllMode } from 'devextreme/common'; -import { SelectionSensitivity } from 'devextreme/ui/data_grid'; -import { SelectionColumnDisplayMode } from 'devextreme/common/grids'; +import type { SingleMultipleOrNone, SelectAllMode } from 'devextreme/common'; +import type { SelectionSensitivity } from 'devextreme/ui/data_grid'; +import type { SelectionColumnDisplayMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/editing.ts b/packages/devextreme-angular/src/ui/data-grid/nested/editing.ts index 4c2b8634a645..3deb12d4da1e 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/editing.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/editing.ts @@ -18,11 +18,11 @@ import { -import dxDataGrid from 'devextreme/ui/data_grid'; -import { dxDataGridRowObject } from 'devextreme/ui/data_grid'; -import { DataChange, GridsEditMode, NewRowPosition, GridsEditRefreshMode, StartEditAction } from 'devextreme/common/grids'; -import { dxFormOptions } from 'devextreme/ui/form'; -import { dxPopupOptions } from 'devextreme/ui/popup'; +import type dxDataGrid from 'devextreme/ui/data_grid'; +import type { dxDataGridRowObject } from 'devextreme/ui/data_grid'; +import type { DataChange, GridsEditMode, NewRowPosition, GridsEditRefreshMode, StartEditAction } from 'devextreme/common/grids'; +import type { dxFormOptions } from 'devextreme/ui/form'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/editor-options-button-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/editor-options-button-dxi.ts index 4bdf95e30f99..a2f1ece975c4 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/editor-options-button-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/editor-options-button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/editor-options.ts b/packages/devextreme-angular/src/ui/data-grid/nested/editor-options.ts index 21cb36b26a84..ca64bd1d1ae9 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/editor-options.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/editor-options.ts @@ -18,8 +18,8 @@ import { -import { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; -import { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; +import type { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/email-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/email-rule-dxi.ts index 82c6f454287b..4478187f6ffb 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/email-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/email-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/export.ts b/packages/devextreme-angular/src/ui/data-grid/nested/export.ts index 54d6015b39dc..be1f94d96865 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/export.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/export.ts @@ -14,7 +14,7 @@ import { -import { DataGridExportFormat } from 'devextreme/ui/data_grid'; +import type { DataGridExportFormat } from 'devextreme/ui/data_grid'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/field-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/field-dxi.ts index 8d5f99eb70fd..27f89c57cd10 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/field-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/field-dxi.ts @@ -12,11 +12,11 @@ import { -import { FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; -import { DataType } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/field-lookup.ts b/packages/devextreme-angular/src/ui/data-grid/nested/field-lookup.ts index 7ac940936cc5..6a7c367f5a19 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/field-lookup.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/field-lookup.ts @@ -14,8 +14,8 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/filter-builder-popup.ts b/packages/devextreme-angular/src/ui/data-grid/nested/filter-builder-popup.ts index d026fc9c1fab..8e3da7340871 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/filter-builder-popup.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/filter-builder-popup.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/filter-builder.ts b/packages/devextreme-angular/src/ui/data-grid/nested/filter-builder.ts index 744173ba975b..a162cda3df30 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/filter-builder.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/filter-builder.ts @@ -18,7 +18,7 @@ import { -import { dxFilterBuilderCustomOperation, dxFilterBuilderField, GroupOperation, ContentReadyEvent, DisposingEvent, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; +import type { dxFilterBuilderCustomOperation, dxFilterBuilderField, GroupOperation, ContentReadyEvent, DisposingEvent, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/filter-panel.ts b/packages/devextreme-angular/src/ui/data-grid/nested/filter-panel.ts index 5ff1ee4f10df..bf03d304be50 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/filter-panel.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/filter-panel.ts @@ -16,7 +16,7 @@ import { -import { FilterPanel, FilterPanelTexts } from 'devextreme/common/grids'; +import type { FilterPanel, FilterPanelTexts } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/filter-row.ts b/packages/devextreme-angular/src/ui/data-grid/nested/filter-row.ts index a7628c8e34a8..ea0e06b0ed2d 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/filter-row.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/filter-row.ts @@ -14,7 +14,7 @@ import { -import { ApplyFilterMode } from 'devextreme/common/grids'; +import type { ApplyFilterMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/form-item.ts b/packages/devextreme-angular/src/ui/data-grid/nested/form-item.ts index 26ee1a50dcaa..979ead0f30f6 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/form-item.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/form-item.ts @@ -20,9 +20,9 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; -import { HorizontalAlignment } from 'devextreme/common'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/form.ts b/packages/devextreme-angular/src/ui/data-grid/nested/form.ts index 0fc2410855c6..b81735098162 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/form.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/form.ts @@ -16,9 +16,9 @@ import { -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { Mode } from 'devextreme/common'; -import { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { Mode } from 'devextreme/common'; +import type { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/format.ts b/packages/devextreme-angular/src/ui/data-grid/nested/format.ts index 097be463a036..0fe8bdeabca0 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/format.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/from.ts b/packages/devextreme-angular/src/ui/data-grid/nested/from.ts index 66d3c07cd077..a7bed1561a7b 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/from.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/group-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/group-item-dxi.ts index 1fd927fdb36f..20c8a16941e0 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/group-item-dxi.ts @@ -12,8 +12,8 @@ import { -import { SummaryType } from 'devextreme/common/grids'; -import { Format } from 'devextreme/common/core/localization'; +import type { SummaryType } from 'devextreme/common/grids'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/group-panel.ts b/packages/devextreme-angular/src/ui/data-grid/nested/group-panel.ts index 797f800ef1b8..335785d4a711 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/group-panel.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/group-panel.ts @@ -16,7 +16,7 @@ import { -import { Mode } from 'devextreme/common'; +import type { Mode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/grouping.ts b/packages/devextreme-angular/src/ui/data-grid/nested/grouping.ts index 5e537d1d38bb..1a07b6c99a36 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/grouping.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/grouping.ts @@ -14,7 +14,7 @@ import { -import { GroupExpandMode } from 'devextreme/common/grids'; +import type { GroupExpandMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/header-filter.ts b/packages/devextreme-angular/src/ui/data-grid/nested/header-filter.ts index f5d9aecdbf79..9110c9c36bf6 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/header-filter.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/header-filter.ts @@ -14,10 +14,10 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; -import { SearchMode } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/hide.ts b/packages/devextreme-angular/src/ui/data-grid/nested/hide.ts index 745ddcfa4c4e..f6059f9911ec 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/indicator-options.ts b/packages/devextreme-angular/src/ui/data-grid/nested/indicator-options.ts index b2893f643656..02da083a79a6 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/indicator-options.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/indicator-options.ts @@ -14,7 +14,7 @@ import { -import { LoadingAnimationType } from 'devextreme/ui/load_indicator'; +import type { LoadingAnimationType } from 'devextreme/ui/load_indicator'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/item-dxi.ts index 700e6e9a7f00..6c3c1a98ae58 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/keyboard-navigation.ts b/packages/devextreme-angular/src/ui/data-grid/nested/keyboard-navigation.ts index c1bd183f8d1e..29dee6919524 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/keyboard-navigation.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/keyboard-navigation.ts @@ -14,7 +14,7 @@ import { -import { EnterKeyAction, EnterKeyDirection } from 'devextreme/common/grids'; +import type { EnterKeyAction, EnterKeyDirection } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/label.ts b/packages/devextreme-angular/src/ui/data-grid/nested/label.ts index 47169b178831..22f949f27a10 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/label.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/label.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { HorizontalAlignment } from 'devextreme/common'; -import { LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { LabelLocation } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/load-panel.ts b/packages/devextreme-angular/src/ui/data-grid/nested/load-panel.ts index 6c15313e607e..4bb5adbf2639 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/load-panel.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/load-panel.ts @@ -14,8 +14,8 @@ import { -import { Mode } from 'devextreme/common'; -import { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel'; +import type { Mode } from 'devextreme/common'; +import type { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/lookup.ts b/packages/devextreme-angular/src/ui/data-grid/nested/lookup.ts index 22d491536bbd..7b6b5890af4e 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/lookup.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/lookup.ts @@ -14,8 +14,8 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/my.ts b/packages/devextreme-angular/src/ui/data-grid/nested/my.ts index 013988da7969..cc4eb16b02db 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/my.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/numeric-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/numeric-rule-dxi.ts index d5ebc58eeb58..56d6b800fa3c 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/numeric-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/numeric-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/options.ts b/packages/devextreme-angular/src/ui/data-grid/nested/options.ts index 7002953cfd92..9a1bcc53d5fc 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/options.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/pager.ts b/packages/devextreme-angular/src/ui/data-grid/nested/pager.ts index a1f442a87dd3..7279ed4d8080 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/pager.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/pager.ts @@ -14,8 +14,8 @@ import { -import { PagerPageSize } from 'devextreme/common/grids'; -import { Mode, DisplayMode } from 'devextreme/common'; +import type { PagerPageSize } from 'devextreme/common/grids'; +import type { Mode, DisplayMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/pattern-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/pattern-rule-dxi.ts index 7c3b40de3a85..c18983ae82e8 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/pattern-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/pattern-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/popup.ts b/packages/devextreme-angular/src/ui/data-grid/nested/popup.ts index dabd718922e3..f1a822ca2a27 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/popup.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/popup.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/position.ts b/packages/devextreme-angular/src/ui/data-grid/nested/position.ts index 6dafcaf69d58..35cae2d2edb6 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/position.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/range-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/range-rule-dxi.ts index 191156c8734f..b3a3edfa329d 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/range-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/range-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/required-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/required-rule-dxi.ts index 95e15e25887e..412469c60d87 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/required-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/required-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/row-dragging.ts b/packages/devextreme-angular/src/ui/data-grid/nested/row-dragging.ts index f914a85331d3..f7d2a25447d4 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/row-dragging.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/row-dragging.ts @@ -14,11 +14,11 @@ import { -import dxSortable from 'devextreme/ui/sortable'; -import dxDraggable from 'devextreme/ui/draggable'; -import { DragDirection, DragHighlight } from 'devextreme/common'; -import { GridBase } from 'devextreme/common/grids'; -import { event } from 'devextreme/events/events.types'; +import type dxSortable from 'devextreme/ui/sortable'; +import type dxDraggable from 'devextreme/ui/draggable'; +import type { DragDirection, DragHighlight } from 'devextreme/common'; +import type { GridBase } from 'devextreme/common/grids'; +import type { event } from 'devextreme/events/events.types'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/scrolling.ts b/packages/devextreme-angular/src/ui/data-grid/nested/scrolling.ts index b7a981f1a652..5fd9c35c05e2 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/scrolling.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/scrolling.ts @@ -14,9 +14,9 @@ import { -import { DataRenderMode } from 'devextreme/common/grids'; -import { DataGridScrollMode } from 'devextreme/ui/data_grid'; -import { ScrollbarMode, Mode } from 'devextreme/common'; +import type { DataRenderMode } from 'devextreme/common/grids'; +import type { DataGridScrollMode } from 'devextreme/ui/data_grid'; +import type { ScrollbarMode, Mode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/search.ts b/packages/devextreme-angular/src/ui/data-grid/nested/search.ts index dcd35765fb93..b0295a6b513a 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/search.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/selection.ts b/packages/devextreme-angular/src/ui/data-grid/nested/selection.ts index 9cb14395755c..b238583c8ad3 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/selection.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/selection.ts @@ -14,9 +14,9 @@ import { -import { SingleMultipleOrNone, SelectAllMode } from 'devextreme/common'; -import { SelectionSensitivity } from 'devextreme/ui/data_grid'; -import { SelectionColumnDisplayMode } from 'devextreme/common/grids'; +import type { SingleMultipleOrNone, SelectAllMode } from 'devextreme/common'; +import type { SelectionSensitivity } from 'devextreme/ui/data_grid'; +import type { SelectionColumnDisplayMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/show.ts b/packages/devextreme-angular/src/ui/data-grid/nested/show.ts index 7555cdad8821..02ae9a87f613 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/show.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/sort-by-group-summary-info-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/sort-by-group-summary-info-dxi.ts index 59a4000f6d59..94f889370073 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/sort-by-group-summary-info-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/sort-by-group-summary-info-dxi.ts @@ -12,7 +12,7 @@ import { -import { SortOrder } from 'devextreme/common'; +import type { SortOrder } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/sorting.ts b/packages/devextreme-angular/src/ui/data-grid/nested/sorting.ts index eae6fa226940..097e795c61f3 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/sorting.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/sorting.ts @@ -14,7 +14,7 @@ import { -import { SingleMultipleOrNone } from 'devextreme/common'; +import type { SingleMultipleOrNone } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/state-storing.ts b/packages/devextreme-angular/src/ui/data-grid/nested/state-storing.ts index 886ca44c00ef..55c6e39b42a7 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/state-storing.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/state-storing.ts @@ -14,7 +14,7 @@ import { -import { StateStoreType } from 'devextreme/common/grids'; +import type { StateStoreType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/string-length-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/string-length-rule-dxi.ts index d1810f6bd965..80a73b1a8eee 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/string-length-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/string-length-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/summary.ts b/packages/devextreme-angular/src/ui/data-grid/nested/summary.ts index 78c148eebfa4..d3baf1f16c73 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/summary.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/summary.ts @@ -16,10 +16,10 @@ import { -import dxDataGrid from 'devextreme/ui/data_grid'; -import { SummaryType } from 'devextreme/common/grids'; -import { Format } from 'devextreme/common/core/localization'; -import { HorizontalAlignment } from 'devextreme/common'; +import type dxDataGrid from 'devextreme/ui/data_grid'; +import type { SummaryType } from 'devextreme/common/grids'; +import type { Format } from 'devextreme/common/core/localization'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/to.ts b/packages/devextreme-angular/src/ui/data-grid/nested/to.ts index 0782da46f91c..8cfd3d1fc326 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/to.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/toolbar-item-dxi.ts index a4cd7f0c6954..4a5e89cd01a3 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/toolbar.ts b/packages/devextreme-angular/src/ui/data-grid/nested/toolbar.ts index 3ebc7e9758fc..2f208942cafc 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/toolbar.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/toolbar.ts @@ -16,7 +16,7 @@ import { -import { DataGridPredefinedToolbarItem, dxDataGridToolbarItem } from 'devextreme/ui/data_grid'; +import type { DataGridPredefinedToolbarItem, dxDataGridToolbarItem } from 'devextreme/ui/data_grid'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/total-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/total-item-dxi.ts index 1e3884a64268..9547929df054 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/total-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/total-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { HorizontalAlignment } from 'devextreme/common'; -import { SummaryType } from 'devextreme/common/grids'; -import { Format } from 'devextreme/common/core/localization'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { SummaryType } from 'devextreme/common/grids'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/validation-rule-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/validation-rule-dxi.ts index d3cbad699b3d..267211142035 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/validation-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/validation-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; +import type { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/value-format.ts b/packages/devextreme-angular/src/ui/data-grid/nested/value-format.ts index 61b75c13da8d..c03c8c914ddc 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/value-format.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/value-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/index.ts b/packages/devextreme-angular/src/ui/date-box/index.ts index 5126a697d8a9..970dca7b3ac0 100644 --- a/packages/devextreme-angular/src/ui/date-box/index.ts +++ b/packages/devextreme-angular/src/ui/date-box/index.ts @@ -24,13 +24,13 @@ import { } from '@angular/core'; -import dxDateBox from 'devextreme/ui/date_box'; -import { ApplyValueMode, TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; -import { DropDownPredefinedButton } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; -import { dxCalendarOptions } from 'devextreme/ui/calendar'; -import { Format } from 'devextreme/common/core/localization'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { ChangeEvent, ClosedEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent, DatePickerType, DateType } from 'devextreme/ui/date_box'; +import type dxDateBox from 'devextreme/ui/date_box'; +import type { ApplyValueMode, TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; +import type { DropDownPredefinedButton } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; +import type { dxCalendarOptions } from 'devextreme/ui/calendar'; +import type { Format } from 'devextreme/common/core/localization'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { ChangeEvent, ClosedEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent, DatePickerType, DateType } from 'devextreme/ui/date_box'; import DxDateBox from 'devextreme/ui/date_box'; diff --git a/packages/devextreme-angular/src/ui/date-box/nested/animation.ts b/packages/devextreme-angular/src/ui/date-box/nested/animation.ts index a9bdb1e9fbe6..0dc416069711 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/at.ts b/packages/devextreme-angular/src/ui/date-box/nested/at.ts index 22fd2acc2f79..b2a2eca490bb 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/at.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/date-box/nested/button-dxi.ts index ae6d7db71a6e..e58beb6a7b23 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/calendar-options.ts b/packages/devextreme-angular/src/ui/date-box/nested/calendar-options.ts index c7fada2322f8..f463d4449181 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/calendar-options.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/calendar-options.ts @@ -16,8 +16,8 @@ import { -import { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from 'devextreme/ui/calendar'; -import { FirstDayOfWeek, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from 'devextreme/ui/calendar'; +import type { FirstDayOfWeek, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/collision.ts b/packages/devextreme-angular/src/ui/date-box/nested/collision.ts index 91f40ccea38a..1547f4eeec9d 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/display-format.ts b/packages/devextreme-angular/src/ui/date-box/nested/display-format.ts index 3ba66332fcdc..a9a577cf1e03 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/display-format.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/display-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/date-box/nested/drop-down-options.ts index faf73a9d5935..15e25d97e306 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/drop-down-options.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/from.ts b/packages/devextreme-angular/src/ui/date-box/nested/from.ts index 1fe8518e1dc4..e1502b9c0816 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/from.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/hide.ts b/packages/devextreme-angular/src/ui/date-box/nested/hide.ts index 5915680d4dd9..13d2776c2045 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/my.ts b/packages/devextreme-angular/src/ui/date-box/nested/my.ts index f96f5945199f..cc33cb572e3c 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/my.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/options.ts b/packages/devextreme-angular/src/ui/date-box/nested/options.ts index 487624680607..486fc116a2b3 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/options.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/position.ts b/packages/devextreme-angular/src/ui/date-box/nested/position.ts index d8a8788259dd..7460b557d8b0 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/position.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/show.ts b/packages/devextreme-angular/src/ui/date-box/nested/show.ts index 928ea7105bdb..3e0b5f42793a 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/show.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/to.ts b/packages/devextreme-angular/src/ui/date-box/nested/to.ts index c1f10463a91c..f09ed85e6499 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/to.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-box/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/date-box/nested/toolbar-item-dxi.ts index 2098de65afd9..67ff48f3830c 100644 --- a/packages/devextreme-angular/src/ui/date-box/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/date-box/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/index.ts b/packages/devextreme-angular/src/ui/date-range-box/index.ts index 023e73c22c36..8328af4399f3 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/index.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/index.ts @@ -24,12 +24,12 @@ import { } from '@angular/core'; -import { ApplyValueMode, TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; -import { DropDownPredefinedButton } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; -import { dxCalendarOptions } from 'devextreme/ui/calendar'; -import { Format } from 'devextreme/common/core/localization'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { ChangeEvent, ClosedEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/date_range_box'; +import type { ApplyValueMode, TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; +import type { DropDownPredefinedButton } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; +import type { dxCalendarOptions } from 'devextreme/ui/calendar'; +import type { Format } from 'devextreme/common/core/localization'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { ChangeEvent, ClosedEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/date_range_box'; import DxDateRangeBox from 'devextreme/ui/date_range_box'; diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/animation.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/animation.ts index 2fe858936198..159c42c46864 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/at.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/at.ts index dfb8819de737..6c94ba4262d9 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/at.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/button-dxi.ts index e905c7caa12c..2c0dcffd9381 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/calendar-options.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/calendar-options.ts index 2f771b80ae7a..57fa666b4651 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/calendar-options.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/calendar-options.ts @@ -16,8 +16,8 @@ import { -import { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from 'devextreme/ui/calendar'; -import { FirstDayOfWeek, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { DisabledDate, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, CalendarSelectionMode, WeekNumberRule } from 'devextreme/ui/calendar'; +import type { FirstDayOfWeek, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/collision.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/collision.ts index 51517dbd74bb..ae2862f762c0 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/display-format.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/display-format.ts index 0f41e76aa3f2..5aa2d28c6354 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/display-format.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/display-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/drop-down-options.ts index 6d503f60d4ba..34f00c20c00f 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/drop-down-options.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/from.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/from.ts index 49cfd831e5bc..f35f309b014e 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/from.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/hide.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/hide.ts index c5d79ef43285..d1ff78766f04 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/my.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/my.ts index 0b0cd5e1b7b7..7e25b92fb2ab 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/my.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/options.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/options.ts index d065891de21b..a541b289244f 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/options.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/position.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/position.ts index 6e2705e2a2db..865f423d3e0b 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/position.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/show.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/show.ts index a7749ebcb3f1..f77f8bb54566 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/show.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/to.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/to.ts index 1c64c47b4d0a..69cdcdc0887b 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/to.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/date-range-box/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/date-range-box/nested/toolbar-item-dxi.ts index 8e2b602256a8..55ad4d6977d8 100644 --- a/packages/devextreme-angular/src/ui/date-range-box/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/date-range-box/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/index.ts b/packages/devextreme-angular/src/ui/diagram/index.ts index fe80ce0e90b7..d5ced117e4d7 100644 --- a/packages/devextreme-angular/src/ui/diagram/index.ts +++ b/packages/devextreme-angular/src/ui/diagram/index.ts @@ -22,11 +22,11 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { AutoZoomMode, Command, CustomCommand, ShapeCategory, ToolboxDisplayMode, ShapeType, ConnectorLineEnd, ConnectorLineType, DataLayoutType, ContentReadyEvent, CustomCommandEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemDblClickEvent, OptionChangedEvent, RequestEditOperationEvent, RequestLayoutUpdateEvent, SelectionChangedEvent, PanelVisibility, Units } from 'devextreme/ui/diagram'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Orientation, PageOrientation } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { AutoZoomMode, Command, CustomCommand, ShapeCategory, ToolboxDisplayMode, ShapeType, ConnectorLineEnd, ConnectorLineType, DataLayoutType, ContentReadyEvent, CustomCommandEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemDblClickEvent, OptionChangedEvent, RequestEditOperationEvent, RequestLayoutUpdateEvent, SelectionChangedEvent, PanelVisibility, Units } from 'devextreme/ui/diagram'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Orientation, PageOrientation } from 'devextreme/common'; import DxDiagram from 'devextreme/ui/diagram'; diff --git a/packages/devextreme-angular/src/ui/diagram/nested/auto-layout.ts b/packages/devextreme-angular/src/ui/diagram/nested/auto-layout.ts index b44bcfcb7cba..581c0c689400 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/auto-layout.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/auto-layout.ts @@ -14,8 +14,8 @@ import { -import { Orientation } from 'devextreme/common'; -import { DataLayoutType } from 'devextreme/ui/diagram'; +import type { Orientation } from 'devextreme/common'; +import type { DataLayoutType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/command-dxi.ts b/packages/devextreme-angular/src/ui/diagram/nested/command-dxi.ts index 6b422c0442bd..d924f6559e5a 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/command-dxi.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/command-dxi.ts @@ -14,8 +14,8 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; -import { ToolbarItemLocation } from 'devextreme/common'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { ToolbarItemLocation } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/command-item-dxi.ts b/packages/devextreme-angular/src/ui/diagram/nested/command-item-dxi.ts index 59fd6f95c633..ea0d15da01b8 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/command-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/command-item-dxi.ts @@ -14,8 +14,8 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; -import { ToolbarItemLocation } from 'devextreme/common'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { ToolbarItemLocation } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/context-menu.ts b/packages/devextreme-angular/src/ui/diagram/nested/context-menu.ts index 77195513c5cd..2ee008b52a2e 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/context-menu.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/context-menu.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/context-toolbox.ts b/packages/devextreme-angular/src/ui/diagram/nested/context-toolbox.ts index bd665eef273a..b12487d2af4a 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/context-toolbox.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/context-toolbox.ts @@ -14,7 +14,7 @@ import { -import { ShapeCategory, ToolboxDisplayMode, ShapeType } from 'devextreme/ui/diagram'; +import type { ShapeCategory, ToolboxDisplayMode, ShapeType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/custom-shape-dxi.ts b/packages/devextreme-angular/src/ui/diagram/nested/custom-shape-dxi.ts index 7cd2cf0ed13f..190113963229 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/custom-shape-dxi.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/custom-shape-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { ShapeType } from 'devextreme/ui/diagram'; +import type { ShapeType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/default-item-properties.ts b/packages/devextreme-angular/src/ui/diagram/nested/default-item-properties.ts index 489c3ad2fdc0..af1cc25c7ca5 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/default-item-properties.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/default-item-properties.ts @@ -14,7 +14,7 @@ import { -import { ConnectorLineEnd, ConnectorLineType } from 'devextreme/ui/diagram'; +import type { ConnectorLineEnd, ConnectorLineType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/edges.ts b/packages/devextreme-angular/src/ui/diagram/nested/edges.ts index 3bbff3573cb7..4a4fcd2ed6c5 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/edges.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/edges.ts @@ -14,9 +14,9 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/group-dxi.ts b/packages/devextreme-angular/src/ui/diagram/nested/group-dxi.ts index 75972e06e027..6aa83e61aa25 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/group-dxi.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/group-dxi.ts @@ -14,7 +14,7 @@ import { -import { Command, CustomCommand, ShapeCategory, ToolboxDisplayMode, ShapeType } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand, ShapeCategory, ToolboxDisplayMode, ShapeType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/history-toolbar.ts b/packages/devextreme-angular/src/ui/diagram/nested/history-toolbar.ts index 08d6e35d8d3b..df50a0afaefb 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/history-toolbar.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/history-toolbar.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/diagram/nested/item-dxi.ts index 88b542a4522c..8eec3d2277c9 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/item-dxi.ts @@ -14,8 +14,8 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; -import { ToolbarItemLocation } from 'devextreme/common'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { ToolbarItemLocation } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/main-toolbar.ts b/packages/devextreme-angular/src/ui/diagram/nested/main-toolbar.ts index 32aba325345f..0005f552782e 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/main-toolbar.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/main-toolbar.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/nodes.ts b/packages/devextreme-angular/src/ui/diagram/nested/nodes.ts index caf65796297d..e6519682980c 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/nodes.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/nodes.ts @@ -14,11 +14,11 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { DataLayoutType } from 'devextreme/ui/diagram'; -import { Orientation } from 'devextreme/common'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataLayoutType } from 'devextreme/ui/diagram'; +import type { Orientation } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/properties-panel.ts b/packages/devextreme-angular/src/ui/diagram/nested/properties-panel.ts index 864fbb396f1b..7cdfc1ea5948 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/properties-panel.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/properties-panel.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand, PanelVisibility } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand, PanelVisibility } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/tab-dxi.ts b/packages/devextreme-angular/src/ui/diagram/nested/tab-dxi.ts index 6d385da99019..b143bd7110d2 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/tab-dxi.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/tab-dxi.ts @@ -14,7 +14,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/tab-group-dxi.ts b/packages/devextreme-angular/src/ui/diagram/nested/tab-group-dxi.ts index d9c5c9afb3c2..0993cf19b61d 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/tab-group-dxi.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/tab-group-dxi.ts @@ -14,7 +14,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/toolbox-group-dxi.ts b/packages/devextreme-angular/src/ui/diagram/nested/toolbox-group-dxi.ts index d2565eeeba53..388e3b804bee 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/toolbox-group-dxi.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/toolbox-group-dxi.ts @@ -12,7 +12,7 @@ import { -import { ShapeCategory, ToolboxDisplayMode, ShapeType } from 'devextreme/ui/diagram'; +import type { ShapeCategory, ToolboxDisplayMode, ShapeType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/toolbox.ts b/packages/devextreme-angular/src/ui/diagram/nested/toolbox.ts index e60d96924825..f6f35516569c 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/toolbox.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/toolbox.ts @@ -16,7 +16,7 @@ import { -import { ShapeCategory, ToolboxDisplayMode, ShapeType, PanelVisibility } from 'devextreme/ui/diagram'; +import type { ShapeCategory, ToolboxDisplayMode, ShapeType, PanelVisibility } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/diagram/nested/view-toolbar.ts b/packages/devextreme-angular/src/ui/diagram/nested/view-toolbar.ts index b8676116cc40..61190a0a66b2 100644 --- a/packages/devextreme-angular/src/ui/diagram/nested/view-toolbar.ts +++ b/packages/devextreme-angular/src/ui/diagram/nested/view-toolbar.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/draggable/index.ts b/packages/devextreme-angular/src/ui/draggable/index.ts index ae55fe5c5dab..04b3fb9e2782 100644 --- a/packages/devextreme-angular/src/ui/draggable/index.ts +++ b/packages/devextreme-angular/src/ui/draggable/index.ts @@ -17,8 +17,8 @@ import { } from '@angular/core'; -import { DragDirection } from 'devextreme/common'; -import { DisposingEvent, DragEndEvent, DragMoveEvent, DragStartEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/draggable'; +import type { DragDirection } from 'devextreme/common'; +import type { DisposingEvent, DragEndEvent, DragMoveEvent, DragStartEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/draggable'; import DxDraggable from 'devextreme/ui/draggable'; diff --git a/packages/devextreme-angular/src/ui/drawer/index.ts b/packages/devextreme-angular/src/ui/drawer/index.ts index f8b7171abbff..86237b9a2ba4 100644 --- a/packages/devextreme-angular/src/ui/drawer/index.ts +++ b/packages/devextreme-angular/src/ui/drawer/index.ts @@ -17,8 +17,8 @@ import { } from '@angular/core'; -import { event } from 'devextreme/events/events.types'; -import { DisposingEvent, InitializedEvent, OptionChangedEvent, OpenedStateMode, PanelLocation, RevealMode } from 'devextreme/ui/drawer'; +import type { event } from 'devextreme/events/events.types'; +import type { DisposingEvent, InitializedEvent, OptionChangedEvent, OpenedStateMode, PanelLocation, RevealMode } from 'devextreme/ui/drawer'; import DxDrawer from 'devextreme/ui/drawer'; diff --git a/packages/devextreme-angular/src/ui/drop-down-box/index.ts b/packages/devextreme-angular/src/ui/drop-down-box/index.ts index 715491c493b0..ac3c4a9dcd0a 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/index.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/index.ts @@ -24,13 +24,13 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { DropDownPredefinedButton, FieldAddons } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; -import { TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { ChangeEvent, ClosedEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/drop_down_box'; +import type DataSource from 'devextreme/data/data_source'; +import type { DropDownPredefinedButton, FieldAddons } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; +import type { TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { ChangeEvent, ClosedEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/drop_down_box'; import DxDropDownBox from 'devextreme/ui/drop_down_box'; diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/animation.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/animation.ts index 9564a491e0f9..5363bf115320 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/at.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/at.ts index b57a0ddfd42b..fd0128a43493 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/at.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/button-dxi.ts index d5cacd680566..9c63ed0f5ef7 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/collision.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/collision.ts index f5aa54f8c7a7..352240318e84 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/drop-down-options.ts index 52366a1be887..3183a9f11cea 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/drop-down-options.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/from.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/from.ts index 742b5b9cc04a..a9b5702f8156 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/from.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/hide.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/hide.ts index f8d54c042f9e..9f2a0f5e7ff5 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/my.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/my.ts index 9411c7c25cb7..3a82c29ea817 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/my.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/options.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/options.ts index c7015731937a..8fc1c1075d9b 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/options.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/position.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/position.ts index 40d8f8fa4db1..c9094ac1fdb1 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/position.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/show.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/show.ts index 84f247a5df5a..61a9380eb734 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/show.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/to.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/to.ts index c831cd5d463a..d515433c741e 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/to.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-box/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/drop-down-box/nested/toolbar-item-dxi.ts index 025ce9639ee0..1e48d8607c17 100644 --- a/packages/devextreme-angular/src/ui/drop-down-box/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/drop-down-box/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/index.ts b/packages/devextreme-angular/src/ui/drop-down-button/index.ts index 577d21eebf16..6126060048b8 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/index.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/index.ts @@ -22,12 +22,12 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { dxDropDownButtonItem, ButtonClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/drop_down_button'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxDropDownButtonItem, ButtonClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/drop_down_button'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import DxDropDownButton from 'devextreme/ui/drop_down_button'; diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/animation.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/animation.ts index 4b19ca341872..9d4728487fa2 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/at.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/at.ts index 4564b1c09b66..7c90c2881f39 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/at.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/collision.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/collision.ts index 7b72d49335b8..3770066b9705 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/drop-down-options.ts index b3a2d6e80ab6..8ca7792ef6af 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/drop-down-options.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/from.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/from.ts index d717985e71be..099ad1579421 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/from.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/hide.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/hide.ts index fcf005a4f984..082b48ef92a7 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/item-dxi.ts index c07a88c53489..b5c65560da46 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/item-dxi.ts @@ -16,7 +16,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { ItemClickEvent } from 'devextreme/ui/drop_down_button'; +import type { ItemClickEvent } from 'devextreme/ui/drop_down_button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/my.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/my.ts index 8e1ab070d4e2..697f2686cf40 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/my.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/position.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/position.ts index ec6942c80eab..dd45a046286d 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/position.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/show.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/show.ts index 6384234d2bad..67ca782ce553 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/show.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/to.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/to.ts index 28cbc568657b..29d8f862397f 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/to.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/drop-down-button/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/drop-down-button/nested/toolbar-item-dxi.ts index 7e855c83c2c8..6b3d6d613073 100644 --- a/packages/devextreme-angular/src/ui/drop-down-button/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/drop-down-button/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/index.ts b/packages/devextreme-angular/src/ui/file-manager/index.ts index 881728af3ab8..f2a517df0770 100644 --- a/packages/devextreme-angular/src/ui/file-manager/index.ts +++ b/packages/devextreme-angular/src/ui/file-manager/index.ts @@ -22,9 +22,9 @@ import { } from '@angular/core'; -import FileSystemItem from 'devextreme/file_management/file_system_item'; -import { dxFileManagerContextMenu, dxFileManagerDetailsColumn, FileManagerItemViewMode, ContentReadyEvent, ContextMenuItemClickEvent, ContextMenuShowingEvent, CurrentDirectoryChangedEvent, DirectoryCreatedEvent, DirectoryCreatingEvent, DisposingEvent, ErrorOccurredEvent, FileUploadedEvent, FileUploadingEvent, FocusedItemChangedEvent, InitializedEvent, ItemCopiedEvent, ItemCopyingEvent, ItemDeletedEvent, ItemDeletingEvent, ItemDownloadingEvent, ItemMovedEvent, ItemMovingEvent, ItemRenamedEvent, ItemRenamingEvent, OptionChangedEvent, SelectedFileOpenedEvent, SelectionChangedEvent, ToolbarItemClickEvent, dxFileManagerToolbar } from 'devextreme/ui/file_manager'; -import { SingleOrMultiple } from 'devextreme/common'; +import type FileSystemItem from 'devextreme/file_management/file_system_item'; +import type { dxFileManagerContextMenu, dxFileManagerDetailsColumn, FileManagerItemViewMode, ContentReadyEvent, ContextMenuItemClickEvent, ContextMenuShowingEvent, CurrentDirectoryChangedEvent, DirectoryCreatedEvent, DirectoryCreatingEvent, DisposingEvent, ErrorOccurredEvent, FileUploadedEvent, FileUploadingEvent, FocusedItemChangedEvent, InitializedEvent, ItemCopiedEvent, ItemCopyingEvent, ItemDeletedEvent, ItemDeletingEvent, ItemDownloadingEvent, ItemMovedEvent, ItemMovingEvent, ItemRenamedEvent, ItemRenamingEvent, OptionChangedEvent, SelectedFileOpenedEvent, SelectionChangedEvent, ToolbarItemClickEvent, dxFileManagerToolbar } from 'devextreme/ui/file_manager'; +import type { SingleOrMultiple } from 'devextreme/common'; import DxFileManager from 'devextreme/ui/file_manager'; diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/column-dxi.ts b/packages/devextreme-angular/src/ui/file-manager/nested/column-dxi.ts index d7ae381ff315..c557522892d1 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/column-dxi.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/column-dxi.ts @@ -12,7 +12,7 @@ import { -import { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; +import type { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/context-menu-item-dxi.ts b/packages/devextreme-angular/src/ui/file-manager/nested/context-menu-item-dxi.ts index 89fd2f57c216..e16544a969e6 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/context-menu-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/context-menu-item-dxi.ts @@ -14,7 +14,7 @@ import { -import { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem } from 'devextreme/ui/file_manager'; +import type { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/context-menu.ts b/packages/devextreme-angular/src/ui/file-manager/nested/context-menu.ts index 4891b87b8c10..b01b391cd463 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/context-menu.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/context-menu.ts @@ -16,7 +16,7 @@ import { -import { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem } from 'devextreme/ui/file_manager'; +import type { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/details.ts b/packages/devextreme-angular/src/ui/file-manager/nested/details.ts index bcf6f4d9683a..6142728bc60d 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/details.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/details.ts @@ -16,7 +16,7 @@ import { -import { dxFileManagerDetailsColumn } from 'devextreme/ui/file_manager'; +import type { dxFileManagerDetailsColumn } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/file-selection-item-dxi.ts b/packages/devextreme-angular/src/ui/file-manager/nested/file-selection-item-dxi.ts index 33ea7f90e6e8..a5be26650cdd 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/file-selection-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/file-selection-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/file-manager/nested/item-dxi.ts index d2f78b06a526..f7e3e8a83b98 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/item-dxi.ts @@ -14,9 +14,9 @@ import { -import { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/item-view.ts b/packages/devextreme-angular/src/ui/file-manager/nested/item-view.ts index bec958b3bc94..c2deebfb05d9 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/item-view.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/item-view.ts @@ -14,7 +14,7 @@ import { -import { dxFileManagerDetailsColumn, FileManagerItemViewMode } from 'devextreme/ui/file_manager'; +import type { dxFileManagerDetailsColumn, FileManagerItemViewMode } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/file-manager/nested/toolbar-item-dxi.ts index ed0949316364..92ea2f29db4a 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/toolbar-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-manager/nested/toolbar.ts b/packages/devextreme-angular/src/ui/file-manager/nested/toolbar.ts index c40ce9e0056a..be980f607121 100644 --- a/packages/devextreme-angular/src/ui/file-manager/nested/toolbar.ts +++ b/packages/devextreme-angular/src/ui/file-manager/nested/toolbar.ts @@ -16,7 +16,7 @@ import { -import { dxFileManagerToolbarItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; +import type { dxFileManagerToolbarItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/file-uploader/index.ts b/packages/devextreme-angular/src/ui/file-uploader/index.ts index 5c1c89e8f0c8..970617417e62 100644 --- a/packages/devextreme-angular/src/ui/file-uploader/index.ts +++ b/packages/devextreme-angular/src/ui/file-uploader/index.ts @@ -22,9 +22,9 @@ import { } from '@angular/core'; -import UploadInfo from 'devextreme/file_management/upload_info'; -import { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadStartedEvent, ValueChangedEvent, UploadHttpMethod, FileUploadMode } from 'devextreme/ui/file_uploader'; -import { ValidationStatus } from 'devextreme/common'; +import type UploadInfo from 'devextreme/file_management/upload_info'; +import type { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadStartedEvent, ValueChangedEvent, UploadHttpMethod, FileUploadMode } from 'devextreme/ui/file_uploader'; +import type { ValidationStatus } from 'devextreme/common'; import DxFileUploader from 'devextreme/ui/file_uploader'; diff --git a/packages/devextreme-angular/src/ui/filter-builder/index.ts b/packages/devextreme-angular/src/ui/filter-builder/index.ts index ac8ccfb9a0cc..84b6d4c2ebc6 100644 --- a/packages/devextreme-angular/src/ui/filter-builder/index.ts +++ b/packages/devextreme-angular/src/ui/filter-builder/index.ts @@ -24,7 +24,7 @@ import { } from '@angular/core'; -import { dxFilterBuilderCustomOperation, dxFilterBuilderField, GroupOperation, ContentReadyEvent, DisposingEvent, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; +import type { dxFilterBuilderCustomOperation, dxFilterBuilderField, GroupOperation, ContentReadyEvent, DisposingEvent, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; import DxFilterBuilder from 'devextreme/ui/filter_builder'; diff --git a/packages/devextreme-angular/src/ui/filter-builder/nested/custom-operation-dxi.ts b/packages/devextreme-angular/src/ui/filter-builder/nested/custom-operation-dxi.ts index cc645ebc3d4b..36fea811e22b 100644 --- a/packages/devextreme-angular/src/ui/filter-builder/nested/custom-operation-dxi.ts +++ b/packages/devextreme-angular/src/ui/filter-builder/nested/custom-operation-dxi.ts @@ -12,8 +12,8 @@ import { -import { dxFilterBuilderField, FieldInfo } from 'devextreme/ui/filter_builder'; -import { DataType } from 'devextreme/common'; +import type { dxFilterBuilderField, FieldInfo } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/filter-builder/nested/field-dxi.ts b/packages/devextreme-angular/src/ui/filter-builder/nested/field-dxi.ts index 61f4b6311998..9d9777266065 100644 --- a/packages/devextreme-angular/src/ui/filter-builder/nested/field-dxi.ts +++ b/packages/devextreme-angular/src/ui/filter-builder/nested/field-dxi.ts @@ -12,11 +12,11 @@ import { -import { FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; -import { DataType } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/filter-builder/nested/format.ts b/packages/devextreme-angular/src/ui/filter-builder/nested/format.ts index 17f63d3aa04f..a4da5ba8f9eb 100644 --- a/packages/devextreme-angular/src/ui/filter-builder/nested/format.ts +++ b/packages/devextreme-angular/src/ui/filter-builder/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/filter-builder/nested/lookup.ts b/packages/devextreme-angular/src/ui/filter-builder/nested/lookup.ts index 90227a53b8eb..798ba935525e 100644 --- a/packages/devextreme-angular/src/ui/filter-builder/nested/lookup.ts +++ b/packages/devextreme-angular/src/ui/filter-builder/nested/lookup.ts @@ -14,8 +14,8 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/index.ts b/packages/devextreme-angular/src/ui/form/index.ts index bef6ca3bf880..fab2638d8485 100644 --- a/packages/devextreme-angular/src/ui/form/index.ts +++ b/packages/devextreme-angular/src/ui/form/index.ts @@ -22,9 +22,9 @@ import { } from '@angular/core'; -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { Mode } from 'devextreme/common'; -import { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { Mode } from 'devextreme/common'; +import type { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; import DxForm from 'devextreme/ui/form'; diff --git a/packages/devextreme-angular/src/ui/form/nested/async-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/async-rule-dxi.ts index 3074a9622ea3..613a74b0e071 100644 --- a/packages/devextreme-angular/src/ui/form/nested/async-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/async-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/button-item-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/button-item-dxi.ts index 473e6fc33f69..21f235513dd8 100644 --- a/packages/devextreme-angular/src/ui/form/nested/button-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/button-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { dxButtonOptions } from 'devextreme/ui/button'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; +import type { dxButtonOptions } from 'devextreme/ui/button'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/button-options.ts b/packages/devextreme-angular/src/ui/form/nested/button-options.ts index 7416497e7f76..829d3d343acc 100644 --- a/packages/devextreme-angular/src/ui/form/nested/button-options.ts +++ b/packages/devextreme-angular/src/ui/form/nested/button-options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/compare-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/compare-rule-dxi.ts index 0bce72151f81..d5585cfc1821 100644 --- a/packages/devextreme-angular/src/ui/form/nested/compare-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/compare-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; +import type { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/custom-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/custom-rule-dxi.ts index 654f712ca079..fbe87bae781e 100644 --- a/packages/devextreme-angular/src/ui/form/nested/custom-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/custom-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/email-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/email-rule-dxi.ts index 8ee09f1cc8cd..4645e42c256d 100644 --- a/packages/devextreme-angular/src/ui/form/nested/email-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/email-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/empty-item-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/empty-item-dxi.ts index b5e1895dd248..5cc3b40ea43d 100644 --- a/packages/devextreme-angular/src/ui/form/nested/empty-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/empty-item-dxi.ts @@ -12,7 +12,7 @@ import { -import { FormItemType } from 'devextreme/ui/form'; +import type { FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/group-item-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/group-item-dxi.ts index acdb88c448e8..ed92983e7718 100644 --- a/packages/devextreme-angular/src/ui/form/nested/group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/group-item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/item-dxi.ts index 339aca5fd251..6033bd3c304f 100644 --- a/packages/devextreme-angular/src/ui/form/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/item-dxi.ts @@ -18,11 +18,11 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation, FormPredefinedButtonItem, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation, FormPredefinedButtonItem, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/label.ts b/packages/devextreme-angular/src/ui/form/nested/label.ts index b6962ee9e6a6..058091eed508 100644 --- a/packages/devextreme-angular/src/ui/form/nested/label.ts +++ b/packages/devextreme-angular/src/ui/form/nested/label.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { HorizontalAlignment } from 'devextreme/common'; -import { LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { LabelLocation } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/numeric-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/numeric-rule-dxi.ts index 282f93fc680a..3d09d72f7ec6 100644 --- a/packages/devextreme-angular/src/ui/form/nested/numeric-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/numeric-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/pattern-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/pattern-rule-dxi.ts index d47e66242218..ff6735185558 100644 --- a/packages/devextreme-angular/src/ui/form/nested/pattern-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/pattern-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/range-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/range-rule-dxi.ts index 8ba5e063776d..f70f75ce3e4d 100644 --- a/packages/devextreme-angular/src/ui/form/nested/range-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/range-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/required-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/required-rule-dxi.ts index 91f22d05a989..0df6d60244d6 100644 --- a/packages/devextreme-angular/src/ui/form/nested/required-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/required-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/simple-item-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/simple-item-dxi.ts index ce64ea610d07..018beb4d7d79 100644 --- a/packages/devextreme-angular/src/ui/form/nested/simple-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/simple-item-dxi.ts @@ -18,9 +18,9 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; -import { HorizontalAlignment } from 'devextreme/common'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/string-length-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/string-length-rule-dxi.ts index 8b56b2f7474f..b24d37f6acc8 100644 --- a/packages/devextreme-angular/src/ui/form/nested/string-length-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/string-length-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/tab-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/tab-dxi.ts index df9e9d4e1c26..9be5afec9268 100644 --- a/packages/devextreme-angular/src/ui/form/nested/tab-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/tab-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/tab-panel-options.ts b/packages/devextreme-angular/src/ui/form/nested/tab-panel-options.ts index 2fd988aa5fb0..13d4bcf51ad5 100644 --- a/packages/devextreme-angular/src/ui/form/nested/tab-panel-options.ts +++ b/packages/devextreme-angular/src/ui/form/nested/tab-panel-options.ts @@ -18,11 +18,11 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/tabbed-item-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/tabbed-item-dxi.ts index 0b782e421552..28277ef0ce97 100644 --- a/packages/devextreme-angular/src/ui/form/nested/tabbed-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/tabbed-item-dxi.ts @@ -14,8 +14,8 @@ import { -import { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/form/nested/validation-rule-dxi.ts b/packages/devextreme-angular/src/ui/form/nested/validation-rule-dxi.ts index 9aca7dd04c21..59e6b9837c15 100644 --- a/packages/devextreme-angular/src/ui/form/nested/validation-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/form/nested/validation-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; +import type { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/index.ts b/packages/devextreme-angular/src/ui/funnel/index.ts index 1cb76b03c17e..4b4e8188df90 100644 --- a/packages/devextreme-angular/src/ui/funnel/index.ts +++ b/packages/devextreme-angular/src/ui/funnel/index.ts @@ -20,13 +20,13 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { FunnelAlgorithm, dxFunnelItem, FunnelLegendItem, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, HoverChangedEvent, IncidentOccurredEvent, InitializedEvent, ItemClickEvent, LegendClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/viz/funnel'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { ExportFormat, HorizontalEdge, HorizontalAlignment, Position, Orientation, VerticalEdge, SingleMultipleOrNone } from 'devextreme/common'; -import { HatchDirection, DashStyle, Font, LabelPosition, TextOverflow, WordWrap, Palette, PaletteExtensionMode, ShiftLabelOverlap, Theme } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type DataSource from 'devextreme/data/data_source'; +import type { FunnelAlgorithm, dxFunnelItem, FunnelLegendItem, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, HoverChangedEvent, IncidentOccurredEvent, InitializedEvent, ItemClickEvent, LegendClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/viz/funnel'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { ExportFormat, HorizontalEdge, HorizontalAlignment, Position, Orientation, VerticalEdge, SingleMultipleOrNone } from 'devextreme/common'; +import type { HatchDirection, DashStyle, Font, LabelPosition, TextOverflow, WordWrap, Palette, PaletteExtensionMode, ShiftLabelOverlap, Theme } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import DxFunnel from 'devextreme/viz/funnel'; diff --git a/packages/devextreme-angular/src/ui/funnel/nested/border.ts b/packages/devextreme-angular/src/ui/funnel/nested/border.ts index 80b5fc56d9fe..0d828ac329ee 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/border.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/export.ts b/packages/devextreme-angular/src/ui/funnel/nested/export.ts index 4badd5ea77eb..86dd8bb8da65 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/export.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/format.ts b/packages/devextreme-angular/src/ui/funnel/nested/format.ts index 86869112c805..04d0ce1e3d2f 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/format.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/funnel-title-subtitle.ts b/packages/devextreme-angular/src/ui/funnel/nested/funnel-title-subtitle.ts index 5bd460ca85c7..f97df80a4ade 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/funnel-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/funnel-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/funnel-title.ts b/packages/devextreme-angular/src/ui/funnel/nested/funnel-title.ts index 6366d89d2769..0e13a981930f 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/funnel-title.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/funnel-title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/hatching.ts b/packages/devextreme-angular/src/ui/funnel/nested/hatching.ts index 9fd2062b581a..7b81ad744f91 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/hatching.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/hatching.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/hover-style.ts b/packages/devextreme-angular/src/ui/funnel/nested/hover-style.ts index 7fd46cf7a933..9fadcfee5663 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/hover-style.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/hover-style.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/item.ts b/packages/devextreme-angular/src/ui/funnel/nested/item.ts index f3de7dd503e4..699127e758e0 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/item.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/item.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/label-border.ts b/packages/devextreme-angular/src/ui/funnel/nested/label-border.ts index fb6a5bf603d9..fba9d57f4eab 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/label-border.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/label-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/label.ts b/packages/devextreme-angular/src/ui/funnel/nested/label.ts index e36bfa2b5f2d..bf820a0e315a 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/label.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/label.ts @@ -14,10 +14,10 @@ import { -import { DashStyle, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { dxFunnelItem } from 'devextreme/viz/funnel'; -import { Format } from 'devextreme/common/core/localization'; -import { HorizontalEdge } from 'devextreme/common'; +import type { DashStyle, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { dxFunnelItem } from 'devextreme/viz/funnel'; +import type { Format } from 'devextreme/common/core/localization'; +import type { HorizontalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/legend-border.ts b/packages/devextreme-angular/src/ui/funnel/nested/legend-border.ts index d9589061983e..f9fc98ecbc18 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/legend-border.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/legend-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/legend-title-subtitle.ts b/packages/devextreme-angular/src/ui/funnel/nested/legend-title-subtitle.ts index f6988f0fee40..d1e743abf187 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/legend-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/legend-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/legend-title.ts b/packages/devextreme-angular/src/ui/funnel/nested/legend-title.ts index f0defba69214..3757831eaaf7 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/legend-title.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/legend-title.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/legend.ts b/packages/devextreme-angular/src/ui/funnel/nested/legend.ts index 6a1f82714d60..5e06701081af 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/legend.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/legend.ts @@ -14,9 +14,9 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { dxFunnelItem, FunnelLegendItem } from 'devextreme/viz/funnel'; -import { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { dxFunnelItem, FunnelLegendItem } from 'devextreme/viz/funnel'; +import type { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/funnel/nested/loading-indicator.ts index 845bfb10938a..3aaae9d38810 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/selection-style.ts b/packages/devextreme-angular/src/ui/funnel/nested/selection-style.ts index 874953985771..e56d04a01360 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/selection-style.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/selection-style.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/subtitle.ts b/packages/devextreme-angular/src/ui/funnel/nested/subtitle.ts index 93db7e191b47..2f39080c56b2 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/title.ts b/packages/devextreme-angular/src/ui/funnel/nested/title.ts index be723492588d..c07a09927252 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/title.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/tooltip-border.ts b/packages/devextreme-angular/src/ui/funnel/nested/tooltip-border.ts index 5bf1dc1ea179..bb4f4c69686a 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/tooltip-border.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/tooltip-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/funnel/nested/tooltip.ts b/packages/devextreme-angular/src/ui/funnel/nested/tooltip.ts index 2f670ec2e3b0..09c463408e23 100644 --- a/packages/devextreme-angular/src/ui/funnel/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/funnel/nested/tooltip.ts @@ -14,9 +14,9 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { dxFunnelItem } from 'devextreme/viz/funnel'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { dxFunnelItem } from 'devextreme/viz/funnel'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gallery/index.ts b/packages/devextreme-angular/src/ui/gallery/index.ts index 543d002654e3..ab314ea88094 100644 --- a/packages/devextreme-angular/src/ui/gallery/index.ts +++ b/packages/devextreme-angular/src/ui/gallery/index.ts @@ -21,12 +21,12 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/gallery'; +export type { ExplicitTypes } from 'devextreme/ui/gallery'; -import DataSource from 'devextreme/data/data_source'; -import { dxGalleryItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/gallery'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxGalleryItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/gallery'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import DxGallery from 'devextreme/ui/gallery'; diff --git a/packages/devextreme-angular/src/ui/gantt/index.ts b/packages/devextreme-angular/src/ui/gantt/index.ts index f32034d2517e..88e83523df7b 100644 --- a/packages/devextreme-angular/src/ui/gantt/index.ts +++ b/packages/devextreme-angular/src/ui/gantt/index.ts @@ -22,11 +22,11 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { dxGanttColumn, dxGanttContextMenu, dxGanttFilterRow, dxGanttHeaderFilter, ContentReadyEvent, ContextMenuPreparingEvent, CustomCommandEvent, DependencyDeletedEvent, DependencyDeletingEvent, DependencyInsertedEvent, DependencyInsertingEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ResourceAssignedEvent, ResourceAssigningEvent, ResourceDeletedEvent, ResourceDeletingEvent, ResourceInsertedEvent, ResourceInsertingEvent, ResourceManagerDialogShowingEvent, ResourceUnassignedEvent, ResourceUnassigningEvent, ScaleCellPreparedEvent, SelectionChangedEvent, TaskClickEvent, TaskDblClickEvent, TaskDeletedEvent, TaskDeletingEvent, TaskEditDialogShowingEvent, TaskInsertedEvent, TaskInsertingEvent, TaskMovingEvent, TaskUpdatedEvent, TaskUpdatingEvent, GanttScaleType, dxGanttSorting, dxGanttStripLine, GanttTaskTitlePosition, dxGanttToolbar } from 'devextreme/ui/gantt'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { FirstDayOfWeek } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxGanttColumn, dxGanttContextMenu, dxGanttFilterRow, dxGanttHeaderFilter, ContentReadyEvent, ContextMenuPreparingEvent, CustomCommandEvent, DependencyDeletedEvent, DependencyDeletingEvent, DependencyInsertedEvent, DependencyInsertingEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ResourceAssignedEvent, ResourceAssigningEvent, ResourceDeletedEvent, ResourceDeletingEvent, ResourceInsertedEvent, ResourceInsertingEvent, ResourceManagerDialogShowingEvent, ResourceUnassignedEvent, ResourceUnassigningEvent, ScaleCellPreparedEvent, SelectionChangedEvent, TaskClickEvent, TaskDblClickEvent, TaskDeletedEvent, TaskDeletingEvent, TaskEditDialogShowingEvent, TaskInsertedEvent, TaskInsertingEvent, TaskMovingEvent, TaskUpdatedEvent, TaskUpdatingEvent, GanttScaleType, dxGanttSorting, dxGanttStripLine, GanttTaskTitlePosition, dxGanttToolbar } from 'devextreme/ui/gantt'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { FirstDayOfWeek } from 'devextreme/common'; import DxGantt from 'devextreme/ui/gantt'; diff --git a/packages/devextreme-angular/src/ui/gantt/nested/column-dxi.ts b/packages/devextreme-angular/src/ui/gantt/nested/column-dxi.ts index e4a3aedef6f8..0b6eb32c1dc5 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/column-dxi.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/column-dxi.ts @@ -14,9 +14,9 @@ import { -import { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; -import { FilterOperation, FilterType, ColumnHeaderFilter, SelectedFilterOperation } from 'devextreme/common/grids'; -import { Format } from 'devextreme/common/core/localization'; +import type { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; +import type { FilterOperation, FilterType, ColumnHeaderFilter, SelectedFilterOperation } from 'devextreme/common/grids'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/column-header-filter-search.ts b/packages/devextreme-angular/src/ui/gantt/nested/column-header-filter-search.ts index af71edf93f4d..b312f6a51bda 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/column-header-filter-search.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/column-header-filter-search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/column-header-filter.ts b/packages/devextreme-angular/src/ui/gantt/nested/column-header-filter.ts index 070a671c153e..1ce1e031caa1 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/column-header-filter.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/column-header-filter.ts @@ -14,10 +14,10 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig } from 'devextreme/common/grids'; -import { SearchMode } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/context-menu-item-dxi.ts b/packages/devextreme-angular/src/ui/gantt/nested/context-menu-item-dxi.ts index 3015390b8f62..a15d4a8baca6 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/context-menu-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/context-menu-item-dxi.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxContextMenuItem } from 'devextreme/ui/context_menu'; -import { GanttPredefinedContextMenuItem } from 'devextreme/ui/gantt'; +import type { dxContextMenuItem } from 'devextreme/ui/context_menu'; +import type { GanttPredefinedContextMenuItem } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/context-menu-item-item-dxi.ts b/packages/devextreme-angular/src/ui/gantt/nested/context-menu-item-item-dxi.ts index 883ea07f6163..67f7e0894588 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/context-menu-item-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/context-menu-item-item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxContextMenuItem } from 'devextreme/ui/context_menu'; +import type { dxContextMenuItem } from 'devextreme/ui/context_menu'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/context-menu.ts b/packages/devextreme-angular/src/ui/gantt/nested/context-menu.ts index 86eeeb46466b..c86b2d78d6d6 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/context-menu.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/context-menu.ts @@ -16,7 +16,7 @@ import { -import { dxGanttContextMenuItem, GanttPredefinedContextMenuItem } from 'devextreme/ui/gantt'; +import type { dxGanttContextMenuItem, GanttPredefinedContextMenuItem } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/dependencies.ts b/packages/devextreme-angular/src/ui/gantt/nested/dependencies.ts index a66c45cf6ab1..f8d1b6833ff5 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/dependencies.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/dependencies.ts @@ -14,9 +14,9 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/filter-row.ts b/packages/devextreme-angular/src/ui/gantt/nested/filter-row.ts index c4be95efc798..77e63c19ad5c 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/filter-row.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/filter-row.ts @@ -14,7 +14,7 @@ import { -import { dxGanttFilterRowOperationDescriptions } from 'devextreme/ui/gantt'; +import type { dxGanttFilterRowOperationDescriptions } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/format.ts b/packages/devextreme-angular/src/ui/gantt/nested/format.ts index 36a02eede0ff..6d9d7be3edfd 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/format.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/gantt-header-filter-search.ts b/packages/devextreme-angular/src/ui/gantt/nested/gantt-header-filter-search.ts index 1bf4a3e6fcf1..27bac4b9693f 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/gantt-header-filter-search.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/gantt-header-filter-search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/gantt-header-filter.ts b/packages/devextreme-angular/src/ui/gantt/nested/gantt-header-filter.ts index 3f817c369d33..86725ea953d6 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/gantt-header-filter.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/gantt-header-filter.ts @@ -14,8 +14,8 @@ import { -import { HeaderFilterSearchConfig } from 'devextreme/common/grids'; -import { dxGanttHeaderFilterTexts } from 'devextreme/ui/gantt'; +import type { HeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { dxGanttHeaderFilterTexts } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/header-filter.ts b/packages/devextreme-angular/src/ui/gantt/nested/header-filter.ts index e95acff9947e..ed26fff5db3e 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/header-filter.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/header-filter.ts @@ -14,11 +14,11 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig } from 'devextreme/common/grids'; -import { SearchMode } from 'devextreme/common'; -import { dxGanttHeaderFilterTexts } from 'devextreme/ui/gantt'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { SearchMode } from 'devextreme/common'; +import type { dxGanttHeaderFilterTexts } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/gantt/nested/item-dxi.ts index 901c48ae6a17..44987c5ed35d 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/item-dxi.ts @@ -18,10 +18,10 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxContextMenuItem } from 'devextreme/ui/context_menu'; -import { GanttPredefinedContextMenuItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { dxContextMenuItem } from 'devextreme/ui/context_menu'; +import type { GanttPredefinedContextMenuItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/resource-assignments.ts b/packages/devextreme-angular/src/ui/gantt/nested/resource-assignments.ts index 09b1dbaf4229..af44892d577b 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/resource-assignments.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/resource-assignments.ts @@ -14,9 +14,9 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/resources.ts b/packages/devextreme-angular/src/ui/gantt/nested/resources.ts index 12c4e6b77426..221deef13c59 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/resources.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/resources.ts @@ -14,9 +14,9 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/scale-type-range.ts b/packages/devextreme-angular/src/ui/gantt/nested/scale-type-range.ts index 89acb45025e0..219b48181ab3 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/scale-type-range.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/scale-type-range.ts @@ -14,7 +14,7 @@ import { -import { GanttScaleType } from 'devextreme/ui/gantt'; +import type { GanttScaleType } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/search.ts b/packages/devextreme-angular/src/ui/gantt/nested/search.ts index 75e9bef99304..c15f8b8c68b8 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/search.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/sorting.ts b/packages/devextreme-angular/src/ui/gantt/nested/sorting.ts index 15603ee8990c..c79f3fd4594e 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/sorting.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/sorting.ts @@ -14,7 +14,7 @@ import { -import { SingleMultipleOrNone } from 'devextreme/common'; +import type { SingleMultipleOrNone } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/tasks.ts b/packages/devextreme-angular/src/ui/gantt/nested/tasks.ts index d1d9a9cea485..2ae94365aad7 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/tasks.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/tasks.ts @@ -14,9 +14,9 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/gantt/nested/toolbar-item-dxi.ts index 675a25ca33ae..d834b1f033cc 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/gantt/nested/toolbar.ts b/packages/devextreme-angular/src/ui/gantt/nested/toolbar.ts index 58581202a38b..6bf671f7c886 100644 --- a/packages/devextreme-angular/src/ui/gantt/nested/toolbar.ts +++ b/packages/devextreme-angular/src/ui/gantt/nested/toolbar.ts @@ -16,7 +16,7 @@ import { -import { dxGanttToolbarItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; +import type { dxGanttToolbarItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/index.ts b/packages/devextreme-angular/src/ui/html-editor/index.ts index 474a380b1210..e9e8403ff9fe 100644 --- a/packages/devextreme-angular/src/ui/html-editor/index.ts +++ b/packages/devextreme-angular/src/ui/html-editor/index.ts @@ -24,9 +24,9 @@ import { } from '@angular/core'; -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { Converter, dxHtmlEditorImageUpload, dxHtmlEditorMediaResizing, dxHtmlEditorMention, ContentReadyEvent, DisposingEvent, FocusInEvent, FocusOutEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, dxHtmlEditorTableContextMenu, dxHtmlEditorTableResizing, dxHtmlEditorToolbar, dxHtmlEditorVariables } from 'devextreme/ui/html_editor'; -import { EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { Converter, dxHtmlEditorImageUpload, dxHtmlEditorMediaResizing, dxHtmlEditorMention, ContentReadyEvent, DisposingEvent, FocusInEvent, FocusOutEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, dxHtmlEditorTableContextMenu, dxHtmlEditorTableResizing, dxHtmlEditorToolbar, dxHtmlEditorVariables } from 'devextreme/ui/html_editor'; +import type { EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; import DxHtmlEditor from 'devextreme/ui/html_editor'; diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/command-dxi.ts b/packages/devextreme-angular/src/ui/html-editor/nested/command-dxi.ts index 9f3a9e6d5dbb..807337b97c32 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/command-dxi.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/command-dxi.ts @@ -12,7 +12,7 @@ import { -import { AICommandNameExtended } from 'devextreme/ui/html_editor'; +import type { AICommandNameExtended } from 'devextreme/ui/html_editor'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/file-uploader-options.ts b/packages/devextreme-angular/src/ui/html-editor/nested/file-uploader-options.ts index 23f27d56029b..0027948d0d9c 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/file-uploader-options.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/file-uploader-options.ts @@ -16,9 +16,9 @@ import { -import UploadInfo from 'devextreme/file_management/upload_info'; -import { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadStartedEvent, ValueChangedEvent, UploadHttpMethod, FileUploadMode } from 'devextreme/ui/file_uploader'; -import { ValidationStatus } from 'devextreme/common'; +import type UploadInfo from 'devextreme/file_management/upload_info'; +import type { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadStartedEvent, ValueChangedEvent, UploadHttpMethod, FileUploadMode } from 'devextreme/ui/file_uploader'; +import type { ValidationStatus } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/image-upload.ts b/packages/devextreme-angular/src/ui/html-editor/nested/image-upload.ts index 4a8a2b05a533..a16144280c4d 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/image-upload.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/image-upload.ts @@ -16,8 +16,8 @@ import { -import { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; -import { HtmlEditorImageUploadMode, dxHtmlEditorImageUploadTabItem, HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor'; +import type { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; +import type { HtmlEditorImageUploadMode, dxHtmlEditorImageUploadTabItem, HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/html-editor/nested/item-dxi.ts index 32d506c9ff2c..ed1d5104893c 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/item-dxi.ts @@ -18,9 +18,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxHtmlEditorTableContextMenuItem, HtmlEditorPredefinedContextMenuItem, HtmlEditorPredefinedToolbarItem, AICommand, AICommandName } from 'devextreme/ui/html_editor'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { dxHtmlEditorTableContextMenuItem, HtmlEditorPredefinedContextMenuItem, HtmlEditorPredefinedToolbarItem, AICommand, AICommandName } from 'devextreme/ui/html_editor'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/mention-dxi.ts b/packages/devextreme-angular/src/ui/html-editor/nested/mention-dxi.ts index 1b9b409f8abf..68f0ea4cc874 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/mention-dxi.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/mention-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/tab-dxi.ts b/packages/devextreme-angular/src/ui/html-editor/nested/tab-dxi.ts index 1b55acfeed16..98dda9747025 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/tab-dxi.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/tab-dxi.ts @@ -12,7 +12,7 @@ import { -import { HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor'; +import type { HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/table-context-menu-item-dxi.ts b/packages/devextreme-angular/src/ui/html-editor/nested/table-context-menu-item-dxi.ts index 2988753b5a86..c31aca0bd789 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/table-context-menu-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/table-context-menu-item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxHtmlEditorTableContextMenuItem, HtmlEditorPredefinedContextMenuItem } from 'devextreme/ui/html_editor'; +import type { dxHtmlEditorTableContextMenuItem, HtmlEditorPredefinedContextMenuItem } from 'devextreme/ui/html_editor'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/table-context-menu.ts b/packages/devextreme-angular/src/ui/html-editor/nested/table-context-menu.ts index f7f3dff480ee..298dad719deb 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/table-context-menu.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/table-context-menu.ts @@ -16,7 +16,7 @@ import { -import { dxHtmlEditorTableContextMenuItem, HtmlEditorPredefinedContextMenuItem } from 'devextreme/ui/html_editor'; +import type { dxHtmlEditorTableContextMenuItem, HtmlEditorPredefinedContextMenuItem } from 'devextreme/ui/html_editor'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/html-editor/nested/toolbar-item-dxi.ts index 7a0c659ab0c2..8872732fe462 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/toolbar-item-dxi.ts @@ -18,9 +18,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { AICommand, AICommandName, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { AICommand, AICommandName, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/toolbar.ts b/packages/devextreme-angular/src/ui/html-editor/nested/toolbar.ts index ba17b1a20b0a..b712247d48cf 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/toolbar.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/toolbar.ts @@ -16,7 +16,7 @@ import { -import { AIToolbarItem, dxHtmlEditorToolbarItem, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; +import type { AIToolbarItem, dxHtmlEditorToolbarItem, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/html-editor/nested/variables.ts b/packages/devextreme-angular/src/ui/html-editor/nested/variables.ts index b8f11a545906..6d41f4ba8ff1 100644 --- a/packages/devextreme-angular/src/ui/html-editor/nested/variables.ts +++ b/packages/devextreme-angular/src/ui/html-editor/nested/variables.ts @@ -14,9 +14,9 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/index.ts b/packages/devextreme-angular/src/ui/linear-gauge/index.ts index 4f34644f061c..1376da915775 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/index.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/index.ts @@ -22,11 +22,11 @@ import { } from '@angular/core'; -import { AnimationEaseMode, Font, ChartsColor, Palette, PaletteExtensionMode, LabelOverlap, Theme, TextOverflow, WordWrap, DashStyle } from 'devextreme/common/charts'; -import { ExportFormat, Orientation, HorizontalAlignment, VerticalAlignment, VerticalEdge } from 'devextreme/common'; -import { DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent } from 'devextreme/viz/linear_gauge'; -import { Format } from 'devextreme/common/core/localization'; -import { GaugeIndicator } from 'devextreme/viz/gauges/base_gauge'; +import type { AnimationEaseMode, Font, ChartsColor, Palette, PaletteExtensionMode, LabelOverlap, Theme, TextOverflow, WordWrap, DashStyle } from 'devextreme/common/charts'; +import type { ExportFormat, Orientation, HorizontalAlignment, VerticalAlignment, VerticalEdge } from 'devextreme/common'; +import type { DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent } from 'devextreme/viz/linear_gauge'; +import type { Format } from 'devextreme/common/core/localization'; +import type { GaugeIndicator } from 'devextreme/viz/gauges/base_gauge'; import DxLinearGauge from 'devextreme/viz/linear_gauge'; diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/animation.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/animation.ts index 03710bef58f0..ee5e2e32d1f7 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationEaseMode } from 'devextreme/common/charts'; +import type { AnimationEaseMode } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/border.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/border.ts index 778cfb2b076f..b48f7e5e4b03 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/border.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/export.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/export.ts index 2997f1fa85a3..dd149e4b2cfb 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/export.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/format.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/format.ts index 7afbde3864f4..94ccd6afbfd6 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/format.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/geometry.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/geometry.ts index ec1ee235d685..54db5d13680c 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/geometry.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/geometry.ts @@ -14,7 +14,7 @@ import { -import { Orientation } from 'devextreme/common'; +import type { Orientation } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/label.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/label.ts index 8bdef36f6de9..b28811fc499f 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/label.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/label.ts @@ -14,8 +14,8 @@ import { -import { Font, LabelOverlap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font, LabelOverlap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/loading-indicator.ts index b6985dc26118..3a82be1cb2d4 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/range-container.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/range-container.ts index c8ec5c7697b3..39838484302e 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/range-container.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/range-container.ts @@ -16,8 +16,8 @@ import { -import { ChartsColor, Palette, PaletteExtensionMode } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { ChartsColor, Palette, PaletteExtensionMode } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/range-dxi.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/range-dxi.ts index f0cd405612da..8c1a8608d76e 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/range-dxi.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/range-dxi.ts @@ -12,7 +12,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/scale.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/scale.ts index d97d05e30cdf..6a6e3088ee23 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/scale.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/scale.ts @@ -14,9 +14,9 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { Font, LabelOverlap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font, LabelOverlap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/subtitle.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/subtitle.ts index eb4f098720d8..f57d6da6c0b8 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/subvalue-indicator.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/subvalue-indicator.ts index a0c8032ac8bd..7b0fee1d6a7b 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/subvalue-indicator.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/subvalue-indicator.ts @@ -14,9 +14,9 @@ import { -import { ChartsColor, Palette, Font } from 'devextreme/common/charts'; -import { HorizontalEdge, VerticalEdge } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { ChartsColor, Palette, Font } from 'devextreme/common/charts'; +import type { HorizontalEdge, VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/text.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/text.ts index ee280abb3e71..721ac041d8d0 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/text.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/text.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/title.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/title.ts index cc8bb8b7a357..d2e2f2c66266 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/title.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/tooltip.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/tooltip.ts index 4e37dbed3e92..d2ea8ac07957 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/linear-gauge/nested/value-indicator.ts b/packages/devextreme-angular/src/ui/linear-gauge/nested/value-indicator.ts index 2fda73f1f5bf..384acf9c9d06 100644 --- a/packages/devextreme-angular/src/ui/linear-gauge/nested/value-indicator.ts +++ b/packages/devextreme-angular/src/ui/linear-gauge/nested/value-indicator.ts @@ -14,9 +14,9 @@ import { -import { ChartsColor, Palette, Font } from 'devextreme/common/charts'; -import { HorizontalEdge, VerticalEdge } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { ChartsColor, Palette, Font } from 'devextreme/common/charts'; +import type { HorizontalEdge, VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/list/index.ts b/packages/devextreme-angular/src/ui/list/index.ts index 0bea7fe8518a..388f610cac1f 100644 --- a/packages/devextreme-angular/src/ui/list/index.ts +++ b/packages/devextreme-angular/src/ui/list/index.ts @@ -21,15 +21,15 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/list'; - -import DataSource from 'devextreme/data/data_source'; -import { dxListItem, ItemDeleteMode, ListMenuMode, ContentReadyEvent, DisposingEvent, GroupRenderedEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemDeletedEvent, ItemDeletingEvent, ItemHoldEvent, ItemRenderedEvent, ItemReorderedEvent, ItemSwipeEvent, OptionChangedEvent, PageLoadingEvent, PullRefreshEvent, ScrollEvent, SelectAllValueChangedEvent, SelectionChangedEvent, SelectionChangingEvent } from 'devextreme/ui/list'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxSortableOptions } from 'devextreme/ui/sortable'; -import { PageLoadMode, SearchMode, SelectAllMode, SingleMultipleAllOrNone, ScrollbarMode } from 'devextreme/common'; -import { dxTextBoxOptions } from 'devextreme/ui/text_box'; +export type { ExplicitTypes } from 'devextreme/ui/list'; + +import type DataSource from 'devextreme/data/data_source'; +import type { dxListItem, ItemDeleteMode, ListMenuMode, ContentReadyEvent, DisposingEvent, GroupRenderedEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemDeletedEvent, ItemDeletingEvent, ItemHoldEvent, ItemRenderedEvent, ItemReorderedEvent, ItemSwipeEvent, OptionChangedEvent, PageLoadingEvent, PullRefreshEvent, ScrollEvent, SelectAllValueChangedEvent, SelectionChangedEvent, SelectionChangingEvent } from 'devextreme/ui/list'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxSortableOptions } from 'devextreme/ui/sortable'; +import type { PageLoadMode, SearchMode, SelectAllMode, SingleMultipleAllOrNone, ScrollbarMode } from 'devextreme/common'; +import type { dxTextBoxOptions } from 'devextreme/ui/text_box'; import DxList from 'devextreme/ui/list'; diff --git a/packages/devextreme-angular/src/ui/list/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/list/nested/button-dxi.ts index 09e99e62f33e..567f6001edc9 100644 --- a/packages/devextreme-angular/src/ui/list/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/list/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/list/nested/item-dragging.ts b/packages/devextreme-angular/src/ui/list/nested/item-dragging.ts index e082b144b490..5a63f3a686b0 100644 --- a/packages/devextreme-angular/src/ui/list/nested/item-dragging.ts +++ b/packages/devextreme-angular/src/ui/list/nested/item-dragging.ts @@ -14,8 +14,8 @@ import { -import { DragDirection, DragHighlight, Orientation } from 'devextreme/common'; -import { AddEvent, DisposingEvent, DragChangeEvent, DragEndEvent, DragMoveEvent, DragStartEvent, InitializedEvent, OptionChangedEvent, RemoveEvent, ReorderEvent } from 'devextreme/ui/sortable'; +import type { DragDirection, DragHighlight, Orientation } from 'devextreme/common'; +import type { AddEvent, DisposingEvent, DragChangeEvent, DragEndEvent, DragMoveEvent, DragStartEvent, InitializedEvent, OptionChangedEvent, RemoveEvent, ReorderEvent } from 'devextreme/ui/sortable'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/list/nested/options.ts b/packages/devextreme-angular/src/ui/list/nested/options.ts index 9ad66a627a65..a87e6c085dea 100644 --- a/packages/devextreme-angular/src/ui/list/nested/options.ts +++ b/packages/devextreme-angular/src/ui/list/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/list/nested/search-editor-options.ts b/packages/devextreme-angular/src/ui/list/nested/search-editor-options.ts index 53f881aba6a8..adc00308ba06 100644 --- a/packages/devextreme-angular/src/ui/list/nested/search-editor-options.ts +++ b/packages/devextreme-angular/src/ui/list/nested/search-editor-options.ts @@ -18,8 +18,8 @@ import { -import { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; -import { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; +import type { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-indicator/index.ts b/packages/devextreme-angular/src/ui/load-indicator/index.ts index 21de36fbef2d..5fbb1e4b20a6 100644 --- a/packages/devextreme-angular/src/ui/load-indicator/index.ts +++ b/packages/devextreme-angular/src/ui/load-indicator/index.ts @@ -17,7 +17,7 @@ import { } from '@angular/core'; -import { LoadingAnimationType, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/load_indicator'; +import type { LoadingAnimationType, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/load_indicator'; import DxLoadIndicator from 'devextreme/ui/load_indicator'; diff --git a/packages/devextreme-angular/src/ui/load-panel/index.ts b/packages/devextreme-angular/src/ui/load-panel/index.ts index 92767fc94bbe..1611ce15afa4 100644 --- a/packages/devextreme-angular/src/ui/load-panel/index.ts +++ b/packages/devextreme-angular/src/ui/load-panel/index.ts @@ -17,10 +17,10 @@ import { } from '@angular/core'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { LoadPanelIndicatorProperties, ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent } from 'devextreme/ui/load_panel'; -import { PositionAlignment } from 'devextreme/common'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { LoadPanelIndicatorProperties, ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent } from 'devextreme/ui/load_panel'; +import type { PositionAlignment } from 'devextreme/common'; import DxLoadPanel from 'devextreme/ui/load_panel'; diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/animation.ts b/packages/devextreme-angular/src/ui/load-panel/nested/animation.ts index 94077b8b963a..2dca167a84ec 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/at.ts b/packages/devextreme-angular/src/ui/load-panel/nested/at.ts index a92e02ae9fa1..b143d43d61d0 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/at.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/collision.ts b/packages/devextreme-angular/src/ui/load-panel/nested/collision.ts index 21c3a7e529c2..ea6eb9a86d96 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/from.ts b/packages/devextreme-angular/src/ui/load-panel/nested/from.ts index 038f57bc9157..821936254680 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/from.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/hide.ts b/packages/devextreme-angular/src/ui/load-panel/nested/hide.ts index a46b60c38a37..3e71538d4771 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/indicator-options.ts b/packages/devextreme-angular/src/ui/load-panel/nested/indicator-options.ts index 0faf6d0fa427..ef93810b8870 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/indicator-options.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/indicator-options.ts @@ -14,7 +14,7 @@ import { -import { LoadingAnimationType } from 'devextreme/ui/load_indicator'; +import type { LoadingAnimationType } from 'devextreme/ui/load_indicator'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/my.ts b/packages/devextreme-angular/src/ui/load-panel/nested/my.ts index b5fa93f38b14..ec5c8a049f3d 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/my.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/position.ts b/packages/devextreme-angular/src/ui/load-panel/nested/position.ts index f7e3cd2ba648..abc1ade27bcd 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/position.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/show.ts b/packages/devextreme-angular/src/ui/load-panel/nested/show.ts index 775aa6d7fc4d..200b32a3dd40 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/show.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/load-panel/nested/to.ts b/packages/devextreme-angular/src/ui/load-panel/nested/to.ts index b84706890b5c..391bba3334b9 100644 --- a/packages/devextreme-angular/src/ui/load-panel/nested/to.ts +++ b/packages/devextreme-angular/src/ui/load-panel/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/index.ts b/packages/devextreme-angular/src/ui/lookup/index.ts index c9ccec4b1db5..9d3dd42a1a9c 100644 --- a/packages/devextreme-angular/src/ui/lookup/index.ts +++ b/packages/devextreme-angular/src/ui/lookup/index.ts @@ -24,13 +24,13 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { ApplyValueMode, LabelMode, PageLoadMode, SimplifiedSearchMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; -import { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxPopoverOptions } from 'devextreme/ui/popover'; -import { ClosedEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OpenedEvent, OptionChangedEvent, PageLoadingEvent, PullRefreshEvent, ScrollEvent, SelectionChangedEvent, ValueChangedEvent } from 'devextreme/ui/lookup'; +import type DataSource from 'devextreme/data/data_source'; +import type { ApplyValueMode, LabelMode, PageLoadMode, SimplifiedSearchMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; +import type { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxPopoverOptions } from 'devextreme/ui/popover'; +import type { ClosedEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OpenedEvent, OptionChangedEvent, PageLoadingEvent, PullRefreshEvent, ScrollEvent, SelectionChangedEvent, ValueChangedEvent } from 'devextreme/ui/lookup'; import DxLookup from 'devextreme/ui/lookup'; diff --git a/packages/devextreme-angular/src/ui/lookup/nested/animation.ts b/packages/devextreme-angular/src/ui/lookup/nested/animation.ts index 1531aad8e6d1..01c1cfb15627 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/at.ts b/packages/devextreme-angular/src/ui/lookup/nested/at.ts index 814aa339d8c3..c3ec76717532 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/at.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/collision.ts b/packages/devextreme-angular/src/ui/lookup/nested/collision.ts index 816eab8857fe..a0a615c6d6a8 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/lookup/nested/drop-down-options.ts index 80b826bb8139..442e222d44b6 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/drop-down-options.ts @@ -18,11 +18,11 @@ import { -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, TitleRenderedEvent } from 'devextreme/ui/popover'; -import { Position } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, TitleRenderedEvent } from 'devextreme/ui/popover'; +import type { Position } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/from.ts b/packages/devextreme-angular/src/ui/lookup/nested/from.ts index 624341b4e1ea..87a0a9181ebd 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/from.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/hide.ts b/packages/devextreme-angular/src/ui/lookup/nested/hide.ts index a4c20287383a..806b7c828dcb 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/my.ts b/packages/devextreme-angular/src/ui/lookup/nested/my.ts index 940297450e6a..6d4135f8bc27 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/my.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/position.ts b/packages/devextreme-angular/src/ui/lookup/nested/position.ts index 4ed89262ba1d..aebe881b25da 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/position.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/show.ts b/packages/devextreme-angular/src/ui/lookup/nested/show.ts index 74be571a05c4..c4e05a1db284 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/show.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/to.ts b/packages/devextreme-angular/src/ui/lookup/nested/to.ts index 3706d81c9a6b..b4a20ce57dc8 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/to.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/lookup/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/lookup/nested/toolbar-item-dxi.ts index 01a2d5716f73..3b879ef1c116 100644 --- a/packages/devextreme-angular/src/ui/lookup/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/lookup/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/map/index.ts b/packages/devextreme-angular/src/ui/map/index.ts index 104c12f98cdd..67fc2d89e750 100644 --- a/packages/devextreme-angular/src/ui/map/index.ts +++ b/packages/devextreme-angular/src/ui/map/index.ts @@ -22,7 +22,7 @@ import { } from '@angular/core'; -import { ClickEvent, DisposingEvent, InitializedEvent, MarkerAddedEvent, MarkerRemovedEvent, OptionChangedEvent, ReadyEvent, RouteAddedEvent, RouteRemovedEvent, MapProvider, RouteMode, MapType } from 'devextreme/ui/map'; +import type { ClickEvent, DisposingEvent, InitializedEvent, MarkerAddedEvent, MarkerRemovedEvent, OptionChangedEvent, ReadyEvent, RouteAddedEvent, RouteRemovedEvent, MapProvider, RouteMode, MapType } from 'devextreme/ui/map'; import DxMap from 'devextreme/ui/map'; diff --git a/packages/devextreme-angular/src/ui/map/nested/route-dxi.ts b/packages/devextreme-angular/src/ui/map/nested/route-dxi.ts index 0f5687ac90c8..49fa9e935c99 100644 --- a/packages/devextreme-angular/src/ui/map/nested/route-dxi.ts +++ b/packages/devextreme-angular/src/ui/map/nested/route-dxi.ts @@ -14,7 +14,7 @@ import { -import { RouteMode } from 'devextreme/ui/map'; +import type { RouteMode } from 'devextreme/ui/map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/index.ts b/packages/devextreme-angular/src/ui/menu/index.ts index 426571e1611d..4e126a2e0d5a 100644 --- a/packages/devextreme-angular/src/ui/menu/index.ts +++ b/packages/devextreme-angular/src/ui/menu/index.ts @@ -21,14 +21,14 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/menu'; - -import DataSource from 'devextreme/data/data_source'; -import { AnimationConfig } from 'devextreme/common/core/animation'; -import { dxMenuItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SubmenuHiddenEvent, SubmenuHidingEvent, SubmenuShowingEvent, SubmenuShownEvent, SubmenuDirection } from 'devextreme/ui/menu'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Orientation, SingleOrNone, SubmenuShowMode } from 'devextreme/common'; +export type { ExplicitTypes } from 'devextreme/ui/menu'; + +import type DataSource from 'devextreme/data/data_source'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; +import type { dxMenuItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SubmenuHiddenEvent, SubmenuHidingEvent, SubmenuShowingEvent, SubmenuShownEvent, SubmenuDirection } from 'devextreme/ui/menu'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Orientation, SingleOrNone, SubmenuShowMode } from 'devextreme/common'; import DxMenu from 'devextreme/ui/menu'; diff --git a/packages/devextreme-angular/src/ui/menu/nested/animation.ts b/packages/devextreme-angular/src/ui/menu/nested/animation.ts index 9898e98dfe9b..36f52c75e4d3 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/at.ts b/packages/devextreme-angular/src/ui/menu/nested/at.ts index 1f95166a01a3..7687ed63aeb8 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/at.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/collision.ts b/packages/devextreme-angular/src/ui/menu/nested/collision.ts index 944da0ae2645..caee30bf0413 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/from.ts b/packages/devextreme-angular/src/ui/menu/nested/from.ts index d37100d205ed..1c27b2852e55 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/from.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/hide.ts b/packages/devextreme-angular/src/ui/menu/nested/hide.ts index a6b25d1b691c..6f9e3faafd88 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/menu/nested/item-dxi.ts index c7359b25ad76..3d2fe843816e 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxMenuItem } from 'devextreme/ui/menu'; +import type { dxMenuItem } from 'devextreme/ui/menu'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/my.ts b/packages/devextreme-angular/src/ui/menu/nested/my.ts index aa28b4ab3fe0..279da042e495 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/my.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/position.ts b/packages/devextreme-angular/src/ui/menu/nested/position.ts index 78cb377281fb..4cc377828fea 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/position.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/show-first-submenu-mode.ts b/packages/devextreme-angular/src/ui/menu/nested/show-first-submenu-mode.ts index 912341cb6f03..9add9e2be4b2 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/show-first-submenu-mode.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/show-first-submenu-mode.ts @@ -14,7 +14,7 @@ import { -import { SubmenuShowMode } from 'devextreme/common'; +import type { SubmenuShowMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/show-submenu-mode.ts b/packages/devextreme-angular/src/ui/menu/nested/show-submenu-mode.ts index 305c0d86e01c..5ee799d6b9e0 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/show-submenu-mode.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/show-submenu-mode.ts @@ -14,7 +14,7 @@ import { -import { SubmenuShowMode } from 'devextreme/common'; +import type { SubmenuShowMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/show.ts b/packages/devextreme-angular/src/ui/menu/nested/show.ts index 2e9e438ae516..d59873845b73 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/show.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/menu/nested/to.ts b/packages/devextreme-angular/src/ui/menu/nested/to.ts index dad833dc875f..b505a17aa28e 100644 --- a/packages/devextreme-angular/src/ui/menu/nested/to.ts +++ b/packages/devextreme-angular/src/ui/menu/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/multi-view/index.ts b/packages/devextreme-angular/src/ui/multi-view/index.ts index f0e6bf15c153..6175a4e36681 100644 --- a/packages/devextreme-angular/src/ui/multi-view/index.ts +++ b/packages/devextreme-angular/src/ui/multi-view/index.ts @@ -21,12 +21,12 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/multi_view'; +export type { ExplicitTypes } from 'devextreme/ui/multi_view'; -import DataSource from 'devextreme/data/data_source'; -import { dxMultiViewItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/multi_view'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxMultiViewItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/multi_view'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import DxMultiView from 'devextreme/ui/multi_view'; diff --git a/packages/devextreme-angular/src/ui/nested/aggregation.ts b/packages/devextreme-angular/src/ui/nested/aggregation.ts index bb1b74836a63..34127137e290 100644 --- a/packages/devextreme-angular/src/ui/nested/aggregation.ts +++ b/packages/devextreme-angular/src/ui/nested/aggregation.ts @@ -14,7 +14,7 @@ import { -import { ChartSeriesAggregationMethod } from 'devextreme/viz/chart'; +import type { ChartSeriesAggregationMethod } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/animation.ts b/packages/devextreme-angular/src/ui/nested/animation.ts index caaf501ce567..d7c97c0a46ae 100644 --- a/packages/devextreme-angular/src/ui/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/nested/animation.ts @@ -14,8 +14,8 @@ import { -import { AnimationEaseMode } from 'devextreme/common/charts'; -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationEaseMode } from 'devextreme/common/charts'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/argument-axis.ts b/packages/devextreme-angular/src/ui/nested/argument-axis.ts index 8550c06f572b..55d88b09538a 100644 --- a/packages/devextreme-angular/src/ui/nested/argument-axis.ts +++ b/packages/devextreme-angular/src/ui/nested/argument-axis.ts @@ -18,10 +18,10 @@ import { -import { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; -import { ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsDataType, DashStyle, DiscreteAxisDivisionMode, Font, LabelOverlap, RelativePosition, ScaleBreak, ScaleBreakLineStyle, TextOverflow, TimeInterval, VisualRange, VisualRangeUpdateMode, WordWrap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; +import type { ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsDataType, DashStyle, DiscreteAxisDivisionMode, Font, LabelOverlap, RelativePosition, ScaleBreak, ScaleBreakLineStyle, TextOverflow, TimeInterval, VisualRange, VisualRangeUpdateMode, WordWrap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/at.ts b/packages/devextreme-angular/src/ui/nested/at.ts index e0183b94696d..e59ed7ef3dc8 100644 --- a/packages/devextreme-angular/src/ui/nested/at.ts +++ b/packages/devextreme-angular/src/ui/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/auto-layout.ts b/packages/devextreme-angular/src/ui/nested/auto-layout.ts index 40c92c067ffd..6c813bdced5d 100644 --- a/packages/devextreme-angular/src/ui/nested/auto-layout.ts +++ b/packages/devextreme-angular/src/ui/nested/auto-layout.ts @@ -14,8 +14,8 @@ import { -import { Orientation } from 'devextreme/common'; -import { DataLayoutType } from 'devextreme/ui/diagram'; +import type { Orientation } from 'devextreme/common'; +import type { DataLayoutType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/background.ts b/packages/devextreme-angular/src/ui/nested/background.ts index 7ff6fe115144..9ce3bc5f0ace 100644 --- a/packages/devextreme-angular/src/ui/nested/background.ts +++ b/packages/devextreme-angular/src/ui/nested/background.ts @@ -14,7 +14,7 @@ import { -import { BackgroundImageLocation } from 'devextreme/viz/range_selector'; +import type { BackgroundImageLocation } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/base/animation-config.ts b/packages/devextreme-angular/src/ui/nested/base/animation-config.ts index da93dfccc03e..be244aa0d092 100644 --- a/packages/devextreme-angular/src/ui/nested/base/animation-config.ts +++ b/packages/devextreme-angular/src/ui/nested/base/animation-config.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { Direction } from 'devextreme/common'; -import { AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; +import type { AnimationState, AnimationType } from 'devextreme/common/core/animation'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/animation-state.ts b/packages/devextreme-angular/src/ui/nested/base/animation-state.ts index 9d5c2c2466de..da6205b34396 100644 --- a/packages/devextreme-angular/src/ui/nested/base/animation-state.ts +++ b/packages/devextreme-angular/src/ui/nested/base/animation-state.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/box-options.ts b/packages/devextreme-angular/src/ui/nested/base/box-options.ts index 7d9c7cc9f5cc..a96919ef4920 100644 --- a/packages/devextreme-angular/src/ui/nested/base/box-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/box-options.ts @@ -5,9 +5,10 @@ import { Component, } from '@angular/core'; -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; -import { BoxDirection, ContentReadyEvent, CrosswiseDistribution, DisposingEvent, Distribution, dxBoxItem, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, Properties as dxBoxOptions } from 'devextreme/ui/box'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { BoxDirection, ContentReadyEvent, CrosswiseDistribution, DisposingEvent, Distribution, dxBoxItem, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, Properties as dxBoxOptions } from 'devextreme/ui/box'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/button-group-item-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/button-group-item-dxi.ts index 741ded8fdb74..6bd1c8734250 100644 --- a/packages/devextreme-angular/src/ui/nested/base/button-group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/button-group-item-dxi.ts @@ -5,23 +5,24 @@ import { Component, } from '@angular/core'; -import { AsyncRule, ButtonStyle, ButtonType, CompareRule, CustomRule, EmailRule, HorizontalAlignment, NumericRule, PatternRule, RangeRule, RequiredRule, StringLengthRule, ToolbarItemComponent, ToolbarItemLocation, VerticalAlignment } from 'devextreme/common'; -import { Properties as dxBoxOptions } from 'devextreme/ui/box'; -import { Properties as dxButtonOptions } from 'devextreme/ui/button'; -import { User } from 'devextreme/ui/chat'; -import { dxContextMenuItem } from 'devextreme/ui/context_menu'; -import { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; -import { Command, CustomCommand } from 'devextreme/ui/diagram'; -import { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; -import { ButtonItem, EmptyItem, FormItemComponent, FormItemType, GroupItem, LabelLocation, SimpleItem, TabbedItem } from 'devextreme/ui/form'; -import { GanttPredefinedContextMenuItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; -import { AICommand, AICommandName, HtmlEditorPredefinedContextMenuItem, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; -import { dxMenuItem } from 'devextreme/ui/menu'; -import { Properties as dxSplitterOptions } from 'devextreme/ui/splitter'; -import { Properties as dxTabPanelOptions } from 'devextreme/ui/tab_panel'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; -import { dxTreeViewItem } from 'devextreme/ui/tree_view'; +import type { AsyncRule, ButtonStyle, ButtonType, CompareRule, CustomRule, EmailRule, HorizontalAlignment, NumericRule, PatternRule, RangeRule, RequiredRule, StringLengthRule, ToolbarItemComponent, ToolbarItemLocation, VerticalAlignment } from 'devextreme/common'; +import type { Properties as dxBoxOptions } from 'devextreme/ui/box'; +import type { Properties as dxButtonOptions } from 'devextreme/ui/button'; +import type { User } from 'devextreme/ui/chat'; +import type { dxContextMenuItem } from 'devextreme/ui/context_menu'; +import type { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { ItemClickEvent } from 'devextreme/ui/drop_down_button'; +import type { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; +import type { ButtonItem, EmptyItem, FormItemComponent, FormItemType, GroupItem, LabelLocation, SimpleItem, TabbedItem } from 'devextreme/ui/form'; +import type { GanttPredefinedContextMenuItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; +import type { AICommand, AICommandName, HtmlEditorPredefinedContextMenuItem, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; +import type { dxMenuItem } from 'devextreme/ui/menu'; +import type { Properties as dxSplitterOptions } from 'devextreme/ui/splitter'; +import type { Properties as dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; +import type { dxTreeViewItem } from 'devextreme/ui/tree_view'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/button-options.ts b/packages/devextreme-angular/src/ui/nested/base/button-options.ts index c0fb8773abc7..1ecbcb1d8cb5 100644 --- a/packages/devextreme-angular/src/ui/nested/base/button-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/button-options.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/calendar-options.ts b/packages/devextreme-angular/src/ui/nested/base/calendar-options.ts index 5969e8b80fee..cdccbe7ae374 100644 --- a/packages/devextreme-angular/src/ui/nested/base/calendar-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/calendar-options.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { FirstDayOfWeek, Position, ValidationMessageMode, ValidationStatus } from 'devextreme/common'; -import { CalendarSelectionMode, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, WeekNumberRule } from 'devextreme/ui/calendar'; +import type { FirstDayOfWeek, Position, ValidationMessageMode, ValidationStatus } from 'devextreme/common'; +import type { CalendarSelectionMode, CalendarZoomLevel, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, WeekNumberRule } from 'devextreme/ui/calendar'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/chart-annotation-config-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/chart-annotation-config-dxi.ts index c9f3d9f1379d..dff8c492b0fd 100644 --- a/packages/devextreme-angular/src/ui/nested/base/chart-annotation-config-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/chart-annotation-config-dxi.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { AnnotationType, DashStyle, Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { PieChartAnnotationLocation } from 'devextreme/viz/pie_chart'; +import type { AnnotationType, DashStyle, Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { PieChartAnnotationLocation } from 'devextreme/viz/pie_chart'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/chart-common-annotation-config.ts b/packages/devextreme-angular/src/ui/nested/base/chart-common-annotation-config.ts index 8ebdf62cf167..727b91967099 100644 --- a/packages/devextreme-angular/src/ui/nested/base/chart-common-annotation-config.ts +++ b/packages/devextreme-angular/src/ui/nested/base/chart-common-annotation-config.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { AnnotationType, DashStyle, Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { PieChartAnnotationLocation } from 'devextreme/viz/pie_chart'; +import type { AnnotationType, DashStyle, Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { PieChartAnnotationLocation } from 'devextreme/viz/pie_chart'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/chart-common-series-settings.ts b/packages/devextreme-angular/src/ui/nested/base/chart-common-series-settings.ts index 7d37c32de86f..419819019212 100644 --- a/packages/devextreme-angular/src/ui/nested/base/chart-common-series-settings.ts +++ b/packages/devextreme-angular/src/ui/nested/base/chart-common-series-settings.ts @@ -5,12 +5,12 @@ import { Component, } from '@angular/core'; -import { HorizontalAlignment } from 'devextreme/common'; -import { ChartsColor, ChartsDataType, DashStyle, Font, HatchDirection, LabelPosition, PointInteractionMode, PointSymbol, RelativePosition, SeriesHoverMode, SeriesSelectionMode, SeriesType, TextOverflow, ValueErrorBarDisplayMode, ValueErrorBarType, WordWrap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; -import { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; -import { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { ChartsColor, ChartsDataType, DashStyle, Font, HatchDirection, LabelPosition, PointInteractionMode, PointSymbol, RelativePosition, SeriesHoverMode, SeriesSelectionMode, SeriesType, TextOverflow, ValueErrorBarDisplayMode, ValueErrorBarType, WordWrap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; +import type { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/chart-series-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/chart-series-dxi.ts index b6a09e261006..da34af27a98a 100644 --- a/packages/devextreme-angular/src/ui/nested/base/chart-series-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/chart-series-dxi.ts @@ -5,12 +5,12 @@ import { Component, } from '@angular/core'; -import { HorizontalAlignment } from 'devextreme/common'; -import { ChartsColor, ChartsDataType, DashStyle, Font, HatchDirection, LabelPosition, PointInteractionMode, PointSymbol, RelativePosition, SeriesHoverMode, SeriesSelectionMode, SeriesType, TextOverflow, ValueErrorBarDisplayMode, ValueErrorBarType, WordWrap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; -import { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; -import { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { ChartsColor, ChartsDataType, DashStyle, Font, HatchDirection, LabelPosition, PointInteractionMode, PointSymbol, RelativePosition, SeriesHoverMode, SeriesSelectionMode, SeriesType, TextOverflow, ValueErrorBarDisplayMode, ValueErrorBarType, WordWrap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; +import type { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/column-chooser-search-config.ts b/packages/devextreme-angular/src/ui/nested/base/column-chooser-search-config.ts index b7da0016fa57..dd87764f7261 100644 --- a/packages/devextreme-angular/src/ui/nested/base/column-chooser-search-config.ts +++ b/packages/devextreme-angular/src/ui/nested/base/column-chooser-search-config.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/column-chooser-selection-config.ts b/packages/devextreme-angular/src/ui/nested/base/column-chooser-selection-config.ts index 64a5ef9ee207..ce431925c5e4 100644 --- a/packages/devextreme-angular/src/ui/nested/base/column-chooser-selection-config.ts +++ b/packages/devextreme-angular/src/ui/nested/base/column-chooser-selection-config.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { SelectAllMode, SingleMultipleOrNone } from 'devextreme/common'; -import { SelectionColumnDisplayMode } from 'devextreme/common/grids'; -import { SelectionSensitivity } from 'devextreme/ui/data_grid'; +import type { SelectAllMode, SingleMultipleOrNone } from 'devextreme/common'; +import type { SelectionColumnDisplayMode } from 'devextreme/common/grids'; +import type { SelectionSensitivity } from 'devextreme/ui/data_grid'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/column-chooser.ts b/packages/devextreme-angular/src/ui/nested/base/column-chooser.ts index e433c08cfc8e..340e1011d4e9 100644 --- a/packages/devextreme-angular/src/ui/nested/base/column-chooser.ts +++ b/packages/devextreme-angular/src/ui/nested/base/column-chooser.ts @@ -5,10 +5,10 @@ import { Component, } from '@angular/core'; -import { SortOrder } from 'devextreme/common'; -import { PositionConfig } from 'devextreme/common/core/animation'; -import { ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig } from 'devextreme/common/grids'; -import { UserDefinedElement } from 'devextreme/core/element'; +import type { SortOrder } from 'devextreme/common'; +import type { PositionConfig } from 'devextreme/common/core/animation'; +import type { ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig } from 'devextreme/common/grids'; +import type { UserDefinedElement } from 'devextreme/core/element'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/column-header-filter.ts b/packages/devextreme-angular/src/ui/nested/base/column-header-filter.ts index 88a1d1a0bc7b..c6f12875110a 100644 --- a/packages/devextreme-angular/src/ui/nested/base/column-header-filter.ts +++ b/packages/devextreme-angular/src/ui/nested/base/column-header-filter.ts @@ -5,11 +5,11 @@ import { Component, } from '@angular/core'; -import { SearchMode } from 'devextreme/common'; -import { ColumnHeaderFilterSearchConfig, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; -import { Store } from 'devextreme/data'; -import { Options as DataSourceOptions } from 'devextreme/data/data_source'; -import { dxGanttHeaderFilterTexts } from 'devextreme/ui/gantt'; +import type { SearchMode } from 'devextreme/common'; +import type { ColumnHeaderFilterSearchConfig, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; +import type { Store } from 'devextreme/data'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { dxGanttHeaderFilterTexts } from 'devextreme/ui/gantt'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/data-change-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/data-change-dxi.ts index 7070855c7370..92ae9607a734 100644 --- a/packages/devextreme-angular/src/ui/nested/base/data-change-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/data-change-dxi.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { DataChangeType } from 'devextreme/common/grids'; +import type { DataChangeType } from 'devextreme/common/grids'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/data-grid-column-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/data-grid-column-dxi.ts index befdd9c504f7..20937e206282 100644 --- a/packages/devextreme-angular/src/ui/nested/base/data-grid-column-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/data-grid-column-dxi.ts @@ -5,14 +5,14 @@ import { Component, } from '@angular/core'; -import { AsyncRule, CompareRule, CustomRule, DataType, EmailRule, HorizontalAlignment, NumericRule, PatternRule, RangeRule, RequiredRule, SortOrder, StringLengthRule } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { ColumnHeaderFilter, FilterOperation, FilterType, FixedPosition, SelectedFilterOperation } from 'devextreme/common/grids'; -import { Store } from 'devextreme/data'; -import { Options as DataSourceOptions } from 'devextreme/data/data_source'; -import { DataGridCommandColumnType, DataGridPredefinedColumnButton, dxDataGridColumn, dxDataGridColumnButton } from 'devextreme/ui/data_grid'; -import { SimpleItem } from 'devextreme/ui/form'; -import { dxTreeListColumn, dxTreeListColumnButton, TreeListCommandColumnType, TreeListPredefinedColumnButton } from 'devextreme/ui/tree_list'; +import type { AsyncRule, CompareRule, CustomRule, DataType, EmailRule, HorizontalAlignment, NumericRule, PatternRule, RangeRule, RequiredRule, SortOrder, StringLengthRule } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { ColumnHeaderFilter, FilterOperation, FilterType, FixedPosition, SelectedFilterOperation } from 'devextreme/common/grids'; +import type { Store } from 'devextreme/data'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { DataGridCommandColumnType, DataGridPredefinedColumnButton, dxDataGridColumn, dxDataGridColumnButton } from 'devextreme/ui/data_grid'; +import type { SimpleItem } from 'devextreme/ui/form'; +import type { dxTreeListColumn, dxTreeListColumnButton, TreeListCommandColumnType, TreeListPredefinedColumnButton } from 'devextreme/ui/tree_list'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/data-grid-toolbar.ts b/packages/devextreme-angular/src/ui/nested/base/data-grid-toolbar.ts index 0394513bb946..8278a8bea14d 100644 --- a/packages/devextreme-angular/src/ui/nested/base/data-grid-toolbar.ts +++ b/packages/devextreme-angular/src/ui/nested/base/data-grid-toolbar.ts @@ -5,12 +5,12 @@ import { Component, } from '@angular/core'; -import { UserDefinedElement } from 'devextreme/core/element'; -import { DataGridPredefinedToolbarItem, dxDataGridToolbarItem } from 'devextreme/ui/data_grid'; -import { dxFileManagerToolbarItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; -import { dxGanttToolbarItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; -import { AIToolbarItem, dxHtmlEditorToolbarItem, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; -import { dxTreeListToolbarItem, TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; +import type { UserDefinedElement } from 'devextreme/core/element'; +import type { DataGridPredefinedToolbarItem, dxDataGridToolbarItem } from 'devextreme/ui/data_grid'; +import type { dxFileManagerToolbarItem, FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; +import type { dxGanttToolbarItem, GanttPredefinedToolbarItem } from 'devextreme/ui/gantt'; +import type { AIToolbarItem, dxHtmlEditorToolbarItem, HtmlEditorPredefinedToolbarItem } from 'devextreme/ui/html_editor'; +import type { dxTreeListToolbarItem, TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/diagram-custom-command-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/diagram-custom-command-dxi.ts index a25d880b7213..31d75c3b7815 100644 --- a/packages/devextreme-angular/src/ui/nested/base/diagram-custom-command-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/diagram-custom-command-dxi.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { ToolbarItemLocation } from 'devextreme/common'; -import { Command, CustomCommand } from 'devextreme/ui/diagram'; -import { AICommandNameExtended } from 'devextreme/ui/html_editor'; +import type { ToolbarItemLocation } from 'devextreme/common'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { AICommandNameExtended } from 'devextreme/ui/html_editor'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/file-manager-context-menu.ts b/packages/devextreme-angular/src/ui/nested/base/file-manager-context-menu.ts index 2f8ab7d35165..fb6ca2f6aace 100644 --- a/packages/devextreme-angular/src/ui/nested/base/file-manager-context-menu.ts +++ b/packages/devextreme-angular/src/ui/nested/base/file-manager-context-menu.ts @@ -5,10 +5,10 @@ import { Component, } from '@angular/core'; -import { dxContextMenuItem } from 'devextreme/ui/context_menu'; -import { Command, CustomCommand } from 'devextreme/ui/diagram'; -import { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem } from 'devextreme/ui/file_manager'; -import { GanttPredefinedContextMenuItem } from 'devextreme/ui/gantt'; +import type { dxContextMenuItem } from 'devextreme/ui/context_menu'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { dxFileManagerContextMenuItem, FileManagerPredefinedContextMenuItem } from 'devextreme/ui/file_manager'; +import type { GanttPredefinedContextMenuItem } from 'devextreme/ui/gantt'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/file-manager-toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/file-manager-toolbar-item-dxi.ts index c12ec523fd76..4b213cdeddfa 100644 --- a/packages/devextreme-angular/src/ui/nested/base/file-manager-toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/file-manager-toolbar-item-dxi.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { ToolbarItemComponent, ToolbarItemLocation } from 'devextreme/common'; -import { FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemComponent, ToolbarItemLocation } from 'devextreme/common'; +import type { FileManagerPredefinedToolbarItem } from 'devextreme/ui/file_manager'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/file-uploader-options.ts b/packages/devextreme-angular/src/ui/nested/base/file-uploader-options.ts index d1c02cda2770..0945065d3add 100644 --- a/packages/devextreme-angular/src/ui/nested/base/file-uploader-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/file-uploader-options.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { ValidationStatus } from 'devextreme/common'; -import { UserDefinedElement } from 'devextreme/core/element'; -import { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, FileUploadMode, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadHttpMethod, UploadStartedEvent, ValueChangedEvent } from 'devextreme/ui/file_uploader'; +import type { ValidationStatus } from 'devextreme/common'; +import type { UserDefinedElement } from 'devextreme/core/element'; +import type { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, FileUploadMode, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadHttpMethod, UploadStartedEvent, ValueChangedEvent } from 'devextreme/ui/file_uploader'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/filter-builder-custom-operation-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/filter-builder-custom-operation-dxi.ts index c7a7485d3ea0..2984d170a9f4 100644 --- a/packages/devextreme-angular/src/ui/nested/base/filter-builder-custom-operation-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/filter-builder-custom-operation-dxi.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { DataType } from 'devextreme/common'; +import type { DataType } from 'devextreme/common'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/filter-builder-field-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/filter-builder-field-dxi.ts index 07eaf9b5941c..b92396614fdc 100644 --- a/packages/devextreme-angular/src/ui/nested/base/filter-builder-field-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/filter-builder-field-dxi.ts @@ -5,11 +5,11 @@ import { Component, } from '@angular/core'; -import { DataType } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { Store } from 'devextreme/data'; -import { Options as DataSourceOptions } from 'devextreme/data/data_source'; -import { FilterBuilderOperation } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { Store } from 'devextreme/data'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { FilterBuilderOperation } from 'devextreme/ui/filter_builder'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/filter-builder-options.ts b/packages/devextreme-angular/src/ui/nested/base/filter-builder-options.ts index b7e006a8609c..2cbfcfd13827 100644 --- a/packages/devextreme-angular/src/ui/nested/base/filter-builder-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/filter-builder-options.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { ContentReadyEvent, DisposingEvent, dxFilterBuilderCustomOperation, dxFilterBuilderField, EditorPreparedEvent, EditorPreparingEvent, GroupOperation, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; +import type { ContentReadyEvent, DisposingEvent, dxFilterBuilderCustomOperation, dxFilterBuilderField, EditorPreparedEvent, EditorPreparingEvent, GroupOperation, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/filter-panel.ts b/packages/devextreme-angular/src/ui/nested/base/filter-panel.ts index 9680b9d52a37..6a2229305ac4 100644 --- a/packages/devextreme-angular/src/ui/nested/base/filter-panel.ts +++ b/packages/devextreme-angular/src/ui/nested/base/filter-panel.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { FilterPanelTexts } from 'devextreme/common/grids'; +import type { FilterPanelTexts } from 'devextreme/common/grids'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/form-options.ts b/packages/devextreme-angular/src/ui/nested/base/form-options.ts index 46f362ab3d66..d251737a7a4c 100644 --- a/packages/devextreme-angular/src/ui/nested/base/form-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/form-options.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { Mode } from 'devextreme/common'; -import { ButtonItem, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, EmptyItem, FieldDataChangedEvent, FormLabelMode, GroupItem, InitializedEvent, LabelLocation, OptionChangedEvent, SimpleItem, TabbedItem } from 'devextreme/ui/form'; +import type { Mode } from 'devextreme/common'; +import type { ButtonItem, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, EmptyItem, FieldDataChangedEvent, FormLabelMode, GroupItem, InitializedEvent, LabelLocation, OptionChangedEvent, SimpleItem, TabbedItem } from 'devextreme/ui/form'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/form-simple-item.ts b/packages/devextreme-angular/src/ui/nested/base/form-simple-item.ts index 2806143644da..d44274d1048f 100644 --- a/packages/devextreme-angular/src/ui/nested/base/form-simple-item.ts +++ b/packages/devextreme-angular/src/ui/nested/base/form-simple-item.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { AsyncRule, CompareRule, CustomRule, EmailRule, HorizontalAlignment, NumericRule, PatternRule, RangeRule, RequiredRule, StringLengthRule } from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { AsyncRule, CompareRule, CustomRule, EmailRule, HorizontalAlignment, NumericRule, PatternRule, RangeRule, RequiredRule, StringLengthRule } from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/format.ts b/packages/devextreme-angular/src/ui/nested/base/format.ts index b9b69500e106..aa9d579890f4 100644 --- a/packages/devextreme-angular/src/ui/nested/base/format.ts +++ b/packages/devextreme-angular/src/ui/nested/base/format.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/gantt-filter-row.ts b/packages/devextreme-angular/src/ui/nested/base/gantt-filter-row.ts index 3d6201db8ca2..bb8d412cce31 100644 --- a/packages/devextreme-angular/src/ui/nested/base/gantt-filter-row.ts +++ b/packages/devextreme-angular/src/ui/nested/base/gantt-filter-row.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { ApplyFilterMode } from 'devextreme/common/grids'; -import { dxGanttFilterRowOperationDescriptions } from 'devextreme/ui/gantt'; +import type { ApplyFilterMode } from 'devextreme/common/grids'; +import type { dxGanttFilterRowOperationDescriptions } from 'devextreme/ui/gantt'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/gauge-indicator.ts b/packages/devextreme-angular/src/ui/nested/base/gauge-indicator.ts index 78d398d6d07c..dc4e2b1fc117 100644 --- a/packages/devextreme-angular/src/ui/nested/base/gauge-indicator.ts +++ b/packages/devextreme-angular/src/ui/nested/base/gauge-indicator.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { HorizontalEdge, VerticalEdge } from 'devextreme/common'; -import { ChartsColor, Font, Palette } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { HorizontalEdge, VerticalEdge } from 'devextreme/common'; +import type { ChartsColor, Font, Palette } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/html-editor-image-upload-tab-item-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/html-editor-image-upload-tab-item-dxi.ts index 316eccd251f6..9e60173b99e1 100644 --- a/packages/devextreme-angular/src/ui/nested/base/html-editor-image-upload-tab-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/html-editor-image-upload-tab-item-dxi.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { Command, CustomCommand } from 'devextreme/ui/diagram'; -import { ButtonItem, EmptyItem, GroupItem, SimpleItem, TabbedItem } from 'devextreme/ui/form'; -import { HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { ButtonItem, EmptyItem, GroupItem, SimpleItem, TabbedItem } from 'devextreme/ui/form'; +import type { HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/html-editor-image-upload.ts b/packages/devextreme-angular/src/ui/nested/base/html-editor-image-upload.ts index d037b7e7cc2c..d23c36d42e6b 100644 --- a/packages/devextreme-angular/src/ui/nested/base/html-editor-image-upload.ts +++ b/packages/devextreme-angular/src/ui/nested/base/html-editor-image-upload.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; -import { dxHtmlEditorImageUploadTabItem, HtmlEditorImageUploadMode, HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor'; +import type { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; +import type { dxHtmlEditorImageUploadTabItem, HtmlEditorImageUploadMode, HtmlEditorImageUploadTab } from 'devextreme/ui/html_editor'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/html-editor-mention-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/html-editor-mention-dxi.ts index bafe9bdb152b..fb9eed6d4c0b 100644 --- a/packages/devextreme-angular/src/ui/nested/base/html-editor-mention-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/html-editor-mention-dxi.ts @@ -5,8 +5,9 @@ import { Component, } from '@angular/core'; -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/html-editor-table-context-menu.ts b/packages/devextreme-angular/src/ui/nested/base/html-editor-table-context-menu.ts index 9b098a102568..eb2e5f9f8faf 100644 --- a/packages/devextreme-angular/src/ui/nested/base/html-editor-table-context-menu.ts +++ b/packages/devextreme-angular/src/ui/nested/base/html-editor-table-context-menu.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { HtmlEditorPredefinedContextMenuItem } from 'devextreme/ui/html_editor'; +import type { HtmlEditorPredefinedContextMenuItem } from 'devextreme/ui/html_editor'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/html-editor-variables.ts b/packages/devextreme-angular/src/ui/nested/base/html-editor-variables.ts index cc9b578c532d..cfc6c9f58a8f 100644 --- a/packages/devextreme-angular/src/ui/nested/base/html-editor-variables.ts +++ b/packages/devextreme-angular/src/ui/nested/base/html-editor-variables.ts @@ -5,8 +5,9 @@ import { Component, } from '@angular/core'; -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/pager.ts b/packages/devextreme-angular/src/ui/nested/base/pager.ts index f791fe4b0473..188ce411ae6d 100644 --- a/packages/devextreme-angular/src/ui/nested/base/pager.ts +++ b/packages/devextreme-angular/src/ui/nested/base/pager.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { DisplayMode, Mode } from 'devextreme/common'; -import { PagerPageSize } from 'devextreme/common/grids'; +import type { DisplayMode, Mode } from 'devextreme/common'; +import type { PagerPageSize } from 'devextreme/common/grids'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/popup-options.ts b/packages/devextreme-angular/src/ui/nested/base/popup-options.ts index 3a55e0654bc1..bc31c24c8ad2 100644 --- a/packages/devextreme-angular/src/ui/nested/base/popup-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/popup-options.ts @@ -5,10 +5,11 @@ import { Component, } from '@angular/core'; -import { Position, PositionAlignment } from 'devextreme/common'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { UserDefinedElement } from 'devextreme/core/element'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type { Position, PositionAlignment } from 'devextreme/common'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { UserDefinedElement } from 'devextreme/core/element'; +import type { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, TitleRenderedEvent } from 'devextreme/ui/popover'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/popup-toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/popup-toolbar-item-dxi.ts index 3357bb31631f..64e7f9604d4f 100644 --- a/packages/devextreme-angular/src/ui/nested/base/popup-toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/popup-toolbar-item-dxi.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { ToolbarItemComponent, ToolbarItemLocation } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemComponent, ToolbarItemLocation } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/position-config.ts b/packages/devextreme-angular/src/ui/nested/base/position-config.ts index c0e802676268..a315ab47e067 100644 --- a/packages/devextreme-angular/src/ui/nested/base/position-config.ts +++ b/packages/devextreme-angular/src/ui/nested/base/position-config.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { HorizontalAlignment, PositionAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolution, CollisionResolutionCombination } from 'devextreme/common/core/animation'; -import { UserDefinedElement } from 'devextreme/core/element'; +import type { HorizontalAlignment, PositionAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolution, CollisionResolutionCombination } from 'devextreme/common/core/animation'; +import type { UserDefinedElement } from 'devextreme/core/element'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/scheduler-scrolling.ts b/packages/devextreme-angular/src/ui/nested/base/scheduler-scrolling.ts index 21da27fbbcfc..eda3bc3e305f 100644 --- a/packages/devextreme-angular/src/ui/nested/base/scheduler-scrolling.ts +++ b/packages/devextreme-angular/src/ui/nested/base/scheduler-scrolling.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { Mode, ScrollbarMode, ScrollMode } from 'devextreme/common'; -import { DataRenderMode } from 'devextreme/common/grids'; -import { DataGridScrollMode } from 'devextreme/ui/data_grid'; +import type { Mode, ScrollbarMode, ScrollMode } from 'devextreme/common'; +import type { DataRenderMode } from 'devextreme/common/grids'; +import type { DataGridScrollMode } from 'devextreme/ui/data_grid'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/sortable-options.ts b/packages/devextreme-angular/src/ui/nested/base/sortable-options.ts index 8c354dbe3067..b8cf9acddcd3 100644 --- a/packages/devextreme-angular/src/ui/nested/base/sortable-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/sortable-options.ts @@ -5,9 +5,9 @@ import { Component, } from '@angular/core'; -import { DragDirection, DragHighlight, Orientation } from 'devextreme/common'; -import { UserDefinedElement } from 'devextreme/core/element'; -import { AddEvent, DisposingEvent, DragChangeEvent, DragEndEvent, DragMoveEvent, DragStartEvent, InitializedEvent, OptionChangedEvent, RemoveEvent, ReorderEvent } from 'devextreme/ui/sortable'; +import type { DragDirection, DragHighlight, Orientation } from 'devextreme/common'; +import type { UserDefinedElement } from 'devextreme/core/element'; +import type { AddEvent, DisposingEvent, DragChangeEvent, DragEndEvent, DragMoveEvent, DragStartEvent, InitializedEvent, OptionChangedEvent, RemoveEvent, ReorderEvent } from 'devextreme/ui/sortable'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/sorting.ts b/packages/devextreme-angular/src/ui/nested/base/sorting.ts index 22b6c0e89242..e75489f3f1f3 100644 --- a/packages/devextreme-angular/src/ui/nested/base/sorting.ts +++ b/packages/devextreme-angular/src/ui/nested/base/sorting.ts @@ -5,7 +5,7 @@ import { Component, } from '@angular/core'; -import { SingleMultipleOrNone } from 'devextreme/common'; +import type { SingleMultipleOrNone } from 'devextreme/common'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/splitter-options.ts b/packages/devextreme-angular/src/ui/nested/base/splitter-options.ts index 0605cd34796d..aedd88a8a8c4 100644 --- a/packages/devextreme-angular/src/ui/nested/base/splitter-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/splitter-options.ts @@ -5,10 +5,11 @@ import { Component, } from '@angular/core'; -import { Orientation } from 'devextreme/common'; -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; -import { ContentReadyEvent, DisposingEvent, dxSplitterItem, InitializedEvent, ItemClickEvent, ItemCollapsedEvent, ItemContextMenuEvent, ItemExpandedEvent, ItemRenderedEvent, OptionChangedEvent, Properties as dxSplitterOptions, ResizeEndEvent, ResizeEvent, ResizeStartEvent } from 'devextreme/ui/splitter'; +import type { Orientation } from 'devextreme/common'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { ContentReadyEvent, DisposingEvent, dxSplitterItem, InitializedEvent, ItemClickEvent, ItemCollapsedEvent, ItemContextMenuEvent, ItemExpandedEvent, ItemRenderedEvent, OptionChangedEvent, Properties as dxSplitterOptions, ResizeEndEvent, ResizeEvent, ResizeStartEvent } from 'devextreme/ui/splitter'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/tab-panel-options.ts b/packages/devextreme-angular/src/ui/nested/base/tab-panel-options.ts index f253d8f90cee..3319c5c235c4 100644 --- a/packages/devextreme-angular/src/ui/nested/base/tab-panel-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/tab-panel-options.ts @@ -5,10 +5,11 @@ import { Component, } from '@angular/core'; -import { Position, TabsIconPosition, TabsStyle } from 'devextreme/common'; -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; -import { ContentReadyEvent, DisposingEvent, dxTabPanelItem, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; +import type { Position, TabsIconPosition, TabsStyle } from 'devextreme/common'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { ContentReadyEvent, DisposingEvent, dxTabPanelItem, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/text-box-options.ts b/packages/devextreme-angular/src/ui/nested/base/text-box-options.ts index 790ec087b980..1a966046eb42 100644 --- a/packages/devextreme-angular/src/ui/nested/base/text-box-options.ts +++ b/packages/devextreme-angular/src/ui/nested/base/text-box-options.ts @@ -5,8 +5,8 @@ import { Component, } from '@angular/core'; -import { EditorStyle, LabelMode, MaskMode, Position, TextBoxPredefinedButton, TextEditorButton, ValidationMessageMode, ValidationStatus } from 'devextreme/common'; -import { ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, TextBoxType, ValueChangedEvent } from 'devextreme/ui/text_box'; +import type { EditorStyle, LabelMode, MaskMode, Position, TextBoxPredefinedButton, TextEditorButton, ValidationMessageMode, ValidationStatus } from 'devextreme/common'; +import type { ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, TextBoxType, ValueChangedEvent } from 'devextreme/ui/text_box'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/base/text-editor-button-dxi.ts b/packages/devextreme-angular/src/ui/nested/base/text-editor-button-dxi.ts index 8c779b77b856..a30d5219ac3c 100644 --- a/packages/devextreme-angular/src/ui/nested/base/text-editor-button-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/base/text-editor-button-dxi.ts @@ -5,10 +5,10 @@ import { Component, } from '@angular/core'; -import { TextEditorButtonLocation } from 'devextreme/common'; -import { Properties as dxButtonOptions } from 'devextreme/ui/button'; -import { ColumnButtonClickEvent, DataGridPredefinedColumnButton } from 'devextreme/ui/data_grid'; -import { TreeListPredefinedColumnButton } from 'devextreme/ui/tree_list'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { Properties as dxButtonOptions } from 'devextreme/ui/button'; +import type { ColumnButtonClickEvent, DataGridPredefinedColumnButton } from 'devextreme/ui/data_grid'; +import type { TreeListPredefinedColumnButton } from 'devextreme/ui/tree_list'; @Component({ template: '' diff --git a/packages/devextreme-angular/src/ui/nested/behavior.ts b/packages/devextreme-angular/src/ui/nested/behavior.ts index 851256af77a8..9996d1ff3539 100644 --- a/packages/devextreme-angular/src/ui/nested/behavior.ts +++ b/packages/devextreme-angular/src/ui/nested/behavior.ts @@ -14,7 +14,7 @@ import { -import { SliderValueChangeMode } from 'devextreme/common'; +import type { SliderValueChangeMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/border.ts b/packages/devextreme-angular/src/ui/nested/border.ts index a508240bd584..ab945f24a2ce 100644 --- a/packages/devextreme-angular/src/ui/nested/border.ts +++ b/packages/devextreme-angular/src/ui/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/box.ts b/packages/devextreme-angular/src/ui/nested/box.ts index aac5021fe747..ea9c20f8575f 100644 --- a/packages/devextreme-angular/src/ui/nested/box.ts +++ b/packages/devextreme-angular/src/ui/nested/box.ts @@ -18,7 +18,7 @@ import { -import { Properties as dxBoxOptions } from 'devextreme/ui/box'; +import type { Properties as dxBoxOptions } from 'devextreme/ui/box'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/break-style.ts b/packages/devextreme-angular/src/ui/nested/break-style.ts index e1ee9ba01000..4da20e669fc0 100644 --- a/packages/devextreme-angular/src/ui/nested/break-style.ts +++ b/packages/devextreme-angular/src/ui/nested/break-style.ts @@ -14,7 +14,7 @@ import { -import { ScaleBreakLineStyle } from 'devextreme/common/charts'; +import type { ScaleBreakLineStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/calendar-options.ts b/packages/devextreme-angular/src/ui/nested/calendar-options.ts index 747550811a67..16069fb2e18d 100644 --- a/packages/devextreme-angular/src/ui/nested/calendar-options.ts +++ b/packages/devextreme-angular/src/ui/nested/calendar-options.ts @@ -16,7 +16,7 @@ import { -import { CalendarZoomLevel } from 'devextreme/ui/calendar'; +import type { CalendarZoomLevel } from 'devextreme/ui/calendar'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/chart.ts b/packages/devextreme-angular/src/ui/nested/chart.ts index 98bac7947b1d..60b8639c9825 100644 --- a/packages/devextreme-angular/src/ui/nested/chart.ts +++ b/packages/devextreme-angular/src/ui/nested/chart.ts @@ -16,9 +16,9 @@ import { -import { ChartsDataType, Palette, PaletteExtensionMode } from 'devextreme/common/charts'; -import { ChartSeries } from 'devextreme/viz/common'; -import { ChartAxisScale } from 'devextreme/viz/range_selector'; +import type { ChartsDataType, Palette, PaletteExtensionMode } from 'devextreme/common/charts'; +import type { ChartSeries } from 'devextreme/viz/common'; +import type { ChartAxisScale } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/collision.ts b/packages/devextreme-angular/src/ui/nested/collision.ts index 598c9558898f..dd65a849ba9e 100644 --- a/packages/devextreme-angular/src/ui/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/colorizer.ts b/packages/devextreme-angular/src/ui/nested/colorizer.ts index 426737543089..98c1db1270e2 100644 --- a/packages/devextreme-angular/src/ui/nested/colorizer.ts +++ b/packages/devextreme-angular/src/ui/nested/colorizer.ts @@ -14,8 +14,8 @@ import { -import { Palette, PaletteExtensionMode } from 'devextreme/common/charts'; -import { TreeMapColorizerType } from 'devextreme/viz/tree_map'; +import type { Palette, PaletteExtensionMode } from 'devextreme/common/charts'; +import type { TreeMapColorizerType } from 'devextreme/viz/tree_map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/column-dxi.ts b/packages/devextreme-angular/src/ui/nested/column-dxi.ts index 898b12d9871f..5f9bb5e558c9 100644 --- a/packages/devextreme-angular/src/ui/nested/column-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/column-dxi.ts @@ -16,8 +16,8 @@ import { -import { SortOrder } from 'devextreme/common'; -import { SelectedFilterOperation } from 'devextreme/common/grids'; +import type { SortOrder } from 'devextreme/common'; +import type { SelectedFilterOperation } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/common-axis-settings.ts b/packages/devextreme-angular/src/ui/nested/common-axis-settings.ts index b9be7500c2b0..5721a6bb496c 100644 --- a/packages/devextreme-angular/src/ui/nested/common-axis-settings.ts +++ b/packages/devextreme-angular/src/ui/nested/common-axis-settings.ts @@ -14,9 +14,9 @@ import { -import { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; -import { ChartsAxisLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, LabelOverlap, RelativePosition, ScaleBreakLineStyle, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; +import type { ChartsAxisLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, LabelOverlap, RelativePosition, ScaleBreakLineStyle, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/common-pane-settings.ts b/packages/devextreme-angular/src/ui/nested/common-pane-settings.ts index 0f46cbfeb3bc..2e4dda8fd789 100644 --- a/packages/devextreme-angular/src/ui/nested/common-pane-settings.ts +++ b/packages/devextreme-angular/src/ui/nested/common-pane-settings.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor, DashStyle } from 'devextreme/common/charts'; +import type { ChartsColor, DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/constant-line-dxi.ts b/packages/devextreme-angular/src/ui/nested/constant-line-dxi.ts index 388c29cd75af..5a73a52dbddd 100644 --- a/packages/devextreme-angular/src/ui/nested/constant-line-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/constant-line-dxi.ts @@ -12,8 +12,8 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/constant-line-style.ts b/packages/devextreme-angular/src/ui/nested/constant-line-style.ts index 37449bdcfda9..816581e92395 100644 --- a/packages/devextreme-angular/src/ui/nested/constant-line-style.ts +++ b/packages/devextreme-angular/src/ui/nested/constant-line-style.ts @@ -14,8 +14,8 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/context-toolbox.ts b/packages/devextreme-angular/src/ui/nested/context-toolbox.ts index f5db6dcbe30a..d0c5a17d86c9 100644 --- a/packages/devextreme-angular/src/ui/nested/context-toolbox.ts +++ b/packages/devextreme-angular/src/ui/nested/context-toolbox.ts @@ -14,7 +14,7 @@ import { -import { ShapeCategory, ShapeType, ToolboxDisplayMode } from 'devextreme/ui/diagram'; +import type { ShapeCategory, ShapeType, ToolboxDisplayMode } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/control-bar.ts b/packages/devextreme-angular/src/ui/nested/control-bar.ts index 2837d1773a94..37c9165f0265 100644 --- a/packages/devextreme-angular/src/ui/nested/control-bar.ts +++ b/packages/devextreme-angular/src/ui/nested/control-bar.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/crosshair.ts b/packages/devextreme-angular/src/ui/nested/crosshair.ts index 3387d45814d7..fe807a311410 100644 --- a/packages/devextreme-angular/src/ui/nested/crosshair.ts +++ b/packages/devextreme-angular/src/ui/nested/crosshair.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/custom-shape-dxi.ts b/packages/devextreme-angular/src/ui/nested/custom-shape-dxi.ts index 17d0628fa941..b44d2f800e3a 100644 --- a/packages/devextreme-angular/src/ui/nested/custom-shape-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/custom-shape-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { ShapeType } from 'devextreme/ui/diagram'; +import type { ShapeType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/default-item-properties.ts b/packages/devextreme-angular/src/ui/nested/default-item-properties.ts index fea139e57d14..772d03b535d1 100644 --- a/packages/devextreme-angular/src/ui/nested/default-item-properties.ts +++ b/packages/devextreme-angular/src/ui/nested/default-item-properties.ts @@ -14,7 +14,7 @@ import { -import { ConnectorLineEnd, ConnectorLineType } from 'devextreme/ui/diagram'; +import type { ConnectorLineEnd, ConnectorLineType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/dependencies.ts b/packages/devextreme-angular/src/ui/nested/dependencies.ts index ee3639157290..ae0a88961493 100644 --- a/packages/devextreme-angular/src/ui/nested/dependencies.ts +++ b/packages/devextreme-angular/src/ui/nested/dependencies.ts @@ -14,8 +14,9 @@ import { -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/details.ts b/packages/devextreme-angular/src/ui/nested/details.ts index 43f8d13b51ad..589ae1b94f7c 100644 --- a/packages/devextreme-angular/src/ui/nested/details.ts +++ b/packages/devextreme-angular/src/ui/nested/details.ts @@ -16,7 +16,7 @@ import { -import { dxFileManagerDetailsColumn } from 'devextreme/ui/file_manager'; +import type { dxFileManagerDetailsColumn } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/nested/drop-down-options.ts index ab0cc3f77c9b..f7e64f96af5b 100644 --- a/packages/devextreme-angular/src/ui/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/nested/drop-down-options.ts @@ -18,8 +18,8 @@ import { -import { PositionAlignment } from 'devextreme/common'; -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionAlignment } from 'devextreme/common'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/edges.ts b/packages/devextreme-angular/src/ui/nested/edges.ts index 216f09f42e02..04995461a92c 100644 --- a/packages/devextreme-angular/src/ui/nested/edges.ts +++ b/packages/devextreme-angular/src/ui/nested/edges.ts @@ -14,8 +14,9 @@ import { -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/editing.ts b/packages/devextreme-angular/src/ui/nested/editing.ts index 0e9fc98c23fd..42a5975e2bbb 100644 --- a/packages/devextreme-angular/src/ui/nested/editing.ts +++ b/packages/devextreme-angular/src/ui/nested/editing.ts @@ -18,9 +18,9 @@ import { -import { DataChange, GridsEditMode, GridsEditRefreshMode, NewRowPosition, StartEditAction } from 'devextreme/common/grids'; -import { Properties as dxFormOptions } from 'devextreme/ui/form'; -import { Properties as dxPopupOptions } from 'devextreme/ui/popup'; +import type { DataChange, GridsEditMode, GridsEditRefreshMode, NewRowPosition, StartEditAction } from 'devextreme/common/grids'; +import type { Properties as dxFormOptions } from 'devextreme/ui/form'; +import type { Properties as dxPopupOptions } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/export.ts b/packages/devextreme-angular/src/ui/nested/export.ts index 83a30bed5b32..f2d60fa938dd 100644 --- a/packages/devextreme-angular/src/ui/nested/export.ts +++ b/packages/devextreme-angular/src/ui/nested/export.ts @@ -14,8 +14,8 @@ import { -import { ExportFormat } from 'devextreme/common'; -import { DataGridExportFormat } from 'devextreme/ui/data_grid'; +import type { ExportFormat } from 'devextreme/common'; +import type { DataGridExportFormat } from 'devextreme/ui/data_grid'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/field-chooser.ts b/packages/devextreme-angular/src/ui/nested/field-chooser.ts index 0f651eaa8906..aea6227ef464 100644 --- a/packages/devextreme-angular/src/ui/nested/field-chooser.ts +++ b/packages/devextreme-angular/src/ui/nested/field-chooser.ts @@ -14,8 +14,8 @@ import { -import { FieldChooserLayout } from 'devextreme/common'; -import { ApplyChangesMode } from 'devextreme/common/grids'; +import type { FieldChooserLayout } from 'devextreme/common'; +import type { ApplyChangesMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/filter-builder-popup.ts b/packages/devextreme-angular/src/ui/nested/filter-builder-popup.ts index 54e759b5ec9d..90edc01fdbfe 100644 --- a/packages/devextreme-angular/src/ui/nested/filter-builder-popup.ts +++ b/packages/devextreme-angular/src/ui/nested/filter-builder-popup.ts @@ -18,8 +18,8 @@ import { -import { PositionAlignment } from 'devextreme/common'; -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionAlignment } from 'devextreme/common'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/geometry.ts b/packages/devextreme-angular/src/ui/nested/geometry.ts index 23a6f067d1a8..094a6a5eba71 100644 --- a/packages/devextreme-angular/src/ui/nested/geometry.ts +++ b/packages/devextreme-angular/src/ui/nested/geometry.ts @@ -14,7 +14,7 @@ import { -import { Orientation } from 'devextreme/common'; +import type { Orientation } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/group-dxi.ts b/packages/devextreme-angular/src/ui/nested/group-dxi.ts index 8b73154261c4..a804d2df72b8 100644 --- a/packages/devextreme-angular/src/ui/nested/group-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/group-dxi.ts @@ -14,7 +14,7 @@ import { -import { Command, CustomCommand, ShapeCategory, ShapeType, ToolboxDisplayMode } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand, ShapeCategory, ShapeType, ToolboxDisplayMode } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/group-item-dxi.ts b/packages/devextreme-angular/src/ui/nested/group-item-dxi.ts index 0614607c1cad..4709ef0c3e0e 100644 --- a/packages/devextreme-angular/src/ui/nested/group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/group-item-dxi.ts @@ -12,8 +12,8 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { SummaryType } from 'devextreme/common/grids'; +import type { Format } from 'devextreme/common/core/localization'; +import type { SummaryType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/group-panel.ts b/packages/devextreme-angular/src/ui/nested/group-panel.ts index bca249abe23f..04e1fc0a6858 100644 --- a/packages/devextreme-angular/src/ui/nested/group-panel.ts +++ b/packages/devextreme-angular/src/ui/nested/group-panel.ts @@ -16,7 +16,7 @@ import { -import { Mode } from 'devextreme/common'; +import type { Mode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/group.ts b/packages/devextreme-angular/src/ui/nested/group.ts index a6060e752ac1..9cb52d5b0022 100644 --- a/packages/devextreme-angular/src/ui/nested/group.ts +++ b/packages/devextreme-angular/src/ui/nested/group.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow } from 'devextreme/common/charts'; +import type { Font, TextOverflow } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/grouping.ts b/packages/devextreme-angular/src/ui/nested/grouping.ts index 4b03dcd8da8e..804643ed6915 100644 --- a/packages/devextreme-angular/src/ui/nested/grouping.ts +++ b/packages/devextreme-angular/src/ui/nested/grouping.ts @@ -14,7 +14,7 @@ import { -import { GroupExpandMode } from 'devextreme/common/grids'; +import type { GroupExpandMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/hatching.ts b/packages/devextreme-angular/src/ui/nested/hatching.ts index 7573a63b501f..b0b38b31134f 100644 --- a/packages/devextreme-angular/src/ui/nested/hatching.ts +++ b/packages/devextreme-angular/src/ui/nested/hatching.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/history-toolbar.ts b/packages/devextreme-angular/src/ui/nested/history-toolbar.ts index b7b999a3506e..249695c6e084 100644 --- a/packages/devextreme-angular/src/ui/nested/history-toolbar.ts +++ b/packages/devextreme-angular/src/ui/nested/history-toolbar.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/horizontal-line.ts b/packages/devextreme-angular/src/ui/nested/horizontal-line.ts index 19c600b89125..1bdd32927658 100644 --- a/packages/devextreme-angular/src/ui/nested/horizontal-line.ts +++ b/packages/devextreme-angular/src/ui/nested/horizontal-line.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/hover-style.ts b/packages/devextreme-angular/src/ui/nested/hover-style.ts index 49b34c0f5c0c..179c8cee0160 100644 --- a/packages/devextreme-angular/src/ui/nested/hover-style.ts +++ b/packages/devextreme-angular/src/ui/nested/hover-style.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor, DashStyle, HatchDirection } from 'devextreme/common/charts'; +import type { ChartsColor, DashStyle, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/image.ts b/packages/devextreme-angular/src/ui/nested/image.ts index f700c5b06cb7..4b67740b96ff 100644 --- a/packages/devextreme-angular/src/ui/nested/image.ts +++ b/packages/devextreme-angular/src/ui/nested/image.ts @@ -14,7 +14,7 @@ import { -import { BackgroundImageLocation } from 'devextreme/viz/range_selector'; +import type { BackgroundImageLocation } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/item-view.ts b/packages/devextreme-angular/src/ui/nested/item-view.ts index 782ab2c8652c..cfc23c5ffdf4 100644 --- a/packages/devextreme-angular/src/ui/nested/item-view.ts +++ b/packages/devextreme-angular/src/ui/nested/item-view.ts @@ -14,7 +14,7 @@ import { -import { dxFileManagerDetailsColumn, FileManagerItemViewMode } from 'devextreme/ui/file_manager'; +import type { dxFileManagerDetailsColumn, FileManagerItemViewMode } from 'devextreme/ui/file_manager'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/item.ts b/packages/devextreme-angular/src/ui/nested/item.ts index e9b444a2935f..bbec4e2a352e 100644 --- a/packages/devextreme-angular/src/ui/nested/item.ts +++ b/packages/devextreme-angular/src/ui/nested/item.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/keyboard-navigation.ts b/packages/devextreme-angular/src/ui/nested/keyboard-navigation.ts index 07c3a9de39ab..280d148059e9 100644 --- a/packages/devextreme-angular/src/ui/nested/keyboard-navigation.ts +++ b/packages/devextreme-angular/src/ui/nested/keyboard-navigation.ts @@ -14,7 +14,7 @@ import { -import { EnterKeyAction, EnterKeyDirection } from 'devextreme/common/grids'; +import type { EnterKeyAction, EnterKeyDirection } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/label.ts b/packages/devextreme-angular/src/ui/nested/label.ts index af1997e83624..7ef30f024938 100644 --- a/packages/devextreme-angular/src/ui/nested/label.ts +++ b/packages/devextreme-angular/src/ui/nested/label.ts @@ -18,12 +18,12 @@ import { import { DOCUMENT } from '@angular/common'; -import { HorizontalAlignment, HorizontalEdge, Position, VerticalAlignment, VerticalEdge } from 'devextreme/common'; -import { ChartsAxisLabelOverlap, DashStyle, Font, LabelOverlap, LabelPosition, RelativePosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { LabelLocation } from 'devextreme/ui/form'; -import { ChartLabelDisplayMode } from 'devextreme/viz/chart'; -import { CircularGaugeLabelOverlap } from 'devextreme/viz/circular_gauge'; +import type { HorizontalAlignment, HorizontalEdge, Position, VerticalAlignment, VerticalEdge } from 'devextreme/common'; +import type { ChartsAxisLabelOverlap, DashStyle, Font, LabelOverlap, LabelPosition, RelativePosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { LabelLocation } from 'devextreme/ui/form'; +import type { ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { CircularGaugeLabelOverlap } from 'devextreme/viz/circular_gauge'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/layer-dxi.ts b/packages/devextreme-angular/src/ui/nested/layer-dxi.ts index 99829a715cbe..b1ab18e6982f 100644 --- a/packages/devextreme-angular/src/ui/nested/layer-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/layer-dxi.ts @@ -12,11 +12,12 @@ import { -import { SingleMultipleOrNone } from 'devextreme/common'; -import { Font, Palette } from 'devextreme/common/charts'; -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; -import { VectorMapLayerType, VectorMapMarkerType } from 'devextreme/viz/vector_map'; +import type { SingleMultipleOrNone } from 'devextreme/common'; +import type { Font, Palette } from 'devextreme/common/charts'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { VectorMapLayerType, VectorMapMarkerType } from 'devextreme/viz/vector_map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/legend-dxi.ts b/packages/devextreme-angular/src/ui/nested/legend-dxi.ts index 3f610d3a9727..9847c0677066 100644 --- a/packages/devextreme-angular/src/ui/nested/legend-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/legend-dxi.ts @@ -12,9 +12,9 @@ import { -import { HorizontalAlignment, Orientation, Position, VerticalEdge } from 'devextreme/common'; -import { DashStyle, Font } from 'devextreme/common/charts'; -import { VectorMapMarkerShape } from 'devextreme/viz/vector_map'; +import type { HorizontalAlignment, Orientation, Position, VerticalEdge } from 'devextreme/common'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { VectorMapMarkerShape } from 'devextreme/viz/vector_map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/legend.ts b/packages/devextreme-angular/src/ui/nested/legend.ts index 9e49f05ed330..3272342e61d6 100644 --- a/packages/devextreme-angular/src/ui/nested/legend.ts +++ b/packages/devextreme-angular/src/ui/nested/legend.ts @@ -14,10 +14,10 @@ import { -import { HorizontalAlignment, Orientation, Position, VerticalEdge } from 'devextreme/common'; -import { DashStyle, Font, LegendHoverMode, RelativePosition } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { PieChartLegendHoverMode } from 'devextreme/viz/pie_chart'; +import type { HorizontalAlignment, Orientation, Position, VerticalEdge } from 'devextreme/common'; +import type { DashStyle, Font, LegendHoverMode, RelativePosition } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { PieChartLegendHoverMode } from 'devextreme/viz/pie_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/link.ts b/packages/devextreme-angular/src/ui/nested/link.ts index 54fe37fc6128..587e331246b0 100644 --- a/packages/devextreme-angular/src/ui/nested/link.ts +++ b/packages/devextreme-angular/src/ui/nested/link.ts @@ -14,8 +14,8 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; -import { SankeyColorMode } from 'devextreme/viz/sankey'; +import type { HatchDirection } from 'devextreme/common/charts'; +import type { SankeyColorMode } from 'devextreme/viz/sankey'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/load-panel.ts b/packages/devextreme-angular/src/ui/nested/load-panel.ts index 3fd6f45a87c4..e5f72efd7841 100644 --- a/packages/devextreme-angular/src/ui/nested/load-panel.ts +++ b/packages/devextreme-angular/src/ui/nested/load-panel.ts @@ -14,7 +14,7 @@ import { -import { Mode } from 'devextreme/common'; +import type { Mode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/nested/loading-indicator.ts index 90ce284cb8b5..285f1547bdd7 100644 --- a/packages/devextreme-angular/src/ui/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/lookup.ts b/packages/devextreme-angular/src/ui/nested/lookup.ts index 31f7860dc454..a9238e78f477 100644 --- a/packages/devextreme-angular/src/ui/nested/lookup.ts +++ b/packages/devextreme-angular/src/ui/nested/lookup.ts @@ -14,8 +14,8 @@ import { -import { Store } from 'devextreme/data'; -import { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/main-toolbar.ts b/packages/devextreme-angular/src/ui/nested/main-toolbar.ts index 42fc80b57b22..bb1f4e31b983 100644 --- a/packages/devextreme-angular/src/ui/nested/main-toolbar.ts +++ b/packages/devextreme-angular/src/ui/nested/main-toolbar.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/marker.ts b/packages/devextreme-angular/src/ui/nested/marker.ts index c06c73b57ce3..ac60269598a6 100644 --- a/packages/devextreme-angular/src/ui/nested/marker.ts +++ b/packages/devextreme-angular/src/ui/nested/marker.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common/core/localization'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/my.ts b/packages/devextreme-angular/src/ui/nested/my.ts index b5e92a24cc17..9066ef31f9e8 100644 --- a/packages/devextreme-angular/src/ui/nested/my.ts +++ b/packages/devextreme-angular/src/ui/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/node.ts b/packages/devextreme-angular/src/ui/nested/node.ts index 7c51fa985543..4d9d1a5b76c1 100644 --- a/packages/devextreme-angular/src/ui/nested/node.ts +++ b/packages/devextreme-angular/src/ui/nested/node.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/nodes.ts b/packages/devextreme-angular/src/ui/nested/nodes.ts index 0145d9908422..893f05e2a4f7 100644 --- a/packages/devextreme-angular/src/ui/nested/nodes.ts +++ b/packages/devextreme-angular/src/ui/nested/nodes.ts @@ -14,10 +14,11 @@ import { -import { Orientation } from 'devextreme/common'; -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; -import { DataLayoutType } from 'devextreme/ui/diagram'; +import type { Orientation } from 'devextreme/common'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { DataLayoutType } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/pane-dxi.ts b/packages/devextreme-angular/src/ui/nested/pane-dxi.ts index fe12e81146a5..e3451a33b438 100644 --- a/packages/devextreme-angular/src/ui/nested/pane-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/pane-dxi.ts @@ -12,7 +12,7 @@ import { -import { ChartsColor, DashStyle } from 'devextreme/common/charts'; +import type { ChartsColor, DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/point.ts b/packages/devextreme-angular/src/ui/nested/point.ts index 0c5d71c7c748..fdef3c741001 100644 --- a/packages/devextreme-angular/src/ui/nested/point.ts +++ b/packages/devextreme-angular/src/ui/nested/point.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor, PointInteractionMode, PointSymbol } from 'devextreme/common/charts'; +import type { ChartsColor, PointInteractionMode, PointSymbol } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/popup.ts b/packages/devextreme-angular/src/ui/nested/popup.ts index 15dd322ddc65..6b75a8d5f380 100644 --- a/packages/devextreme-angular/src/ui/nested/popup.ts +++ b/packages/devextreme-angular/src/ui/nested/popup.ts @@ -18,8 +18,8 @@ import { -import { PositionAlignment } from 'devextreme/common'; -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionAlignment } from 'devextreme/common'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/properties-panel.ts b/packages/devextreme-angular/src/ui/nested/properties-panel.ts index e924fa4a0e5f..e29505bd1543 100644 --- a/packages/devextreme-angular/src/ui/nested/properties-panel.ts +++ b/packages/devextreme-angular/src/ui/nested/properties-panel.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand, PanelVisibility } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand, PanelVisibility } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/range-container.ts b/packages/devextreme-angular/src/ui/nested/range-container.ts index 04568f033059..904a1bc7822b 100644 --- a/packages/devextreme-angular/src/ui/nested/range-container.ts +++ b/packages/devextreme-angular/src/ui/nested/range-container.ts @@ -16,9 +16,9 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { ChartsColor, Palette, PaletteExtensionMode } from 'devextreme/common/charts'; -import { CircularGaugeElementOrientation } from 'devextreme/viz/circular_gauge'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { ChartsColor, Palette, PaletteExtensionMode } from 'devextreme/common/charts'; +import type { CircularGaugeElementOrientation } from 'devextreme/viz/circular_gauge'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/range-dxi.ts b/packages/devextreme-angular/src/ui/nested/range-dxi.ts index 2eaf1a8a4ac5..32d346b31c3b 100644 --- a/packages/devextreme-angular/src/ui/nested/range-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/range-dxi.ts @@ -12,7 +12,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/reduction.ts b/packages/devextreme-angular/src/ui/nested/reduction.ts index 881e9958e6c0..b56c48379dce 100644 --- a/packages/devextreme-angular/src/ui/nested/reduction.ts +++ b/packages/devextreme-angular/src/ui/nested/reduction.ts @@ -14,7 +14,7 @@ import { -import { FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { FinancialChartReductionLevel } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/resource-assignments.ts b/packages/devextreme-angular/src/ui/nested/resource-assignments.ts index 007968e80389..1542e2604bf1 100644 --- a/packages/devextreme-angular/src/ui/nested/resource-assignments.ts +++ b/packages/devextreme-angular/src/ui/nested/resource-assignments.ts @@ -14,8 +14,9 @@ import { -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/resource-dxi.ts b/packages/devextreme-angular/src/ui/nested/resource-dxi.ts index 5c374a5f1883..201213a2dc83 100644 --- a/packages/devextreme-angular/src/ui/nested/resource-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/resource-dxi.ts @@ -12,8 +12,9 @@ import { -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/resources.ts b/packages/devextreme-angular/src/ui/nested/resources.ts index ccdfe1859f1f..e45e887856a7 100644 --- a/packages/devextreme-angular/src/ui/nested/resources.ts +++ b/packages/devextreme-angular/src/ui/nested/resources.ts @@ -14,8 +14,9 @@ import { -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/route-dxi.ts b/packages/devextreme-angular/src/ui/nested/route-dxi.ts index 335aff70bb20..7176d6b4d9fa 100644 --- a/packages/devextreme-angular/src/ui/nested/route-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/route-dxi.ts @@ -14,7 +14,7 @@ import { -import { RouteMode } from 'devextreme/ui/map'; +import type { RouteMode } from 'devextreme/ui/map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/row-dragging.ts b/packages/devextreme-angular/src/ui/nested/row-dragging.ts index 6c72c9971db3..8310907be554 100644 --- a/packages/devextreme-angular/src/ui/nested/row-dragging.ts +++ b/packages/devextreme-angular/src/ui/nested/row-dragging.ts @@ -14,8 +14,8 @@ import { -import { DragDirection, DragHighlight } from 'devextreme/common'; -import { UserDefinedElement } from 'devextreme/core/element'; +import type { DragDirection, DragHighlight } from 'devextreme/common'; +import type { UserDefinedElement } from 'devextreme/core/element'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/scale-type-range.ts b/packages/devextreme-angular/src/ui/nested/scale-type-range.ts index 67e8dcee9147..22193b4564ac 100644 --- a/packages/devextreme-angular/src/ui/nested/scale-type-range.ts +++ b/packages/devextreme-angular/src/ui/nested/scale-type-range.ts @@ -14,7 +14,7 @@ import { -import { GanttScaleType } from 'devextreme/ui/gantt'; +import type { GanttScaleType } from 'devextreme/ui/gantt'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/scale.ts b/packages/devextreme-angular/src/ui/nested/scale.ts index 71c81951e10b..3044a485169f 100644 --- a/packages/devextreme-angular/src/ui/nested/scale.ts +++ b/packages/devextreme-angular/src/ui/nested/scale.ts @@ -16,11 +16,11 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { ChartsDataType, DiscreteAxisDivisionMode, Font, LabelOverlap, ScaleBreak, ScaleBreakLineStyle, TimeInterval } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { CircularGaugeElementOrientation, CircularGaugeLabelOverlap } from 'devextreme/viz/circular_gauge'; -import { AxisScale } from 'devextreme/viz/range_selector'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { ChartsDataType, DiscreteAxisDivisionMode, Font, LabelOverlap, ScaleBreak, ScaleBreakLineStyle, TimeInterval } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { CircularGaugeElementOrientation, CircularGaugeLabelOverlap } from 'devextreme/viz/circular_gauge'; +import type { AxisScale } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/scroll-bar.ts b/packages/devextreme-angular/src/ui/nested/scroll-bar.ts index 31d649f85fa8..7b499d9cbf9a 100644 --- a/packages/devextreme-angular/src/ui/nested/scroll-bar.ts +++ b/packages/devextreme-angular/src/ui/nested/scroll-bar.ts @@ -14,7 +14,7 @@ import { -import { Position } from 'devextreme/common'; +import type { Position } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/selection-style.ts b/packages/devextreme-angular/src/ui/nested/selection-style.ts index d4d4727f1ced..9b7e71c575cb 100644 --- a/packages/devextreme-angular/src/ui/nested/selection-style.ts +++ b/packages/devextreme-angular/src/ui/nested/selection-style.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor, DashStyle, HatchDirection } from 'devextreme/common/charts'; +import type { ChartsColor, DashStyle, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/show-first-submenu-mode.ts b/packages/devextreme-angular/src/ui/nested/show-first-submenu-mode.ts index 50e619f41e12..01bc92e6b58d 100644 --- a/packages/devextreme-angular/src/ui/nested/show-first-submenu-mode.ts +++ b/packages/devextreme-angular/src/ui/nested/show-first-submenu-mode.ts @@ -14,7 +14,7 @@ import { -import { SubmenuShowMode } from 'devextreme/common'; +import type { SubmenuShowMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/show-submenu-mode.ts b/packages/devextreme-angular/src/ui/nested/show-submenu-mode.ts index 8112c635a6d6..d85abb63c465 100644 --- a/packages/devextreme-angular/src/ui/nested/show-submenu-mode.ts +++ b/packages/devextreme-angular/src/ui/nested/show-submenu-mode.ts @@ -14,7 +14,7 @@ import { -import { SubmenuShowMode } from 'devextreme/common'; +import type { SubmenuShowMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/slider-marker.ts b/packages/devextreme-angular/src/ui/nested/slider-marker.ts index 2228e266e23c..6bb266177d57 100644 --- a/packages/devextreme-angular/src/ui/nested/slider-marker.ts +++ b/packages/devextreme-angular/src/ui/nested/slider-marker.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/small-values-grouping.ts b/packages/devextreme-angular/src/ui/nested/small-values-grouping.ts index 49fc28b2c3f9..53e495412a99 100644 --- a/packages/devextreme-angular/src/ui/nested/small-values-grouping.ts +++ b/packages/devextreme-angular/src/ui/nested/small-values-grouping.ts @@ -14,7 +14,7 @@ import { -import { SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; +import type { SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/sort-by-group-summary-info-dxi.ts b/packages/devextreme-angular/src/ui/nested/sort-by-group-summary-info-dxi.ts index f50e85f09603..c63a4151e10d 100644 --- a/packages/devextreme-angular/src/ui/nested/sort-by-group-summary-info-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/sort-by-group-summary-info-dxi.ts @@ -12,7 +12,7 @@ import { -import { SortOrder } from 'devextreme/common'; +import type { SortOrder } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/splitter.ts b/packages/devextreme-angular/src/ui/nested/splitter.ts index e5aea208f808..a24b8c5f9d96 100644 --- a/packages/devextreme-angular/src/ui/nested/splitter.ts +++ b/packages/devextreme-angular/src/ui/nested/splitter.ts @@ -18,7 +18,7 @@ import { -import { Properties as dxSplitterOptions } from 'devextreme/ui/splitter'; +import type { Properties as dxSplitterOptions } from 'devextreme/ui/splitter'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/state-storing.ts b/packages/devextreme-angular/src/ui/nested/state-storing.ts index 7d31edfd870c..98d320ff3eb4 100644 --- a/packages/devextreme-angular/src/ui/nested/state-storing.ts +++ b/packages/devextreme-angular/src/ui/nested/state-storing.ts @@ -14,7 +14,7 @@ import { -import { StateStoreType } from 'devextreme/common/grids'; +import type { StateStoreType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/strip-dxi.ts b/packages/devextreme-angular/src/ui/nested/strip-dxi.ts index 543115c32bf7..678ef423eca3 100644 --- a/packages/devextreme-angular/src/ui/nested/strip-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/strip-dxi.ts @@ -12,8 +12,8 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/strip-style.ts b/packages/devextreme-angular/src/ui/nested/strip-style.ts index ec9881aebb10..2ec40ca856bb 100644 --- a/packages/devextreme-angular/src/ui/nested/strip-style.ts +++ b/packages/devextreme-angular/src/ui/nested/strip-style.ts @@ -14,8 +14,8 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/subtitle.ts b/packages/devextreme-angular/src/ui/nested/subtitle.ts index c2f6b9a614dc..3a3aa0688c45 100644 --- a/packages/devextreme-angular/src/ui/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/summary.ts b/packages/devextreme-angular/src/ui/nested/summary.ts index 67cf690494b8..b0856269eff5 100644 --- a/packages/devextreme-angular/src/ui/nested/summary.ts +++ b/packages/devextreme-angular/src/ui/nested/summary.ts @@ -16,9 +16,9 @@ import { -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { SummaryType } from 'devextreme/common/grids'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { SummaryType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/tasks.ts b/packages/devextreme-angular/src/ui/nested/tasks.ts index 050114f8ab4a..8579bcfc8a65 100644 --- a/packages/devextreme-angular/src/ui/nested/tasks.ts +++ b/packages/devextreme-angular/src/ui/nested/tasks.ts @@ -14,8 +14,9 @@ import { -import { Store } from 'devextreme/data'; -import DataSource, { Options as DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data'; +import type DataSource from 'devextreme/data/data_source'; +import type { Options as DataSourceOptions } from 'devextreme/data/data_source'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/text.ts b/packages/devextreme-angular/src/ui/nested/text.ts index 96e526dacd59..7887f4cf4990 100644 --- a/packages/devextreme-angular/src/ui/nested/text.ts +++ b/packages/devextreme-angular/src/ui/nested/text.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/tile.ts b/packages/devextreme-angular/src/ui/nested/tile.ts index d243292e2420..71ccd02b627d 100644 --- a/packages/devextreme-angular/src/ui/nested/tile.ts +++ b/packages/devextreme-angular/src/ui/nested/tile.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/title.ts b/packages/devextreme-angular/src/ui/nested/title.ts index 07bf576fefb8..c639a103f8a4 100644 --- a/packages/devextreme-angular/src/ui/nested/title.ts +++ b/packages/devextreme-angular/src/ui/nested/title.ts @@ -14,8 +14,8 @@ import { -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/toolbox.ts b/packages/devextreme-angular/src/ui/nested/toolbox.ts index 53a79cbfa761..4f0ad5f869c7 100644 --- a/packages/devextreme-angular/src/ui/nested/toolbox.ts +++ b/packages/devextreme-angular/src/ui/nested/toolbox.ts @@ -16,7 +16,7 @@ import { -import { PanelVisibility, ShapeCategory, ShapeType, ToolboxDisplayMode } from 'devextreme/ui/diagram'; +import type { PanelVisibility, ShapeCategory, ShapeType, ToolboxDisplayMode } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/tooltip.ts b/packages/devextreme-angular/src/ui/nested/tooltip.ts index 2d9f0ad2db42..087761b4ad57 100644 --- a/packages/devextreme-angular/src/ui/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/nested/tooltip.ts @@ -14,11 +14,11 @@ import { -import { TooltipShowMode, VerticalEdge } from 'devextreme/common'; -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { UserDefinedElement } from 'devextreme/core/element'; -import { ChartTooltipLocation } from 'devextreme/viz/chart'; +import type { TooltipShowMode, VerticalEdge } from 'devextreme/common'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { UserDefinedElement } from 'devextreme/core/element'; +import type { ChartTooltipLocation } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/total-item-dxi.ts b/packages/devextreme-angular/src/ui/nested/total-item-dxi.ts index 5228b3abb8db..4a5de9eb5197 100644 --- a/packages/devextreme-angular/src/ui/nested/total-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/total-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { SummaryType } from 'devextreme/common/grids'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { SummaryType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/validation-rule-dxi.ts b/packages/devextreme-angular/src/ui/nested/validation-rule-dxi.ts index d575e1a2d041..dd0cce0dae4c 100644 --- a/packages/devextreme-angular/src/ui/nested/validation-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/validation-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; +import type { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/value-axis-dxi.ts b/packages/devextreme-angular/src/ui/nested/value-axis-dxi.ts index d6f84d8cd3b3..9e11b6f41591 100644 --- a/packages/devextreme-angular/src/ui/nested/value-axis-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/value-axis-dxi.ts @@ -16,10 +16,10 @@ import { -import { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; -import { AxisScaleType, ChartsAxisLabelOverlap, ChartsDataType, DashStyle, DiscreteAxisDivisionMode, Font, RelativePosition, ScaleBreak, ScaleBreakLineStyle, TextOverflow, TimeInterval, ValueAxisVisualRangeUpdateMode, VisualRange, WordWrap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; +import type { HorizontalAlignment, Position, VerticalAlignment } from 'devextreme/common'; +import type { AxisScaleType, ChartsAxisLabelOverlap, ChartsDataType, DashStyle, DiscreteAxisDivisionMode, Font, RelativePosition, ScaleBreak, ScaleBreakLineStyle, TextOverflow, TimeInterval, ValueAxisVisualRangeUpdateMode, VisualRange, WordWrap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { AggregatedPointsPosition, ChartLabelDisplayMode } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/value-axis.ts b/packages/devextreme-angular/src/ui/nested/value-axis.ts index 903c887f77cc..271c5619afc4 100644 --- a/packages/devextreme-angular/src/ui/nested/value-axis.ts +++ b/packages/devextreme-angular/src/ui/nested/value-axis.ts @@ -18,9 +18,9 @@ import { -import { AxisScaleType, ChartsDataType, DashStyle, DiscreteAxisDivisionMode, Font, LabelOverlap, TimeInterval, ValueAxisVisualRangeUpdateMode, VisualRange } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { ChartAxisScale } from 'devextreme/viz/range_selector'; +import type { AxisScaleType, ChartsDataType, DashStyle, DiscreteAxisDivisionMode, Font, LabelOverlap, TimeInterval, ValueAxisVisualRangeUpdateMode, VisualRange } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { ChartAxisScale } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/value-error-bar.ts b/packages/devextreme-angular/src/ui/nested/value-error-bar.ts index 2f6d73487d21..47e57d5884c1 100644 --- a/packages/devextreme-angular/src/ui/nested/value-error-bar.ts +++ b/packages/devextreme-angular/src/ui/nested/value-error-bar.ts @@ -14,7 +14,7 @@ import { -import { ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/vertical-line.ts b/packages/devextreme-angular/src/ui/nested/vertical-line.ts index c644f49e3f91..9a367e1aa347 100644 --- a/packages/devextreme-angular/src/ui/nested/vertical-line.ts +++ b/packages/devextreme-angular/src/ui/nested/vertical-line.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/view-dxi.ts b/packages/devextreme-angular/src/ui/nested/view-dxi.ts index 6b97962f38aa..9172ddd6fefd 100644 --- a/packages/devextreme-angular/src/ui/nested/view-dxi.ts +++ b/packages/devextreme-angular/src/ui/nested/view-dxi.ts @@ -12,8 +12,8 @@ import { -import { FirstDayOfWeek, Orientation } from 'devextreme/common'; -import { AllDayPanelMode, CellAppointmentsLimit, dxSchedulerScrolling, ViewType } from 'devextreme/ui/scheduler'; +import type { FirstDayOfWeek, Orientation } from 'devextreme/common'; +import type { AllDayPanelMode, CellAppointmentsLimit, dxSchedulerScrolling, ViewType } from 'devextreme/ui/scheduler'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/view-toolbar.ts b/packages/devextreme-angular/src/ui/nested/view-toolbar.ts index ae2d5d75db28..35f7390c3bde 100644 --- a/packages/devextreme-angular/src/ui/nested/view-toolbar.ts +++ b/packages/devextreme-angular/src/ui/nested/view-toolbar.ts @@ -16,7 +16,7 @@ import { -import { Command, CustomCommand } from 'devextreme/ui/diagram'; +import type { Command, CustomCommand } from 'devextreme/ui/diagram'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/nested/zoom-and-pan.ts b/packages/devextreme-angular/src/ui/nested/zoom-and-pan.ts index 1da75d56cf5e..5bf025abbe96 100644 --- a/packages/devextreme-angular/src/ui/nested/zoom-and-pan.ts +++ b/packages/devextreme-angular/src/ui/nested/zoom-and-pan.ts @@ -14,7 +14,7 @@ import { -import { ChartZoomAndPanMode, EventKeyModifier } from 'devextreme/viz/chart'; +import type { ChartZoomAndPanMode, EventKeyModifier } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/number-box/index.ts b/packages/devextreme-angular/src/ui/number-box/index.ts index 1be24c8fdeb1..fd72287af799 100644 --- a/packages/devextreme-angular/src/ui/number-box/index.ts +++ b/packages/devextreme-angular/src/ui/number-box/index.ts @@ -24,9 +24,9 @@ import { } from '@angular/core'; -import { NumberBoxPredefinedButton, NumberBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/number_box'; -import { TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { NumberBoxPredefinedButton, NumberBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/number_box'; +import type { TextEditorButton, LabelMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import DxNumberBox from 'devextreme/ui/number_box'; diff --git a/packages/devextreme-angular/src/ui/number-box/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/number-box/nested/button-dxi.ts index 677e41161092..9905b244e095 100644 --- a/packages/devextreme-angular/src/ui/number-box/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/number-box/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/number-box/nested/format.ts b/packages/devextreme-angular/src/ui/number-box/nested/format.ts index b081d6a0ae30..cdcd5ce5c89d 100644 --- a/packages/devextreme-angular/src/ui/number-box/nested/format.ts +++ b/packages/devextreme-angular/src/ui/number-box/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/number-box/nested/options.ts b/packages/devextreme-angular/src/ui/number-box/nested/options.ts index d18e80675883..3a1a9d83ed31 100644 --- a/packages/devextreme-angular/src/ui/number-box/nested/options.ts +++ b/packages/devextreme-angular/src/ui/number-box/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pagination/index.ts b/packages/devextreme-angular/src/ui/pagination/index.ts index be658491906f..b52efc28a830 100644 --- a/packages/devextreme-angular/src/ui/pagination/index.ts +++ b/packages/devextreme-angular/src/ui/pagination/index.ts @@ -20,8 +20,8 @@ import { } from '@angular/core'; -import { DisplayMode, Mode } from 'devextreme/common'; -import { EventInfo } from 'devextreme/common/core/events'; +import type { DisplayMode, Mode } from 'devextreme/common'; +import type { EventInfo } from 'devextreme/common/core/events'; import DxPagination from 'devextreme/ui/pagination'; diff --git a/packages/devextreme-angular/src/ui/pie-chart/index.ts b/packages/devextreme-angular/src/ui/pie-chart/index.ts index d59c502c3cbe..4bd7d0e52fbd 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/index.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/index.ts @@ -22,13 +22,13 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { AnimationEaseMode, ChartsDataType, DashStyle, ChartsColor, HatchDirection, Font, LabelPosition, TextOverflow, WordWrap, SeriesLabel, SeriesPoint, Palette, PaletteExtensionMode, ShiftLabelOverlap, Theme } from 'devextreme/common/charts'; -import { dxPieChartAnnotationConfig, dxPieChartCommonAnnotationConfig, PieChartSeriesInteractionMode, SmallValuesGroupingMode, PieChartLegendItem, PieChartLegendHoverMode, DisposingEvent, DoneEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LegendClickEvent, OptionChangedEvent, PointClickEvent, PointHoverChangedEvent, PointSelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, PieChartSegmentDirection, PieChartSeries, dxPieChartPointInfo, PieChartType } from 'devextreme/viz/pie_chart'; -import { Format } from 'devextreme/common/core/localization'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { ExportFormat, HorizontalAlignment, Position, Orientation, VerticalEdge, SingleOrMultiple } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { AnimationEaseMode, ChartsDataType, DashStyle, ChartsColor, HatchDirection, Font, LabelPosition, TextOverflow, WordWrap, SeriesLabel, SeriesPoint, Palette, PaletteExtensionMode, ShiftLabelOverlap, Theme } from 'devextreme/common/charts'; +import type { dxPieChartAnnotationConfig, dxPieChartCommonAnnotationConfig, PieChartSeriesInteractionMode, SmallValuesGroupingMode, PieChartLegendItem, PieChartLegendHoverMode, DisposingEvent, DoneEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LegendClickEvent, OptionChangedEvent, PointClickEvent, PointHoverChangedEvent, PointSelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, PieChartSegmentDirection, PieChartSeries, dxPieChartPointInfo, PieChartType } from 'devextreme/viz/pie_chart'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { ExportFormat, HorizontalAlignment, Position, Orientation, VerticalEdge, SingleOrMultiple } from 'devextreme/common'; import DxPieChart from 'devextreme/viz/pie_chart'; diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/animation.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/animation.ts index 224bada7b22c..791d9fd50581 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationEaseMode } from 'devextreme/common/charts'; +import type { AnimationEaseMode } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/annotation-border.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/annotation-border.ts index 6beb234f5f24..04b4e9b1aa10 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/annotation-border.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/annotation-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/annotation-dxi.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/annotation-dxi.ts index 0c799bfb0ad1..8a4b715b6aaa 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/annotation-dxi.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/annotation-dxi.ts @@ -16,8 +16,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; -import { dxPieChartAnnotationConfig, PieChartAnnotationLocation } from 'devextreme/viz/pie_chart'; +import type { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; +import type { dxPieChartAnnotationConfig, PieChartAnnotationLocation } from 'devextreme/viz/pie_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/argument-format.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/argument-format.ts index 2f02376d1bc5..5fc75f7e0e0f 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/argument-format.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/argument-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/border.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/border.ts index 68fac57bcd54..a50f839dd090 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/border.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/common-annotation-settings.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/common-annotation-settings.ts index 823d5554bbc5..b8f56cf04f53 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/common-annotation-settings.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/common-annotation-settings.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; -import { dxPieChartAnnotationConfig, PieChartAnnotationLocation } from 'devextreme/viz/pie_chart'; +import type { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; +import type { dxPieChartAnnotationConfig, PieChartAnnotationLocation } from 'devextreme/viz/pie_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/common-series-settings.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/common-series-settings.ts index 93e301619ee9..c0ea6bda6bb4 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/common-series-settings.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/common-series-settings.ts @@ -14,9 +14,9 @@ import { -import { ChartsDataType, DashStyle, ChartsColor, HatchDirection, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; -import { Format } from 'devextreme/common/core/localization'; +import type { ChartsDataType, DashStyle, ChartsColor, HatchDirection, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/export.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/export.ts index 8e954aaa8842..339eda0e8838 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/export.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/format.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/format.ts index a41dcfdd8c4f..0a1d508a21d7 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/format.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/hatching.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/hatching.ts index d1f16714b058..0c6c69286750 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/hatching.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/hatching.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/hover-style.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/hover-style.ts index 113bdccd173f..05ad43288424 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/hover-style.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/hover-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/label.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/label.ts index 19716fab4188..511aa0fa2e70 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/label.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/label.ts @@ -14,8 +14,8 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { DashStyle, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/legend-title-subtitle.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/legend-title-subtitle.ts index 210facb9b8c4..183241fd1af6 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/legend-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/legend-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/legend-title.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/legend-title.ts index f06cdd3f4fbf..388ed2209a8f 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/legend-title.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/legend-title.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/legend.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/legend.ts index 975e96aec663..c934cc8a757b 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/legend.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/legend.ts @@ -14,9 +14,9 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { PieChartLegendItem, PieChartLegendHoverMode } from 'devextreme/viz/pie_chart'; -import { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { PieChartLegendItem, PieChartLegendHoverMode } from 'devextreme/viz/pie_chart'; +import type { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/loading-indicator.ts index ce7449a1217f..3b8df4a09e88 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/pie-chart-title-subtitle.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/pie-chart-title-subtitle.ts index 71aa964e4a01..fa418083a71b 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/pie-chart-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/pie-chart-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/pie-chart-title.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/pie-chart-title.ts index 30686c23cef2..8017582ad9cb 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/pie-chart-title.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/pie-chart-title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/selection-style.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/selection-style.ts index 4c43434d3f93..81bdb35e3a61 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/selection-style.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/selection-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/series-border.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/series-border.ts index 4e9375059cbc..f5feadc2cee5 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/series-border.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/series-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/series-dxi.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/series-dxi.ts index e9f8ac2635cf..ed535f0148a2 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/series-dxi.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/series-dxi.ts @@ -12,9 +12,9 @@ import { -import { ChartsDataType, DashStyle, ChartsColor, HatchDirection, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; -import { Format } from 'devextreme/common/core/localization'; +import type { ChartsDataType, DashStyle, ChartsColor, HatchDirection, Font, LabelPosition, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { PieChartSeriesInteractionMode, SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/series-template.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/series-template.ts index 8ea4e7c64af3..fbacf347cd08 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/series-template.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/series-template.ts @@ -14,7 +14,7 @@ import { -import { PieChartSeries } from 'devextreme/viz/pie_chart'; +import type { PieChartSeries } from 'devextreme/viz/pie_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/small-values-grouping.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/small-values-grouping.ts index 7095044437d2..9bd9dfb37f9d 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/small-values-grouping.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/small-values-grouping.ts @@ -14,7 +14,7 @@ import { -import { SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; +import type { SmallValuesGroupingMode } from 'devextreme/viz/pie_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/subtitle.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/subtitle.ts index 7ce2481ad0f0..24ffcf0a9f18 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/title.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/title.ts index a7714e2bf9c4..48838d903696 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/title.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/tooltip-border.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/tooltip-border.ts index c1b2aaf4168e..7360862cf715 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/tooltip-border.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/tooltip-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pie-chart/nested/tooltip.ts b/packages/devextreme-angular/src/ui/pie-chart/nested/tooltip.ts index 31a5eae65b79..f744e0929276 100644 --- a/packages/devextreme-angular/src/ui/pie-chart/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/pie-chart/nested/tooltip.ts @@ -14,9 +14,9 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { DashStyle, Font } from 'devextreme/common/charts'; -import { dxPieChartPointInfo } from 'devextreme/viz/pie_chart'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { dxPieChartPointInfo } from 'devextreme/viz/pie_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/index.ts b/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/index.ts index 50d9f87208e9..405607e203f4 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/index.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/index.ts @@ -20,10 +20,10 @@ import { } from '@angular/core'; -import PivotGridDataSource from 'devextreme/ui/pivot_grid/data_source'; -import { ApplyChangesMode, HeaderFilterSearchConfig } from 'devextreme/common/grids'; -import { FieldChooserLayout } from 'devextreme/common'; -import { ContentReadyEvent, ContextMenuPreparingEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/pivot_grid_field_chooser'; +import type PivotGridDataSource from 'devextreme/ui/pivot_grid/data_source'; +import type { ApplyChangesMode, HeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { FieldChooserLayout } from 'devextreme/common'; +import type { ContentReadyEvent, ContextMenuPreparingEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/pivot_grid_field_chooser'; import DxPivotGridFieldChooser from 'devextreme/ui/pivot_grid_field_chooser'; diff --git a/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/nested/header-filter.ts b/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/nested/header-filter.ts index 22576b9b7c44..fe01dee94ae1 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/nested/header-filter.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/nested/header-filter.ts @@ -14,7 +14,7 @@ import { -import { HeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { HeaderFilterSearchConfig } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/nested/search.ts b/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/nested/search.ts index e2393e0ea2b3..66843a671362 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/nested/search.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid-field-chooser/nested/search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pivot-grid/index.ts b/packages/devextreme-angular/src/ui/pivot-grid/index.ts index 19c5fa10ec89..8b3b9620d099 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid/index.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid/index.ts @@ -20,11 +20,11 @@ import { } from '@angular/core'; -import PivotGridDataSource from 'devextreme/ui/pivot_grid/data_source'; -import { PivotGridDataFieldArea, CellClickEvent, CellPreparedEvent, ContentReadyEvent, ContextMenuPreparingEvent, DisposingEvent, ExportingEvent, InitializedEvent, OptionChangedEvent, PivotGridRowHeaderLayout, PivotGridTotalDisplayMode } from 'devextreme/ui/pivot_grid'; -import { PivotGridDataSourceOptions } from 'devextreme/ui/pivot_grid/data_source'; -import { ApplyChangesMode, HeaderFilterSearchConfig, StateStoreType } from 'devextreme/common/grids'; -import { FieldChooserLayout, ScrollMode, Mode } from 'devextreme/common'; +import type PivotGridDataSource from 'devextreme/ui/pivot_grid/data_source'; +import type { PivotGridDataFieldArea, CellClickEvent, CellPreparedEvent, ContentReadyEvent, ContextMenuPreparingEvent, DisposingEvent, ExportingEvent, InitializedEvent, OptionChangedEvent, PivotGridRowHeaderLayout, PivotGridTotalDisplayMode } from 'devextreme/ui/pivot_grid'; +import type { PivotGridDataSourceOptions } from 'devextreme/ui/pivot_grid/data_source'; +import type { ApplyChangesMode, HeaderFilterSearchConfig, StateStoreType } from 'devextreme/common/grids'; +import type { FieldChooserLayout, ScrollMode, Mode } from 'devextreme/common'; import DxPivotGrid from 'devextreme/ui/pivot_grid'; diff --git a/packages/devextreme-angular/src/ui/pivot-grid/nested/field-chooser.ts b/packages/devextreme-angular/src/ui/pivot-grid/nested/field-chooser.ts index 38da7b48c157..1e5be3d4ffec 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid/nested/field-chooser.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid/nested/field-chooser.ts @@ -14,8 +14,8 @@ import { -import { ApplyChangesMode } from 'devextreme/common/grids'; -import { FieldChooserLayout } from 'devextreme/common'; +import type { ApplyChangesMode } from 'devextreme/common/grids'; +import type { FieldChooserLayout } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pivot-grid/nested/header-filter.ts b/packages/devextreme-angular/src/ui/pivot-grid/nested/header-filter.ts index 981ed78aa6d3..f3ddfff7f625 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid/nested/header-filter.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid/nested/header-filter.ts @@ -14,7 +14,7 @@ import { -import { HeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { HeaderFilterSearchConfig } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pivot-grid/nested/scrolling.ts b/packages/devextreme-angular/src/ui/pivot-grid/nested/scrolling.ts index 911225e03054..ab64d7ae15e5 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid/nested/scrolling.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid/nested/scrolling.ts @@ -14,7 +14,7 @@ import { -import { ScrollMode, Mode } from 'devextreme/common'; +import type { ScrollMode, Mode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pivot-grid/nested/search.ts b/packages/devextreme-angular/src/ui/pivot-grid/nested/search.ts index 592c5b547591..126402ac52de 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid/nested/search.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid/nested/search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/pivot-grid/nested/state-storing.ts b/packages/devextreme-angular/src/ui/pivot-grid/nested/state-storing.ts index 2d7e7437e1f0..fd23256d9e96 100644 --- a/packages/devextreme-angular/src/ui/pivot-grid/nested/state-storing.ts +++ b/packages/devextreme-angular/src/ui/pivot-grid/nested/state-storing.ts @@ -14,7 +14,7 @@ import { -import { StateStoreType } from 'devextreme/common/grids'; +import type { StateStoreType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/index.ts b/packages/devextreme-angular/src/ui/polar-chart/index.ts index d671bfb20026..3520f3d92a73 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/index.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/index.ts @@ -22,14 +22,14 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import * as CommonChartTypes from 'devextreme/common/charts'; -import { AnimationEaseMode, ChartsDataType, DashStyle, Font, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, LabelOverlap, TimeInterval, AxisScaleType, ChartsColor, SeriesHoverMode, HatchDirection, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, ValueErrorBarDisplayMode, ValueErrorBarType, SeriesLabel, SeriesPoint, LegendItem, LegendHoverMode, Palette, PaletteExtensionMode, Theme, TextOverflow, WordWrap, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts'; -import { dxPolarChartAnnotationConfig, dxPolarChartCommonAnnotationConfig, PolarChartSeriesType, ArgumentAxisClickEvent, DisposingEvent, DoneEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LegendClickEvent, OptionChangedEvent, PointClickEvent, PointHoverChangedEvent, PointSelectionChangedEvent, SeriesClickEvent, SeriesHoverChangedEvent, SeriesSelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, ZoomEndEvent, ZoomStartEvent, PolarChartSeries, dxPolarChartPointInfo } from 'devextreme/viz/polar_chart'; -import { Format } from 'devextreme/common/core/localization'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { ExportFormat, HorizontalAlignment, Position, Orientation, VerticalEdge, SingleOrMultiple } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type * as CommonChartTypes from 'devextreme/common/charts'; +import type { AnimationEaseMode, ChartsDataType, DashStyle, Font, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, LabelOverlap, TimeInterval, AxisScaleType, ChartsColor, SeriesHoverMode, HatchDirection, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, ValueErrorBarDisplayMode, ValueErrorBarType, SeriesLabel, SeriesPoint, LegendItem, LegendHoverMode, Palette, PaletteExtensionMode, Theme, TextOverflow, WordWrap, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts'; +import type { dxPolarChartAnnotationConfig, dxPolarChartCommonAnnotationConfig, PolarChartSeriesType, ArgumentAxisClickEvent, DisposingEvent, DoneEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LegendClickEvent, OptionChangedEvent, PointClickEvent, PointHoverChangedEvent, PointSelectionChangedEvent, SeriesClickEvent, SeriesHoverChangedEvent, SeriesSelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, ZoomEndEvent, ZoomStartEvent, PolarChartSeries, dxPolarChartPointInfo } from 'devextreme/viz/polar_chart'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { ExportFormat, HorizontalAlignment, Position, Orientation, VerticalEdge, SingleOrMultiple } from 'devextreme/common'; import DxPolarChart from 'devextreme/viz/polar_chart'; diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/animation.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/animation.ts index 0bd4405ebaeb..8eeab501233e 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationEaseMode } from 'devextreme/common/charts'; +import type { AnimationEaseMode } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/annotation-border.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/annotation-border.ts index 8d63aaccb766..fb0fc9a087c5 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/annotation-border.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/annotation-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/annotation-dxi.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/annotation-dxi.ts index 91da7d051c49..33081eecd790 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/annotation-dxi.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/annotation-dxi.ts @@ -16,8 +16,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; -import { dxPolarChartAnnotationConfig } from 'devextreme/viz/polar_chart'; +import type { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; +import type { dxPolarChartAnnotationConfig } from 'devextreme/viz/polar_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/argument-axis.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/argument-axis.ts index 8909280f8e68..68c8dba82e02 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/argument-axis.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/argument-axis.ts @@ -16,8 +16,8 @@ import { -import { ChartsDataType, DashStyle, Font, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, LabelOverlap, TimeInterval, AxisScaleType } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { ChartsDataType, DashStyle, Font, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, LabelOverlap, TimeInterval, AxisScaleType } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/argument-format.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/argument-format.ts index 45747b6dd339..37425306d0a1 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/argument-format.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/argument-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/axis-label.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/axis-label.ts index 211725553a5d..70944f66d737 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/axis-label.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/axis-label.ts @@ -14,8 +14,8 @@ import { -import { Font, LabelOverlap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font, LabelOverlap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/border.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/border.ts index 79fc01b32b0d..2d6c7e7b7974 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/border.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/common-annotation-settings.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/common-annotation-settings.ts index a6b34ce4bc75..5a5ecb6c34ae 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/common-annotation-settings.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/common-annotation-settings.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; -import { dxPolarChartAnnotationConfig } from 'devextreme/viz/polar_chart'; +import type { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; +import type { dxPolarChartAnnotationConfig } from 'devextreme/viz/polar_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/common-axis-settings-label.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/common-axis-settings-label.ts index ac8566830970..b4bdf3f2def1 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/common-axis-settings-label.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/common-axis-settings-label.ts @@ -14,7 +14,7 @@ import { -import { Font, LabelOverlap } from 'devextreme/common/charts'; +import type { Font, LabelOverlap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/common-axis-settings.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/common-axis-settings.ts index 00ed54782b5b..5d8c236ac4cc 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/common-axis-settings.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/common-axis-settings.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, Font, DiscreteAxisDivisionMode, LabelOverlap } from 'devextreme/common/charts'; +import type { DashStyle, Font, DiscreteAxisDivisionMode, LabelOverlap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-hover-style.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-hover-style.ts index 31c88842ac9b..770bfa2ace12 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-hover-style.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-hover-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-label.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-label.ts index 062659b94c9c..a9c76193f3be 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-label.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-label.ts @@ -14,8 +14,8 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-selection-style.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-selection-style.ts index a82968b9e184..5ceff321f912 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-selection-style.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings-selection-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings.ts index 0e8a307619b0..d00632d61545 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/common-series-settings.ts @@ -14,9 +14,9 @@ import { -import { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; +import type { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-dxi.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-dxi.ts index dd5013380516..7f8234be9279 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-dxi.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-dxi.ts @@ -12,7 +12,7 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; +import type { DashStyle, Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-label.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-label.ts index c490e8e2dd4b..fc6780c76dc8 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-label.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-label.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-style-label.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-style-label.ts index 27e4ef682067..8f2b7733dd9c 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-style-label.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-style-label.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-style.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-style.ts index a7e532cb0b46..f4e56a5862a4 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-style.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/constant-line-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; +import type { DashStyle, Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/export.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/export.ts index db92fb655250..56f800a62b95 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/export.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/format.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/format.ts index 12552b7773a0..1993d2d13158 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/format.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/hatching.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/hatching.ts index c33a96abb3c3..d434b9340a20 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/hatching.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/hatching.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/hover-style.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/hover-style.ts index ac4201bbc641..fab5e5db54a5 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/hover-style.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/hover-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/label.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/label.ts index f5f0f4799467..e67858a296db 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/label.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/label.ts @@ -14,8 +14,8 @@ import { -import { Font, LabelOverlap, DashStyle, RelativePosition } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font, LabelOverlap, DashStyle, RelativePosition } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/legend-title-subtitle.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/legend-title-subtitle.ts index 4c783d5812e3..46dec76aff85 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/legend-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/legend-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/legend-title.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/legend-title.ts index 450383cca885..4f6f0ec92aa6 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/legend-title.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/legend-title.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/legend.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/legend.ts index 3fb8fcf57676..744a6bd59249 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/legend.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/legend.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, LegendItem, Font, LegendHoverMode } from 'devextreme/common/charts'; -import { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; +import type { DashStyle, LegendItem, Font, LegendHoverMode } from 'devextreme/common/charts'; +import type { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/loading-indicator.ts index 5a7f6b548031..c681f70f6c42 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/point-hover-style.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/point-hover-style.ts index c7f0edb390c8..03d5fa8f1fc9 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/point-hover-style.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/point-hover-style.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/point-selection-style.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/point-selection-style.ts index 9b31922a7980..8b6c977fe5f4 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/point-selection-style.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/point-selection-style.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/point.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/point.ts index adbea2622fdb..f9e8f30c462b 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/point.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/point.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor, PointInteractionMode, PointSymbol } from 'devextreme/common/charts'; +import type { ChartsColor, PointInteractionMode, PointSymbol } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/polar-chart-title-subtitle.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/polar-chart-title-subtitle.ts index 4598d80fc199..8f83f17cf0bf 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/polar-chart-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/polar-chart-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/polar-chart-title.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/polar-chart-title.ts index b8e4c2dce879..0b994ca80120 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/polar-chart-title.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/polar-chart-title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/selection-style.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/selection-style.ts index 0fba25e7e449..11113b55a8b4 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/selection-style.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/selection-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/series-border.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/series-border.ts index e37d6d7aa749..e0d4d07e8565 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/series-border.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/series-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/series-dxi.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/series-dxi.ts index 0572b4009e21..e773de7a0235 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/series-dxi.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/series-dxi.ts @@ -12,9 +12,9 @@ import { -import { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; +import type { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { PolarChartSeriesType } from 'devextreme/viz/polar_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/series-template.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/series-template.ts index dc3a64f1c9e0..76565248d129 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/series-template.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/series-template.ts @@ -14,7 +14,7 @@ import { -import { PolarChartSeries } from 'devextreme/viz/polar_chart'; +import type { PolarChartSeries } from 'devextreme/viz/polar_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/strip-dxi.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/strip-dxi.ts index a9cff5ab824a..280d651a17b1 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/strip-dxi.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/strip-dxi.ts @@ -12,7 +12,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/strip-label.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/strip-label.ts index e2ef2c4f85ef..59c5bf756a5e 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/strip-label.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/strip-label.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/strip-style-label.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/strip-style-label.ts index 80739fa345b9..ac6fe893e4ba 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/strip-style-label.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/strip-style-label.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/strip-style.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/strip-style.ts index 5bc7aeb1efec..89516a32d96d 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/strip-style.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/strip-style.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/subtitle.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/subtitle.ts index a633a5980510..e34678aae71c 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/title.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/title.ts index e2b9314cdf0c..563f46b0c83a 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/title.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/tooltip-border.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/tooltip-border.ts index a2fdebe4c9f1..33e266efab00 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/tooltip-border.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/tooltip-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/tooltip.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/tooltip.ts index 7a8097330113..e7fed236e8bd 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/tooltip.ts @@ -14,9 +14,9 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { DashStyle, Font } from 'devextreme/common/charts'; -import { dxPolarChartPointInfo } from 'devextreme/viz/polar_chart'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { dxPolarChartPointInfo } from 'devextreme/viz/polar_chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/value-axis.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/value-axis.ts index 524bbe4d50bf..9af943ff7032 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/value-axis.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/value-axis.ts @@ -18,9 +18,9 @@ import { -import * as CommonChartTypes from 'devextreme/common/charts'; -import { DashStyle, Font, DiscreteAxisDivisionMode, LabelOverlap, TimeInterval, AxisScaleType, ChartsDataType, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type * as CommonChartTypes from 'devextreme/common/charts'; +import type { DashStyle, Font, DiscreteAxisDivisionMode, LabelOverlap, TimeInterval, AxisScaleType, ChartsDataType, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/value-error-bar.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/value-error-bar.ts index e363eaa23136..15d33041a5c6 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/value-error-bar.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/value-error-bar.ts @@ -14,7 +14,7 @@ import { -import { ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/visual-range.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/visual-range.ts index b6885b0370e9..384e578b966a 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/visual-range.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/visual-range.ts @@ -16,7 +16,7 @@ import { -import { TimeInterval } from 'devextreme/common/charts'; +import type { TimeInterval } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/polar-chart/nested/whole-range.ts b/packages/devextreme-angular/src/ui/polar-chart/nested/whole-range.ts index c0158497aee9..761b1137a484 100644 --- a/packages/devextreme-angular/src/ui/polar-chart/nested/whole-range.ts +++ b/packages/devextreme-angular/src/ui/polar-chart/nested/whole-range.ts @@ -16,7 +16,7 @@ import { -import { TimeInterval } from 'devextreme/common/charts'; +import type { TimeInterval } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/index.ts b/packages/devextreme-angular/src/ui/popover/index.ts index 7eda74570f60..54e628b53e4c 100644 --- a/packages/devextreme-angular/src/ui/popover/index.ts +++ b/packages/devextreme-angular/src/ui/popover/index.ts @@ -22,11 +22,11 @@ import { } from '@angular/core'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, TitleRenderedEvent } from 'devextreme/ui/popover'; -import { Position } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, TitleRenderedEvent } from 'devextreme/ui/popover'; +import type { Position } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import DxPopover from 'devextreme/ui/popover'; diff --git a/packages/devextreme-angular/src/ui/popover/nested/animation.ts b/packages/devextreme-angular/src/ui/popover/nested/animation.ts index f5760f7cdbea..091a1b15234c 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/at.ts b/packages/devextreme-angular/src/ui/popover/nested/at.ts index 2a8b6dd4c1d4..e9ada0030787 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/at.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/collision.ts b/packages/devextreme-angular/src/ui/popover/nested/collision.ts index 215e03103049..6e7766573b5d 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/from.ts b/packages/devextreme-angular/src/ui/popover/nested/from.ts index 10ecb728b38f..67cea409d8f9 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/from.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/hide.ts b/packages/devextreme-angular/src/ui/popover/nested/hide.ts index 53bb7eccddfc..7aba293056ca 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/my.ts b/packages/devextreme-angular/src/ui/popover/nested/my.ts index c3e1c151f01b..bd0d121aec3d 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/my.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/position.ts b/packages/devextreme-angular/src/ui/popover/nested/position.ts index 8ea992e3fcce..35bcc68375fd 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/position.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/show.ts b/packages/devextreme-angular/src/ui/popover/nested/show.ts index 6a8a26b240b3..e82cc28ca0e5 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/show.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/to.ts b/packages/devextreme-angular/src/ui/popover/nested/to.ts index d500ffe8227c..286801fedaab 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/to.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popover/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/popover/nested/toolbar-item-dxi.ts index 8e286708e87b..edf56cacc528 100644 --- a/packages/devextreme-angular/src/ui/popover/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/popover/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/component.ts b/packages/devextreme-angular/src/ui/popup/component.ts index 000b98c5304d..931a174c30c9 100644 --- a/packages/devextreme-angular/src/ui/popup/component.ts +++ b/packages/devextreme-angular/src/ui/popup/component.ts @@ -22,11 +22,11 @@ import { } from '@angular/core'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import DxPopup from 'devextreme/ui/popup'; diff --git a/packages/devextreme-angular/src/ui/popup/nested/animation.ts b/packages/devextreme-angular/src/ui/popup/nested/animation.ts index 31b7e05a1f0f..d96078ba9d0b 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/at.ts b/packages/devextreme-angular/src/ui/popup/nested/at.ts index 329d2adaf414..ca1c79dc6d01 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/at.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/collision.ts b/packages/devextreme-angular/src/ui/popup/nested/collision.ts index db95371219d5..d3ebb8bbb8ad 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/from.ts b/packages/devextreme-angular/src/ui/popup/nested/from.ts index 147e2161e376..08bc5279ac28 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/from.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/hide.ts b/packages/devextreme-angular/src/ui/popup/nested/hide.ts index 32e0afb012fb..46d16a570d7b 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/my.ts b/packages/devextreme-angular/src/ui/popup/nested/my.ts index 5ff4e30ac666..285f457ed449 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/my.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/position.ts b/packages/devextreme-angular/src/ui/popup/nested/position.ts index 77cd079ea417..15476de6eca0 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/position.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/show.ts b/packages/devextreme-angular/src/ui/popup/nested/show.ts index 2773abda9059..94b0d959337b 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/show.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/to.ts b/packages/devextreme-angular/src/ui/popup/nested/to.ts index 45b695cacb53..14af57596fe0 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/to.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/popup/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/popup/nested/toolbar-item-dxi.ts index 415cf73b3811..b52932b3726a 100644 --- a/packages/devextreme-angular/src/ui/popup/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/popup/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/progress-bar/index.ts b/packages/devextreme-angular/src/ui/progress-bar/index.ts index adf7ffac6536..df37e2baa0fd 100644 --- a/packages/devextreme-angular/src/ui/progress-bar/index.ts +++ b/packages/devextreme-angular/src/ui/progress-bar/index.ts @@ -22,8 +22,8 @@ import { } from '@angular/core'; -import { CompleteEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/progress_bar'; -import { ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { CompleteEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/progress_bar'; +import type { ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; import DxProgressBar from 'devextreme/ui/progress_bar'; diff --git a/packages/devextreme-angular/src/ui/radio-group/index.ts b/packages/devextreme-angular/src/ui/radio-group/index.ts index cc3e1732929e..acd0bc92cd77 100644 --- a/packages/devextreme-angular/src/ui/radio-group/index.ts +++ b/packages/devextreme-angular/src/ui/radio-group/index.ts @@ -24,12 +24,12 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Orientation, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; -import { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/radio_group'; +import type DataSource from 'devextreme/data/data_source'; +import type { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Orientation, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/radio_group'; import DxRadioGroup from 'devextreme/ui/radio_group'; diff --git a/packages/devextreme-angular/src/ui/range-selector/index.ts b/packages/devextreme-angular/src/ui/range-selector/index.ts index a9f628efd04b..f6b327895721 100644 --- a/packages/devextreme-angular/src/ui/range-selector/index.ts +++ b/packages/devextreme-angular/src/ui/range-selector/index.ts @@ -24,16 +24,16 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import * as CommonChartTypes from 'devextreme/common/charts'; -import { BackgroundImageLocation, ChartAxisScale, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, AxisScale } from 'devextreme/viz/range_selector'; -import { SliderValueChangeMode, ExportFormat, HorizontalAlignment, VerticalEdge } from 'devextreme/common'; -import { dxChartCommonSeriesSettings } from 'devextreme/viz/chart'; -import { Palette, PaletteExtensionMode, ChartsDataType, Font, TimeInterval, ScaleBreak, ScaleBreakLineStyle, DiscreteAxisDivisionMode, LabelOverlap, VisualRangeUpdateMode, Theme, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { ChartSeries } from 'devextreme/viz/common'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Format } from 'devextreme/common/core/localization'; +import type DataSource from 'devextreme/data/data_source'; +import type * as CommonChartTypes from 'devextreme/common/charts'; +import type { BackgroundImageLocation, ChartAxisScale, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent, AxisScale } from 'devextreme/viz/range_selector'; +import type { SliderValueChangeMode, ExportFormat, HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { dxChartCommonSeriesSettings } from 'devextreme/viz/chart'; +import type { Palette, PaletteExtensionMode, ChartsDataType, Font, TimeInterval, ScaleBreak, ScaleBreakLineStyle, DiscreteAxisDivisionMode, LabelOverlap, VisualRangeUpdateMode, Theme, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { ChartSeries } from 'devextreme/viz/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Format } from 'devextreme/common/core/localization'; import DxRangeSelector from 'devextreme/viz/range_selector'; diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/aggregation.ts b/packages/devextreme-angular/src/ui/range-selector/nested/aggregation.ts index 3c957c5244ca..20a1c5ba7b7b 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/aggregation.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/aggregation.ts @@ -14,7 +14,7 @@ import { -import { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod } from 'devextreme/viz/chart'; +import type { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/argument-format.ts b/packages/devextreme-angular/src/ui/range-selector/nested/argument-format.ts index 37076d72b9b3..d6b6e7e33287 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/argument-format.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/argument-format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/background-image.ts b/packages/devextreme-angular/src/ui/range-selector/nested/background-image.ts index 94c0adeb95d4..a9e84f19cd8a 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/background-image.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/background-image.ts @@ -14,7 +14,7 @@ import { -import { BackgroundImageLocation } from 'devextreme/viz/range_selector'; +import type { BackgroundImageLocation } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/background.ts b/packages/devextreme-angular/src/ui/range-selector/nested/background.ts index d62c5470ee66..aa5f989eea62 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/background.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/background.ts @@ -14,7 +14,7 @@ import { -import { BackgroundImageLocation } from 'devextreme/viz/range_selector'; +import type { BackgroundImageLocation } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/behavior.ts b/packages/devextreme-angular/src/ui/range-selector/nested/behavior.ts index 8d41ed3d79cb..7087fea28e65 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/behavior.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/behavior.ts @@ -14,7 +14,7 @@ import { -import { SliderValueChangeMode } from 'devextreme/common'; +import type { SliderValueChangeMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/border.ts b/packages/devextreme-angular/src/ui/range-selector/nested/border.ts index 188f710562d9..cfc52ba7be28 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/border.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/break-style.ts b/packages/devextreme-angular/src/ui/range-selector/nested/break-style.ts index 63729d8ca0d5..b2c66508ddc4 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/break-style.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/break-style.ts @@ -14,7 +14,7 @@ import { -import { ScaleBreakLineStyle } from 'devextreme/common/charts'; +import type { ScaleBreakLineStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/chart.ts b/packages/devextreme-angular/src/ui/range-selector/nested/chart.ts index 7f844772bae9..9a2b4f6899a7 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/chart.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/chart.ts @@ -16,10 +16,10 @@ import { -import { dxChartCommonSeriesSettings } from 'devextreme/viz/chart'; -import { Palette, PaletteExtensionMode, ChartsDataType } from 'devextreme/common/charts'; -import { ChartSeries } from 'devextreme/viz/common'; -import { ChartAxisScale } from 'devextreme/viz/range_selector'; +import type { dxChartCommonSeriesSettings } from 'devextreme/viz/chart'; +import type { Palette, PaletteExtensionMode, ChartsDataType } from 'devextreme/common/charts'; +import type { ChartSeries } from 'devextreme/viz/common'; +import type { ChartAxisScale } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-hover-style.ts b/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-hover-style.ts index 5a692b89a05a..c7b54a101d3a 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-hover-style.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-hover-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-label.ts b/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-label.ts index e39d9254da7b..88b24ecd4be1 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-label.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-label.ts @@ -14,9 +14,9 @@ import { -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font, RelativePosition } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-selection-style.ts b/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-selection-style.ts index 083d611a5c0c..50359b15dbc4 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-selection-style.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings-selection-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings.ts b/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings.ts index 8c052f074db8..5789aa36b7fe 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/common-series-settings.ts @@ -14,10 +14,10 @@ import { -import { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; -import { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/export.ts b/packages/devextreme-angular/src/ui/range-selector/nested/export.ts index 23d16f27df36..a8e02287609e 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/export.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/format.ts b/packages/devextreme-angular/src/ui/range-selector/nested/format.ts index cb679184dd5c..fb3b59168046 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/format.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/hatching.ts b/packages/devextreme-angular/src/ui/range-selector/nested/hatching.ts index ad416913719e..75edac1646c4 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/hatching.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/hatching.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/hover-style.ts b/packages/devextreme-angular/src/ui/range-selector/nested/hover-style.ts index 9f10369daef9..abdb329fe138 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/hover-style.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/hover-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/image.ts b/packages/devextreme-angular/src/ui/range-selector/nested/image.ts index 8a760c1beb9b..3d121afe7bbd 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/image.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/image.ts @@ -14,7 +14,7 @@ import { -import { BackgroundImageLocation } from 'devextreme/viz/range_selector'; +import type { BackgroundImageLocation } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/label.ts b/packages/devextreme-angular/src/ui/range-selector/nested/label.ts index 8eff24113749..675f7f0437f9 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/label.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/label.ts @@ -14,9 +14,9 @@ import { -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { DashStyle, Font, RelativePosition, LabelOverlap } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font, RelativePosition, LabelOverlap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/range-selector/nested/loading-indicator.ts index 18d773bf1a88..c9f7894a0fdc 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/marker-label.ts b/packages/devextreme-angular/src/ui/range-selector/nested/marker-label.ts index 0b3cd83ff7dd..abc0709dd71c 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/marker-label.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/marker-label.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common/core/localization'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/marker.ts b/packages/devextreme-angular/src/ui/range-selector/nested/marker.ts index 22a89cc65a8d..04ee7951f959 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/marker.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/marker.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common/core/localization'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/point-hover-style.ts b/packages/devextreme-angular/src/ui/range-selector/nested/point-hover-style.ts index 076479d24843..03c27136ecd5 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/point-hover-style.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/point-hover-style.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/point-selection-style.ts b/packages/devextreme-angular/src/ui/range-selector/nested/point-selection-style.ts index d183065e1ac6..734c0ee0aa50 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/point-selection-style.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/point-selection-style.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor } from 'devextreme/common/charts'; +import type { ChartsColor } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/point.ts b/packages/devextreme-angular/src/ui/range-selector/nested/point.ts index 24d19724b623..78c11f6fa37a 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/point.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/point.ts @@ -14,7 +14,7 @@ import { -import { ChartsColor, PointInteractionMode, PointSymbol } from 'devextreme/common/charts'; +import type { ChartsColor, PointInteractionMode, PointSymbol } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/reduction.ts b/packages/devextreme-angular/src/ui/range-selector/nested/reduction.ts index a3a27d8e9686..7478a1164ca8 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/reduction.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/reduction.ts @@ -14,7 +14,7 @@ import { -import { FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { FinancialChartReductionLevel } from 'devextreme/viz/chart'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/scale-label.ts b/packages/devextreme-angular/src/ui/range-selector/nested/scale-label.ts index 38433720dcc0..b2307249fdd3 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/scale-label.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/scale-label.ts @@ -14,8 +14,8 @@ import { -import { Font, LabelOverlap } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font, LabelOverlap } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/scale.ts b/packages/devextreme-angular/src/ui/range-selector/nested/scale.ts index b95f93475dd9..7d165044c84d 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/scale.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/scale.ts @@ -16,9 +16,9 @@ import { -import { TimeInterval, ScaleBreak, ScaleBreakLineStyle, DiscreteAxisDivisionMode, Font, LabelOverlap, ChartsDataType } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; -import { AxisScale } from 'devextreme/viz/range_selector'; +import type { TimeInterval, ScaleBreak, ScaleBreakLineStyle, DiscreteAxisDivisionMode, Font, LabelOverlap, ChartsDataType } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; +import type { AxisScale } from 'devextreme/viz/range_selector'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/selection-style.ts b/packages/devextreme-angular/src/ui/range-selector/nested/selection-style.ts index 2b44a47d7243..557fbc681439 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/selection-style.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/selection-style.ts @@ -14,7 +14,7 @@ import { -import { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; +import type { DashStyle, ChartsColor, HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/series-border.ts b/packages/devextreme-angular/src/ui/range-selector/nested/series-border.ts index 621c84b5ede2..9a3a88248ce6 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/series-border.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/series-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/series-dxi.ts b/packages/devextreme-angular/src/ui/range-selector/nested/series-dxi.ts index b7fca9cdc088..958e8c553fb4 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/series-dxi.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/series-dxi.ts @@ -12,10 +12,10 @@ import { -import { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; -import { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; -import { HorizontalAlignment } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type { chartPointAggregationInfoObject, chartSeriesObject, ChartSeriesAggregationMethod, FinancialChartReductionLevel } from 'devextreme/viz/chart'; +import type { DashStyle, ChartsColor, SeriesHoverMode, HatchDirection, Font, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, SeriesType, ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/series-template.ts b/packages/devextreme-angular/src/ui/range-selector/nested/series-template.ts index bb5ea6a2b6db..54c012c34a55 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/series-template.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/series-template.ts @@ -14,7 +14,7 @@ import { -import { ChartSeries } from 'devextreme/viz/common'; +import type { ChartSeries } from 'devextreme/viz/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/slider-marker.ts b/packages/devextreme-angular/src/ui/range-selector/nested/slider-marker.ts index bdf5807d8223..70120e77fbfe 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/slider-marker.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/slider-marker.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/subtitle.ts b/packages/devextreme-angular/src/ui/range-selector/nested/subtitle.ts index 27688799dab7..61042e604459 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/title.ts b/packages/devextreme-angular/src/ui/range-selector/nested/title.ts index f8888252c53a..3b7fd45cca4d 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/title.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/value-axis.ts b/packages/devextreme-angular/src/ui/range-selector/nested/value-axis.ts index 659d9f38a93a..e43090b7d725 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/value-axis.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/value-axis.ts @@ -14,8 +14,8 @@ import { -import { ChartAxisScale } from 'devextreme/viz/range_selector'; -import { ChartsDataType } from 'devextreme/common/charts'; +import type { ChartAxisScale } from 'devextreme/viz/range_selector'; +import type { ChartsDataType } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/value-error-bar.ts b/packages/devextreme-angular/src/ui/range-selector/nested/value-error-bar.ts index 2e5d3a055a74..e8611093d71d 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/value-error-bar.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/value-error-bar.ts @@ -14,7 +14,7 @@ import { -import { ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; +import type { ValueErrorBarDisplayMode, ValueErrorBarType } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-selector/nested/value.ts b/packages/devextreme-angular/src/ui/range-selector/nested/value.ts index a1e8e494eeb6..728ddee0e3b0 100644 --- a/packages/devextreme-angular/src/ui/range-selector/nested/value.ts +++ b/packages/devextreme-angular/src/ui/range-selector/nested/value.ts @@ -16,7 +16,7 @@ import { -import { TimeInterval } from 'devextreme/common/charts'; +import type { TimeInterval } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-slider/index.ts b/packages/devextreme-angular/src/ui/range-slider/index.ts index de5c05dacc6d..c0bbd4e19390 100644 --- a/packages/devextreme-angular/src/ui/range-slider/index.ts +++ b/packages/devextreme-angular/src/ui/range-slider/index.ts @@ -22,9 +22,9 @@ import { } from '@angular/core'; -import { Format } from 'devextreme/common/core/localization'; -import { VerticalEdge, TooltipShowMode, ValidationMessageMode, Position, ValidationStatus, SliderValueChangeMode } from 'devextreme/common'; -import { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/range_slider'; +import type { Format } from 'devextreme/common/core/localization'; +import type { VerticalEdge, TooltipShowMode, ValidationMessageMode, Position, ValidationStatus, SliderValueChangeMode } from 'devextreme/common'; +import type { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/range_slider'; import DxRangeSlider from 'devextreme/ui/range_slider'; diff --git a/packages/devextreme-angular/src/ui/range-slider/nested/format.ts b/packages/devextreme-angular/src/ui/range-slider/nested/format.ts index 3df2e6097a3e..c722864d01f3 100644 --- a/packages/devextreme-angular/src/ui/range-slider/nested/format.ts +++ b/packages/devextreme-angular/src/ui/range-slider/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-slider/nested/label.ts b/packages/devextreme-angular/src/ui/range-slider/nested/label.ts index 7d224ea2b7d8..1ecce6f44e7a 100644 --- a/packages/devextreme-angular/src/ui/range-slider/nested/label.ts +++ b/packages/devextreme-angular/src/ui/range-slider/nested/label.ts @@ -14,8 +14,8 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/range-slider/nested/tooltip.ts b/packages/devextreme-angular/src/ui/range-slider/nested/tooltip.ts index 10dd6ab62497..ba35335bf3c7 100644 --- a/packages/devextreme-angular/src/ui/range-slider/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/range-slider/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { VerticalEdge, TooltipShowMode } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { VerticalEdge, TooltipShowMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/recurrence-editor/index.ts b/packages/devextreme-angular/src/ui/recurrence-editor/index.ts index c72b30c25319..a5d1d4bc1cfa 100644 --- a/packages/devextreme-angular/src/ui/recurrence-editor/index.ts +++ b/packages/devextreme-angular/src/ui/recurrence-editor/index.ts @@ -22,8 +22,8 @@ import { } from '@angular/core'; -import { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/recurrence_editor'; -import { ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/recurrence_editor'; +import type { ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; import DxRecurrenceEditor from 'devextreme/ui/recurrence_editor'; diff --git a/packages/devextreme-angular/src/ui/resizable/index.ts b/packages/devextreme-angular/src/ui/resizable/index.ts index 9bdadca8383f..41424241517b 100644 --- a/packages/devextreme-angular/src/ui/resizable/index.ts +++ b/packages/devextreme-angular/src/ui/resizable/index.ts @@ -17,7 +17,7 @@ import { } from '@angular/core'; -import { ResizeHandle, DisposingEvent, InitializedEvent, OptionChangedEvent, ResizeEvent, ResizeEndEvent, ResizeStartEvent } from 'devextreme/ui/resizable'; +import type { ResizeHandle, DisposingEvent, InitializedEvent, OptionChangedEvent, ResizeEvent, ResizeEndEvent, ResizeStartEvent } from 'devextreme/ui/resizable'; import DxResizable from 'devextreme/ui/resizable'; diff --git a/packages/devextreme-angular/src/ui/responsive-box/index.ts b/packages/devextreme-angular/src/ui/responsive-box/index.ts index 032d2a26cbf6..af968af462af 100644 --- a/packages/devextreme-angular/src/ui/responsive-box/index.ts +++ b/packages/devextreme-angular/src/ui/responsive-box/index.ts @@ -21,12 +21,12 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/responsive_box'; +export type { ExplicitTypes } from 'devextreme/ui/responsive_box'; -import DataSource from 'devextreme/data/data_source'; -import { dxResponsiveBoxItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/responsive_box'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxResponsiveBoxItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/responsive_box'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import DxResponsiveBox from 'devextreme/ui/responsive_box'; diff --git a/packages/devextreme-angular/src/ui/sankey/index.ts b/packages/devextreme-angular/src/ui/sankey/index.ts index bfd015e9cd89..454fda336f1b 100644 --- a/packages/devextreme-angular/src/ui/sankey/index.ts +++ b/packages/devextreme-angular/src/ui/sankey/index.ts @@ -20,13 +20,13 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { VerticalAlignment, ExportFormat, HorizontalAlignment, VerticalEdge } from 'devextreme/common'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxSankeyNode, SankeyColorMode, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LinkClickEvent, LinkHoverEvent, NodeClickEvent, NodeHoverEvent, OptionChangedEvent } from 'devextreme/viz/sankey'; -import { Font, TextOverflow, HatchDirection, Palette, PaletteExtensionMode, Theme, WordWrap, DashStyle } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type DataSource from 'devextreme/data/data_source'; +import type { VerticalAlignment, ExportFormat, HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxSankeyNode, SankeyColorMode, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LinkClickEvent, LinkHoverEvent, NodeClickEvent, NodeHoverEvent, OptionChangedEvent } from 'devextreme/viz/sankey'; +import type { Font, TextOverflow, HatchDirection, Palette, PaletteExtensionMode, Theme, WordWrap, DashStyle } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import DxSankey from 'devextreme/viz/sankey'; diff --git a/packages/devextreme-angular/src/ui/sankey/nested/border.ts b/packages/devextreme-angular/src/ui/sankey/nested/border.ts index d48e1ae7a4b8..263013b760ee 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/border.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/export.ts b/packages/devextreme-angular/src/ui/sankey/nested/export.ts index 53ccd57cb8aa..845d01ca3d27 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/export.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/format.ts b/packages/devextreme-angular/src/ui/sankey/nested/format.ts index 528a2a3b0055..dd37f3badcee 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/format.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/hatching.ts b/packages/devextreme-angular/src/ui/sankey/nested/hatching.ts index 5d33e391162f..2729b0ef4bcd 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/hatching.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/hatching.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/hover-style.ts b/packages/devextreme-angular/src/ui/sankey/nested/hover-style.ts index dae038785b6a..9056dc78a1b1 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/hover-style.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/hover-style.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/label.ts b/packages/devextreme-angular/src/ui/sankey/nested/label.ts index 73399dfbc2bf..406578f7bae1 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/label.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/label.ts @@ -14,8 +14,8 @@ import { -import { dxSankeyNode } from 'devextreme/viz/sankey'; -import { Font, TextOverflow } from 'devextreme/common/charts'; +import type { dxSankeyNode } from 'devextreme/viz/sankey'; +import type { Font, TextOverflow } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/link.ts b/packages/devextreme-angular/src/ui/sankey/nested/link.ts index cc25da0f50c6..cfbe7dbbfc70 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/link.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/link.ts @@ -14,8 +14,8 @@ import { -import { SankeyColorMode } from 'devextreme/viz/sankey'; -import { HatchDirection } from 'devextreme/common/charts'; +import type { SankeyColorMode } from 'devextreme/viz/sankey'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/sankey/nested/loading-indicator.ts index 08349135fced..29b1b46a971d 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/node.ts b/packages/devextreme-angular/src/ui/sankey/nested/node.ts index 5f6bf1623a2e..d77483e421ba 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/node.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/node.ts @@ -14,7 +14,7 @@ import { -import { HatchDirection } from 'devextreme/common/charts'; +import type { HatchDirection } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/subtitle.ts b/packages/devextreme-angular/src/ui/sankey/nested/subtitle.ts index 4b95fdcf7248..8efd520769a8 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/title.ts b/packages/devextreme-angular/src/ui/sankey/nested/title.ts index 3be53b076478..0a758f4b5d6f 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/title.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/tooltip-border.ts b/packages/devextreme-angular/src/ui/sankey/nested/tooltip-border.ts index 2dc3b0883e7c..99eaefe0ec6a 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/tooltip-border.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/tooltip-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sankey/nested/tooltip.ts b/packages/devextreme-angular/src/ui/sankey/nested/tooltip.ts index 564e142c32fc..795ea5b34260 100644 --- a/packages/devextreme-angular/src/ui/sankey/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/sankey/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/index.ts b/packages/devextreme-angular/src/ui/scheduler/index.ts index 7a1c57e9d7b6..3068ebac435e 100644 --- a/packages/devextreme-angular/src/ui/scheduler/index.ts +++ b/packages/devextreme-angular/src/ui/scheduler/index.ts @@ -22,15 +22,15 @@ import { } from '@angular/core'; -import dxScheduler from 'devextreme/ui/scheduler'; -import dxSortable from 'devextreme/ui/sortable'; -import dxDraggable from 'devextreme/ui/draggable'; -import DataSource from 'devextreme/data/data_source'; -import { AllDayPanelMode, ViewType, dxSchedulerAppointment, AppointmentFormProperties, CellAppointmentsLimit, AppointmentAddedEvent, AppointmentAddingEvent, AppointmentClickEvent, AppointmentContextMenuEvent, AppointmentDblClickEvent, AppointmentDeletedEvent, AppointmentDeletingEvent, AppointmentFormOpeningEvent, AppointmentRenderedEvent, AppointmentTooltipShowingEvent, AppointmentUpdatedEvent, AppointmentUpdatingEvent, CellClickEvent, CellContextMenuEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, RecurrenceEditMode, dxSchedulerScrolling, dxSchedulerToolbar } from 'devextreme/ui/scheduler'; -import { event } from 'devextreme/events/events.types'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { FirstDayOfWeek, Orientation } from 'devextreme/common'; +import type dxScheduler from 'devextreme/ui/scheduler'; +import type dxSortable from 'devextreme/ui/sortable'; +import type dxDraggable from 'devextreme/ui/draggable'; +import type DataSource from 'devextreme/data/data_source'; +import type { AllDayPanelMode, ViewType, dxSchedulerAppointment, AppointmentFormProperties, CellAppointmentsLimit, AppointmentAddedEvent, AppointmentAddingEvent, AppointmentClickEvent, AppointmentContextMenuEvent, AppointmentDblClickEvent, AppointmentDeletedEvent, AppointmentDeletingEvent, AppointmentFormOpeningEvent, AppointmentRenderedEvent, AppointmentTooltipShowingEvent, AppointmentUpdatedEvent, AppointmentUpdatingEvent, CellClickEvent, CellContextMenuEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, RecurrenceEditMode, dxSchedulerScrolling, dxSchedulerToolbar } from 'devextreme/ui/scheduler'; +import type { event } from 'devextreme/events/events.types'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { FirstDayOfWeek, Orientation } from 'devextreme/common'; import DxScheduler from 'devextreme/ui/scheduler'; diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/appointment-dragging.ts b/packages/devextreme-angular/src/ui/scheduler/nested/appointment-dragging.ts index 6e494a2880a5..009f611526fb 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/appointment-dragging.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/appointment-dragging.ts @@ -14,10 +14,10 @@ import { -import dxScheduler from 'devextreme/ui/scheduler'; -import dxSortable from 'devextreme/ui/sortable'; -import dxDraggable from 'devextreme/ui/draggable'; -import { event } from 'devextreme/events/events.types'; +import type dxScheduler from 'devextreme/ui/scheduler'; +import type dxSortable from 'devextreme/ui/sortable'; +import type dxDraggable from 'devextreme/ui/draggable'; +import type { event } from 'devextreme/events/events.types'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/async-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/async-rule-dxi.ts index 439c7bd5ddc3..db3e241c3d28 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/async-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/async-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/button-item-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/button-item-dxi.ts index a9344878cd21..65eeccca4795 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/button-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/button-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { dxButtonOptions } from 'devextreme/ui/button'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; +import type { dxButtonOptions } from 'devextreme/ui/button'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/button-options.ts b/packages/devextreme-angular/src/ui/scheduler/nested/button-options.ts index a561a4bff075..efe03bff5665 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/button-options.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/button-options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/compare-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/compare-rule-dxi.ts index 53eedef5e82a..437396d4c49b 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/compare-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/compare-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; +import type { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/custom-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/custom-rule-dxi.ts index 0f96c4b432ab..2b479b653876 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/custom-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/custom-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/editing.ts b/packages/devextreme-angular/src/ui/scheduler/nested/editing.ts index 772be5bb0e78..4716fd4069f5 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/editing.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/editing.ts @@ -14,7 +14,7 @@ import { -import { AppointmentFormProperties } from 'devextreme/ui/scheduler'; +import type { AppointmentFormProperties } from 'devextreme/ui/scheduler'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/email-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/email-rule-dxi.ts index 1d3732a9f8f0..56b68afe8156 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/email-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/email-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/empty-item-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/empty-item-dxi.ts index a44f2a8fa7fc..7e31349fd4e4 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/empty-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/empty-item-dxi.ts @@ -12,7 +12,7 @@ import { -import { FormItemType } from 'devextreme/ui/form'; +import type { FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/form.ts b/packages/devextreme-angular/src/ui/scheduler/nested/form.ts index c7e2cd84264d..55976fdfd713 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/form.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/form.ts @@ -18,10 +18,10 @@ import { -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { Mode } from 'devextreme/common'; -import { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; -import { AppointmentFormIconsShowMode } from 'devextreme/ui/scheduler'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { Mode } from 'devextreme/common'; +import type { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; +import type { AppointmentFormIconsShowMode } from 'devextreme/ui/scheduler'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/group-item-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/group-item-dxi.ts index 2a834e283fd4..6f6e65fad95b 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/group-item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/item-dxi.ts index e97843de8a29..093799bd32db 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/item-dxi.ts @@ -18,13 +18,13 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation, FormPredefinedButtonItem, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { HorizontalAlignment, VerticalAlignment, ToolbarItemLocation, ToolbarItemComponent, ButtonType } from 'devextreme/common'; -import { SchedulerPredefinedToolbarItem, DateNavigatorItemProperties } from 'devextreme/ui/scheduler'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; -import { dxButtonOptions } from 'devextreme/ui/button'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation, FormPredefinedButtonItem, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { HorizontalAlignment, VerticalAlignment, ToolbarItemLocation, ToolbarItemComponent, ButtonType } from 'devextreme/common'; +import type { SchedulerPredefinedToolbarItem, DateNavigatorItemProperties } from 'devextreme/ui/scheduler'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { dxButtonOptions } from 'devextreme/ui/button'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/label.ts b/packages/devextreme-angular/src/ui/scheduler/nested/label.ts index 3662340302c0..82cc5e936d93 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/label.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/label.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { HorizontalAlignment } from 'devextreme/common'; -import { LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { LabelLocation } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/numeric-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/numeric-rule-dxi.ts index 93f9f41ee3a0..97a28e7426ff 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/numeric-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/numeric-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/options-item-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/options-item-dxi.ts index 14067c441cf5..7a37690b8016 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/options-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/options-item-dxi.ts @@ -16,7 +16,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { ButtonType } from 'devextreme/common'; +import type { ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/options.ts b/packages/devextreme-angular/src/ui/scheduler/nested/options.ts index 7c3b658fac6b..61b0716f1b3c 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/options.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/options.ts @@ -18,9 +18,9 @@ import { -import { dxButtonGroupItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/button_group'; -import { SchedulerPredefinedDateNavigatorItem } from 'devextreme/ui/scheduler'; -import { SingleMultipleOrNone, ButtonStyle } from 'devextreme/common'; +import type { dxButtonGroupItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OptionChangedEvent, SelectionChangedEvent } from 'devextreme/ui/button_group'; +import type { SchedulerPredefinedDateNavigatorItem } from 'devextreme/ui/scheduler'; +import type { SingleMultipleOrNone, ButtonStyle } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/pattern-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/pattern-rule-dxi.ts index 006328ad02ec..5e1e3f563497 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/pattern-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/pattern-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/range-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/range-rule-dxi.ts index 236ee7154211..1482ab081784 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/range-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/range-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/required-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/required-rule-dxi.ts index d36db126e1f9..4e034b9e4f4b 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/required-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/required-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/resource-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/resource-dxi.ts index cfa3d74e2df2..5892091dea85 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/resource-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/resource-dxi.ts @@ -12,9 +12,9 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/scrolling.ts b/packages/devextreme-angular/src/ui/scheduler/nested/scrolling.ts index f2050333fd47..426c5dd2fb6d 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/scrolling.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/scrolling.ts @@ -14,7 +14,7 @@ import { -import { ScrollMode } from 'devextreme/common'; +import type { ScrollMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/simple-item-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/simple-item-dxi.ts index b11feb17e51a..26a7fdb485fd 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/simple-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/simple-item-dxi.ts @@ -18,9 +18,9 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; -import { HorizontalAlignment } from 'devextreme/common'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/string-length-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/string-length-rule-dxi.ts index 0a4c49121e00..703cd3447d27 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/string-length-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/string-length-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/tab-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/tab-dxi.ts index a9ae02a20cba..a73f53a4cf9e 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/tab-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/tab-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/tab-panel-options.ts b/packages/devextreme-angular/src/ui/scheduler/nested/tab-panel-options.ts index 14f184f0b61c..cdfd13ad0e6b 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/tab-panel-options.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/tab-panel-options.ts @@ -18,11 +18,11 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/tabbed-item-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/tabbed-item-dxi.ts index 43079a2ad224..aa6f868abc94 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/tabbed-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/tabbed-item-dxi.ts @@ -14,8 +14,8 @@ import { -import { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/toolbar-item-dxi.ts index db29e2153186..1b806352cf33 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { SchedulerPredefinedToolbarItem, DateNavigatorItemProperties } from 'devextreme/ui/scheduler'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { SchedulerPredefinedToolbarItem, DateNavigatorItemProperties } from 'devextreme/ui/scheduler'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/toolbar.ts b/packages/devextreme-angular/src/ui/scheduler/nested/toolbar.ts index 1f5facd2946c..ecd7f403afe3 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/toolbar.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/toolbar.ts @@ -16,7 +16,7 @@ import { -import { dxSchedulerToolbarItem, SchedulerPredefinedToolbarItem } from 'devextreme/ui/scheduler'; +import type { dxSchedulerToolbarItem, SchedulerPredefinedToolbarItem } from 'devextreme/ui/scheduler'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/validation-rule-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/validation-rule-dxi.ts index 30e70a0a0ec1..876da5735730 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/validation-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/validation-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; +import type { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scheduler/nested/view-dxi.ts b/packages/devextreme-angular/src/ui/scheduler/nested/view-dxi.ts index b779eabbbab2..d6526ba3bcc5 100644 --- a/packages/devextreme-angular/src/ui/scheduler/nested/view-dxi.ts +++ b/packages/devextreme-angular/src/ui/scheduler/nested/view-dxi.ts @@ -12,8 +12,8 @@ import { -import { AllDayPanelMode, CellAppointmentsLimit, dxSchedulerScrolling, ViewType } from 'devextreme/ui/scheduler'; -import { FirstDayOfWeek, Orientation } from 'devextreme/common'; +import type { AllDayPanelMode, CellAppointmentsLimit, dxSchedulerScrolling, ViewType } from 'devextreme/ui/scheduler'; +import type { FirstDayOfWeek, Orientation } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/scroll-view/index.ts b/packages/devextreme-angular/src/ui/scroll-view/index.ts index 80a164bb4369..6160d227666b 100644 --- a/packages/devextreme-angular/src/ui/scroll-view/index.ts +++ b/packages/devextreme-angular/src/ui/scroll-view/index.ts @@ -17,8 +17,8 @@ import { } from '@angular/core'; -import { ScrollDirection } from 'devextreme/common'; -import { DisposingEvent, InitializedEvent, OptionChangedEvent, PullDownEvent, ReachBottomEvent, ScrollEvent, UpdatedEvent } from 'devextreme/ui/scroll_view'; +import type { ScrollDirection } from 'devextreme/common'; +import type { DisposingEvent, InitializedEvent, OptionChangedEvent, PullDownEvent, ReachBottomEvent, ScrollEvent, UpdatedEvent } from 'devextreme/ui/scroll_view'; import DxScrollView from 'devextreme/ui/scroll_view'; diff --git a/packages/devextreme-angular/src/ui/select-box/index.ts b/packages/devextreme-angular/src/ui/select-box/index.ts index b9518e2d91c8..af98a8c39045 100644 --- a/packages/devextreme-angular/src/ui/select-box/index.ts +++ b/packages/devextreme-angular/src/ui/select-box/index.ts @@ -24,14 +24,14 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { DropDownPredefinedButton, FieldAddons } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; -import { TextEditorButton, LabelMode, SimplifiedSearchMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; -import { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { ChangeEvent, ClosedEvent, ContentReadyEvent, CopyEvent, CustomItemCreatingEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, ItemClickEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, SelectionChangedEvent, ValueChangedEvent } from 'devextreme/ui/select_box'; +import type DataSource from 'devextreme/data/data_source'; +import type { DropDownPredefinedButton, FieldAddons } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; +import type { TextEditorButton, LabelMode, SimplifiedSearchMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; +import type { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { ChangeEvent, ClosedEvent, ContentReadyEvent, CopyEvent, CustomItemCreatingEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, ItemClickEvent, KeyDownEvent, KeyUpEvent, OpenedEvent, OptionChangedEvent, PasteEvent, SelectionChangedEvent, ValueChangedEvent } from 'devextreme/ui/select_box'; import DxSelectBox from 'devextreme/ui/select_box'; diff --git a/packages/devextreme-angular/src/ui/select-box/nested/animation.ts b/packages/devextreme-angular/src/ui/select-box/nested/animation.ts index 5e984969e32a..d4b3e3f15b07 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/at.ts b/packages/devextreme-angular/src/ui/select-box/nested/at.ts index f413275fb1d7..d08b44dd422e 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/at.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/select-box/nested/button-dxi.ts index 9634d70eba63..d1c356fdf1b0 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/collision.ts b/packages/devextreme-angular/src/ui/select-box/nested/collision.ts index f606f54d8e5f..4cf7794309db 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/select-box/nested/drop-down-options.ts index 71a3f4a697ac..bae313c8e90b 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/drop-down-options.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/from.ts b/packages/devextreme-angular/src/ui/select-box/nested/from.ts index 42a95edfe246..2f43c776912a 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/from.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/hide.ts b/packages/devextreme-angular/src/ui/select-box/nested/hide.ts index 1dffc54cbf79..a68fd497ff57 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/my.ts b/packages/devextreme-angular/src/ui/select-box/nested/my.ts index 43348be63e5c..80a5b18bb061 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/my.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/options.ts b/packages/devextreme-angular/src/ui/select-box/nested/options.ts index 9ef82e1cbfd8..287b8cc57f0f 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/options.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/position.ts b/packages/devextreme-angular/src/ui/select-box/nested/position.ts index 1860729a3154..317417724a9a 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/position.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/show.ts b/packages/devextreme-angular/src/ui/select-box/nested/show.ts index e71cc8e01f53..dfc24a5cf369 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/show.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/to.ts b/packages/devextreme-angular/src/ui/select-box/nested/to.ts index 604c6d21fb05..9726995cf531 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/to.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/select-box/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/select-box/nested/toolbar-item-dxi.ts index a687ba327866..48d6ec3249a5 100644 --- a/packages/devextreme-angular/src/ui/select-box/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/select-box/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/slider/index.ts b/packages/devextreme-angular/src/ui/slider/index.ts index 65b37584fdb7..8c010d6f2af8 100644 --- a/packages/devextreme-angular/src/ui/slider/index.ts +++ b/packages/devextreme-angular/src/ui/slider/index.ts @@ -22,9 +22,9 @@ import { } from '@angular/core'; -import { Format } from 'devextreme/common/core/localization'; -import { VerticalEdge, TooltipShowMode, ValidationMessageMode, Position, ValidationStatus, SliderValueChangeMode } from 'devextreme/common'; -import { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/slider'; +import type { Format } from 'devextreme/common/core/localization'; +import type { VerticalEdge, TooltipShowMode, ValidationMessageMode, Position, ValidationStatus, SliderValueChangeMode } from 'devextreme/common'; +import type { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/slider'; import DxSlider from 'devextreme/ui/slider'; diff --git a/packages/devextreme-angular/src/ui/slider/nested/format.ts b/packages/devextreme-angular/src/ui/slider/nested/format.ts index c8bf389531e9..30381c05f6bf 100644 --- a/packages/devextreme-angular/src/ui/slider/nested/format.ts +++ b/packages/devextreme-angular/src/ui/slider/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/slider/nested/label.ts b/packages/devextreme-angular/src/ui/slider/nested/label.ts index 21b3442c788c..786e4cd43937 100644 --- a/packages/devextreme-angular/src/ui/slider/nested/label.ts +++ b/packages/devextreme-angular/src/ui/slider/nested/label.ts @@ -14,8 +14,8 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/slider/nested/tooltip.ts b/packages/devextreme-angular/src/ui/slider/nested/tooltip.ts index 59e8ebb74ac1..dcec59dfcb43 100644 --- a/packages/devextreme-angular/src/ui/slider/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/slider/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { Format } from 'devextreme/common/core/localization'; -import { VerticalEdge, TooltipShowMode } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { VerticalEdge, TooltipShowMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sortable/index.ts b/packages/devextreme-angular/src/ui/sortable/index.ts index 27e5a1f2e229..c9eee5307592 100644 --- a/packages/devextreme-angular/src/ui/sortable/index.ts +++ b/packages/devextreme-angular/src/ui/sortable/index.ts @@ -17,8 +17,8 @@ import { } from '@angular/core'; -import { DragDirection, DragHighlight, Orientation } from 'devextreme/common'; -import { AddEvent, DisposingEvent, DragChangeEvent, DragEndEvent, DragMoveEvent, DragStartEvent, InitializedEvent, OptionChangedEvent, RemoveEvent, ReorderEvent } from 'devextreme/ui/sortable'; +import type { DragDirection, DragHighlight, Orientation } from 'devextreme/common'; +import type { AddEvent, DisposingEvent, DragChangeEvent, DragEndEvent, DragMoveEvent, DragStartEvent, InitializedEvent, OptionChangedEvent, RemoveEvent, ReorderEvent } from 'devextreme/ui/sortable'; import DxSortable from 'devextreme/ui/sortable'; diff --git a/packages/devextreme-angular/src/ui/sparkline/index.ts b/packages/devextreme-angular/src/ui/sparkline/index.ts index e95e184b241f..bd36cde90916 100644 --- a/packages/devextreme-angular/src/ui/sparkline/index.ts +++ b/packages/devextreme-angular/src/ui/sparkline/index.ts @@ -20,12 +20,12 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, SparklineType } from 'devextreme/viz/sparkline'; -import { PointSymbol, Theme, DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type DataSource from 'devextreme/data/data_source'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, SparklineType } from 'devextreme/viz/sparkline'; +import type { PointSymbol, Theme, DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import DxSparkline from 'devextreme/viz/sparkline'; diff --git a/packages/devextreme-angular/src/ui/sparkline/nested/border.ts b/packages/devextreme-angular/src/ui/sparkline/nested/border.ts index c2c3bb9fcf69..b2d70b92803d 100644 --- a/packages/devextreme-angular/src/ui/sparkline/nested/border.ts +++ b/packages/devextreme-angular/src/ui/sparkline/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sparkline/nested/format.ts b/packages/devextreme-angular/src/ui/sparkline/nested/format.ts index eda24c3f8aa8..1ba18be8d0db 100644 --- a/packages/devextreme-angular/src/ui/sparkline/nested/format.ts +++ b/packages/devextreme-angular/src/ui/sparkline/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/sparkline/nested/tooltip.ts b/packages/devextreme-angular/src/ui/sparkline/nested/tooltip.ts index fbc9004a7e8e..4d251d819406 100644 --- a/packages/devextreme-angular/src/ui/sparkline/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/sparkline/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/speech-to-text/index.ts b/packages/devextreme-angular/src/ui/speech-to-text/index.ts index 4e715826ec80..6fe7ea648b7c 100644 --- a/packages/devextreme-angular/src/ui/speech-to-text/index.ts +++ b/packages/devextreme-angular/src/ui/speech-to-text/index.ts @@ -17,8 +17,8 @@ import { } from '@angular/core'; -import { CustomSpeechRecognizer, ContentReadyEvent, DisposingEvent, EndEvent, ErrorEvent, InitializedEvent, OptionChangedEvent, ResultEvent, StartClickEvent, StopClickEvent, SpeechRecognitionConfig } from 'devextreme/ui/speech_to_text'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { CustomSpeechRecognizer, ContentReadyEvent, DisposingEvent, EndEvent, ErrorEvent, InitializedEvent, OptionChangedEvent, ResultEvent, StartClickEvent, StopClickEvent, SpeechRecognitionConfig } from 'devextreme/ui/speech_to_text'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import DxSpeechToText from 'devextreme/ui/speech_to_text'; diff --git a/packages/devextreme-angular/src/ui/speed-dial-action/index.ts b/packages/devextreme-angular/src/ui/speed-dial-action/index.ts index 69d9c204f43b..470ba1c5f942 100644 --- a/packages/devextreme-angular/src/ui/speed-dial-action/index.ts +++ b/packages/devextreme-angular/src/ui/speed-dial-action/index.ts @@ -17,7 +17,7 @@ import { } from '@angular/core'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/speed_dial_action'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/speed_dial_action'; import DxSpeedDialAction from 'devextreme/ui/speed_dial_action'; diff --git a/packages/devextreme-angular/src/ui/splitter/index.ts b/packages/devextreme-angular/src/ui/splitter/index.ts index 47fbe870921b..8c658f2b04cb 100644 --- a/packages/devextreme-angular/src/ui/splitter/index.ts +++ b/packages/devextreme-angular/src/ui/splitter/index.ts @@ -21,13 +21,13 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/splitter'; +export type { ExplicitTypes } from 'devextreme/ui/splitter'; -import DataSource from 'devextreme/data/data_source'; -import { dxSplitterItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemCollapsedEvent, ItemContextMenuEvent, ItemExpandedEvent, ItemRenderedEvent, OptionChangedEvent, ResizeEvent, ResizeEndEvent, ResizeStartEvent } from 'devextreme/ui/splitter'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Orientation } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxSplitterItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemCollapsedEvent, ItemContextMenuEvent, ItemExpandedEvent, ItemRenderedEvent, OptionChangedEvent, ResizeEvent, ResizeEndEvent, ResizeStartEvent } from 'devextreme/ui/splitter'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Orientation } from 'devextreme/common'; import DxSplitter from 'devextreme/ui/splitter'; diff --git a/packages/devextreme-angular/src/ui/splitter/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/splitter/nested/item-dxi.ts index a9f6ebde69d1..c8a59a4fb4ae 100644 --- a/packages/devextreme-angular/src/ui/splitter/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/splitter/nested/item-dxi.ts @@ -16,7 +16,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxSplitterOptions } from 'devextreme/ui/splitter'; +import type { dxSplitterOptions } from 'devextreme/ui/splitter'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/stepper/index.ts b/packages/devextreme-angular/src/ui/stepper/index.ts index 608a039261cc..9a0eb468b3d4 100644 --- a/packages/devextreme-angular/src/ui/stepper/index.ts +++ b/packages/devextreme-angular/src/ui/stepper/index.ts @@ -21,13 +21,13 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/stepper'; +export type { ExplicitTypes } from 'devextreme/ui/stepper'; -import DataSource from 'devextreme/data/data_source'; -import { dxStepperItem, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent } from 'devextreme/ui/stepper'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Orientation } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxStepperItem, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent } from 'devextreme/ui/stepper'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Orientation } from 'devextreme/common'; import DxStepper from 'devextreme/ui/stepper'; diff --git a/packages/devextreme-angular/src/ui/switch/index.ts b/packages/devextreme-angular/src/ui/switch/index.ts index cbe35981e760..a3797d2cd219 100644 --- a/packages/devextreme-angular/src/ui/switch/index.ts +++ b/packages/devextreme-angular/src/ui/switch/index.ts @@ -22,8 +22,8 @@ import { } from '@angular/core'; -import { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/switch'; -import { ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/switch'; +import type { ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; import DxSwitch from 'devextreme/ui/switch'; diff --git a/packages/devextreme-angular/src/ui/tab-panel/index.ts b/packages/devextreme-angular/src/ui/tab-panel/index.ts index ea93123646c8..957c781ba7ef 100644 --- a/packages/devextreme-angular/src/ui/tab-panel/index.ts +++ b/packages/devextreme-angular/src/ui/tab-panel/index.ts @@ -21,13 +21,13 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/tab_panel'; +export type { ExplicitTypes } from 'devextreme/ui/tab_panel'; -import DataSource from 'devextreme/data/data_source'; -import { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; import DxTabPanel from 'devextreme/ui/tab_panel'; diff --git a/packages/devextreme-angular/src/ui/tabs/index.ts b/packages/devextreme-angular/src/ui/tabs/index.ts index 79b41a6fe77e..b5a944f6e178 100644 --- a/packages/devextreme-angular/src/ui/tabs/index.ts +++ b/packages/devextreme-angular/src/ui/tabs/index.ts @@ -21,13 +21,13 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/tabs'; +export type { ExplicitTypes } from 'devextreme/ui/tabs'; -import DataSource from 'devextreme/data/data_source'; -import { dxTabsItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent } from 'devextreme/ui/tabs'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { TabsIconPosition, Orientation, SingleOrMultiple, TabsStyle } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxTabsItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent } from 'devextreme/ui/tabs'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { TabsIconPosition, Orientation, SingleOrMultiple, TabsStyle } from 'devextreme/common'; import DxTabs from 'devextreme/ui/tabs'; diff --git a/packages/devextreme-angular/src/ui/tag-box/index.ts b/packages/devextreme-angular/src/ui/tag-box/index.ts index d61a78e59eae..ccfb6a2d7665 100644 --- a/packages/devextreme-angular/src/ui/tag-box/index.ts +++ b/packages/devextreme-angular/src/ui/tag-box/index.ts @@ -24,14 +24,14 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { ApplyValueMode, TextEditorButton, LabelMode, SimplifiedSearchMode, SelectAllMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; -import { DropDownPredefinedButton, FieldAddons } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; -import { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { ChangeEvent, ClosedEvent, ContentReadyEvent, CustomItemCreatingEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, ItemClickEvent, KeyDownEvent, KeyUpEvent, MultiTagPreparingEvent, OpenedEvent, OptionChangedEvent, SelectAllValueChangedEvent, SelectionChangedEvent, ValueChangedEvent } from 'devextreme/ui/tag_box'; +import type DataSource from 'devextreme/data/data_source'; +import type { ApplyValueMode, TextEditorButton, LabelMode, SimplifiedSearchMode, SelectAllMode, EditorStyle, ValidationMessageMode, Mode, Position, ValidationStatus } from 'devextreme/common'; +import type { DropDownPredefinedButton, FieldAddons } from 'devextreme/ui/drop_down_editor/ui.drop_down_editor'; +import type { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { ChangeEvent, ClosedEvent, ContentReadyEvent, CustomItemCreatingEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, ItemClickEvent, KeyDownEvent, KeyUpEvent, MultiTagPreparingEvent, OpenedEvent, OptionChangedEvent, SelectAllValueChangedEvent, SelectionChangedEvent, ValueChangedEvent } from 'devextreme/ui/tag_box'; import DxTagBox from 'devextreme/ui/tag_box'; diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/animation.ts b/packages/devextreme-angular/src/ui/tag-box/nested/animation.ts index a5b76f02b1a8..bb8c97790ee2 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/at.ts b/packages/devextreme-angular/src/ui/tag-box/nested/at.ts index c96bdb777116..3052f62ecb77 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/at.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/tag-box/nested/button-dxi.ts index 79098d4f1d8a..131e4697d3cc 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/collision.ts b/packages/devextreme-angular/src/ui/tag-box/nested/collision.ts index ddee8f6cb80e..b3383cd7c159 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/drop-down-options.ts b/packages/devextreme-angular/src/ui/tag-box/nested/drop-down-options.ts index cef63222ae49..34fb2485d4aa 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/drop-down-options.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/drop-down-options.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/from.ts b/packages/devextreme-angular/src/ui/tag-box/nested/from.ts index 6ef3899dcdd1..6f5e4a4db894 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/from.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/hide.ts b/packages/devextreme-angular/src/ui/tag-box/nested/hide.ts index c6aff6d0ae92..a46496ca978c 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/my.ts b/packages/devextreme-angular/src/ui/tag-box/nested/my.ts index 6fc406b56555..6fedb0db2133 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/my.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/options.ts b/packages/devextreme-angular/src/ui/tag-box/nested/options.ts index 213126796a93..0ec0e3b445f5 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/options.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/position.ts b/packages/devextreme-angular/src/ui/tag-box/nested/position.ts index 2b05517bbdd0..99d790528e95 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/position.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/show.ts b/packages/devextreme-angular/src/ui/tag-box/nested/show.ts index 770b70caba7d..f27188547d8b 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/show.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/to.ts b/packages/devextreme-angular/src/ui/tag-box/nested/to.ts index 3838e82d0ebe..fcaafc3adbce 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/to.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tag-box/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/tag-box/nested/toolbar-item-dxi.ts index 90a1428c0013..236ddfa7bfee 100644 --- a/packages/devextreme-angular/src/ui/tag-box/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tag-box/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/text-area/index.ts b/packages/devextreme-angular/src/ui/text-area/index.ts index 9ad386281f9d..9bb54456fd9d 100644 --- a/packages/devextreme-angular/src/ui/text-area/index.ts +++ b/packages/devextreme-angular/src/ui/text-area/index.ts @@ -22,8 +22,8 @@ import { } from '@angular/core'; -import { LabelMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; -import { ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_area'; +import type { LabelMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_area'; import DxTextArea from 'devextreme/ui/text_area'; diff --git a/packages/devextreme-angular/src/ui/text-box/index.ts b/packages/devextreme-angular/src/ui/text-box/index.ts index c5239beec5cd..95bacf9667ec 100644 --- a/packages/devextreme-angular/src/ui/text-box/index.ts +++ b/packages/devextreme-angular/src/ui/text-box/index.ts @@ -24,8 +24,8 @@ import { } from '@angular/core'; -import { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; -import { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; +import type { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; import DxTextBox from 'devextreme/ui/text_box'; diff --git a/packages/devextreme-angular/src/ui/text-box/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/text-box/nested/button-dxi.ts index 4f723e87b2aa..81f63191b6d5 100644 --- a/packages/devextreme-angular/src/ui/text-box/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/text-box/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/text-box/nested/options.ts b/packages/devextreme-angular/src/ui/text-box/nested/options.ts index 29ccbb54a5dd..08a27f61a8d0 100644 --- a/packages/devextreme-angular/src/ui/text-box/nested/options.ts +++ b/packages/devextreme-angular/src/ui/text-box/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tile-view/index.ts b/packages/devextreme-angular/src/ui/tile-view/index.ts index 4bde110e4493..3f8126f1c652 100644 --- a/packages/devextreme-angular/src/ui/tile-view/index.ts +++ b/packages/devextreme-angular/src/ui/tile-view/index.ts @@ -21,13 +21,13 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/tile_view'; +export type { ExplicitTypes } from 'devextreme/ui/tile_view'; -import DataSource from 'devextreme/data/data_source'; -import { dxTileViewItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/tile_view'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Orientation, ScrollbarMode } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxTileViewItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/tile_view'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Orientation, ScrollbarMode } from 'devextreme/common'; import DxTileView from 'devextreme/ui/tile_view'; diff --git a/packages/devextreme-angular/src/ui/toast/index.ts b/packages/devextreme-angular/src/ui/toast/index.ts index 1c4e53f04131..e3e5afde0aef 100644 --- a/packages/devextreme-angular/src/ui/toast/index.ts +++ b/packages/devextreme-angular/src/ui/toast/index.ts @@ -17,9 +17,9 @@ import { } from '@angular/core'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, ToastType } from 'devextreme/ui/toast'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent, ToastType } from 'devextreme/ui/toast'; import DxToast from 'devextreme/ui/toast'; diff --git a/packages/devextreme-angular/src/ui/toast/nested/animation.ts b/packages/devextreme-angular/src/ui/toast/nested/animation.ts index 23113642fbb5..36d55795d9d6 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toast/nested/at.ts b/packages/devextreme-angular/src/ui/toast/nested/at.ts index 34b757b1410c..935a3bb73917 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/at.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toast/nested/collision.ts b/packages/devextreme-angular/src/ui/toast/nested/collision.ts index 6d81c4a82664..0c7bb6b15bec 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toast/nested/from.ts b/packages/devextreme-angular/src/ui/toast/nested/from.ts index 5997a3339271..e20bec114115 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/from.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toast/nested/hide.ts b/packages/devextreme-angular/src/ui/toast/nested/hide.ts index 59ea11b569b0..929ca30b8a4b 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toast/nested/my.ts b/packages/devextreme-angular/src/ui/toast/nested/my.ts index 9792c37ffe99..f59af8216116 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/my.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toast/nested/position.ts b/packages/devextreme-angular/src/ui/toast/nested/position.ts index 0ee209e7022a..516674bd4ad0 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/position.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toast/nested/show.ts b/packages/devextreme-angular/src/ui/toast/nested/show.ts index 512ddb98705e..169cf76f6d74 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/show.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toast/nested/to.ts b/packages/devextreme-angular/src/ui/toast/nested/to.ts index 83e8e4838580..9aa78aa26591 100644 --- a/packages/devextreme-angular/src/ui/toast/nested/to.ts +++ b/packages/devextreme-angular/src/ui/toast/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/toolbar/index.ts b/packages/devextreme-angular/src/ui/toolbar/index.ts index f9fa52a023b5..966be6354d28 100644 --- a/packages/devextreme-angular/src/ui/toolbar/index.ts +++ b/packages/devextreme-angular/src/ui/toolbar/index.ts @@ -21,12 +21,12 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/toolbar'; +export type { ExplicitTypes } from 'devextreme/ui/toolbar'; -import DataSource from 'devextreme/data/data_source'; -import { dxToolbarItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/toolbar'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxToolbarItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent } from 'devextreme/ui/toolbar'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import DxToolbar from 'devextreme/ui/toolbar'; diff --git a/packages/devextreme-angular/src/ui/toolbar/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/toolbar/nested/item-dxi.ts index 5e8c2c6c341f..9a039d930876 100644 --- a/packages/devextreme-angular/src/ui/toolbar/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/toolbar/nested/item-dxi.ts @@ -16,8 +16,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/index.ts b/packages/devextreme-angular/src/ui/tooltip/index.ts index 394372334466..083e3d6d9a08 100644 --- a/packages/devextreme-angular/src/ui/tooltip/index.ts +++ b/packages/devextreme-angular/src/ui/tooltip/index.ts @@ -17,10 +17,10 @@ import { } from '@angular/core'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent } from 'devextreme/ui/tooltip'; -import { Position } from 'devextreme/common'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { ContentReadyEvent, DisposingEvent, HiddenEvent, HidingEvent, InitializedEvent, OptionChangedEvent, ShowingEvent, ShownEvent } from 'devextreme/ui/tooltip'; +import type { Position } from 'devextreme/common'; import DxTooltip from 'devextreme/ui/tooltip'; diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/animation.ts b/packages/devextreme-angular/src/ui/tooltip/nested/animation.ts index ee881e0109de..baf02f32fbd9 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/at.ts b/packages/devextreme-angular/src/ui/tooltip/nested/at.ts index 4508ef2ac1c6..3d7608341133 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/at.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/collision.ts b/packages/devextreme-angular/src/ui/tooltip/nested/collision.ts index 18cbeb3e2993..71b4c2e597b0 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/from.ts b/packages/devextreme-angular/src/ui/tooltip/nested/from.ts index b457481769c7..281bb46c4480 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/from.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/hide.ts b/packages/devextreme-angular/src/ui/tooltip/nested/hide.ts index 6851ae6f8980..02e532e377e3 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/my.ts b/packages/devextreme-angular/src/ui/tooltip/nested/my.ts index 9e41bfa1111e..8426d807bb2f 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/my.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/position.ts b/packages/devextreme-angular/src/ui/tooltip/nested/position.ts index 9886f1e6b9d1..0a747cb2d6d5 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/position.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/show.ts b/packages/devextreme-angular/src/ui/tooltip/nested/show.ts index cf9f6aa4fc59..9a7aa891aa60 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/show.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tooltip/nested/to.ts b/packages/devextreme-angular/src/ui/tooltip/nested/to.ts index dc633706f015..425939664991 100644 --- a/packages/devextreme-angular/src/ui/tooltip/nested/to.ts +++ b/packages/devextreme-angular/src/ui/tooltip/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/index.ts b/packages/devextreme-angular/src/ui/tree-list/index.ts index 3dc1135d7719..fb1fe0781c2a 100644 --- a/packages/devextreme-angular/src/ui/tree-list/index.ts +++ b/packages/devextreme-angular/src/ui/tree-list/index.ts @@ -21,23 +21,23 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/tree_list'; - -import DataSource from 'devextreme/data/data_source'; -import dxTreeList from 'devextreme/ui/tree_list'; -import dxSortable from 'devextreme/ui/sortable'; -import dxDraggable from 'devextreme/ui/draggable'; -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { ColumnChooser, ColumnResizeMode, DataChange, GridsEditMode, GridsEditRefreshMode, StartEditAction, FilterPanel, ApplyFilterMode, HeaderFilter, EnterKeyAction, EnterKeyDirection, Pager, GridBase, DataRenderMode, SearchPanel, Sorting, StateStoreType } from 'devextreme/common/grids'; -import { dxTreeListColumn, dxTreeListRowObject, TreeListFilterMode, AdaptiveDetailRowPreparingEvent, AIColumnRequestCreatingEvent, CellClickEvent, CellDblClickEvent, CellHoverChangedEvent, CellPreparedEvent, ContentReadyEvent, ContextMenuPreparingEvent, DataErrorOccurredEvent, DisposingEvent, EditCanceledEvent, EditCancelingEvent, EditingStartEvent, EditorPreparedEvent, EditorPreparingEvent, FocusedCellChangedEvent, FocusedCellChangingEvent, FocusedRowChangedEvent, FocusedRowChangingEvent, InitializedEvent, InitNewRowEvent, KeyDownEvent, NodesInitializedEvent, OptionChangedEvent, RowClickEvent, RowCollapsedEvent, RowCollapsingEvent, RowDblClickEvent, RowExpandedEvent, RowExpandingEvent, RowInsertedEvent, RowInsertingEvent, RowPreparedEvent, RowRemovedEvent, RowRemovingEvent, RowUpdatedEvent, RowUpdatingEvent, RowValidatingEvent, SavedEvent, SavingEvent, SelectionChangedEvent, ToolbarPreparingEvent, dxTreeListToolbar } from 'devextreme/ui/tree_list'; -import { Mode, DataStructure, DragDirection, DragHighlight, ScrollMode, ScrollbarMode, SingleMultipleOrNone } from 'devextreme/common'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { dxFormOptions } from 'devextreme/ui/form'; -import { dxPopupOptions } from 'devextreme/ui/popup'; -import { dxFilterBuilderOptions } from 'devextreme/ui/filter_builder'; -import { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel'; -import { event } from 'devextreme/events/events.types'; +export type { ExplicitTypes } from 'devextreme/ui/tree_list'; + +import type DataSource from 'devextreme/data/data_source'; +import type dxTreeList from 'devextreme/ui/tree_list'; +import type dxSortable from 'devextreme/ui/sortable'; +import type dxDraggable from 'devextreme/ui/draggable'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { ColumnChooser, ColumnResizeMode, DataChange, GridsEditMode, GridsEditRefreshMode, StartEditAction, FilterPanel, ApplyFilterMode, HeaderFilter, EnterKeyAction, EnterKeyDirection, Pager, GridBase, DataRenderMode, SearchPanel, Sorting, StateStoreType } from 'devextreme/common/grids'; +import type { dxTreeListColumn, dxTreeListRowObject, TreeListFilterMode, AdaptiveDetailRowPreparingEvent, AIColumnRequestCreatingEvent, CellClickEvent, CellDblClickEvent, CellHoverChangedEvent, CellPreparedEvent, ContentReadyEvent, ContextMenuPreparingEvent, DataErrorOccurredEvent, DisposingEvent, EditCanceledEvent, EditCancelingEvent, EditingStartEvent, EditorPreparedEvent, EditorPreparingEvent, FocusedCellChangedEvent, FocusedCellChangingEvent, FocusedRowChangedEvent, FocusedRowChangingEvent, InitializedEvent, InitNewRowEvent, KeyDownEvent, NodesInitializedEvent, OptionChangedEvent, RowClickEvent, RowCollapsedEvent, RowCollapsingEvent, RowDblClickEvent, RowExpandedEvent, RowExpandingEvent, RowInsertedEvent, RowInsertingEvent, RowPreparedEvent, RowRemovedEvent, RowRemovingEvent, RowUpdatedEvent, RowUpdatingEvent, RowValidatingEvent, SavedEvent, SavingEvent, SelectionChangedEvent, ToolbarPreparingEvent, dxTreeListToolbar } from 'devextreme/ui/tree_list'; +import type { Mode, DataStructure, DragDirection, DragHighlight, ScrollMode, ScrollbarMode, SingleMultipleOrNone } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { dxFormOptions } from 'devextreme/ui/form'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; +import type { dxFilterBuilderOptions } from 'devextreme/ui/filter_builder'; +import type { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel'; +import type { event } from 'devextreme/events/events.types'; import DxTreeList from 'devextreme/ui/tree_list'; diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/ai.ts b/packages/devextreme-angular/src/ui/tree-list/nested/ai.ts index fe09fbd6d20b..5864629ff20b 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/ai.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/ai.ts @@ -14,9 +14,9 @@ import { -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { dxTextBoxOptions } from 'devextreme/ui/text_box'; -import { AIColumnMode } from 'devextreme/common/grids'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { dxTextBoxOptions } from 'devextreme/ui/text_box'; +import type { AIColumnMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/animation.ts b/packages/devextreme-angular/src/ui/tree-list/nested/animation.ts index f8209cfb0bc4..347bbebdf696 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/animation.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/animation.ts @@ -14,7 +14,7 @@ import { -import { AnimationConfig } from 'devextreme/common/core/animation'; +import type { AnimationConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/async-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/async-rule-dxi.ts index 52d59842ddfd..1f217a45bc8d 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/async-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/async-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/at.ts b/packages/devextreme-angular/src/ui/tree-list/nested/at.ts index 63b6436fd264..51d9566b6425 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/at.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/at.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/button-dxi.ts index bdf9132c0e50..736650727b6d 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/button-dxi.ts @@ -16,11 +16,11 @@ import { import { DOCUMENT } from '@angular/common'; -import dxTreeList from 'devextreme/ui/tree_list'; -import { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton } from 'devextreme/ui/tree_list'; -import { event } from 'devextreme/events/events.types'; -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type dxTreeList from 'devextreme/ui/tree_list'; +import type { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton } from 'devextreme/ui/tree_list'; +import type { event } from 'devextreme/events/events.types'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/change-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/change-dxi.ts index 0979877ecc29..dc6704737b7b 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/change-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/change-dxi.ts @@ -12,7 +12,7 @@ import { -import { DataChangeType } from 'devextreme/common/grids'; +import type { DataChangeType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/collision.ts b/packages/devextreme-angular/src/ui/tree-list/nested/collision.ts index f0ca96b86b1c..b67e0a5edb05 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/collision.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/collision.ts @@ -14,7 +14,7 @@ import { -import { CollisionResolution } from 'devextreme/common/core/animation'; +import type { CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/column-button-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/column-button-dxi.ts index d86898860cb1..f52d4f1341f9 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/column-button-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/column-button-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import dxTreeList from 'devextreme/ui/tree_list'; -import { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton } from 'devextreme/ui/tree_list'; -import { event } from 'devextreme/events/events.types'; +import type dxTreeList from 'devextreme/ui/tree_list'; +import type { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton } from 'devextreme/ui/tree_list'; +import type { event } from 'devextreme/events/events.types'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/column-chooser.ts b/packages/devextreme-angular/src/ui/tree-list/nested/column-chooser.ts index 657920cc156a..36f7b7683b4f 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/column-chooser.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/column-chooser.ts @@ -14,9 +14,9 @@ import { -import { ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig } from 'devextreme/common/grids'; -import { PositionConfig } from 'devextreme/common/core/animation'; -import { SortOrder } from 'devextreme/common'; +import type { ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig } from 'devextreme/common/grids'; +import type { PositionConfig } from 'devextreme/common/core/animation'; +import type { SortOrder } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/column-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/column-dxi.ts index 9f36b7538e64..bfd3a2f36284 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/column-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/column-dxi.ts @@ -16,14 +16,14 @@ import { -import * as CommonTypes from 'devextreme/common'; -import { ColumnAIOptions, FilterOperation, FilterType, FixedPosition, ColumnHeaderFilter, SelectedFilterOperation } from 'devextreme/common/grids'; -import { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; -import { dxTreeListColumnButton, TreeListPredefinedColumnButton, dxTreeListColumn, TreeListCommandColumnType } from 'devextreme/ui/tree_list'; -import { Format } from 'devextreme/common/core/localization'; -import { dxFormSimpleItem } from 'devextreme/ui/form'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type * as CommonTypes from 'devextreme/common'; +import type { ColumnAIOptions, FilterOperation, FilterType, FixedPosition, ColumnHeaderFilter, SelectedFilterOperation } from 'devextreme/common/grids'; +import type { HorizontalAlignment, DataType, SortOrder } from 'devextreme/common'; +import type { dxTreeListColumnButton, TreeListPredefinedColumnButton, dxTreeListColumn, TreeListCommandColumnType } from 'devextreme/ui/tree_list'; +import type { Format } from 'devextreme/common/core/localization'; +import type { dxFormSimpleItem } from 'devextreme/ui/form'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/column-header-filter-search.ts b/packages/devextreme-angular/src/ui/tree-list/nested/column-header-filter-search.ts index ed6d36734d4d..ed217e74951e 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/column-header-filter-search.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/column-header-filter-search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/column-header-filter.ts b/packages/devextreme-angular/src/ui/tree-list/nested/column-header-filter.ts index c3aa3e2ff005..8ccd732d9d13 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/column-header-filter.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/column-header-filter.ts @@ -14,10 +14,10 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig } from 'devextreme/common/grids'; -import { SearchMode } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig } from 'devextreme/common/grids'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/column-lookup.ts b/packages/devextreme-angular/src/ui/tree-list/nested/column-lookup.ts index 238dccb8de94..c32a8f494495 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/column-lookup.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/column-lookup.ts @@ -14,8 +14,8 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/compare-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/compare-rule-dxi.ts index dd6d9fbf706e..060fcdf71552 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/compare-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/compare-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; +import type { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/custom-operation-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/custom-operation-dxi.ts index d63786231321..140270acc0b3 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/custom-operation-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/custom-operation-dxi.ts @@ -12,8 +12,8 @@ import { -import { dxFilterBuilderField, FieldInfo } from 'devextreme/ui/filter_builder'; -import { DataType } from 'devextreme/common'; +import type { dxFilterBuilderField, FieldInfo } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/custom-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/custom-rule-dxi.ts index f227aca19255..4d8bac67aea1 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/custom-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/custom-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/editing.ts b/packages/devextreme-angular/src/ui/tree-list/nested/editing.ts index cb96f3b087b2..0b934a33f5e9 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/editing.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/editing.ts @@ -18,11 +18,11 @@ import { -import dxTreeList from 'devextreme/ui/tree_list'; -import { dxTreeListRowObject } from 'devextreme/ui/tree_list'; -import { DataChange, GridsEditMode, GridsEditRefreshMode, StartEditAction } from 'devextreme/common/grids'; -import { dxFormOptions } from 'devextreme/ui/form'; -import { dxPopupOptions } from 'devextreme/ui/popup'; +import type dxTreeList from 'devextreme/ui/tree_list'; +import type { dxTreeListRowObject } from 'devextreme/ui/tree_list'; +import type { DataChange, GridsEditMode, GridsEditRefreshMode, StartEditAction } from 'devextreme/common/grids'; +import type { dxFormOptions } from 'devextreme/ui/form'; +import type { dxPopupOptions } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/editor-options-button-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/editor-options-button-dxi.ts index a911e9d57c43..18cda981a358 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/editor-options-button-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/editor-options-button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/editor-options.ts b/packages/devextreme-angular/src/ui/tree-list/nested/editor-options.ts index 61088a34512d..91d02a9d5905 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/editor-options.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/editor-options.ts @@ -18,8 +18,8 @@ import { -import { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; -import { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; +import type { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/email-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/email-rule-dxi.ts index 854116b17adb..4db41169e3e3 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/email-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/email-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/field-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/field-dxi.ts index fa12cb296ea8..08631230019e 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/field-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/field-dxi.ts @@ -12,11 +12,11 @@ import { -import { FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; -import { DataType } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { FieldInfo, FilterBuilderOperation } from 'devextreme/ui/filter_builder'; +import type { DataType } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/field-lookup.ts b/packages/devextreme-angular/src/ui/tree-list/nested/field-lookup.ts index 81a64b90236b..75909b21d875 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/field-lookup.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/field-lookup.ts @@ -14,8 +14,8 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/filter-builder-popup.ts b/packages/devextreme-angular/src/ui/tree-list/nested/filter-builder-popup.ts index 4b554d6c5fea..1b9f902f697f 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/filter-builder-popup.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/filter-builder-popup.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/filter-builder.ts b/packages/devextreme-angular/src/ui/tree-list/nested/filter-builder.ts index e712a2deaa48..7766100917f5 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/filter-builder.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/filter-builder.ts @@ -18,7 +18,7 @@ import { -import { dxFilterBuilderCustomOperation, dxFilterBuilderField, GroupOperation, ContentReadyEvent, DisposingEvent, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; +import type { dxFilterBuilderCustomOperation, dxFilterBuilderField, GroupOperation, ContentReadyEvent, DisposingEvent, EditorPreparedEvent, EditorPreparingEvent, InitializedEvent, OptionChangedEvent, ValueChangedEvent } from 'devextreme/ui/filter_builder'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/filter-panel.ts b/packages/devextreme-angular/src/ui/tree-list/nested/filter-panel.ts index d2303ea18267..aa37915ac8e6 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/filter-panel.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/filter-panel.ts @@ -16,7 +16,7 @@ import { -import { FilterPanel, FilterPanelTexts } from 'devextreme/common/grids'; +import type { FilterPanel, FilterPanelTexts } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/filter-row.ts b/packages/devextreme-angular/src/ui/tree-list/nested/filter-row.ts index aa26dd84674d..d9397cac7c38 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/filter-row.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/filter-row.ts @@ -14,7 +14,7 @@ import { -import { ApplyFilterMode } from 'devextreme/common/grids'; +import type { ApplyFilterMode } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/form-item.ts b/packages/devextreme-angular/src/ui/tree-list/nested/form-item.ts index 6dac31ddb6ad..1dc2d6d505f3 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/form-item.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/form-item.ts @@ -20,9 +20,9 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; -import { HorizontalAlignment } from 'devextreme/common'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/form.ts b/packages/devextreme-angular/src/ui/tree-list/nested/form.ts index 5fe11964ac54..72ad3255fb5e 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/form.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/form.ts @@ -16,9 +16,9 @@ import { -import { AIIntegration } from 'devextreme/common/ai-integration'; -import { Mode } from 'devextreme/common'; -import { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; +import type { AIIntegration } from 'devextreme/common/ai-integration'; +import type { Mode } from 'devextreme/common'; +import type { dxFormSimpleItem, dxFormGroupItem, dxFormTabbedItem, dxFormEmptyItem, dxFormButtonItem, LabelLocation, FormLabelMode, ContentReadyEvent, DisposingEvent, EditorEnterKeyEvent, FieldDataChangedEvent, InitializedEvent, OptionChangedEvent, SmartPastedEvent, SmartPastingEvent } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/format.ts b/packages/devextreme-angular/src/ui/tree-list/nested/format.ts index e725ab99a386..004c6eb2a92a 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/format.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/from.ts b/packages/devextreme-angular/src/ui/tree-list/nested/from.ts index 0423910114e0..9ac8d6d2c86e 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/from.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/from.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/header-filter.ts b/packages/devextreme-angular/src/ui/tree-list/nested/header-filter.ts index 46ad14509289..1abd3f597576 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/header-filter.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/header-filter.ts @@ -14,10 +14,10 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; -import { SearchMode } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { HeaderFilterGroupInterval, ColumnHeaderFilterSearchConfig, HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/hide.ts b/packages/devextreme-angular/src/ui/tree-list/nested/hide.ts index 2d0878296b03..978becbdc807 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/hide.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/hide.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/indicator-options.ts b/packages/devextreme-angular/src/ui/tree-list/nested/indicator-options.ts index a21a457a09b8..31063138470e 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/indicator-options.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/indicator-options.ts @@ -14,7 +14,7 @@ import { -import { LoadingAnimationType } from 'devextreme/ui/load_indicator'; +import type { LoadingAnimationType } from 'devextreme/ui/load_indicator'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/item-dxi.ts index b55f5bb0c9f9..796c7d3bc4a6 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/keyboard-navigation.ts b/packages/devextreme-angular/src/ui/tree-list/nested/keyboard-navigation.ts index 3c99ebe56d0d..3d5a5dbff712 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/keyboard-navigation.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/keyboard-navigation.ts @@ -14,7 +14,7 @@ import { -import { EnterKeyAction, EnterKeyDirection } from 'devextreme/common/grids'; +import type { EnterKeyAction, EnterKeyDirection } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/label.ts b/packages/devextreme-angular/src/ui/tree-list/nested/label.ts index b365d84c03a9..90cf8c70886b 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/label.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/label.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { HorizontalAlignment } from 'devextreme/common'; -import { LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; +import type { LabelLocation } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/load-panel.ts b/packages/devextreme-angular/src/ui/tree-list/nested/load-panel.ts index 895272f755f6..f5781c44f416 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/load-panel.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/load-panel.ts @@ -14,8 +14,8 @@ import { -import { Mode } from 'devextreme/common'; -import { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel'; +import type { Mode } from 'devextreme/common'; +import type { LoadPanelIndicatorProperties } from 'devextreme/ui/load_panel'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/lookup.ts b/packages/devextreme-angular/src/ui/tree-list/nested/lookup.ts index 8f7eb1c08a22..06348e900024 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/lookup.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/lookup.ts @@ -14,8 +14,8 @@ import { -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/my.ts b/packages/devextreme-angular/src/ui/tree-list/nested/my.ts index 67102965a6af..91b01e8dc036 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/my.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/my.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/numeric-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/numeric-rule-dxi.ts index a4a5b02feb02..330c3dc2e0fe 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/numeric-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/numeric-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/options.ts b/packages/devextreme-angular/src/ui/tree-list/nested/options.ts index 8724474ed847..cc5ff81baef0 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/options.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/pager.ts b/packages/devextreme-angular/src/ui/tree-list/nested/pager.ts index f7ee23072a3d..600402e501b4 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/pager.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/pager.ts @@ -14,8 +14,8 @@ import { -import { PagerPageSize } from 'devextreme/common/grids'; -import { Mode, DisplayMode } from 'devextreme/common'; +import type { PagerPageSize } from 'devextreme/common/grids'; +import type { Mode, DisplayMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/pattern-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/pattern-rule-dxi.ts index 359a0d61f7cf..92b5a16624a2 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/pattern-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/pattern-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/popup.ts b/packages/devextreme-angular/src/ui/tree-list/nested/popup.ts index 560605d80956..42c4da7aec29 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/popup.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/popup.ts @@ -18,15 +18,15 @@ import { -import dxOverlay from 'devextreme/ui/overlay'; -import DOMComponent from 'devextreme/core/dom_component'; -import dxPopup from 'devextreme/ui/popup'; -import { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; -import { event } from 'devextreme/events/events.types'; -import { EventInfo } from 'devextreme/common/core/events'; -import { Component as CoreComponent } from 'devextreme/core/component'; -import { PositionAlignment } from 'devextreme/common'; -import { dxPopupToolbarItem } from 'devextreme/ui/popup'; +import type dxOverlay from 'devextreme/ui/overlay'; +import type DOMComponent from 'devextreme/core/dom_component'; +import type dxPopup from 'devextreme/ui/popup'; +import type { AnimationConfig, PositionConfig } from 'devextreme/common/core/animation'; +import type { event } from 'devextreme/events/events.types'; +import type { EventInfo } from 'devextreme/common/core/events'; +import type { Component as CoreComponent } from 'devextreme/core/component'; +import type { PositionAlignment } from 'devextreme/common'; +import type { dxPopupToolbarItem } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/position.ts b/packages/devextreme-angular/src/ui/tree-list/nested/position.ts index ad2ee079d94b..f87b22a72f35 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/position.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/position.ts @@ -14,8 +14,8 @@ import { -import { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; +import type { PositionAlignment, HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { CollisionResolutionCombination, CollisionResolution } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/range-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/range-rule-dxi.ts index 4ba6f3217ebd..bba02e3e7dd3 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/range-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/range-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/required-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/required-rule-dxi.ts index 3bca71bfc059..10628cc290c2 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/required-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/required-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/row-dragging.ts b/packages/devextreme-angular/src/ui/tree-list/nested/row-dragging.ts index aa2df9b467c5..fcede60f3bdb 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/row-dragging.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/row-dragging.ts @@ -14,11 +14,11 @@ import { -import dxSortable from 'devextreme/ui/sortable'; -import dxDraggable from 'devextreme/ui/draggable'; -import { DragDirection, DragHighlight } from 'devextreme/common'; -import { GridBase } from 'devextreme/common/grids'; -import { event } from 'devextreme/events/events.types'; +import type dxSortable from 'devextreme/ui/sortable'; +import type dxDraggable from 'devextreme/ui/draggable'; +import type { DragDirection, DragHighlight } from 'devextreme/common'; +import type { GridBase } from 'devextreme/common/grids'; +import type { event } from 'devextreme/events/events.types'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/scrolling.ts b/packages/devextreme-angular/src/ui/tree-list/nested/scrolling.ts index 878d2feeb218..b7153b3b024a 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/scrolling.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/scrolling.ts @@ -14,8 +14,8 @@ import { -import { DataRenderMode } from 'devextreme/common/grids'; -import { ScrollMode, ScrollbarMode, Mode } from 'devextreme/common'; +import type { DataRenderMode } from 'devextreme/common/grids'; +import type { ScrollMode, ScrollbarMode, Mode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/search.ts b/packages/devextreme-angular/src/ui/tree-list/nested/search.ts index 64e77be6160c..72c90358ea29 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/search.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/selection.ts b/packages/devextreme-angular/src/ui/tree-list/nested/selection.ts index 952b29c1f38c..ab77dba114f7 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/selection.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/selection.ts @@ -14,7 +14,7 @@ import { -import { SingleMultipleOrNone } from 'devextreme/common'; +import type { SingleMultipleOrNone } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/show.ts b/packages/devextreme-angular/src/ui/tree-list/nested/show.ts index 0873dc7f8ad9..d0407175bef4 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/show.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/show.ts @@ -14,8 +14,8 @@ import { -import { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; -import { Direction } from 'devextreme/common'; +import type { AnimationConfig, AnimationState, AnimationType } from 'devextreme/common/core/animation'; +import type { Direction } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/sorting.ts b/packages/devextreme-angular/src/ui/tree-list/nested/sorting.ts index 245635db8e8b..a0ee691ee861 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/sorting.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/sorting.ts @@ -14,7 +14,7 @@ import { -import { SingleMultipleOrNone } from 'devextreme/common'; +import type { SingleMultipleOrNone } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/state-storing.ts b/packages/devextreme-angular/src/ui/tree-list/nested/state-storing.ts index 55dacf7af214..d3a4842e7338 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/state-storing.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/state-storing.ts @@ -14,7 +14,7 @@ import { -import { StateStoreType } from 'devextreme/common/grids'; +import type { StateStoreType } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/string-length-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/string-length-rule-dxi.ts index 89253db14373..2b36c153f8f2 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/string-length-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/string-length-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/to.ts b/packages/devextreme-angular/src/ui/tree-list/nested/to.ts index 77edcfcd8ddc..d7483c3bf1e8 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/to.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/to.ts @@ -14,7 +14,7 @@ import { -import { PositionConfig } from 'devextreme/common/core/animation'; +import type { PositionConfig } from 'devextreme/common/core/animation'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/toolbar-item-dxi.ts index 081851b2246a..f10d8c5ffd8b 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { ToolbarLocation } from 'devextreme/ui/popup'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { ToolbarLocation } from 'devextreme/ui/popup'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/toolbar.ts b/packages/devextreme-angular/src/ui/tree-list/nested/toolbar.ts index 90d1a604516e..c953bc4eba05 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/toolbar.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/toolbar.ts @@ -16,7 +16,7 @@ import { -import { dxTreeListToolbarItem, TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; +import type { dxTreeListToolbarItem, TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-header-filter-search.ts b/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-header-filter-search.ts index 013e3094b854..3fa98d04c26e 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-header-filter-search.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-header-filter-search.ts @@ -14,7 +14,7 @@ import { -import { SearchMode } from 'devextreme/common'; +import type { SearchMode } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-header-filter.ts b/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-header-filter.ts index 77e1b0c0ffcd..60b46cdc1e20 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-header-filter.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-header-filter.ts @@ -14,7 +14,7 @@ import { -import { HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; +import type { HeaderFilterSearchConfig, HeaderFilterTexts } from 'devextreme/common/grids'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-selection.ts b/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-selection.ts index d001eea52d27..d7850c2fc7ce 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-selection.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-selection.ts @@ -14,7 +14,7 @@ import { -import { SingleMultipleOrNone } from 'devextreme/common'; +import type { SingleMultipleOrNone } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/validation-rule-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/validation-rule-dxi.ts index 5119c0ab22c6..8fe5e59efd44 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/validation-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/validation-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; +import type { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/index.ts b/packages/devextreme-angular/src/ui/tree-map/index.ts index 34175b01b30b..66e1420997f9 100644 --- a/packages/devextreme-angular/src/ui/tree-map/index.ts +++ b/packages/devextreme-angular/src/ui/tree-map/index.ts @@ -20,13 +20,13 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { Palette, PaletteExtensionMode, Font, TextOverflow, Theme, WordWrap, DashStyle } from 'devextreme/common/charts'; -import { TreeMapColorizerType, TreeMapLayoutAlgorithm, TreeMapLayoutDirection, ClickEvent, DisposingEvent, DrawnEvent, DrillEvent, ExportedEvent, ExportingEvent, FileSavingEvent, HoverChangedEvent, IncidentOccurredEvent, InitializedEvent, NodesInitializedEvent, NodesRenderingEvent, OptionChangedEvent, SelectionChangedEvent, dxTreeMapNode } from 'devextreme/viz/tree_map'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { ExportFormat, SingleMultipleOrNone, HorizontalAlignment, VerticalEdge } from 'devextreme/common'; -import { Format } from 'devextreme/common/core/localization'; +import type DataSource from 'devextreme/data/data_source'; +import type { Palette, PaletteExtensionMode, Font, TextOverflow, Theme, WordWrap, DashStyle } from 'devextreme/common/charts'; +import type { TreeMapColorizerType, TreeMapLayoutAlgorithm, TreeMapLayoutDirection, ClickEvent, DisposingEvent, DrawnEvent, DrillEvent, ExportedEvent, ExportingEvent, FileSavingEvent, HoverChangedEvent, IncidentOccurredEvent, InitializedEvent, NodesInitializedEvent, NodesRenderingEvent, OptionChangedEvent, SelectionChangedEvent, dxTreeMapNode } from 'devextreme/viz/tree_map'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { ExportFormat, SingleMultipleOrNone, HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Format } from 'devextreme/common/core/localization'; import DxTreeMap from 'devextreme/viz/tree_map'; diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/border.ts b/packages/devextreme-angular/src/ui/tree-map/nested/border.ts index 424b6e5ebea1..e70deeb2eef4 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/border.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/colorizer.ts b/packages/devextreme-angular/src/ui/tree-map/nested/colorizer.ts index c69fa4a4788d..dde92096c3f2 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/colorizer.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/colorizer.ts @@ -14,8 +14,8 @@ import { -import { Palette, PaletteExtensionMode } from 'devextreme/common/charts'; -import { TreeMapColorizerType } from 'devextreme/viz/tree_map'; +import type { Palette, PaletteExtensionMode } from 'devextreme/common/charts'; +import type { TreeMapColorizerType } from 'devextreme/viz/tree_map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/export.ts b/packages/devextreme-angular/src/ui/tree-map/nested/export.ts index c49616c1f757..371023403d17 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/export.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/format.ts b/packages/devextreme-angular/src/ui/tree-map/nested/format.ts index a1d7ce7a20be..7aeb6ad55ea0 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/format.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/format.ts @@ -14,7 +14,7 @@ import { -import { Format } from 'devextreme/common'; +import type { Format } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/group-label.ts b/packages/devextreme-angular/src/ui/tree-map/nested/group-label.ts index 4adfeff9689e..d3a442f32cb4 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/group-label.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/group-label.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow } from 'devextreme/common/charts'; +import type { Font, TextOverflow } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/group.ts b/packages/devextreme-angular/src/ui/tree-map/nested/group.ts index 9d9ecab171e4..7dc87b3759a8 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/group.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/group.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow } from 'devextreme/common/charts'; +import type { Font, TextOverflow } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/label.ts b/packages/devextreme-angular/src/ui/tree-map/nested/label.ts index dc2f5f7c32c7..2cf76f1ccc33 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/label.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/label.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/tree-map/nested/loading-indicator.ts index 49cac1bc092b..10c620850c4d 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/subtitle.ts b/packages/devextreme-angular/src/ui/tree-map/nested/subtitle.ts index 5971fe906074..403c98c2c278 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/tile-label.ts b/packages/devextreme-angular/src/ui/tree-map/nested/tile-label.ts index 5b9ad90299db..13c51d0559ff 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/tile-label.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/tile-label.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/tile.ts b/packages/devextreme-angular/src/ui/tree-map/nested/tile.ts index 9c4ea64ea14a..5e3e3dbb8745 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/tile.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/tile.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/title.ts b/packages/devextreme-angular/src/ui/tree-map/nested/title.ts index 16c6a361e714..b65b9f6c45d3 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/title.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/tooltip-border.ts b/packages/devextreme-angular/src/ui/tree-map/nested/tooltip-border.ts index df001e2fc316..4cdbfd38cf01 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/tooltip-border.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/tooltip-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-map/nested/tooltip.ts b/packages/devextreme-angular/src/ui/tree-map/nested/tooltip.ts index 9e825651cb8c..e6bf5100f54d 100644 --- a/packages/devextreme-angular/src/ui/tree-map/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/tree-map/nested/tooltip.ts @@ -14,9 +14,9 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { dxTreeMapNode } from 'devextreme/viz/tree_map'; -import { Format } from 'devextreme/common/core/localization'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { dxTreeMapNode } from 'devextreme/viz/tree_map'; +import type { Format } from 'devextreme/common/core/localization'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-view/index.ts b/packages/devextreme-angular/src/ui/tree-view/index.ts index 55e087ca0d8b..297660e523f8 100644 --- a/packages/devextreme-angular/src/ui/tree-view/index.ts +++ b/packages/devextreme-angular/src/ui/tree-view/index.ts @@ -21,14 +21,14 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/tree_view'; - -import DataSource from 'devextreme/data/data_source'; -import { dxTreeViewNode, dxTreeViewItem, TreeViewExpandEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemCollapsedEvent, ItemContextMenuEvent, ItemExpandedEvent, ItemHoldEvent, ItemRenderedEvent, ItemSelectionChangedEvent, OptionChangedEvent, SelectAllValueChangedEvent, SelectionChangedEvent, TreeViewCheckBoxMode } from 'devextreme/ui/tree_view'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { DataStructure, ScrollDirection, SearchMode, SingleOrMultiple } from 'devextreme/common'; -import { dxTextBoxOptions } from 'devextreme/ui/text_box'; +export type { ExplicitTypes } from 'devextreme/ui/tree_view'; + +import type DataSource from 'devextreme/data/data_source'; +import type { dxTreeViewNode, dxTreeViewItem, TreeViewExpandEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemCollapsedEvent, ItemContextMenuEvent, ItemExpandedEvent, ItemHoldEvent, ItemRenderedEvent, ItemSelectionChangedEvent, OptionChangedEvent, SelectAllValueChangedEvent, SelectionChangedEvent, TreeViewCheckBoxMode } from 'devextreme/ui/tree_view'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { DataStructure, ScrollDirection, SearchMode, SingleOrMultiple } from 'devextreme/common'; +import type { dxTextBoxOptions } from 'devextreme/ui/text_box'; import DxTreeView from 'devextreme/ui/tree_view'; diff --git a/packages/devextreme-angular/src/ui/tree-view/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/tree-view/nested/button-dxi.ts index 4d9f82856150..49a58c8177bb 100644 --- a/packages/devextreme-angular/src/ui/tree-view/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-view/nested/button-dxi.ts @@ -12,8 +12,8 @@ import { -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-view/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/tree-view/nested/item-dxi.ts index 7dd332fd5f17..1499f4741999 100644 --- a/packages/devextreme-angular/src/ui/tree-view/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-view/nested/item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxTreeViewItem } from 'devextreme/ui/tree_view'; +import type { dxTreeViewItem } from 'devextreme/ui/tree_view'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-view/nested/options.ts b/packages/devextreme-angular/src/ui/tree-view/nested/options.ts index a631518b918b..adf63118369d 100644 --- a/packages/devextreme-angular/src/ui/tree-view/nested/options.ts +++ b/packages/devextreme-angular/src/ui/tree-view/nested/options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-view/nested/search-editor-options.ts b/packages/devextreme-angular/src/ui/tree-view/nested/search-editor-options.ts index 745c18b279f9..a96177a49aca 100644 --- a/packages/devextreme-angular/src/ui/tree-view/nested/search-editor-options.ts +++ b/packages/devextreme-angular/src/ui/tree-view/nested/search-editor-options.ts @@ -18,8 +18,8 @@ import { -import { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; -import { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; +import type { TextBoxPredefinedButton, TextEditorButton, LabelMode, MaskMode, EditorStyle, ValidationMessageMode, Position, ValidationStatus } from 'devextreme/common'; +import type { TextBoxType, ChangeEvent, ContentReadyEvent, CopyEvent, CutEvent, DisposingEvent, EnterKeyEvent, FocusInEvent, FocusOutEvent, InitializedEvent, InputEvent, KeyDownEvent, KeyUpEvent, OptionChangedEvent, PasteEvent, ValueChangedEvent } from 'devextreme/ui/text_box'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validation-group/index.ts b/packages/devextreme-angular/src/ui/validation-group/index.ts index 6595c2fc39e7..ef4d9caba5b0 100644 --- a/packages/devextreme-angular/src/ui/validation-group/index.ts +++ b/packages/devextreme-angular/src/ui/validation-group/index.ts @@ -17,7 +17,7 @@ import { } from '@angular/core'; -import { DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/validation_group'; +import type { DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/validation_group'; import DxValidationGroup from 'devextreme/ui/validation_group'; diff --git a/packages/devextreme-angular/src/ui/validation-summary/index.ts b/packages/devextreme-angular/src/ui/validation-summary/index.ts index d8b916140c15..359d4d5297b9 100644 --- a/packages/devextreme-angular/src/ui/validation-summary/index.ts +++ b/packages/devextreme-angular/src/ui/validation-summary/index.ts @@ -21,10 +21,10 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/validation_summary'; +export type { ExplicitTypes } from 'devextreme/ui/validation_summary'; -import { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; -import { ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OptionChangedEvent } from 'devextreme/ui/validation_summary'; +import type { CollectionWidgetItem } from 'devextreme/ui/collection/ui.collection_widget.base'; +import type { ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, OptionChangedEvent } from 'devextreme/ui/validation_summary'; import DxValidationSummary from 'devextreme/ui/validation_summary'; diff --git a/packages/devextreme-angular/src/ui/validator/index.ts b/packages/devextreme-angular/src/ui/validator/index.ts index 2a4bccce1bd3..de1ad61b353c 100644 --- a/packages/devextreme-angular/src/ui/validator/index.ts +++ b/packages/devextreme-angular/src/ui/validator/index.ts @@ -25,8 +25,8 @@ import { } from '@angular/core'; -import * as CommonTypes from 'devextreme/common'; -import { DisposingEvent, InitializedEvent, OptionChangedEvent, ValidatedEvent } from 'devextreme/ui/validator'; +import type * as CommonTypes from 'devextreme/common'; +import type { DisposingEvent, InitializedEvent, OptionChangedEvent, ValidatedEvent } from 'devextreme/ui/validator'; import DxValidator from 'devextreme/ui/validator'; diff --git a/packages/devextreme-angular/src/ui/validator/nested/async-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/async-rule-dxi.ts index 559ac16e3eb1..b84941fe3a52 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/async-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/async-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/compare-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/compare-rule-dxi.ts index 8e76e79ce0ec..2353bfc4ba96 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/compare-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/compare-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; +import type { ComparisonOperator, ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/custom-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/custom-rule-dxi.ts index 45a1337f86ef..e32969ba76a1 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/custom-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/custom-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/email-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/email-rule-dxi.ts index 2d521735098d..280f763e362f 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/email-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/email-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/numeric-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/numeric-rule-dxi.ts index c6c31403582d..bd5fd36b74a0 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/numeric-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/numeric-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/pattern-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/pattern-rule-dxi.ts index c67650c9d586..dd0dd7ebf0ff 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/pattern-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/pattern-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/range-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/range-rule-dxi.ts index 58949625e981..88909ecba796 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/range-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/range-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/required-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/required-rule-dxi.ts index dabc5ad3f397..9ea0744eccfe 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/required-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/required-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/string-length-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/string-length-rule-dxi.ts index 4b7f909a9559..86bfccc9be0d 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/string-length-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/string-length-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType } from 'devextreme/common'; +import type { ValidationRuleType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/validator/nested/validation-rule-dxi.ts b/packages/devextreme-angular/src/ui/validator/nested/validation-rule-dxi.ts index e1e6524d03cb..428f75d9cece 100644 --- a/packages/devextreme-angular/src/ui/validator/nested/validation-rule-dxi.ts +++ b/packages/devextreme-angular/src/ui/validator/nested/validation-rule-dxi.ts @@ -12,7 +12,7 @@ import { -import { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; +import type { ValidationRuleType, ComparisonOperator } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/index.ts b/packages/devextreme-angular/src/ui/vector-map/index.ts index 286ff7f87328..14c8f7d58fdf 100644 --- a/packages/devextreme-angular/src/ui/vector-map/index.ts +++ b/packages/devextreme-angular/src/ui/vector-map/index.ts @@ -22,13 +22,13 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import { dxVectorMapAnnotationConfig, dxVectorMapCommonAnnotationConfig, MapLayerElement, VectorMapMarkerType, VectorMapLayerType, VectorMapLegendItem, VectorMapMarkerShape, CenterChangedEvent, ClickEvent, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, SelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, ZoomFactorChangedEvent } from 'devextreme/viz/vector_map'; -import { HorizontalAlignment, VerticalEdge, ExportFormat, SingleMultipleOrNone, Position, Orientation } from 'devextreme/common'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Font, Palette, DashStyle, Theme, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { VectorMapProjection, VectorMapProjectionConfig } from 'devextreme/viz/vector_map/projection'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxVectorMapAnnotationConfig, dxVectorMapCommonAnnotationConfig, MapLayerElement, VectorMapMarkerType, VectorMapLayerType, VectorMapLegendItem, VectorMapMarkerShape, CenterChangedEvent, ClickEvent, DisposingEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, OptionChangedEvent, SelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, ZoomFactorChangedEvent } from 'devextreme/viz/vector_map'; +import type { HorizontalAlignment, VerticalEdge, ExportFormat, SingleMultipleOrNone, Position, Orientation } from 'devextreme/common'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Font, Palette, DashStyle, Theme, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { VectorMapProjection, VectorMapProjectionConfig } from 'devextreme/viz/vector_map/projection'; import DxVectorMap from 'devextreme/viz/vector_map'; diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/annotation-border.ts b/packages/devextreme-angular/src/ui/vector-map/nested/annotation-border.ts index 026d79a9b7d7..4d0d54105ce9 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/annotation-border.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/annotation-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/annotation-dxi.ts b/packages/devextreme-angular/src/ui/vector-map/nested/annotation-dxi.ts index 2c3f22667874..808361830a53 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/annotation-dxi.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/annotation-dxi.ts @@ -16,8 +16,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; -import { dxVectorMapAnnotationConfig } from 'devextreme/viz/vector_map'; +import type { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; +import type { dxVectorMapAnnotationConfig } from 'devextreme/viz/vector_map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/border.ts b/packages/devextreme-angular/src/ui/vector-map/nested/border.ts index 494884d33e85..2a14a4dbafe1 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/border.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/common-annotation-settings.ts b/packages/devextreme-angular/src/ui/vector-map/nested/common-annotation-settings.ts index 0eb6cdf9e98d..1ed768f7ad71 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/common-annotation-settings.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/common-annotation-settings.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; -import { dxVectorMapAnnotationConfig } from 'devextreme/viz/vector_map'; +import type { DashStyle, Font, TextOverflow, AnnotationType, WordWrap } from 'devextreme/common/charts'; +import type { dxVectorMapAnnotationConfig } from 'devextreme/viz/vector_map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/control-bar.ts b/packages/devextreme-angular/src/ui/vector-map/nested/control-bar.ts index 1d56c7b6f7a1..b8d7357550bf 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/control-bar.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/control-bar.ts @@ -14,7 +14,7 @@ import { -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/export.ts b/packages/devextreme-angular/src/ui/vector-map/nested/export.ts index 2db483229a7e..fd870f62f7ac 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/export.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/export.ts @@ -14,7 +14,7 @@ import { -import { ExportFormat } from 'devextreme/common'; +import type { ExportFormat } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/label.ts b/packages/devextreme-angular/src/ui/vector-map/nested/label.ts index 9e812909c81a..5ad8e5dad552 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/label.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/label.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/layer-dxi.ts b/packages/devextreme-angular/src/ui/vector-map/nested/layer-dxi.ts index 02a25d907271..dfcc11c62c98 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/layer-dxi.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/layer-dxi.ts @@ -12,12 +12,12 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { MapLayerElement, VectorMapMarkerType, VectorMapLayerType } from 'devextreme/viz/vector_map'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Font, Palette } from 'devextreme/common/charts'; -import { SingleMultipleOrNone } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { MapLayerElement, VectorMapMarkerType, VectorMapLayerType } from 'devextreme/viz/vector_map'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Font, Palette } from 'devextreme/common/charts'; +import type { SingleMultipleOrNone } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/legend-dxi.ts b/packages/devextreme-angular/src/ui/vector-map/nested/legend-dxi.ts index 727a87cab95b..d2e88519222c 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/legend-dxi.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/legend-dxi.ts @@ -12,9 +12,9 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { VectorMapLegendItem, VectorMapMarkerShape } from 'devextreme/viz/vector_map'; -import { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { VectorMapLegendItem, VectorMapMarkerShape } from 'devextreme/viz/vector_map'; +import type { HorizontalAlignment, Position, Orientation, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/legend-title-subtitle.ts b/packages/devextreme-angular/src/ui/vector-map/nested/legend-title-subtitle.ts index f1c717461ed6..3a89d1d8ff96 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/legend-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/legend-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/legend-title.ts b/packages/devextreme-angular/src/ui/vector-map/nested/legend-title.ts index ab0c987e5aa3..59eb0c4ac825 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/legend-title.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/legend-title.ts @@ -14,8 +14,8 @@ import { -import { Font } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/loading-indicator.ts b/packages/devextreme-angular/src/ui/vector-map/nested/loading-indicator.ts index d0834d9b528e..f57c6d9f05a1 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/loading-indicator.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/loading-indicator.ts @@ -16,7 +16,7 @@ import { -import { Font } from 'devextreme/common/charts'; +import type { Font } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/subtitle.ts b/packages/devextreme-angular/src/ui/vector-map/nested/subtitle.ts index 2210ed9f1c69..62c56e93463c 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/subtitle.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/title.ts b/packages/devextreme-angular/src/ui/vector-map/nested/title.ts index 62775f3bd60a..505509b724e8 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/title.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/tooltip-border.ts b/packages/devextreme-angular/src/ui/vector-map/nested/tooltip-border.ts index a4a102a7d9e7..37dbc98857f6 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/tooltip-border.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/tooltip-border.ts @@ -14,7 +14,7 @@ import { -import { DashStyle } from 'devextreme/common/charts'; +import type { DashStyle } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/tooltip.ts b/packages/devextreme-angular/src/ui/vector-map/nested/tooltip.ts index ea0a57cc7008..3a6a3794386f 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/tooltip.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/tooltip.ts @@ -14,8 +14,8 @@ import { -import { DashStyle, Font } from 'devextreme/common/charts'; -import { MapLayerElement } from 'devextreme/viz/vector_map'; +import type { DashStyle, Font } from 'devextreme/common/charts'; +import type { MapLayerElement } from 'devextreme/viz/vector_map'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/vector-map-title-subtitle.ts b/packages/devextreme-angular/src/ui/vector-map/nested/vector-map-title-subtitle.ts index 23817b7c95f1..b2311b8ff4b6 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/vector-map-title-subtitle.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/vector-map-title-subtitle.ts @@ -14,7 +14,7 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/vector-map/nested/vector-map-title.ts b/packages/devextreme-angular/src/ui/vector-map/nested/vector-map-title.ts index f50df0bbe05c..914b253447ec 100644 --- a/packages/devextreme-angular/src/ui/vector-map/nested/vector-map-title.ts +++ b/packages/devextreme-angular/src/ui/vector-map/nested/vector-map-title.ts @@ -14,8 +14,8 @@ import { -import { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; -import { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; +import type { Font, TextOverflow, WordWrap } from 'devextreme/common/charts'; +import type { HorizontalAlignment, VerticalEdge } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/tsconfig.lib.json b/packages/devextreme-angular/tsconfig.lib.json index 14d714ba90d2..ba032a45c6de 100644 --- a/packages/devextreme-angular/tsconfig.lib.json +++ b/packages/devextreme-angular/tsconfig.lib.json @@ -10,6 +10,7 @@ "enableResourceInlining": true }, "compilerOptions": { + "noUnusedLocals": false, "skipDefaultLibCheck": true, "baseUrl": ".", "moduleResolution": "node", diff --git a/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts b/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts index d1ccf036ccb9..2249d46921db 100644 --- a/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts +++ b/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts @@ -74,6 +74,14 @@ export async function generateAngularComponents( }); logger.verbose('✓ Module facades generated'); + logger.verbose('🔗 Generating common reexports...'); + AngularCommonReexportsGenerator.generate({ + outputPath: path.dirname(componentsDir), + metadata: metaData, + templatingOptions: config.templatingOptions, + }); + logger.verbose('✓ Common reexports generated'); + logger.verbose('📋 Generating index facades...'); const facadeGenerator = new AngularFacadeGenerator(); facadeGenerator.generate({ @@ -83,15 +91,8 @@ export async function generateAngularComponents( }, }, commonImports: ['./common', './common/grids', './common/charts'], + commonReexports: metaData?.commonReexports, templatingOptions: config.templatingOptions, }); logger.verbose('✓ Index facades generated'); - - logger.verbose('🔗 Generating common reexports...'); - AngularCommonReexportsGenerator.generate({ - outputPath: path.dirname(componentsDir), - metadata: metaData, - templatingOptions: config.templatingOptions, - }); - logger.verbose('✓ Common reexports generated'); } From bda93300d37be5fb5fa19497bc985c95ee937eb6 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 12 Feb 2026 16:00:12 +0100 Subject: [PATCH 12/48] regenerate devextreme-angular by new generator --- packages/devextreme-angular/package.json | 2 +- .../src/common/ai-integration/index.ts | 13 +- .../devextreme-angular/src/common/index.ts | 1 + packages/devextreme-angular/src/index.ts | 1 + .../ui/data-grid/nested/button-item-dxi.ts | 6 +- .../src/ui/data-grid/nested/button-options.ts | 4 +- .../nested/data-grid-toolbar-item-dxi.ts | 6 +- .../src/ui/data-grid/nested/empty-item-dxi.ts | 2 +- .../data-grid/nested/form-group-item-dxi.ts | 2 +- .../src/ui/data-grid/nested/item-dxi.ts | 14 +- .../ui/data-grid/nested/simple-item-dxi.ts | 6 +- .../src/ui/data-grid/nested/tab-dxi.ts | 2 +- .../ui/data-grid/nested/tab-panel-options.ts | 10 +- .../ui/data-grid/nested/tabbed-item-dxi.ts | 4 +- .../src/ui/tree-list/nested/button-dxi.ts | 8 +- .../ui/tree-list/nested/button-item-dxi.ts | 6 +- .../src/ui/tree-list/nested/button-options.ts | 4 +- .../ui/tree-list/nested/column-button-dxi.ts | 4 +- .../src/ui/tree-list/nested/empty-item-dxi.ts | 2 +- .../src/ui/tree-list/nested/group-item-dxi.ts | 2 +- .../src/ui/tree-list/nested/item-dxi.ts | 14 +- .../ui/tree-list/nested/simple-item-dxi.ts | 6 +- .../src/ui/tree-list/nested/tab-dxi.ts | 2 +- .../ui/tree-list/nested/tab-panel-options.ts | 10 +- .../ui/tree-list/nested/tabbed-item-dxi.ts | 4 +- .../nested/tree-list-toolbar-item-dxi.ts | 6 +- pnpm-lock.yaml | 4763 +++++++---------- 27 files changed, 2134 insertions(+), 2770 deletions(-) diff --git a/packages/devextreme-angular/package.json b/packages/devextreme-angular/package.json index 3dcbf4c8883c..83ae3d210d2b 100644 --- a/packages/devextreme-angular/package.json +++ b/packages/devextreme-angular/package.json @@ -1,6 +1,6 @@ { "name": "devextreme-angular", - "version": "26.1.0", + "version": "26.1.7", "description": "Angular UI and visualization components based on DevExtreme widgets", "repository": { "type": "git", diff --git a/packages/devextreme-angular/src/common/ai-integration/index.ts b/packages/devextreme-angular/src/common/ai-integration/index.ts index 083e552e74da..686ac26d3b5b 100644 --- a/packages/devextreme-angular/src/common/ai-integration/index.ts +++ b/packages/devextreme-angular/src/common/ai-integration/index.ts @@ -1,11 +1,2 @@ -export { - AIIntegration, - AIIntegrationOptions, - AIProvider, - AIResponse, - GenerateGridColumnCommandResponse, - Prompt, - RequestParams, - RequestParamsData, - Response, -} from 'devextreme/common/ai-integration'; +export { AIIntegration } from 'devextreme/common/ai-integration'; +export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from 'devextreme/common/ai-integration'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/index.ts b/packages/devextreme-angular/src/common/index.ts index b8f7cc5790a5..a9d1ad2a25ab 100644 --- a/packages/devextreme-angular/src/common/index.ts +++ b/packages/devextreme-angular/src/common/index.ts @@ -15,6 +15,7 @@ export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, C export namespace AiIntegration { export const AIIntegration = AiIntegrationModule.AIIntegration; export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; export type AIProvider = AiIntegrationModule.AIProvider; export type AIResponse = AiIntegrationModule.AIResponse; export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index 0709f64a4d33..1a11d74b6dc4 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -177,6 +177,7 @@ export namespace Common { export namespace AiIntegration { export const AIIntegration: typeof import('devextreme/common/ai-integration').AIIntegration = AiIntegrationModule.AIIntegration; export type AIIntegration = import('devextreme/common/ai-integration').AIIntegration; + export type AIIntegrationOptions = import('devextreme/common/ai-integration').AIIntegrationOptions; export type AIProvider = import('devextreme/common/ai-integration').AIProvider; export type AIResponse = import('devextreme/common/ai-integration').AIResponse; export type GenerateGridColumnCommandResponse = import('devextreme/common/ai-integration').GenerateGridColumnCommandResponse; diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/button-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/button-item-dxi.ts index d328e54a1bc7..fc5573e06516 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/button-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/button-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { dxButtonOptions } from 'devextreme/ui/button'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; +import type { dxButtonOptions } from 'devextreme/ui/button'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/button-options.ts b/packages/devextreme-angular/src/ui/data-grid/nested/button-options.ts index 492bffb1b0dc..06bc84277ac0 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/button-options.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/button-options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-toolbar-item-dxi.ts index c4ff62c6f224..195f82712c1d 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/data-grid-toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/empty-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/empty-item-dxi.ts index a84f8bb31400..dd25083345ac 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/empty-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/empty-item-dxi.ts @@ -12,7 +12,7 @@ import { -import { FormItemType } from 'devextreme/ui/form'; +import type { FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/form-group-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/form-group-item-dxi.ts index b5638aeaafe3..6758e709b521 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/form-group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/form-group-item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/item-dxi.ts index ca9c1123922a..a87883a7f2bd 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/item-dxi.ts @@ -18,13 +18,13 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation, FormPredefinedButtonItem, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { HorizontalAlignment, VerticalAlignment, ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; -import { dxButtonOptions } from 'devextreme/ui/button'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation, FormPredefinedButtonItem, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { HorizontalAlignment, VerticalAlignment, ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { DataGridPredefinedToolbarItem } from 'devextreme/ui/data_grid'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { dxButtonOptions } from 'devextreme/ui/button'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/simple-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/simple-item-dxi.ts index 652b051a9f1f..8e864fbf1afa 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/simple-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/simple-item-dxi.ts @@ -18,9 +18,9 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; -import { HorizontalAlignment } from 'devextreme/common'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/tab-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/tab-dxi.ts index 2b1768a2b942..875f23d817b6 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/tab-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/tab-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/tab-panel-options.ts b/packages/devextreme-angular/src/ui/data-grid/nested/tab-panel-options.ts index 9b4083c6dc45..3b662d951793 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/tab-panel-options.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/tab-panel-options.ts @@ -18,11 +18,11 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/data-grid/nested/tabbed-item-dxi.ts b/packages/devextreme-angular/src/ui/data-grid/nested/tabbed-item-dxi.ts index 110a5a82e058..1544123aee53 100644 --- a/packages/devextreme-angular/src/ui/data-grid/nested/tabbed-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/data-grid/nested/tabbed-item-dxi.ts @@ -14,8 +14,8 @@ import { -import { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/button-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/button-dxi.ts index 78a7bd8dd19d..b23845f6d558 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/button-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/button-dxi.ts @@ -16,10 +16,10 @@ import { import { DOCUMENT } from '@angular/common'; -import dxTreeList from 'devextreme/ui/tree_list'; -import { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton, ColumnButtonClickEvent } from 'devextreme/ui/tree_list'; -import { TextEditorButtonLocation } from 'devextreme/common'; -import { dxButtonOptions } from 'devextreme/ui/button'; +import type dxTreeList from 'devextreme/ui/tree_list'; +import type { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton, ColumnButtonClickEvent } from 'devextreme/ui/tree_list'; +import type { TextEditorButtonLocation } from 'devextreme/common'; +import type { dxButtonOptions } from 'devextreme/ui/button'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/button-item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/button-item-dxi.ts index 3ad118de5e11..50db325fc4c7 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/button-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/button-item-dxi.ts @@ -12,9 +12,9 @@ import { -import { dxButtonOptions } from 'devextreme/ui/button'; -import { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; -import { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; +import type { dxButtonOptions } from 'devextreme/ui/button'; +import type { HorizontalAlignment, VerticalAlignment } from 'devextreme/common'; +import type { FormItemType, FormPredefinedButtonItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/button-options.ts b/packages/devextreme-angular/src/ui/tree-list/nested/button-options.ts index 9b7f7b407d94..a72cfd9e126f 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/button-options.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/button-options.ts @@ -18,8 +18,8 @@ import { import { DOCUMENT } from '@angular/common'; -import { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { ClickEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, OptionChangedEvent } from 'devextreme/ui/button'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/column-button-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/column-button-dxi.ts index 75b8d2dc26fd..05c32012583e 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/column-button-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/column-button-dxi.ts @@ -16,8 +16,8 @@ import { import { DOCUMENT } from '@angular/common'; -import dxTreeList from 'devextreme/ui/tree_list'; -import { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton, ColumnButtonClickEvent } from 'devextreme/ui/tree_list'; +import type dxTreeList from 'devextreme/ui/tree_list'; +import type { dxTreeListColumn, dxTreeListRowObject, TreeListPredefinedColumnButton, ColumnButtonClickEvent } from 'devextreme/ui/tree_list'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/empty-item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/empty-item-dxi.ts index c4a88b20d881..70488c3b73e4 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/empty-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/empty-item-dxi.ts @@ -12,7 +12,7 @@ import { -import { FormItemType } from 'devextreme/ui/form'; +import type { FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/group-item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/group-item-dxi.ts index ebf088063f5e..ba4eb9ac1486 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/group-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/group-item-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem, FormItemType } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/item-dxi.ts index fe230d84e0ca..b5cc1317cb48 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/item-dxi.ts @@ -18,13 +18,13 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation, FormPredefinedButtonItem, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { HorizontalAlignment, VerticalAlignment, ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; -import { dxButtonOptions } from 'devextreme/ui/button'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation, FormPredefinedButtonItem, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { HorizontalAlignment, VerticalAlignment, ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { dxButtonOptions } from 'devextreme/ui/button'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/simple-item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/simple-item-dxi.ts index 04abfa87384f..fadd96ca1178 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/simple-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/simple-item-dxi.ts @@ -18,9 +18,9 @@ import { import { DOCUMENT } from '@angular/common'; -import * as CommonTypes from 'devextreme/common'; -import { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; -import { HorizontalAlignment } from 'devextreme/common'; +import type * as CommonTypes from 'devextreme/common'; +import type { FormItemComponent, FormItemType, LabelLocation } from 'devextreme/ui/form'; +import type { HorizontalAlignment } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/tab-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/tab-dxi.ts index acb5975b78fc..bf70aca9507f 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/tab-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/tab-dxi.ts @@ -18,7 +18,7 @@ import { import { DOCUMENT } from '@angular/common'; -import { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/tab-panel-options.ts b/packages/devextreme-angular/src/ui/tree-list/nested/tab-panel-options.ts index ef13159e71c4..f776a2aabcaa 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/tab-panel-options.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/tab-panel-options.ts @@ -18,11 +18,11 @@ import { -import DataSource from 'devextreme/data/data_source'; -import { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; +import type DataSource from 'devextreme/data/data_source'; +import type { dxTabPanelItem, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemContextMenuEvent, ItemHoldEvent, ItemRenderedEvent, OptionChangedEvent, SelectionChangedEvent, SelectionChangingEvent, TitleClickEvent, TitleHoldEvent, TitleRenderedEvent } from 'devextreme/ui/tab_panel'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { TabsIconPosition, TabsStyle, Position } from 'devextreme/common'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/tabbed-item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/tabbed-item-dxi.ts index ec6b1b0abc38..26afb12aa224 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/tabbed-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/tabbed-item-dxi.ts @@ -14,8 +14,8 @@ import { -import { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; -import { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; +import type { FormItemType, dxFormButtonItem, dxFormEmptyItem, dxFormGroupItem, dxFormSimpleItem, dxFormTabbedItem } from 'devextreme/ui/form'; +import type { dxTabPanelOptions } from 'devextreme/ui/tab_panel'; import { DxIntegrationModule, diff --git a/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-toolbar-item-dxi.ts b/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-toolbar-item-dxi.ts index 41e8d7283d02..71afe4680be3 100644 --- a/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-toolbar-item-dxi.ts +++ b/packages/devextreme-angular/src/ui/tree-list/nested/tree-list-toolbar-item-dxi.ts @@ -16,9 +16,9 @@ import { import { DOCUMENT } from '@angular/common'; -import { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; -import { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; -import { TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; +import type { LocateInMenuMode, ShowTextMode } from 'devextreme/ui/toolbar'; +import type { ToolbarItemLocation, ToolbarItemComponent } from 'devextreme/common'; +import type { TreeListPredefinedToolbarItem } from 'devextreme/ui/tree_list'; import { DxIntegrationModule, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f3fc373f885b..77fa979c59ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,52 +7,52 @@ settings: catalogs: angular: '@angular-devkit/architect': - specifier: ~0.1902.19 - version: 0.1902.19 + specifier: ~0.2003.15 + version: 0.2003.16 '@angular-devkit/build-angular': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular-devkit/schematics': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular/cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular/common': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler-cli': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/core': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/forms': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser-dynamic': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-server': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/router': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 ng-packagr: - specifier: ~19.2.2 - version: 19.2.2 + specifier: ~20.3.0 + version: 20.3.2 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: ~5.8.0 + version: 5.8.3 zone.js: - specifier: 0.15.1 + specifier: ~0.15.1 version: 0.15.1 default: '@babel/eslint-parser': @@ -273,28 +273,28 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) core-js: specifier: ^2.6.12 version: 2.6.12 @@ -313,10 +313,10 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(2d5z3y5cbxqmaehqzkittgqznm) + version: 20.3.16(t2k4gc2iakj7a4od6zj4idtpnm) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.16(@types/node@20.11.17)(chokidar@4.0.1) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -328,22 +328,22 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 apps/demos: dependencies: '@angular-devkit/build-angular': specifier: ~21.0.0 - version: 21.0.3(f565cn6xz3u6lqo5aq6ogeqy5i) + version: 21.0.3(g624bywty7pdaegpg2vpddqnvq) '@angular/animations': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.0.5 - version: 21.0.5(@types/node@20.12.8)(chokidar@4.0.1)(hono@4.11.4) + version: 21.0.5(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4) '@angular/common': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -704,7 +704,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -755,7 +755,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.2(jiti@2.6.1)) @@ -829,7 +829,7 @@ importers: devDependencies: '@storybook/addon-docs': specifier: 10.1.9 - version: 10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + version: 10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/addon-links': specifier: 10.1.9 version: 10.1.9(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) @@ -838,7 +838,7 @@ importers: version: 4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/react-webpack5': specifier: 10.1.9 - version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@types/react': specifier: 18.0.0 version: 18.0.0 @@ -965,7 +965,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(yh5q5cu7mz6qa6tqcjidnhbvuy) + version: 1.1.9(letdx6silmjainlcuokrs4nkbe) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -998,7 +998,7 @@ importers: version: 4.22.4 vite: specifier: 5.4.21 - version: 5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) + version: 5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) webpack: specifier: 5.104.1 version: 5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0) @@ -1010,7 +1010,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.3.3 @@ -1022,10 +1022,10 @@ importers: version: 3.5.33 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) devextreme: specifier: workspace:* version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -1034,7 +1034,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(25phdv4sxlu3uhzphy5grhpldy) + version: 1.1.9(ucyfgsqiaef2dr4ie5i7nqr324) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1043,7 +1043,7 @@ importers: version: 2.4.0 eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: specifier: 'catalog:' version: 3.3.0 @@ -1052,7 +1052,7 @@ importers: version: 4.0.0 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 e2e/devextreme-bundler: dependencies: @@ -1106,7 +1106,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(zre65pna2rodsxxw2y3psxlfhi) + version: 1.1.9(bitqzzqqsw43uf73pqv73wgeui) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1139,31 +1139,31 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) e2e/wrappers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@babel/runtime': specifier: ^7.24.0 version: 7.26.10 @@ -1242,16 +1242,16 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.22.5 - version: 1.22.5(@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)) + version: 1.22.5(@angular-devkit/build-angular@20.3.16(dvfkqhpxlcjzcsdatcxxndunvq))(@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(gy5lk4g6ogzfldojcxudqodi5q) + version: 20.3.16(dvfkqhpxlcjzcsdatcxxndunvq) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.14.5)(chokidar@4.0.1) + version: 20.3.16(@types/node@24.1.0)(chokidar@4.0.1) '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@eslint/js': specifier: 9.39.2 version: 9.39.2 @@ -1266,10 +1266,10 @@ importers: version: 19.1.3(@types/react@19.1.2) '@vitejs/plugin-react': specifier: 4.4.1 - version: 4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@vitejs/plugin-vue': specifier: 5.2.4 - version: 5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) + version: 5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) eslint: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) @@ -1308,7 +1308,7 @@ importers: version: 5.8.3 vite: specifier: 6.4.1 - version: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + version: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) packages/devextreme: dependencies: @@ -1363,25 +1363,25 @@ importers: version: 7.28.6(@babel/core@7.28.6) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(dmyiz5qgrko5nyf5bxripiixoy) + version: 3.0.12(ukiqplx6dasmo2c3l5qjedmnve) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1483,7 +1483,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(ln376di5ewvicttjlsrm7scmam) + version: 1.1.9(6g7frvhnjzdtvxjkdtza3bww3y) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1495,7 +1495,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.0.1 - version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.2(jiti@2.6.1)) @@ -1750,7 +1750,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1787,7 +1787,7 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 19.2.19(chokidar@4.0.1) + version: 20.3.16(chokidar@4.0.1) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme @@ -1800,34 +1800,34 @@ importers: devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.1902.19(chokidar@4.0.1) + version: 0.2003.16(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.16(@types/node@24.1.0)(chokidar@4.0.1) '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/platform-server': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/eslint-parser': specifier: 'catalog:' version: 7.28.6(@babel/core@7.28.6)(eslint@9.39.2(jiti@2.6.1)) @@ -1841,23 +1841,23 @@ importers: specifier: 'catalog:' version: 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@types/jasmine': - specifier: 2.8.24 - version: 2.8.24 + specifier: ~6.0.0 + version: 6.0.0 '@types/node': - specifier: 20.11.17 - version: 20.11.17 + specifier: ~24.1.0 + version: 24.1.0 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@webcomponents/custom-elements': specifier: 1.6.0 version: 1.6.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)) + version: 6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)) core-js: specifier: 2.6.12 version: 2.6.12 @@ -1872,13 +1872,13 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(7fkfr3xve5midkqv6g5rxdzzk4) + version: 1.1.9(ucyfgsqiaef2dr4ie5i7nqr324) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) jasmine: specifier: 5.12.0 version: 5.12.0 @@ -1899,10 +1899,10 @@ importers: version: 5.0.1(webpack@5.105.0(@swc/core@1.15.3)) ng-packagr: specifier: catalog:angular - version: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + version: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) puppeteer: specifier: 23.6.1 - version: 23.6.1(typescript@5.5.4) + version: 23.6.1(typescript@5.8.3) reflect-metadata: specifier: 0.1.13 version: 0.1.13 @@ -1916,14 +1916,14 @@ importers: specifier: 3.3.4 version: 3.3.4(webpack@5.105.0(@swc/core@1.15.3)) tslib: - specifier: 2.6.3 - version: 2.6.3 + specifier: 2.8.1 + version: 2.8.1 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 webpack: specifier: 5.105.0 - version: 5.105.0(@swc/core@1.15.3) + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) yargs: specifier: 17.7.2 version: 17.7.2 @@ -1954,7 +1954,7 @@ importers: version: 29.5.14 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-react: dependencies: @@ -2000,7 +2000,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(3l44khfxars5oaoo2ksyjkoa4a) + version: 1.1.9(fni63whxfljhgptjnzuezvnhnu) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) @@ -2015,7 +2015,7 @@ importers: version: 18.0.0(react@18.0.0) ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2070,7 +2070,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-themebuilder: dependencies: @@ -2195,7 +2195,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(b7idwjwdgm6h2lc5472mrbqunm) + version: 1.1.9(7bgncqdqrzvv4ytf46hjbn5coq) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -2216,7 +2216,7 @@ importers: version: 29.7.0 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2330,58 +2330,114 @@ packages: '@adobe/css-tools@4.4.1': resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@algolia/abtesting@1.1.0': + resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} + engines: {node: '>= 14.0.0'} + '@algolia/abtesting@1.6.1': resolution: {integrity: sha512-wV/gNRkzb7sI9vs1OneG129hwe3Q5zPj7zigz3Ps7M5Lpo2hSorrOnXNodHEOV+yXE/ks4Pd+G3CDFIjFTWhMQ==} engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.35.0': + resolution: {integrity: sha512-uUdHxbfHdoppDVflCHMxRlj49/IllPwwQ2cQ8DLC4LXr3kY96AHBpW0dMyi6ygkn2MtFCc6BxXCzr668ZRhLBQ==} + engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.40.1': resolution: {integrity: sha512-cxKNATPY5t+Mv8XAVTI57altkaPH+DZi4uMrnexPxPHODMljhGYY+GDZyHwv9a+8CbZHcY372OkxXrDMZA4Lnw==} engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.35.0': + resolution: {integrity: sha512-SunAgwa9CamLcRCPnPHx1V2uxdQwJGqb1crYrRWktWUdld0+B2KyakNEeVn5lln4VyeNtW17Ia7V7qBWyM/Skw==} + engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.40.1': resolution: {integrity: sha512-XP008aMffJCRGAY8/70t+hyEyvqqV7YKm502VPu0+Ji30oefrTn2al7LXkITz7CK6I4eYXWRhN6NaIUi65F1OA==} engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.35.0': + resolution: {integrity: sha512-ipE0IuvHu/bg7TjT2s+187kz/E3h5ssfTtjpg1LbWMgxlgiaZIgTTbyynM7NfpSJSKsgQvCQxWjGUO51WSCu7w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.40.1': resolution: {integrity: sha512-gWfQuQUBtzUboJv/apVGZMoxSaB0M4Imwl1c9Ap+HpCW7V0KhjBddqF2QQt5tJZCOFsfNIgBbZDGsEPaeKUosw==} engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.35.0': + resolution: {integrity: sha512-UNbCXcBpqtzUucxExwTSfAe8gknAJ485NfPN6o1ziHm6nnxx97piIbcBQ3edw823Tej2Wxu1C0xBY06KgeZ7gA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.40.1': resolution: {integrity: sha512-RTLjST/t+lsLMouQ4zeLJq2Ss+UNkLGyNVu+yWHanx6kQ3LT5jv8UvPwyht9s7R6jCPnlSI77WnL80J32ZuyJg==} engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.35.0': + resolution: {integrity: sha512-/KWjttZ6UCStt4QnWoDAJ12cKlQ+fkpMtyPmBgSS2WThJQdSV/4UWcqCUqGH7YLbwlj3JjNirCu3Y7uRTClxvA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.40.1': resolution: {integrity: sha512-2FEK6bUomBzEYkTKzD0iRs7Ljtjb45rKK/VSkyHqeJnG+77qx557IeSO0qVFE3SfzapNcoytTofnZum0BQ6r3Q==} engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.35.0': + resolution: {integrity: sha512-8oCuJCFf/71IYyvQQC+iu4kgViTODbXDk3m7yMctEncRSRV+u2RtDVlpGGfPlJQOrAY7OONwJlSHkmbbm2Kp/w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.40.1': resolution: {integrity: sha512-Nju4NtxAvXjrV2hHZNLKVJLXjOlW6jAXHef/CwNzk1b2qIrCWDO589ELi5ZHH1uiWYoYyBXDQTtHmhaOVVoyXg==} engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.35.0': + resolution: {integrity: sha512-FfmdHTrXhIduWyyuko1YTcGLuicVbhUyRjO3HbXE4aP655yKZgdTIfMhZ/V5VY9bHuxv/fGEh3Od1Lvv2ODNTg==} + engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.40.1': resolution: {integrity: sha512-Mw6pAUF121MfngQtcUb5quZVqMC68pSYYjCRZkSITC085S3zdk+h/g7i6FxnVdbSU6OztxikSDMh1r7Z+4iPlA==} engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.35.0': + resolution: {integrity: sha512-gPzACem9IL1Co8mM1LKMhzn1aSJmp+Vp434An4C0OBY4uEJRcqsLN3uLBlY+bYvFg8C8ImwM9YRiKczJXRk0XA==} + engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.40.1': resolution: {integrity: sha512-z+BPlhs45VURKJIxsR99NNBWpUEEqIgwt10v/fATlNxc4UlXvALdOsWzaFfe89/lbP5Bu4+mbO59nqBC87ZM/g==} engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.35.0': + resolution: {integrity: sha512-w9MGFLB6ashI8BGcQoVt7iLgDIJNCn4OIu0Q0giE3M2ItNrssvb8C0xuwJQyTy1OFZnemG0EB1OvXhIHOvQwWw==} + engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.40.1': resolution: {integrity: sha512-VJMUMbO0wD8Rd2VVV/nlFtLJsOAQvjnVNGkMkspFiFhpBA7s/xJOb+fJvvqwKFUjbKTUA7DjiSi1ljSMYBasXg==} engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.35.0': + resolution: {integrity: sha512-AhrVgaaXAb8Ue0u2nuRWwugt0dL5UmRgS9LXe0Hhz493a8KFeZVUE56RGIV3hAa6tHzmAV7eIoqcWTQvxzlJeQ==} + engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.40.1': resolution: {integrity: sha512-ehvJLadKVwTp9Scg9NfzVSlBKH34KoWOQNTaN8i1Ac64AnO6iH2apJVSP6GOxssaghZ/s8mFQsDH3QIZoluFHA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.35.0': + resolution: {integrity: sha512-diY415KLJZ6x1Kbwl9u96Jsz0OstE3asjXtJ9pmk1d+5gPuQ5jQyEsgC+WmEXzlec3iuVszm8AzNYYaqw6B+Zw==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.40.1': resolution: {integrity: sha512-PbidVsPurUSQIr6X9/7s34mgOMdJnn0i6p+N6Ab+lsNhY5eiu+S33kZEpZwkITYBCIbhzDLOvb7xZD3gDi+USA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.35.0': + resolution: {integrity: sha512-uydqnSmpAjrgo8bqhE9N1wgcB98psTRRQXcjc4izwMB7yRl9C8uuAQ/5YqRj04U0mMQ+fdu2fcNF6m9+Z1BzDQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.40.1': resolution: {integrity: sha512-ThZ5j6uOZCF11fMw9IBkhigjOYdXGXQpj6h4k+T9UkZrF2RlKcPynFzDeRgaLdpYk8Yn3/MnFbwUmib7yxj5Lw==} engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.35.0': + resolution: {integrity: sha512-RgLX78ojYOrThJHrIiPzT4HW3yfQa0D7K+MQ81rhxqaNyNBu4F1r+72LNHYH/Z+y9I1Mrjrd/c/Ue5zfDgAEjQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.40.1': resolution: {integrity: sha512-H1gYPojO6krWHnUXu/T44DrEun/Wl95PJzMXRcM/szstNQczSbwq6wIFJPI9nyE95tarZfUNU3rgorT+wZ6iCQ==} engines: {node: '>= 14.0.0'} @@ -2401,9 +2457,9 @@ packages: '@angular/build': optional: true - '@angular-devkit/architect@0.1902.19': - resolution: {integrity: sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2003.16': + resolution: {integrity: sha512-W7FPVhZzIeHVP/duuKepfZU66LpQ0k9YMHFhrGpzaUuHPOwKmza6+pjVvvti3g6jzT8b1uVlb+XlYgNPZ5jrPQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/architect@0.2100.3': resolution: {integrity: sha512-PcruWF0+IxXOTZd9MN/3y4A5aTfblALzT/+zWym26PtisaBgWQ3tRPQsf/CgT8EdmZl8eUOAWlNBSkbUj/S/lQ==} @@ -2413,27 +2469,33 @@ packages: resolution: {integrity: sha512-KKmZMXzHCX0cWHY7xo9yy1J0fV7S/suhPO00YTcHBgLivkLsnbI177CrmWiMdLxSJD3NqTVkBEMPFQ2I2ooDFw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/build-angular@19.2.19': - resolution: {integrity: sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-angular@20.3.16': + resolution: {integrity: sha512-SsJmxRnBTrivG3UiRy0gaU1mGupRCAiEKrKlW30oe6Dm0UoIVXDi4srpSEECcng5Obr3jFPzJE6P16/gfp3ZBw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.16 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 - jest: ^29.5.0 - jest-environment-jsdom: ^29.5.0 + jest: ^29.5.0 || ^30.2.0 + jest-environment-jsdom: ^29.5.0 || ^30.2.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + typescript: '>=5.8 <6.0' peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2507,9 +2569,9 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.1902.19': - resolution: {integrity: sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-webpack@0.2003.16': + resolution: {integrity: sha512-88c6jTNAzqVinwYswsHOJAinIUSq08PQd1PfRwoH7RXiZt8XzkSmeLmXKchtamSflDXdcnjNd+AZY29b279zDA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 @@ -2530,9 +2592,9 @@ packages: chokidar: optional: true - '@angular-devkit/core@19.2.19': - resolution: {integrity: sha512-JbLL+4IMLMBgjLZlnPG4lYDfz4zGrJ/s6Aoon321NJKuw1Kb1k5KpFu9dUY0BqLIe8xPQ2UJBpI+xXdK5MXMHQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/core@20.3.16': + resolution: {integrity: sha512-6L9Lpe3lbkyz32gzqxZGVC8MhXxXht+yV+4LUsb4+6T/mG/V9lW6UTW0dhwVOS3vpWMEwpy75XHT298t7HcKEg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 peerDependenciesMeta: @@ -2561,9 +2623,9 @@ packages: resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/schematics@19.2.19': - resolution: {integrity: sha512-J4Jarr0SohdrHcb40gTL4wGPCQ952IMWF1G/MSAQfBAPvA9ZKApYhpxcY7PmehVePve+ujpus1dGsJ7dPxz8Kg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@20.3.16': + resolution: {integrity: sha512-3K8QwTpKjnLo3hIvNzB9sTjrlkeRyMK0TxdwgTbwJseewGhXLl98oBoTCWM2ygtpskiWNpYqXJNIhoslNN65WQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@21.0.5': resolution: {integrity: sha512-U6Z/OEce3R9CJl8/xuVrNVp0uhv3Ac4wRjpG18kE0dh5R87ablhqr/wkP3rZbWpdGwuGSJ+cR7LE5IbwSswejA==} @@ -2575,25 +2637,33 @@ packages: peerDependencies: '@angular/core': 21.0.5 - '@angular/build@19.2.19': - resolution: {integrity: sha512-SFzQ1bRkNFiOVu+aaz+9INmts7tDUrsHLEr9HmARXr9qk5UmR8prlw39p2u+Bvi6/lCiJ18TZMQQl9mGyr63lg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/build@20.3.16': + resolution: {integrity: sha512-p1W3wwMG1Bs4tkPW7ceXO4woO1KCP28sjfpBJg32dIMW3dYSC+iWNmUkYS/wb4YEkqCV0wd6Apnd98mZjL6rNg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler': ^19.0.0 || ^19.2.0-next.0 - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.16 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + vitest: ^3.1.1 peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2610,6 +2680,8 @@ packages: optional: true tailwindcss: optional: true + vitest: + optional: true '@angular/build@21.0.3': resolution: {integrity: sha512-3h2s0Igruei1RB/Hmu7nwbKvjJQ2ykNaiicXYuS2muWUBhDg+lm0QsGTGXrQV2BD0M9YdHU4Byh9upiZgMYpjA==} @@ -2657,9 +2729,9 @@ packages: vitest: optional: true - '@angular/cli@19.2.19': - resolution: {integrity: sha512-e9tAzFNOL4mMWfMnpC9Up83OCTOp2siIj8W41FCp8jfoEnw79AXDDLh3d70kOayiObchksTJVShslTogLUyhMw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/cli@20.3.16': + resolution: {integrity: sha512-kjGp0ywIWebWrH6U5eCRkS4Tx1D/yMe2iT7DXMfEcLc8iMSrBozEriMJppbot9ou8O2LeEH5d1Nw0efNNo78Kw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true '@angular/cli@21.0.5': @@ -2667,11 +2739,11 @@ packages: engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@19.2.18': - resolution: {integrity: sha512-CrV02Omzw/QtfjlEVXVPJVXipdx83NuA+qSASZYrxrhKFusUZyK3P/Zznqg+wiAeNDbedQwMUVqoAARHf0xQrw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/common@20.3.16': + resolution: {integrity: sha512-GRAziNlntwdnJy3F+8zCOvDdy7id0gITjDnM6P9+n2lXvtDuBLGJKU3DWBbvxcCjtD6JK/g/rEX5fbCxbUHkQQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 19.2.18 + '@angular/core': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/common@21.0.5': @@ -2681,13 +2753,16 @@ packages: '@angular/core': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@19.2.18': - resolution: {integrity: sha512-N4TMtLfImJIoMaRL6mx7885UBeQidywptHH6ACZj71Ar6++DBc1mMlcwuvbeJCd3r3y8MQ5nLv5PZSN/tHr13w==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler-cli@20.3.16': + resolution: {integrity: sha512-l3xF/fXfJAl/UrNnH9Ufkr79myjMgXdHq1mmmph2UnpeqilRB1b8lC9sLBV9MipQHVn3dwocxMIvtrcryfOaXw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.18 - typescript: '>=5.5 <5.9' + '@angular/compiler': 20.3.16 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + typescript: + optional: true '@angular/compiler-cli@21.0.8': resolution: {integrity: sha512-+i/wFvi5FTg47Ei+aiFf8j3iYfjQ79ieg8oJM86+Mw4bNwEKQqvWcpmKjoqcfmCescuw0sr2DXU6OEeX+yWeVg==} @@ -2700,20 +2775,26 @@ packages: typescript: optional: true - '@angular/compiler@19.2.18': - resolution: {integrity: sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler@20.3.16': + resolution: {integrity: sha512-Pt9Ms9GwTThgzdxWBwMfN8cH1JEtQ2DK5dc2yxYtPSaD+WKmG9AVL1PrzIYQEbaKcWk2jxASUHpEWSlNiwo8uw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/compiler@21.0.8': resolution: {integrity: sha512-k/EPMuNvfn0eebEMmVcwhMlCWqzER/BEHVqTQCKsAAt7AuYZuluz7oR8Ypw96v3jbY+ZaH1ZvAzrK6URzryhOg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@19.2.18': - resolution: {integrity: sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/core@20.3.16': + resolution: {integrity: sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: + '@angular/compiler': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true + zone.js: + optional: true '@angular/core@21.0.7': resolution: {integrity: sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==} @@ -2728,13 +2809,13 @@ packages: zone.js: optional: true - '@angular/forms@19.2.18': - resolution: {integrity: sha512-pe40934jWhoS7DyGl7jyZdoj1gvBgur2t1zrJD+csEkTitYnW14+La2Pv6SW1pNX5nIzFsgsS9Nex1KcH5S6Tw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/forms@20.3.16': + resolution: {integrity: sha512-1yzbXpExTqATpVcqA3wGrq4ACFIP3mRxA4pbso5KoJU+/4JfzNFwLsDaFXKpm5uxwchVnj8KM2vPaDOkvtp7NA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/forms@21.0.5': @@ -2747,14 +2828,14 @@ packages: '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/platform-browser-dynamic@19.2.18': - resolution: {integrity: sha512-wqDtK2yVN5VDqVeOSOfqELdu40fyoIDknBGSxA27CEXzFVdMWJyIpuvUi+GMa+9eGjlS+1uVVBaRwxmnuvHj+A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser-dynamic@20.3.16': + resolution: {integrity: sha512-5mECCV9YeKH6ue239GXRTGeDSd/eTbM1j8dDejhm5cGnPBhTxRw4o+GgSrWTYtb6VmIYdwUGBTC+wCBphiaQ2A==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 '@angular/platform-browser-dynamic@21.0.5': resolution: {integrity: sha512-0P5vFSS6UhiU7IBeVqPEKmRhMtyQqyXGN9+zF7kLK8H0cx1j0eGVmHRsVuY2YKoVp97fXDIeVGSbO0t5ZcFhoA==} @@ -2765,13 +2846,13 @@ packages: '@angular/core': 21.0.5 '@angular/platform-browser': 21.0.5 - '@angular/platform-browser@19.2.18': - resolution: {integrity: sha512-eahtsHPyXTYLARs9YOlXhnXGgzw0wcyOcDkBvNWK/3lA0NHIgIHmQgXAmBo+cJ+g9skiEQTD2OmSrrwbFKWJkw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser@20.3.16': + resolution: {integrity: sha512-YsrLS6vyS77i4pVHg4gdSBW74qvzHjpQRTVQ5Lv/OxIjJdYYYkMmjNalCNgy1ZuyY6CaLIB11ccxhrNnxfKGOQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 19.2.18 - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 + '@angular/animations': 20.3.16 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 peerDependenciesMeta: '@angular/animations': optional: true @@ -2787,14 +2868,14 @@ packages: '@angular/animations': optional: true - '@angular/platform-server@19.2.18': - resolution: {integrity: sha512-AWxrnFkO4VP10oePIIBTbICMroCgqfiBLOp1lUzDU55NRz/h+o6se9nFvux02tyakBVHkJTXewbQeZJ1xNERkQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-server@20.3.16': + resolution: {integrity: sha512-LxQscYd3UCWV8H3sdlnM05UB60MZVuVsdsHvXdkJ9+WOQjVDN1l1rYhj2aDL/5KkaRd/nqo0yFRnVjwceXDJhQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/platform-server@21.0.5': @@ -2807,13 +2888,13 @@ packages: '@angular/platform-browser': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@19.2.18': - resolution: {integrity: sha512-7cimxtPODSwokFQ0TRYzX0ad8Yjrl0MJfzaDCJejd1n/q7RZ7KZmHd0DS/LkDNXVMEh4swr00fK+3YWG/Szsrg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/router@20.3.16': + resolution: {integrity: sha512-e1LiQFZaajKqc00cY5FboIrWJZSMnZ64GDp5R0UejritYrqorQQQNOqP1W85BMuY2owibMmxVfX+dJg/Mc8PuQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@aspnet/signalr@1.0.27': @@ -2823,10 +2904,6 @@ packages: '@babel/code-frame@7.12.11': resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} - '@babel/code-frame@7.27.1': - resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.28.6': resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==} engines: {node: '>=6.9.0'} @@ -2839,12 +2916,8 @@ packages: resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} - engines: {node: '>=6.9.0'} - - '@babel/core@7.26.9': - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} engines: {node: '>=6.9.0'} '@babel/core@7.28.4': @@ -2862,10 +2935,6 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.28.3': resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} @@ -2874,10 +2943,6 @@ packages: resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.3': resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} @@ -3114,18 +3179,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.26.0': - resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-import-attributes@7.27.1': - resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.28.6': resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} engines: {node: '>=6.9.0'} @@ -3310,12 +3363,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1': - resolution: {integrity: sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0': resolution: {integrity: sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==} engines: {node: '>=6.9.0'} @@ -3328,12 +3375,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.0': - resolution: {integrity: sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.6': resolution: {integrity: sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==} engines: {node: '>=6.9.0'} @@ -3544,12 +3585,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regexp-modifiers@7.27.1': - resolution: {integrity: sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-regexp-modifiers@7.28.6': resolution: {integrity: sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==} engines: {node: '>=6.9.0'} @@ -3568,12 +3603,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.26.10': - resolution: {integrity: sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.28.3': resolution: {integrity: sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==} engines: {node: '>=6.9.0'} @@ -3646,12 +3675,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.26.9': - resolution: {integrity: sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/preset-env@7.28.3': resolution: {integrity: sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==} engines: {node: '>=6.9.0'} @@ -3691,6 +3714,10 @@ packages: resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.4': resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} @@ -3699,26 +3726,14 @@ packages: resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} - '@babel/template@7.27.2': - resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} - engines: {node: '>=6.9.0'} - '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.5': - resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.6': resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} engines: {node: '>=6.9.0'} - '@babel/types@7.28.5': - resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} - engines: {node: '>=6.9.0'} - '@babel/types@7.28.6': resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} engines: {node: '>=6.9.0'} @@ -3873,8 +3888,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.4': - resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==} + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -3897,8 +3912,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.4': - resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==} + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -3921,8 +3936,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.4': - resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==} + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -3945,8 +3960,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.4': - resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==} + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -3969,8 +3984,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.4': - resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==} + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -3993,8 +4008,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.4': - resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==} + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -4017,8 +4032,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.4': - resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==} + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -4041,8 +4056,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.4': - resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==} + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -4065,8 +4080,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.4': - resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==} + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -4089,8 +4104,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.4': - resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==} + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -4113,8 +4128,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.4': - resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==} + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -4143,8 +4158,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.4': - resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==} + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -4167,8 +4182,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.4': - resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==} + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -4191,8 +4206,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.4': - resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==} + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -4215,8 +4230,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.4': - resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==} + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -4239,8 +4254,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.4': - resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==} + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -4263,8 +4278,8 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.4': - resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==} + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} engines: {node: '>=18'} cpu: [x64] os: [linux] @@ -4281,8 +4296,8 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.25.4': - resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -4305,8 +4320,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.4': - resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==} + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -4323,8 +4338,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.25.4': - resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -4347,8 +4362,8 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.4': - resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==} + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] @@ -4359,6 +4374,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/openharmony-arm64@0.26.0': resolution: {integrity: sha512-nUHZ5jEYqbBthbiBksbmHTlbb5eElyVfs/s1iHQ8rLBq1eWsd5maOnDpCocw1OM8kFK747d1Xms8dXJHtduxSw==} engines: {node: '>=18'} @@ -4377,8 +4398,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.4': - resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -4401,8 +4422,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.4': - resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==} + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -4425,8 +4446,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.4': - resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==} + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -4449,8 +4470,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.4': - resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==} + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -4539,6 +4560,12 @@ packages: peerDependencies: hono: ^4 + '@hono/node-server@1.19.9': + resolution: {integrity: sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==} + engines: {node: '>=18.14.1'} + peerDependencies: + hono: ^4 + '@humanfs/core@0.19.1': resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} engines: {node: '>=18.18.0'} @@ -4581,8 +4608,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.19': - resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} + '@inquirer/confirm@5.1.14': + resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4590,8 +4617,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.21': - resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} + '@inquirer/confirm@5.1.19': + resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4599,8 +4626,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.6': - resolution: {integrity: sha512-6ZXYK3M1XmaVBZX6FCfChgtponnL0R6I7k8Nu+kaoNkT828FVZTcca1MqmWQipaW2oNREQl5AaPCUOOCVNdRMw==} + '@inquirer/confirm@5.1.21': + resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4675,8 +4702,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.3.2': - resolution: {integrity: sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==} + '@inquirer/prompts@7.8.2': + resolution: {integrity: sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4720,10 +4747,6 @@ packages: '@types/node': optional: true - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@3.0.10': resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==} engines: {node: '>=18'} @@ -4836,9 +4859,6 @@ packages: '@jridgewell/source-map@0.3.11': resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==} - '@jridgewell/source-map@0.3.6': - resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} - '@jridgewell/sourcemap-codec@1.5.5': resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} @@ -4905,11 +4925,12 @@ packages: '@lezer/lr@1.4.2': resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} - '@listr2/prompt-adapter-inquirer@2.0.18': - resolution: {integrity: sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==} - engines: {node: '>=18.0.0'} + '@listr2/prompt-adapter-inquirer@3.0.1': + resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' + listr2: 9.0.1 '@listr2/prompt-adapter-inquirer@3.0.5': resolution: {integrity: sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==} @@ -4923,8 +4944,8 @@ packages: cpu: [arm64] os: [darwin] - '@lmdb/lmdb-darwin-arm64@3.2.6': - resolution: {integrity: sha512-yF/ih9EJJZc72psFQbwnn8mExIWfTnzWJg+N02hnpXtDPETYLmQswIMBn7+V88lfCaFrMozJsUvcEQIkEPU0Gg==} + '@lmdb/lmdb-darwin-arm64@3.4.2': + resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} cpu: [arm64] os: [darwin] @@ -4938,8 +4959,8 @@ packages: cpu: [x64] os: [darwin] - '@lmdb/lmdb-darwin-x64@3.2.6': - resolution: {integrity: sha512-5BbCumsFLbCi586Bb1lTWQFkekdQUw8/t8cy++Uq251cl3hbDIGEwD9HAwh8H6IS2F6QA9KdKmO136LmipRNkg==} + '@lmdb/lmdb-darwin-x64@3.4.2': + resolution: {integrity: sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==} cpu: [x64] os: [darwin] @@ -4953,8 +4974,8 @@ packages: cpu: [arm64] os: [linux] - '@lmdb/lmdb-linux-arm64@3.2.6': - resolution: {integrity: sha512-l5VmJamJ3nyMmeD1ANBQCQqy7do1ESaJQfKPSm2IG9/ADZryptTyCj8N6QaYgIWewqNUrcbdMkJajRQAt5Qjfg==} + '@lmdb/lmdb-linux-arm64@3.4.2': + resolution: {integrity: sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==} cpu: [arm64] os: [linux] @@ -4968,8 +4989,8 @@ packages: cpu: [arm] os: [linux] - '@lmdb/lmdb-linux-arm@3.2.6': - resolution: {integrity: sha512-+6XgLpMb7HBoWxXj+bLbiiB4s0mRRcDPElnRS3LpWRzdYSe+gFk5MT/4RrVNqd2MESUDmb53NUXw1+BP69bjiQ==} + '@lmdb/lmdb-linux-arm@3.4.2': + resolution: {integrity: sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==} cpu: [arm] os: [linux] @@ -4983,8 +5004,8 @@ packages: cpu: [x64] os: [linux] - '@lmdb/lmdb-linux-x64@3.2.6': - resolution: {integrity: sha512-nDYT8qN9si5+onHYYaI4DiauDMx24OAiuZAUsEqrDy+ja/3EbpXPX/VAkMV8AEaQhy3xc4dRC+KcYIvOFefJ4Q==} + '@lmdb/lmdb-linux-x64@3.4.2': + resolution: {integrity: sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==} cpu: [x64] os: [linux] @@ -4993,6 +5014,11 @@ packages: cpu: [x64] os: [linux] + '@lmdb/lmdb-win32-arm64@3.4.2': + resolution: {integrity: sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==} + cpu: [arm64] + os: [win32] + '@lmdb/lmdb-win32-arm64@3.4.3': resolution: {integrity: sha512-yWVR0e5Gl35EGJBsAuqPOdjtUYuN8CcTLKrqpQFoM+KsMadViVCulhKNhkcjSGJB88Am5bRPjMro4MBB9FS23Q==} cpu: [arm64] @@ -5003,8 +5029,8 @@ packages: cpu: [x64] os: [win32] - '@lmdb/lmdb-win32-x64@3.2.6': - resolution: {integrity: sha512-XlqVtILonQnG+9fH2N3Aytria7P/1fwDgDhl29rde96uH2sLB8CHORIf2PfuLVzFQJ7Uqp8py9AYwr3ZUCFfWg==} + '@lmdb/lmdb-win32-x64@3.4.2': + resolution: {integrity: sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==} cpu: [x64] os: [win32] @@ -5033,6 +5059,16 @@ packages: '@cfworker/json-schema': optional: true + '@modelcontextprotocol/sdk@1.26.0': + resolution: {integrity: sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==} + engines: {node: '>=18'} + peerDependencies: + '@cfworker/json-schema': ^4.1.1 + zod: ^3.25 || ^4.0 + peerDependenciesMeta: + '@cfworker/json-schema': + optional: true + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==} cpu: [arm64] @@ -5175,12 +5211,12 @@ packages: '@napi-rs/wasm-runtime@1.1.0': resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} - '@ngtools/webpack@19.2.19': - resolution: {integrity: sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@ngtools/webpack@20.3.16': + resolution: {integrity: sha512-yXxo0CKkCa9SuP05OskOeFt9l1wirCzh7MhwW1S18Rpi6cyPbV1bc7GEz05+dfi5Ee8Dlbx3sbmdty0xtHvFQw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - typescript: '>=5.5 <5.9' + '@angular/compiler-cli': ^20.0.0 + typescript: '>=5.8 <6.0' webpack: ^5.54.0 '@ngtools/webpack@21.0.3': @@ -5210,26 +5246,14 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/agent@3.0.0': - resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/agent@4.0.0': resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/fs@4.0.0': - resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/fs@5.0.0': resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@6.0.3': - resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/git@7.0.1': resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5239,18 +5263,15 @@ packages: engines: {node: ^18.17.0 || >=20.5.0} hasBin: true - '@npmcli/node-gyp@4.0.0': - resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/installed-package-contents@4.0.0': + resolution: {integrity: sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true '@npmcli/node-gyp@5.0.0': resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@6.1.1': - resolution: {integrity: sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/package-json@7.0.4': resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5263,10 +5284,6 @@ packages: resolution: {integrity: sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/redact@3.2.0': - resolution: {integrity: sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/redact@4.0.0': resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5275,10 +5292,6 @@ packages: resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@9.1.0': - resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@nrwl/devkit@18.3.5': resolution: {integrity: sha512-DIvChKMe4q8CtIsbrumL/aYgf85H5vlT6eF3jnCCWORj6LTwoHtK8Q9ky1+uM82KIM0gaKd32NVDw+w64scHyg==} @@ -5990,8 +6003,8 @@ packages: cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.34.8': - resolution: {integrity: sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==} + '@rollup/rollup-android-arm-eabi@4.52.3': + resolution: {integrity: sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==} cpu: [arm] os: [android] @@ -6005,8 +6018,8 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.34.8': - resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==} + '@rollup/rollup-android-arm64@4.52.3': + resolution: {integrity: sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==} cpu: [arm64] os: [android] @@ -6020,8 +6033,8 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.34.8': - resolution: {integrity: sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==} + '@rollup/rollup-darwin-arm64@4.52.3': + resolution: {integrity: sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==} cpu: [arm64] os: [darwin] @@ -6035,8 +6048,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.34.8': - resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==} + '@rollup/rollup-darwin-x64@4.52.3': + resolution: {integrity: sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==} cpu: [x64] os: [darwin] @@ -6045,8 +6058,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.34.8': - resolution: {integrity: sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==} + '@rollup/rollup-freebsd-arm64@4.52.3': + resolution: {integrity: sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==} cpu: [arm64] os: [freebsd] @@ -6055,8 +6068,8 @@ packages: cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.34.8': - resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==} + '@rollup/rollup-freebsd-x64@4.52.3': + resolution: {integrity: sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==} cpu: [x64] os: [freebsd] @@ -6070,8 +6083,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': - resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==} + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': + resolution: {integrity: sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==} cpu: [arm] os: [linux] @@ -6085,8 +6098,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.34.8': - resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==} + '@rollup/rollup-linux-arm-musleabihf@4.52.3': + resolution: {integrity: sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==} cpu: [arm] os: [linux] @@ -6100,8 +6113,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.34.8': - resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==} + '@rollup/rollup-linux-arm64-gnu@4.52.3': + resolution: {integrity: sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==} cpu: [arm64] os: [linux] @@ -6115,8 +6128,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.34.8': - resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==} + '@rollup/rollup-linux-arm64-musl@4.52.3': + resolution: {integrity: sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==} cpu: [arm64] os: [linux] @@ -6125,13 +6138,13 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.53.3': - resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} + '@rollup/rollup-linux-loong64-gnu@4.52.3': + resolution: {integrity: sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': - resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==} + '@rollup/rollup-linux-loong64-gnu@4.53.3': + resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} cpu: [loong64] os: [linux] @@ -6140,8 +6153,8 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': - resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==} + '@rollup/rollup-linux-ppc64-gnu@4.52.3': + resolution: {integrity: sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==} cpu: [ppc64] os: [linux] @@ -6155,8 +6168,8 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.34.8': - resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==} + '@rollup/rollup-linux-riscv64-gnu@4.52.3': + resolution: {integrity: sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==} cpu: [riscv64] os: [linux] @@ -6165,6 +6178,11 @@ packages: cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.52.3': + resolution: {integrity: sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.53.3': resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} cpu: [riscv64] @@ -6175,8 +6193,8 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.34.8': - resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==} + '@rollup/rollup-linux-s390x-gnu@4.52.3': + resolution: {integrity: sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==} cpu: [s390x] os: [linux] @@ -6190,8 +6208,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.34.8': - resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==} + '@rollup/rollup-linux-x64-gnu@4.52.3': + resolution: {integrity: sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==} cpu: [x64] os: [linux] @@ -6205,8 +6223,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.34.8': - resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==} + '@rollup/rollup-linux-x64-musl@4.52.3': + resolution: {integrity: sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==} cpu: [x64] os: [linux] @@ -6215,6 +6233,11 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-openharmony-arm64@4.52.3': + resolution: {integrity: sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==} + cpu: [arm64] + os: [openharmony] + '@rollup/rollup-openharmony-arm64@4.53.3': resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} cpu: [arm64] @@ -6225,8 +6248,8 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.34.8': - resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==} + '@rollup/rollup-win32-arm64-msvc@4.52.3': + resolution: {integrity: sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==} cpu: [arm64] os: [win32] @@ -6240,8 +6263,8 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.34.8': - resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==} + '@rollup/rollup-win32-ia32-msvc@4.52.3': + resolution: {integrity: sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==} cpu: [ia32] os: [win32] @@ -6250,6 +6273,11 @@ packages: cpu: [ia32] os: [win32] + '@rollup/rollup-win32-x64-gnu@4.52.3': + resolution: {integrity: sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-gnu@4.53.3': resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} cpu: [x64] @@ -6260,8 +6288,8 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.34.8': - resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==} + '@rollup/rollup-win32-x64-msvc@4.52.3': + resolution: {integrity: sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==} cpu: [x64] os: [win32] @@ -6282,58 +6310,34 @@ packages: resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@schematics/angular@19.2.19': - resolution: {integrity: sha512-6/0pvbPCY4UHeB4lnM/5r250QX5gcLgOYbR5FdhFu+22mOPHfWpRc5tNuY9kCephDHzAHjo6fTW1vefOOmA4jw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@20.3.16': + resolution: {integrity: sha512-KeOcsM5piwv/6tUKBmLD1zXTwtJlZBnR2WM/4T9ImaQbmFGe1MMHUABT5SQ3Bifv1YKCw58ImxiaQUY9sdNqEQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@21.0.5': resolution: {integrity: sha512-uNBIilq5bGnln3D7Nbm3/K+Ot++eGj4rygU0DCw//IZiTQU/iSyF3UAsN++iRetu/OMs+97T/RoGPjD22ryiZg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@sigstore/bundle@3.1.0': - resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/bundle@4.0.0': resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@2.0.0': - resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/core@3.0.0': resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/protobuf-specs@0.4.1': - resolution: {integrity: sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@3.1.0': - resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.0.1': resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@3.1.1': - resolution: {integrity: sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/tuf@4.0.0': resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@2.1.1': - resolution: {integrity: sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/verify@3.0.0': resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6341,10 +6345,6 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@sindresorhus/merge-streams@2.3.0': - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} - '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -6624,10 +6624,6 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@3.0.1': - resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@tufjs/models@4.0.0': resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6776,12 +6772,12 @@ packages: '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} - '@types/jasmine@2.8.24': - resolution: {integrity: sha512-AUiYOhMC7FV7risPijqkhCetw8Ar2Hk3Y5YOCBWRCAYd3KJX/nF13aF2xyRe4E4QH7fKo8fZWmX/V7lb6rZhMA==} - '@types/jasmine@5.1.4': resolution: {integrity: sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} + '@types/jest@29.5.14': resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} @@ -6845,6 +6841,9 @@ packages: '@types/node@20.14.5': resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} + '@types/node@24.1.0': + resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -7186,12 +7185,6 @@ packages: resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@vitejs/plugin-basic-ssl@1.2.0': - resolution: {integrity: sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==} - engines: {node: '>=14.21.3'} - peerDependencies: - vite: ^6.4.1 - '@vitejs/plugin-basic-ssl@2.1.0': resolution: {integrity: sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -7520,10 +7513,6 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - abbrev@3.0.1: - resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} - engines: {node: ^18.17.0 || >=20.5.0} - abbrev@4.0.0: resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -7652,6 +7641,10 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + algoliasearch@5.35.0: + resolution: {integrity: sha512-Y+moNhsqgLmvJdgTsO4GZNgsaDWv8AOGAaPeIeHKlDn/XunoAqYbA+XNpBd1dW8GOXAUDyxC9Rxc7AV4kpFcIg==} + engines: {node: '>= 14.0.0'} + algoliasearch@5.40.1: resolution: {integrity: sha512-iUNxcXUNg9085TJx0HJLjqtDE0r1RZ0GOGrt8KNQqQT5ugu8lZsHuMUYW/e0lHhq6xBvmktU9Bw4CXP9VQeKrg==} engines: {node: '>= 14.0.0'} @@ -8034,13 +8027,6 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.21: resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} @@ -8117,13 +8103,6 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5.61.0' - babel-loader@9.2.1: - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} - peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' - babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} @@ -8163,11 +8142,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.13.0: resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: @@ -8309,10 +8283,6 @@ packages: resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} engines: {node: '>=0.10.0'} - baseline-browser-mapping@2.8.30: - resolution: {integrity: sha512-aTUKW4ptQhS64+v2d6IkPzymEzzhw+G0bA1g3uBRV3+ntkH+svttKseW5IOR4Ed6NUVKqnY7qT3dKvzQ7io4AA==} - hasBin: true - baseline-browser-mapping@2.9.13: resolution: {integrity: sha512-WhtvB2NG2wjr04+h77sg3klAIwrgOqnjS49GGudnUPGFFgg7G17y7Qecqp+2Dr5kUDxNRBca0SK7cG8JwzkWDQ==} hasBin: true @@ -8331,10 +8301,6 @@ packages: bcrypt-pbkdf@1.0.2: resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} - beasties@0.3.2: - resolution: {integrity: sha512-p4AF8uYzm9Fwu8m/hSVTCPXrRBPmB34hQpHsec2KOaR9CZmgoU8IOv4Cvwq4hgz2p4hLMNbsdNl5XeA6XbAQwA==} - engines: {node: '>=14.0.0'} - beasties@0.3.5: resolution: {integrity: sha512-NaWu+f4YrJxEttJSm16AzMIFtVldCvaJ68b1L098KpqXmxt9xOLtKoLkKxb8ekhOrLqEJAbvT6n6SEvB/sac7A==} engines: {node: '>=14.0.0'} @@ -8518,10 +8484,6 @@ packages: resolution: {integrity: sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==} engines: {node: '>=6.0.0'} - cacache@19.0.1: - resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} - engines: {node: ^18.17.0 || >=20.5.0} - cacache@20.0.3: resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -8957,6 +8919,10 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} + engines: {node: '>=20'} + commander@2.11.0: resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} @@ -9091,12 +9057,6 @@ packages: copy-props@2.0.5: resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} - copy-webpack-plugin@12.0.2: - resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} - engines: {node: '>= 18.12.0'} - peerDependencies: - webpack: ^5.1.0 - copy-webpack-plugin@13.0.1: resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} engines: {node: '>= 18.12.0'} @@ -9234,9 +9194,6 @@ packages: css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} - css-select@5.1.0: - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} - css-select@6.0.0: resolution: {integrity: sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==} @@ -9852,9 +9809,6 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.259: - resolution: {integrity: sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ==} - electron-to-chromium@1.5.267: resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} @@ -10207,8 +10161,8 @@ packages: cpu: [x64] os: [sunos] - esbuild-wasm@0.25.4: - resolution: {integrity: sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ==} + esbuild-wasm@0.25.9: + resolution: {integrity: sha512-Jpv5tCSwQg18aCqCRD3oHIX/prBhXMDapIoG//A+6+dV0e7KQMGFg85ihJ5T1EeMjbZjON3TqFy0VrGAnIHLDA==} engines: {node: '>=18'} hasBin: true @@ -10250,8 +10204,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.25.4: - resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} engines: {node: '>=18'} hasBin: true @@ -10708,6 +10662,12 @@ packages: peerDependencies: express: '>= 4.11' + express-rate-limit@8.2.1: + resolution: {integrity: sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==} + engines: {node: '>= 16'} + peerDependencies: + express: '>= 4.11' + express@4.22.1: resolution: {integrity: sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==} engines: {node: '>= 0.10.0'} @@ -10907,9 +10867,9 @@ packages: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} - find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + find-cache-directory@6.0.0: + resolution: {integrity: sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==} + engines: {node: '>=20'} find-up-simple@1.0.1: resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} @@ -10931,10 +10891,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - findup-sync@2.0.0: resolution: {integrity: sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==} engines: {node: '>= 0.10'} @@ -11351,10 +11307,6 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} - globby@14.1.0: - resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} - engines: {node: '>=18'} - globby@5.0.0: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} @@ -11733,10 +11685,6 @@ packages: resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} engines: {node: ^16.14.0 || >=18.0.0} - hosted-git-info@8.1.0: - resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} - engines: {node: ^18.17.0 || >=20.5.0} - hosted-git-info@9.0.2: resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -11958,10 +11906,6 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - ignore-walk@7.0.0: - resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ignore-walk@8.0.0: resolution: {integrity: sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12113,6 +12057,10 @@ packages: iobuffer@5.4.0: resolution: {integrity: sha512-DRebOWuqDvxunfkNJAlc3IzWIPD5xVxwUNbHr7xKB8E6aLJxIPfNX3CoMJghcFjpv6RWQsrcJbghtEwSPoJqMA==} + ip-address@10.0.1: + resolution: {integrity: sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==} + engines: {node: '>= 12'} + ip-address@9.0.5: resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} engines: {node: '>= 12'} @@ -12201,10 +12149,6 @@ packages: resolution: {integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==} hasBin: true - is-core-module@2.15.1: - resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} - engines: {node: '>= 0.4'} - is-core-module@2.16.1: resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} engines: {node: '>= 0.4'} @@ -12520,6 +12464,10 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + is-unicode-supported@2.1.0: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} @@ -12897,10 +12845,6 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@4.0.0: - resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} - engines: {node: ^18.17.0 || >=20.5.0} - json-parse-even-better-errors@5.0.0: resolution: {integrity: sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13104,19 +13048,6 @@ packages: resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} engines: {node: '>=10.13.0'} - less-loader@12.2.0: - resolution: {integrity: sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==} - engines: {node: '>= 18.12.0'} - peerDependencies: - '@rspack/core': 0.x || 1.x - less: ^3.5.0 || ^4.0.0 - webpack: ^5.0.0 - peerDependenciesMeta: - '@rspack/core': - optional: true - webpack: - optional: true - less-loader@12.3.0: resolution: {integrity: sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==} engines: {node: '>= 18.12.0'} @@ -13130,9 +13061,9 @@ packages: webpack: optional: true - less@4.2.2: - resolution: {integrity: sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==} - engines: {node: '>=6'} + less@4.4.0: + resolution: {integrity: sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==} + engines: {node: '>=14'} hasBin: true less@4.4.2: @@ -13261,9 +13192,9 @@ packages: enquirer: optional: true - listr2@8.2.5: - resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} - engines: {node: '>=18.0.0'} + listr2@9.0.1: + resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + engines: {node: '>=20.0.0'} listr2@9.0.5: resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} @@ -13273,8 +13204,8 @@ packages: resolution: {integrity: sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==} hasBin: true - lmdb@3.2.6: - resolution: {integrity: sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ==} + lmdb@3.4.2: + resolution: {integrity: sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==} hasBin: true lmdb@3.4.3: @@ -13313,10 +13244,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} @@ -13397,6 +13324,10 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} + log-symbols@6.0.0: + resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} + engines: {node: '>=18'} + log-symbols@7.0.1: resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==} engines: {node: '>=18'} @@ -13497,6 +13428,9 @@ packages: magic-string@0.30.19: resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} @@ -13512,10 +13446,6 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@14.0.3: - resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - make-fetch-happen@15.0.3: resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13781,12 +13711,6 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - mini-css-extract-plugin@2.9.2: - resolution: {integrity: sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - mini-css-extract-plugin@2.9.4: resolution: {integrity: sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==} engines: {node: '>= 12.13.0'} @@ -13837,10 +13761,6 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@4.0.1: - resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} - engines: {node: ^18.17.0 || >=20.5.0} - minipass-fetch@5.0.0: resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13976,10 +13896,6 @@ packages: resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} engines: {node: '>= 0.10'} - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - mute-stream@2.0.0: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -14064,6 +13980,19 @@ packages: tailwindcss: optional: true + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + hasBin: true + peerDependencies: + '@angular/compiler-cli': ^20.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + tailwindcss: + optional: true + nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -14108,11 +14037,6 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@11.2.0: - resolution: {integrity: sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - node-gyp@12.1.0: resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14159,11 +14083,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - nopt@8.1.0: - resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - nopt@9.0.0: resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14200,9 +14119,9 @@ packages: resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} engines: {node: ^18.17.0 || >=20.5.0} - npm-install-checks@7.1.1: - resolution: {integrity: sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-bundled@5.0.0: + resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} + engines: {node: ^20.17.0 || >=22.9.0} npm-install-checks@8.0.0: resolution: {integrity: sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==} @@ -14220,9 +14139,9 @@ packages: resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==} engines: {node: ^16.14.0 || >=18.0.0} - npm-package-arg@12.0.2: - resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@13.0.0: + resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} + engines: {node: ^20.17.0 || >=22.9.0} npm-package-arg@13.0.1: resolution: {integrity: sha512-6zqls5xFvJbgFjB1B2U6yITtyGBjDBORB7suI4zA4T/sZ1OmkMFlaQSNB/4K0LtXNA1t4OprAFxPisadK5O2ag==} @@ -14232,22 +14151,10 @@ packages: resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@9.0.0: - resolution: {integrity: sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==} - engines: {node: ^18.17.0 || >=20.5.0} - - npm-pick-manifest@10.0.0: - resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-pick-manifest@11.0.3: resolution: {integrity: sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==} engines: {node: ^20.17.0 || >=22.9.0} - npm-registry-fetch@18.0.2: - resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-registry-fetch@19.1.1: resolution: {integrity: sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14427,10 +14334,6 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - open@10.1.0: - resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} - engines: {node: '>=18'} - open@10.2.0: resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} @@ -14473,6 +14376,10 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} + ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} + engines: {node: '>=18'} + ora@9.0.0: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} @@ -14521,10 +14428,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -14537,10 +14440,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map@1.2.0: resolution: {integrity: sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==} engines: {node: '>=4'} @@ -14572,16 +14471,16 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@20.0.0: - resolution: {integrity: sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - pacote@21.0.3: resolution: {integrity: sha512-itdFlanxO0nmQv4ORsvA9K1wv40IPfB9OmWqfaJWvoJ30VKyHsqNgDVeG+TVhI7Gk7XW8slUy7cA9r6dF5qohw==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true + pacote@21.0.4: + resolution: {integrity: sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true + pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} @@ -14637,18 +14536,12 @@ packages: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} - parse5-html-rewriting-stream@7.0.0: - resolution: {integrity: sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==} - parse5-html-rewriting-stream@8.0.0: resolution: {integrity: sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==} parse5-htmlparser2-tree-adapter@6.0.1: resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} - parse5-sax-parser@7.0.0: - resolution: {integrity: sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==} - parse5-sax-parser@8.0.0: resolution: {integrity: sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==} @@ -14696,10 +14589,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -14756,10 +14645,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path-type@6.0.0: - resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} - engines: {node: '>=18'} - pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -14787,10 +14672,6 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - picomatch@4.0.2: - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} - engines: {node: '>=12'} - picomatch@4.0.3: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} @@ -14852,9 +14733,9 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + pkg-dir@8.0.0: + resolution: {integrity: sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==} + engines: {node: '>=18'} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -15012,10 +14893,6 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -15751,13 +15628,20 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rollup-plugin-dts@6.3.0: + resolution: {integrity: sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==} + engines: {node: '>=16'} + peerDependencies: + rollup: ^3.29.4 || ^4 + typescript: ^4.5 || ^5.0 + rollup@4.22.4: resolution: {integrity: sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.34.8: - resolution: {integrity: sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==} + rollup@4.52.3: + resolution: {integrity: sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -16087,8 +15971,8 @@ packages: engines: {node: '>=14'} hasBin: true - sass@1.85.0: - resolution: {integrity: sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==} + sass@1.90.0: + resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==} engines: {node: '>=14.0.0'} hasBin: true @@ -16334,10 +16218,6 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@3.1.0: - resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} - engines: {node: ^18.17.0 || >=20.5.0} - sigstore@4.0.0: resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -16362,10 +16242,6 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} @@ -16916,10 +16792,6 @@ packages: '@swc/core': ^1.2.147 webpack: '>=2' - symbol-observable@4.0.0: - resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} - engines: {node: '>=0.10'} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -16985,7 +16857,7 @@ packages: tar@7.5.2: resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==} engines: {node: '>=18'} - deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me teex@1.0.1: resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} @@ -17028,8 +16900,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.39.0: - resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==} + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} hasBin: true @@ -17167,6 +17039,10 @@ packages: tiny-invariant@1.3.3: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} @@ -17446,10 +17322,6 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@3.0.1: - resolution: {integrity: sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==} - engines: {node: ^18.17.0 || >=20.5.0} - tuf-js@4.0.0: resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17560,11 +17432,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} engines: {node: '>=14.17'} @@ -17620,6 +17487,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@7.8.0: + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} + undici@7.16.0: resolution: {integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==} engines: {node: '>=20.18.1'} @@ -17644,10 +17514,6 @@ packages: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicorn-magic@0.3.0: - resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} - engines: {node: '>=18'} - unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} @@ -17659,18 +17525,10 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-filename@4.0.0: - resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-filename@5.0.0: resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} engines: {node: ^20.17.0 || >=22.9.0} - unique-slug@5.0.0: - resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-slug@6.0.0: resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17736,12 +17594,6 @@ packages: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} - update-browserslist-db@1.1.4: - resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - update-browserslist-db@1.2.3: resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} hasBin: true @@ -18008,6 +17860,46 @@ packages: yaml: optional: true + vite@7.1.11: + resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vite@7.2.2: resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -18333,16 +18225,6 @@ packages: webpack-cli: optional: true - webpack@5.98.0: - resolution: {integrity: sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} @@ -18614,10 +18496,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yoctocolors-cjs@2.1.3: resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} engines: {node: '>=18'} @@ -18635,6 +18513,11 @@ packages: peerDependencies: zod: ^3.25 || ^4 + zod-to-json-schema@3.25.1: + resolution: {integrity: sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==} + peerDependencies: + zod: ^3.25 || ^4 + zod-validation-error@4.0.2: resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==} engines: {node: '>=18.0.0'} @@ -18666,6 +18549,13 @@ snapshots: '@adobe/css-tools@4.4.1': {} + '@algolia/abtesting@1.1.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/abtesting@1.6.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18673,6 +18563,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-abtesting@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-abtesting@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18680,6 +18577,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-analytics@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-analytics@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18687,8 +18591,17 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-common@5.35.0': {} + '@algolia/client-common@5.40.1': {} + '@algolia/client-insights@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-insights@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18696,6 +18609,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-personalization@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-personalization@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18703,6 +18623,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-query-suggestions@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-query-suggestions@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18710,6 +18637,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-search@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-search@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18717,6 +18651,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/ingestion@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/ingestion@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18724,6 +18665,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/monitoring@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/monitoring@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18731,6 +18679,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/recommend@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/recommend@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18738,14 +18693,26 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/requester-browser-xhr@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-fetch@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-fetch@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-node-http@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-node-http@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18755,18 +18722,18 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1))': + '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.16(dvfkqhpxlcjzcsdatcxxndunvq))(@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq))': dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 19.2.19(gy5lk4g6ogzfldojcxudqodi5q) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1) + '@angular-devkit/build-angular': 20.3.16(dvfkqhpxlcjzcsdatcxxndunvq) + '@angular/build': 20.3.16(brvwwxl36fwcpirwa3vvmofdwq) - '@angular-devkit/architect@0.1902.19(chokidar@4.0.1)': + '@angular-devkit/architect@0.2003.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - rxjs: 7.8.1 + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -18784,72 +18751,73 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@19.2.19(2d5z3y5cbxqmaehqzkittgqznm)': + '@angular-devkit/build-angular@20.3.16(dvfkqhpxlcjzcsdatcxxndunvq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular/build': 20.3.16(frdtceomeqhsoed5xmfmhe33ni) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + typescript: 5.8.3 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -18869,76 +18837,77 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q)': + '@angular-devkit/build-angular@20.3.16(t2k4gc2iakj7a4od6zj4idtpnm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular/build': 20.3.16(57it5ftdfvb7be6r2u7iy5fysm) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -18958,17 +18927,17 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@21.0.3(f565cn6xz3u6lqo5aq6ogeqy5i)': + '@angular-devkit/build-angular@21.0.3(g624bywty7pdaegpg2vpddqnvq)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) '@angular-devkit/build-webpack': 0.2100.3(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) '@angular-devkit/core': 21.0.3(chokidar@4.0.1) - '@angular/build': 21.0.3(o62fjw2el66grbjc3owazte63i) + '@angular/build': 21.0.3(bb6urc4c3yaon5sg4slpakq7aa) '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3) '@babel/core': 7.28.4 '@babel/generator': 7.28.3 @@ -19025,7 +18994,7 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': 21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.26.0 - jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) karma: 6.4.4 transitivePeerDependencies: - '@angular/compiler' @@ -19050,12 +19019,12 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@angular-devkit/build-webpack@0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3))': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - rxjs: 7.8.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + rxjs: 7.8.2 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)) transitivePeerDependencies: - chokidar @@ -19077,14 +19046,14 @@ snapshots: rxjs: 7.8.1 source-map: 0.7.4 - '@angular-devkit/core@19.2.19(chokidar@4.0.1)': + '@angular-devkit/core@20.3.16(chokidar@4.0.1)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) jsonc-parser: 3.3.1 - picomatch: 4.0.2 - rxjs: 7.8.1 - source-map: 0.7.4 + picomatch: 4.0.3 + rxjs: 7.8.2 + source-map: 0.7.6 optionalDependencies: chokidar: 4.0.1 @@ -19120,13 +19089,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@19.2.19(chokidar@4.0.1)': + '@angular-devkit/schematics@20.3.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) jsonc-parser: 3.3.1 magic-string: 0.30.17 - ora: 5.4.1 - rxjs: 7.8.1 + ora: 8.2.0 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19145,44 +19114,47 @@ snapshots: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.6.3 - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1)': + '@angular/build@20.3.16(57it5ftdfvb7be6r2u7iy5fysm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@20.11.17) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 - typescript: 5.5.4 - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + tinyglobby: 0.2.14 + tslib: 2.8.1 + typescript: 5.8.3 + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - postcss: 8.5.2 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19196,44 +19168,47 @@ snapshots: - tsx - yaml - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.6.3 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.2 + less: 4.4.2 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19246,44 +19221,48 @@ snapshots: - terser - tsx - yaml + optional: true - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.16(frdtceomeqhsoed5xmfmhe33ni)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.4.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19297,9 +19276,8 @@ snapshots: - terser - tsx - yaml - optional: true - '@angular/build@21.0.3(o62fjw2el66grbjc3owazte63i)': + '@angular/build@21.0.3(bb6urc4c3yaon5sg4slpakq7aa)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) @@ -19308,8 +19286,8 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.19(@types/node@20.12.8) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.19(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.26.0 @@ -19330,7 +19308,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 undici: 7.16.0 - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) watchpack: 2.4.4 optionalDependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) @@ -19353,61 +19331,65 @@ snapshots: - tsx - yaml - '@angular/cli@19.2.19(@types/node@20.11.17)(chokidar@4.0.1)': + '@angular/cli@20.3.16(@types/node@20.11.17)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.16(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@19.2.19(@types/node@20.14.5)(chokidar@4.0.1)': + '@angular/cli@20.3.16(@types/node@24.1.0)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.16(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@21.0.5(@types/node@20.12.8)(chokidar@4.0.1)(hono@4.11.4)': + '@angular/cli@21.0.5(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4)': dependencies: '@angular-devkit/architect': 0.2100.5(chokidar@4.0.1) '@angular-devkit/core': 21.0.5(chokidar@4.0.1) '@angular-devkit/schematics': 21.0.5(chokidar@4.0.1) - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.25.2(hono@4.11.4)(zod@4.1.13) '@schematics/angular': 21.0.5(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 @@ -19429,23 +19411,23 @@ snapshots: - hono - supports-color - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: @@ -19453,33 +19435,19 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4)': - dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 - '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.1 - convert-source-map: 1.9.0 - reflect-metadata: 0.2.2 - semver: 7.7.4 - tslib: 2.6.3 - typescript: 5.5.4 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3)': + '@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3)': dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 + '@angular/compiler': 20.3.16 + '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.1 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 + yargs: 18.0.0 + optionalDependencies: typescript: 5.8.3 - yargs: 17.7.2 transitivePeerDependencies: - supports-color @@ -19515,24 +19483,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@19.2.18': + '@angular/compiler@20.3.16': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@angular/compiler@21.0.8': dependencies: tslib: 2.6.3 - '@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)': dependencies: rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.0 - '@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.1 '@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)': @@ -19543,21 +19515,21 @@ snapshots: '@angular/compiler': 21.0.8 zone.js: 0.15.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/forms@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@standard-schema/spec@1.0.0)(rxjs@7.8.2)': dependencies: @@ -19568,21 +19540,21 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + tslib: 2.8.1 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + tslib: 2.8.1 '@angular/platform-browser-dynamic@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: @@ -19592,17 +19564,17 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) tslib: 2.6.3 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + tslib: 2.8.1 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.8.1 '@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: @@ -19612,25 +19584,25 @@ snapshots: optionalDependencies: '@angular/animations': 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 optional: true - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 '@angular/platform-server@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': @@ -19643,21 +19615,21 @@ snapshots: tslib: 2.6.3 xhr2: 0.2.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@aspnet/signalr@1.0.27': {} @@ -19665,12 +19637,6 @@ snapshots: dependencies: '@babel/highlight': 7.25.9 - '@babel/code-frame@7.27.1': - dependencies: - '@babel/helper-validator-identifier': 7.28.5 - js-tokens: 4.0.0 - picocolors: 1.1.1 - '@babel/code-frame@7.28.6': dependencies: '@babel/helper-validator-identifier': 7.28.5 @@ -19685,33 +19651,13 @@ snapshots: '@babel/compat-data@7.28.6': {} - '@babel/core@7.26.10': + '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.29.0 '@babel/generator': 7.28.6 '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) - '@babel/helpers': 7.28.6 - '@babel/parser': 7.28.6 - '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 - convert-source-map: 2.0.0 - debug: 4.4.3 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/core@7.26.9': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.9) + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helpers': 7.28.6 '@babel/parser': 7.28.6 '@babel/template': 7.28.6 @@ -19727,7 +19673,7 @@ snapshots: '@babel/core@7.28.4': dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 '@babel/generator': 7.28.6 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.4) @@ -19773,14 +19719,6 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.10': - dependencies: - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/generator@7.28.3': dependencies: '@babel/parser': 7.28.6 @@ -19797,10 +19735,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.28.6 - '@babel/helper-annotate-as-pure@7.27.3': dependencies: '@babel/types': 7.28.6 @@ -19826,13 +19760,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.26.10)': + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/traverse': 7.28.6 semver: 6.3.1 @@ -19865,9 +19799,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.2.0 semver: 6.3.1 @@ -19886,9 +19820,9 @@ snapshots: regexpu-core: 6.2.0 semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.4.0 semver: 6.3.1 @@ -19929,9 +19863,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.26.10)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -19985,18 +19919,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.9)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -20033,12 +19958,12 @@ snapshots: '@babel/helper-plugin-utils@7.28.6': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.26.10)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20047,7 +19972,7 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20056,13 +19981,13 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.27.1(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.28.6 @@ -20087,9 +20012,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.28.6(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.28.6 @@ -20157,15 +20082,15 @@ snapshots: '@babel/parser@7.26.2': dependencies: - '@babel/types': 7.28.5 + '@babel/types': 7.28.6 '@babel/parser@7.28.6': dependencies: '@babel/types': 7.28.6 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20187,9 +20112,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.4)': @@ -20202,9 +20127,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.4)': @@ -20217,12 +20142,12 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20244,9 +20169,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20277,9 +20202,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4)': dependencies: @@ -20324,9 +20249,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.4)': @@ -20339,19 +20264,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.6)': - dependencies: - '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.4)': @@ -20424,10 +20339,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.4)': @@ -20442,9 +20357,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.4)': @@ -20457,20 +20372,20 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20484,11 +20399,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20511,21 +20426,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20538,12 +20453,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20565,9 +20480,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.4)': @@ -20580,9 +20495,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.4)': @@ -20603,10 +20518,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20635,10 +20550,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20659,14 +20574,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20695,9 +20610,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 @@ -20713,9 +20628,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20737,10 +20652,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.4)': @@ -20755,9 +20670,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.4)': @@ -20770,16 +20685,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.6)': @@ -20788,9 +20703,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.4)': @@ -20803,7 +20718,15 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.4)': + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 @@ -20824,9 +20747,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.4)': @@ -20839,9 +20762,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.4)': @@ -20860,9 +20783,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.6) - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -20884,9 +20807,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 @@ -20911,9 +20834,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.4)': @@ -20926,9 +20849,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.4)': @@ -20941,9 +20864,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.4)': @@ -20956,9 +20879,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.4)': @@ -20971,10 +20894,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20995,10 +20918,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21019,10 +20942,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -21049,10 +20972,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21073,10 +20996,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': @@ -21091,9 +21014,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.4)': @@ -21106,9 +21029,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.4)': @@ -21121,9 +21044,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.4)': @@ -21136,13 +21059,13 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -21169,11 +21092,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -21193,9 +21116,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.4)': @@ -21208,9 +21131,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21232,9 +21155,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.26.10)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.4)': @@ -21255,10 +21178,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21279,11 +21202,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21306,9 +21229,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.4)': @@ -21360,9 +21283,9 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.4)': @@ -21375,16 +21298,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.6)': @@ -21393,9 +21316,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.4)': @@ -21420,14 +21343,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-runtime@7.26.10(@babel/core@7.26.10)': + '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21456,9 +21379,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.4)': @@ -21471,9 +21394,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21495,9 +21418,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.4)': @@ -21510,9 +21433,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.4)': @@ -21525,9 +21448,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.4)': @@ -21551,9 +21474,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.4)': @@ -21566,10 +21489,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.4)': @@ -21584,10 +21507,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.4)': @@ -21602,10 +21525,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.4)': @@ -21620,76 +21543,77 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/preset-env@7.26.9(@babel/core@7.26.10)': + '@babel/preset-env@7.28.3(@babel/core@7.28.3)': dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10) - '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.26.10) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.26.10) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.10) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.3) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 semver: 6.3.1 transitivePeerDependencies: @@ -21723,9 +21647,9 @@ snapshots: '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.4) '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.4) '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.4) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.4) @@ -21751,7 +21675,7 @@ snapshots: '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.4) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.4) @@ -21854,9 +21778,9 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.28.6) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.10)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/types': 7.28.6 esutils: 2.0.3 @@ -21902,34 +21826,18 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} + '@babel/runtime@7.28.4': {} '@babel/runtime@7.28.6': {} - '@babel/template@7.27.2': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@babel/template@7.28.6': dependencies: '@babel/code-frame': 7.28.6 '@babel/parser': 7.28.6 '@babel/types': 7.28.6 - '@babel/traverse@7.28.5': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 - '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.28.6 - '@babel/template': 7.28.6 - '@babel/types': 7.28.6 - debug: 4.4.3 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.28.6': dependencies: '@babel/code-frame': 7.28.6 @@ -21942,11 +21850,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.28.5': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/types@7.28.6': dependencies: '@babel/helper-string-parser': 7.27.1 @@ -22036,9 +21939,9 @@ snapshots: dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/angular@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22053,13 +21956,13 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(dmyiz5qgrko5nyf5bxripiixoy)': + '@devextreme-generator/build-helpers@3.0.12(ukiqplx6dasmo2c3l5qjedmnve)': dependencies: - '@devextreme-generator/angular': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/inferno': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/preact': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/angular': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/inferno': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/preact': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 @@ -22082,10 +21985,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/core@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(4favskg7c6uhgkqsp35iqbuplm) + eslint-config-devextreme: 0.2.0(3xms7orqommrlrwsknoqxfp64m) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22108,11 +22011,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/inferno@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/preact': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/preact': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22127,10 +22030,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/preact@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22145,9 +22048,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/react@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22162,10 +22065,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/vue@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/angular': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/angular': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -22196,15 +22099,15 @@ snapshots: '@emnapi/core@1.7.1': dependencies: '@emnapi/wasi-threads': 1.1.0 - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/runtime@1.7.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/wasi-threads@1.1.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@esbuild/aix-ppc64@0.21.5': optional: true @@ -22212,7 +22115,7 @@ snapshots: '@esbuild/aix-ppc64@0.25.0': optional: true - '@esbuild/aix-ppc64@0.25.4': + '@esbuild/aix-ppc64@0.25.9': optional: true '@esbuild/aix-ppc64@0.26.0': @@ -22224,7 +22127,7 @@ snapshots: '@esbuild/android-arm64@0.25.0': optional: true - '@esbuild/android-arm64@0.25.4': + '@esbuild/android-arm64@0.25.9': optional: true '@esbuild/android-arm64@0.26.0': @@ -22236,7 +22139,7 @@ snapshots: '@esbuild/android-arm@0.25.0': optional: true - '@esbuild/android-arm@0.25.4': + '@esbuild/android-arm@0.25.9': optional: true '@esbuild/android-arm@0.26.0': @@ -22248,7 +22151,7 @@ snapshots: '@esbuild/android-x64@0.25.0': optional: true - '@esbuild/android-x64@0.25.4': + '@esbuild/android-x64@0.25.9': optional: true '@esbuild/android-x64@0.26.0': @@ -22260,7 +22163,7 @@ snapshots: '@esbuild/darwin-arm64@0.25.0': optional: true - '@esbuild/darwin-arm64@0.25.4': + '@esbuild/darwin-arm64@0.25.9': optional: true '@esbuild/darwin-arm64@0.26.0': @@ -22272,7 +22175,7 @@ snapshots: '@esbuild/darwin-x64@0.25.0': optional: true - '@esbuild/darwin-x64@0.25.4': + '@esbuild/darwin-x64@0.25.9': optional: true '@esbuild/darwin-x64@0.26.0': @@ -22284,7 +22187,7 @@ snapshots: '@esbuild/freebsd-arm64@0.25.0': optional: true - '@esbuild/freebsd-arm64@0.25.4': + '@esbuild/freebsd-arm64@0.25.9': optional: true '@esbuild/freebsd-arm64@0.26.0': @@ -22296,7 +22199,7 @@ snapshots: '@esbuild/freebsd-x64@0.25.0': optional: true - '@esbuild/freebsd-x64@0.25.4': + '@esbuild/freebsd-x64@0.25.9': optional: true '@esbuild/freebsd-x64@0.26.0': @@ -22308,7 +22211,7 @@ snapshots: '@esbuild/linux-arm64@0.25.0': optional: true - '@esbuild/linux-arm64@0.25.4': + '@esbuild/linux-arm64@0.25.9': optional: true '@esbuild/linux-arm64@0.26.0': @@ -22320,7 +22223,7 @@ snapshots: '@esbuild/linux-arm@0.25.0': optional: true - '@esbuild/linux-arm@0.25.4': + '@esbuild/linux-arm@0.25.9': optional: true '@esbuild/linux-arm@0.26.0': @@ -22332,7 +22235,7 @@ snapshots: '@esbuild/linux-ia32@0.25.0': optional: true - '@esbuild/linux-ia32@0.25.4': + '@esbuild/linux-ia32@0.25.9': optional: true '@esbuild/linux-ia32@0.26.0': @@ -22347,7 +22250,7 @@ snapshots: '@esbuild/linux-loong64@0.25.0': optional: true - '@esbuild/linux-loong64@0.25.4': + '@esbuild/linux-loong64@0.25.9': optional: true '@esbuild/linux-loong64@0.26.0': @@ -22359,7 +22262,7 @@ snapshots: '@esbuild/linux-mips64el@0.25.0': optional: true - '@esbuild/linux-mips64el@0.25.4': + '@esbuild/linux-mips64el@0.25.9': optional: true '@esbuild/linux-mips64el@0.26.0': @@ -22371,7 +22274,7 @@ snapshots: '@esbuild/linux-ppc64@0.25.0': optional: true - '@esbuild/linux-ppc64@0.25.4': + '@esbuild/linux-ppc64@0.25.9': optional: true '@esbuild/linux-ppc64@0.26.0': @@ -22383,7 +22286,7 @@ snapshots: '@esbuild/linux-riscv64@0.25.0': optional: true - '@esbuild/linux-riscv64@0.25.4': + '@esbuild/linux-riscv64@0.25.9': optional: true '@esbuild/linux-riscv64@0.26.0': @@ -22395,7 +22298,7 @@ snapshots: '@esbuild/linux-s390x@0.25.0': optional: true - '@esbuild/linux-s390x@0.25.4': + '@esbuild/linux-s390x@0.25.9': optional: true '@esbuild/linux-s390x@0.26.0': @@ -22407,7 +22310,7 @@ snapshots: '@esbuild/linux-x64@0.25.0': optional: true - '@esbuild/linux-x64@0.25.4': + '@esbuild/linux-x64@0.25.9': optional: true '@esbuild/linux-x64@0.26.0': @@ -22416,7 +22319,7 @@ snapshots: '@esbuild/netbsd-arm64@0.25.0': optional: true - '@esbuild/netbsd-arm64@0.25.4': + '@esbuild/netbsd-arm64@0.25.9': optional: true '@esbuild/netbsd-arm64@0.26.0': @@ -22428,7 +22331,7 @@ snapshots: '@esbuild/netbsd-x64@0.25.0': optional: true - '@esbuild/netbsd-x64@0.25.4': + '@esbuild/netbsd-x64@0.25.9': optional: true '@esbuild/netbsd-x64@0.26.0': @@ -22437,7 +22340,7 @@ snapshots: '@esbuild/openbsd-arm64@0.25.0': optional: true - '@esbuild/openbsd-arm64@0.25.4': + '@esbuild/openbsd-arm64@0.25.9': optional: true '@esbuild/openbsd-arm64@0.26.0': @@ -22449,12 +22352,15 @@ snapshots: '@esbuild/openbsd-x64@0.25.0': optional: true - '@esbuild/openbsd-x64@0.25.4': + '@esbuild/openbsd-x64@0.25.9': optional: true '@esbuild/openbsd-x64@0.26.0': optional: true + '@esbuild/openharmony-arm64@0.25.9': + optional: true + '@esbuild/openharmony-arm64@0.26.0': optional: true @@ -22464,7 +22370,7 @@ snapshots: '@esbuild/sunos-x64@0.25.0': optional: true - '@esbuild/sunos-x64@0.25.4': + '@esbuild/sunos-x64@0.25.9': optional: true '@esbuild/sunos-x64@0.26.0': @@ -22476,7 +22382,7 @@ snapshots: '@esbuild/win32-arm64@0.25.0': optional: true - '@esbuild/win32-arm64@0.25.4': + '@esbuild/win32-arm64@0.25.9': optional: true '@esbuild/win32-arm64@0.26.0': @@ -22488,7 +22394,7 @@ snapshots: '@esbuild/win32-ia32@0.25.0': optional: true - '@esbuild/win32-ia32@0.25.4': + '@esbuild/win32-ia32@0.25.9': optional: true '@esbuild/win32-ia32@0.26.0': @@ -22500,7 +22406,7 @@ snapshots: '@esbuild/win32-x64@0.25.0': optional: true - '@esbuild/win32-x64@0.25.4': + '@esbuild/win32-x64@0.25.9': optional: true '@esbuild/win32-x64@0.26.0': @@ -22607,6 +22513,10 @@ snapshots: dependencies: hono: 4.11.4 + '@hono/node-server@1.19.9(hono@4.11.4)': + dependencies: + hono: 4.11.4 + '@humanfs/core@0.19.1': {} '@humanfs/node@0.16.6': @@ -22642,67 +22552,50 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/checkbox@4.3.2(@types/node@20.12.8)': + '@inquirer/checkbox@4.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/checkbox@4.3.2(@types/node@20.14.5)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/confirm@5.1.19(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/confirm@5.1.21(@types/node@20.11.17)': + '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.21(@types/node@20.12.8)': + '@inquirer/confirm@5.1.14(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.21(@types/node@20.14.5)': + '@inquirer/confirm@5.1.19(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.6(@types/node@20.11.17)': + '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.6(@types/node@20.14.5)': + '@inquirer/confirm@5.1.21(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/core@10.3.2(@types/node@20.11.17)': dependencies: @@ -22717,31 +22610,18 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/core@10.3.2(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - 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': 20.12.8 - - '@inquirer/core@10.3.2(@types/node@20.14.5)': + '@inquirer/core@10.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) 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': 20.14.5 + '@types/node': 24.1.0 '@inquirer/editor@4.2.23(@types/node@20.11.17)': dependencies: @@ -22751,21 +22631,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/editor@4.2.23(@types/node@20.12.8)': + '@inquirer/editor@4.2.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/external-editor': 1.0.3(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/external-editor': 1.0.3(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/editor@4.2.23(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/external-editor': 1.0.3(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/expand@4.0.23(@types/node@20.11.17)': dependencies: @@ -22775,21 +22647,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/expand@4.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/expand@4.0.23(@types/node@20.14.5)': + '@inquirer/expand@4.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/external-editor@1.0.3(@types/node@20.11.17)': dependencies: @@ -22798,19 +22662,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/external-editor@1.0.3(@types/node@20.12.8)': + '@inquirer/external-editor@1.0.3(@types/node@24.1.0)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/external-editor@1.0.3(@types/node@20.14.5)': - dependencies: - chardet: 2.1.1 - iconv-lite: 0.7.1 - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/figures@1.0.15': {} @@ -22821,19 +22678,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/input@4.3.1(@types/node@20.12.8)': + '@inquirer/input@4.3.1(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/input@4.3.1(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/number@3.0.23(@types/node@20.11.17)': dependencies: @@ -22842,19 +22692,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/number@3.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/number@3.0.23(@types/node@20.14.5)': + '@inquirer/number@3.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/password@4.0.23(@types/node@20.11.17)': dependencies: @@ -22864,23 +22707,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/password@4.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/password@4.0.23(@types/node@20.14.5)': + '@inquirer/password@4.0.23(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.3.2(@types/node@20.11.17)': + '@inquirer/prompts@7.8.2(@types/node@20.11.17)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.11.17) '@inquirer/confirm': 5.1.21(@types/node@20.11.17) @@ -22895,35 +22730,35 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/prompts@7.3.2(@types/node@20.14.5)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.14.5) - '@inquirer/confirm': 5.1.21(@types/node@20.14.5) - '@inquirer/editor': 4.2.23(@types/node@20.14.5) - '@inquirer/expand': 4.0.23(@types/node@20.14.5) - '@inquirer/input': 4.3.1(@types/node@20.14.5) - '@inquirer/number': 3.0.23(@types/node@20.14.5) - '@inquirer/password': 4.0.23(@types/node@20.14.5) - '@inquirer/rawlist': 4.1.11(@types/node@20.14.5) - '@inquirer/search': 3.2.2(@types/node@20.14.5) - '@inquirer/select': 4.4.2(@types/node@20.14.5) + '@inquirer/prompts@7.8.2(@types/node@24.1.0)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.9.0(@types/node@20.12.8)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.12.8) - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@inquirer/editor': 4.2.23(@types/node@20.12.8) - '@inquirer/expand': 4.0.23(@types/node@20.12.8) - '@inquirer/input': 4.3.1(@types/node@20.12.8) - '@inquirer/number': 3.0.23(@types/node@20.12.8) - '@inquirer/password': 4.0.23(@types/node@20.12.8) - '@inquirer/rawlist': 4.1.11(@types/node@20.12.8) - '@inquirer/search': 3.2.2(@types/node@20.12.8) - '@inquirer/select': 4.4.2(@types/node@20.12.8) + '@inquirer/prompts@7.9.0(@types/node@24.1.0)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/rawlist@4.1.11(@types/node@20.11.17)': dependencies: @@ -22933,21 +22768,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/rawlist@4.1.11(@types/node@20.12.8)': + '@inquirer/rawlist@4.1.11(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/rawlist@4.1.11(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/search@3.2.2(@types/node@20.11.17)': dependencies: @@ -22958,23 +22785,14 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/search@3.2.2(@types/node@20.12.8)': + '@inquirer/search@3.2.2(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/search@3.2.2(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/select@4.4.2(@types/node@20.11.17)': dependencies: @@ -22986,41 +22804,23 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/select@4.4.2(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/select@4.4.2(@types/node@20.14.5)': + '@inquirer/select@4.4.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 + '@types/node': 24.1.0 '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 - '@inquirer/type@3.0.10(@types/node@20.12.8)': + '@inquirer/type@3.0.10(@types/node@24.1.0)': optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/type@3.0.10(@types/node@20.14.5)': - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@isaacs/balanced-match@4.0.1': {} @@ -23054,7 +22854,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -23067,14 +22867,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23097,21 +22897,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23142,14 +22942,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23172,21 +22972,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23208,13 +23008,12 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -23232,7 +23031,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -23254,7 +23053,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -23326,7 +23125,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -23347,11 +23146,6 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@jridgewell/source-map@0.3.6': - dependencies: - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - '@jridgewell/sourcemap-codec@1.5.5': {} '@jridgewell/trace-mapping@0.3.25': @@ -23369,41 +23163,41 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.3)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) + '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pointer@1.0.2(tslib@2.6.3)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 '@keyv/bigmap@1.3.0(keyv@5.5.5)': dependencies: @@ -23421,20 +23215,26 @@ snapshots: dependencies: '@lezer/common': 1.2.3 - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@inquirer/type': 3.0.10(@types/node@20.11.17) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5)': dependencies: - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) listr2: 9.0.5 transitivePeerDependencies: - '@types/node' @@ -23442,7 +23242,7 @@ snapshots: '@lmdb/lmdb-darwin-arm64@2.8.5': optional: true - '@lmdb/lmdb-darwin-arm64@3.2.6': + '@lmdb/lmdb-darwin-arm64@3.4.2': optional: true '@lmdb/lmdb-darwin-arm64@3.4.3': @@ -23451,7 +23251,7 @@ snapshots: '@lmdb/lmdb-darwin-x64@2.8.5': optional: true - '@lmdb/lmdb-darwin-x64@3.2.6': + '@lmdb/lmdb-darwin-x64@3.4.2': optional: true '@lmdb/lmdb-darwin-x64@3.4.3': @@ -23460,7 +23260,7 @@ snapshots: '@lmdb/lmdb-linux-arm64@2.8.5': optional: true - '@lmdb/lmdb-linux-arm64@3.2.6': + '@lmdb/lmdb-linux-arm64@3.4.2': optional: true '@lmdb/lmdb-linux-arm64@3.4.3': @@ -23469,7 +23269,7 @@ snapshots: '@lmdb/lmdb-linux-arm@2.8.5': optional: true - '@lmdb/lmdb-linux-arm@3.2.6': + '@lmdb/lmdb-linux-arm@3.4.2': optional: true '@lmdb/lmdb-linux-arm@3.4.3': @@ -23478,19 +23278,22 @@ snapshots: '@lmdb/lmdb-linux-x64@2.8.5': optional: true - '@lmdb/lmdb-linux-x64@3.2.6': + '@lmdb/lmdb-linux-x64@3.4.2': optional: true '@lmdb/lmdb-linux-x64@3.4.3': optional: true + '@lmdb/lmdb-win32-arm64@3.4.2': + optional: true + '@lmdb/lmdb-win32-arm64@3.4.3': optional: true '@lmdb/lmdb-win32-x64@2.8.5': optional: true - '@lmdb/lmdb-win32-x64@3.2.6': + '@lmdb/lmdb-win32-x64@3.4.2': optional: true '@lmdb/lmdb-win32-x64@3.4.3': @@ -23530,6 +23333,28 @@ snapshots: - hono - supports-color + '@modelcontextprotocol/sdk@1.26.0(zod@4.1.13)': + dependencies: + '@hono/node-server': 1.19.9(hono@4.11.4) + ajv: 8.17.1 + ajv-formats: 3.0.1(ajv@8.17.1) + content-type: 1.0.5 + cors: 2.8.5 + cross-spawn: 7.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.0.6 + express: 5.2.1 + express-rate-limit: 8.2.1(express@5.2.1) + hono: 4.11.4 + jose: 6.1.3 + json-schema-typed: 8.0.2 + pkce-challenge: 5.0.1 + raw-body: 3.0.2 + zod: 4.1.13 + zod-to-json-schema: 3.25.1(zod@4.1.13) + transitivePeerDependencies: + - supports-color + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': optional: true @@ -23633,17 +23458,11 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@ngtools/webpack@20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3))': dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) '@ngtools/webpack@21.0.3(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: @@ -23669,16 +23488,6 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@npmcli/agent@3.0.0': - dependencies: - agent-base: 7.1.3 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 - lru-cache: 10.4.3 - socks-proxy-agent: 8.0.4 - transitivePeerDependencies: - - supports-color - '@npmcli/agent@4.0.0': dependencies: agent-base: 7.1.3 @@ -23689,25 +23498,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/fs@4.0.0': - dependencies: - semver: 7.7.4 - '@npmcli/fs@5.0.0': dependencies: semver: 7.7.4 - '@npmcli/git@6.0.3': - dependencies: - '@npmcli/promise-spawn': 8.0.2 - ini: 5.0.0 - lru-cache: 10.4.3 - npm-pick-manifest: 10.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - semver: 7.7.4 - which: 5.0.0 - '@npmcli/git@7.0.1': dependencies: '@npmcli/promise-spawn': 9.0.1 @@ -23724,20 +23518,13 @@ snapshots: npm-bundled: 4.0.0 npm-normalize-package-bin: 4.0.0 - '@npmcli/node-gyp@4.0.0': {} + '@npmcli/installed-package-contents@4.0.0': + dependencies: + npm-bundled: 5.0.0 + npm-normalize-package-bin: 5.0.0 '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@6.1.1': - dependencies: - '@npmcli/git': 6.0.3 - glob: 10.5.0 - hosted-git-info: 8.1.0 - json-parse-even-better-errors: 4.0.0 - proc-log: 5.0.0 - semver: 7.7.4 - validate-npm-package-license: 3.0.4 - '@npmcli/package-json@7.0.4': dependencies: '@npmcli/git': 7.0.1 @@ -23756,8 +23543,6 @@ snapshots: dependencies: which: 6.0.0 - '@npmcli/redact@3.2.0': {} - '@npmcli/redact@4.0.0': {} '@npmcli/run-script@10.0.3': @@ -23771,17 +23556,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/run-script@9.1.0': - dependencies: - '@npmcli/node-gyp': 4.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - node-gyp: 11.2.0 - proc-log: 5.0.0 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - '@nrwl/devkit@18.3.5(nx@19.8.14(@swc/core@1.15.3))': dependencies: '@nx/devkit': 18.3.5(nx@19.8.14(@swc/core@1.15.3)) @@ -23836,7 +23610,7 @@ snapshots: '@nrwl/tao@19.8.14(@swc/core@1.15.3)': dependencies: nx: 19.8.14(@swc/core@1.15.3) - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -23859,7 +23633,7 @@ snapshots: nx: 19.8.14(@swc/core@1.15.3) semver: 7.7.3 tmp: 0.2.5 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/devkit@19.8.14(nx@19.8.14(@swc/core@1.15.3))': @@ -23872,7 +23646,7 @@ snapshots: nx: 19.8.14(@swc/core@1.15.3) semver: 7.7.4 tmp: 0.2.5 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/jest@19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.8.14(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': @@ -23891,7 +23665,7 @@ snapshots: minimatch: 9.0.3 resolve.exports: 1.1.0 semver: 7.7.3 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' @@ -23939,7 +23713,7 @@ snapshots: source-map-support: 0.5.19 ts-node: 10.9.1(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -23988,7 +23762,7 @@ snapshots: chalk: 4.1.2 enquirer: 2.3.6 nx: 19.8.14(@swc/core@1.15.3) - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -24902,7 +24676,7 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.22.4': optional: true - '@rollup/rollup-android-arm-eabi@4.34.8': + '@rollup/rollup-android-arm-eabi@4.52.3': optional: true '@rollup/rollup-android-arm-eabi@4.53.3': @@ -24911,7 +24685,7 @@ snapshots: '@rollup/rollup-android-arm64@4.22.4': optional: true - '@rollup/rollup-android-arm64@4.34.8': + '@rollup/rollup-android-arm64@4.52.3': optional: true '@rollup/rollup-android-arm64@4.53.3': @@ -24920,7 +24694,7 @@ snapshots: '@rollup/rollup-darwin-arm64@4.22.4': optional: true - '@rollup/rollup-darwin-arm64@4.34.8': + '@rollup/rollup-darwin-arm64@4.52.3': optional: true '@rollup/rollup-darwin-arm64@4.53.3': @@ -24929,19 +24703,19 @@ snapshots: '@rollup/rollup-darwin-x64@4.22.4': optional: true - '@rollup/rollup-darwin-x64@4.34.8': + '@rollup/rollup-darwin-x64@4.52.3': optional: true '@rollup/rollup-darwin-x64@4.53.3': optional: true - '@rollup/rollup-freebsd-arm64@4.34.8': + '@rollup/rollup-freebsd-arm64@4.52.3': optional: true '@rollup/rollup-freebsd-arm64@4.53.3': optional: true - '@rollup/rollup-freebsd-x64@4.34.8': + '@rollup/rollup-freebsd-x64@4.52.3': optional: true '@rollup/rollup-freebsd-x64@4.53.3': @@ -24950,7 +24724,7 @@ snapshots: '@rollup/rollup-linux-arm-gnueabihf@4.22.4': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.53.3': @@ -24959,7 +24733,7 @@ snapshots: '@rollup/rollup-linux-arm-musleabihf@4.22.4': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.34.8': + '@rollup/rollup-linux-arm-musleabihf@4.52.3': optional: true '@rollup/rollup-linux-arm-musleabihf@4.53.3': @@ -24968,7 +24742,7 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-arm64-gnu@4.34.8': + '@rollup/rollup-linux-arm64-gnu@4.52.3': optional: true '@rollup/rollup-linux-arm64-gnu@4.53.3': @@ -24977,22 +24751,22 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.22.4': optional: true - '@rollup/rollup-linux-arm64-musl@4.34.8': + '@rollup/rollup-linux-arm64-musl@4.52.3': optional: true '@rollup/rollup-linux-arm64-musl@4.53.3': optional: true - '@rollup/rollup-linux-loong64-gnu@4.53.3': + '@rollup/rollup-linux-loong64-gnu@4.52.3': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': + '@rollup/rollup-linux-loong64-gnu@4.53.3': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': + '@rollup/rollup-linux-ppc64-gnu@4.52.3': optional: true '@rollup/rollup-linux-ppc64-gnu@4.53.3': @@ -25001,19 +24775,22 @@ snapshots: '@rollup/rollup-linux-riscv64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.34.8': + '@rollup/rollup-linux-riscv64-gnu@4.52.3': optional: true '@rollup/rollup-linux-riscv64-gnu@4.53.3': optional: true + '@rollup/rollup-linux-riscv64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.53.3': optional: true '@rollup/rollup-linux-s390x-gnu@4.22.4': optional: true - '@rollup/rollup-linux-s390x-gnu@4.34.8': + '@rollup/rollup-linux-s390x-gnu@4.52.3': optional: true '@rollup/rollup-linux-s390x-gnu@4.53.3': @@ -25022,7 +24799,7 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-x64-gnu@4.34.8': + '@rollup/rollup-linux-x64-gnu@4.52.3': optional: true '@rollup/rollup-linux-x64-gnu@4.53.3': @@ -25031,19 +24808,22 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.22.4': optional: true - '@rollup/rollup-linux-x64-musl@4.34.8': + '@rollup/rollup-linux-x64-musl@4.52.3': optional: true '@rollup/rollup-linux-x64-musl@4.53.3': optional: true + '@rollup/rollup-openharmony-arm64@4.52.3': + optional: true + '@rollup/rollup-openharmony-arm64@4.53.3': optional: true '@rollup/rollup-win32-arm64-msvc@4.22.4': optional: true - '@rollup/rollup-win32-arm64-msvc@4.34.8': + '@rollup/rollup-win32-arm64-msvc@4.52.3': optional: true '@rollup/rollup-win32-arm64-msvc@4.53.3': @@ -25052,19 +24832,22 @@ snapshots: '@rollup/rollup-win32-ia32-msvc@4.22.4': optional: true - '@rollup/rollup-win32-ia32-msvc@4.34.8': + '@rollup/rollup-win32-ia32-msvc@4.52.3': optional: true '@rollup/rollup-win32-ia32-msvc@4.53.3': optional: true + '@rollup/rollup-win32-x64-gnu@4.52.3': + optional: true + '@rollup/rollup-win32-x64-gnu@4.53.3': optional: true '@rollup/rollup-win32-x64-msvc@4.22.4': optional: true - '@rollup/rollup-win32-x64-msvc@4.34.8': + '@rollup/rollup-win32-x64-msvc@4.52.3': optional: true '@rollup/rollup-win32-x64-msvc@4.53.3': @@ -25086,10 +24869,10 @@ snapshots: transitivePeerDependencies: - chokidar - '@schematics/angular@19.2.19(chokidar@4.0.1)': + '@schematics/angular@20.3.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -25102,33 +24885,14 @@ snapshots: transitivePeerDependencies: - chokidar - '@sigstore/bundle@3.1.0': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/bundle@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@2.0.0': {} - '@sigstore/core@3.0.0': {} - '@sigstore/protobuf-specs@0.4.1': {} - '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@3.1.0': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - make-fetch-happen: 14.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/sign@4.0.1': dependencies: '@sigstore/bundle': 4.0.0 @@ -25140,13 +24904,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/tuf@3.1.1': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - tuf-js: 3.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/tuf@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 @@ -25154,12 +24911,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/verify@2.1.1': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/verify@3.0.0': dependencies: '@sigstore/bundle': 4.0.0 @@ -25168,8 +24919,6 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@sindresorhus/merge-streams@2.3.0': {} - '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -25198,10 +24947,10 @@ snapshots: '@standard-schema/spec@1.0.0': {} - '@storybook/addon-docs@10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/addon-docs@10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.0.0)(react@18.0.0) - '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/icons': 2.0.1(react-dom@18.0.0(react@18.0.0))(react@18.0.0) '@storybook/react-dom-shim': 10.1.9(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) react: 18.0.0 @@ -25231,10 +24980,10 @@ snapshots: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) - '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.1 css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) @@ -25266,14 +25015,14 @@ snapshots: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) ts-dedent: 2.2.0 - '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) unplugin: 2.3.11 optionalDependencies: esbuild: 0.26.0 rollup: 4.53.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) '@storybook/global@5.0.0': {} @@ -25314,7 +25063,7 @@ snapshots: flat-cache: 3.2.0 micromatch: 4.0.8 react-docgen-typescript: 2.2.2(typescript@5.9.3) - tslib: 2.6.3 + tslib: 2.8.1 typescript: 5.9.3 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) transitivePeerDependencies: @@ -25326,9 +25075,9 @@ snapshots: react-dom: 18.0.0(react@18.0.0) storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) - '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: - '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3) '@storybook/react': 10.1.9(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3) react: 18.0.0 @@ -25444,7 +25193,7 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: - '@babel/code-frame': 7.27.1 + '@babel/code-frame': 7.29.0 '@babel/runtime': 7.28.6 '@types/aria-query': 5.0.4 aria-query: 5.1.3 @@ -25500,11 +25249,6 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@3.0.1': - dependencies: - '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.5 - '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 @@ -25512,12 +25256,12 @@ snapshots: '@tybys/wasm-util@0.10.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@types/aria-query@5.0.4': {} @@ -25545,11 +25289,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/chai@5.2.3': dependencies: @@ -25558,27 +25302,27 @@ snapshots: '@types/cheerio@0.22.35': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/clean-css@4.2.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 source-map: 0.6.1 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.1 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/debug@4.1.12': dependencies: @@ -25627,14 +25371,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -25660,16 +25404,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/hast@2.3.10': dependencies: @@ -25681,7 +25425,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/istanbul-lib-coverage@2.0.6': {} @@ -25693,10 +25437,10 @@ snapshots: dependencies: '@types/istanbul-lib-report': 3.0.3 - '@types/jasmine@2.8.24': {} - '@types/jasmine@5.1.4': {} + '@types/jasmine@6.0.0': {} + '@types/jest@29.5.14': dependencies: expect: 29.7.0 @@ -25708,7 +25452,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -25718,7 +25462,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/lodash@4.17.23': {} @@ -25740,12 +25484,12 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 form-data: 4.0.5 '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/node@18.19.130': dependencies: @@ -25767,6 +25511,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@24.1.0': + dependencies: + undici-types: 7.8.0 + '@types/normalize-package-data@2.4.4': {} '@types/normalize-path@3.0.2': {} @@ -25830,7 +25578,7 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/resolve@1.20.2': {} @@ -25845,7 +25593,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/serve-index@1.9.4': dependencies: @@ -25854,30 +25602,30 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/stack-utils@2.0.3': {} '@types/tar-fs@2.0.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tar-stream': 3.1.3 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie@4.0.5': {} @@ -25893,11 +25641,11 @@ snapshots: '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/ws@8.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs-parser@21.0.3': {} @@ -25907,7 +25655,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 optional: true '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.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)': @@ -25946,19 +25694,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/scope-manager': 8.52.0 - '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26036,15 +25784,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26069,12 +25817,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.52.0(typescript@5.5.4)': + '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 debug: 4.4.3 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26111,9 +25859,9 @@ snapshots: dependencies: typescript: 4.9.5 - '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.5.4)': + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.8.3)': dependencies: - typescript: 5.5.4 + typescript: 5.8.3 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': dependencies: @@ -26143,15 +25891,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26265,18 +26013,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.52.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/project-service': 8.52.0(typescript@5.5.4) - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/project-service': 8.52.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.5 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26346,14 +26094,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26392,32 +26140,37 @@ snapshots: '@typescript-eslint/types': 8.52.0 eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': + dependencies: + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) + optional: true - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': dependencies: - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.6 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.6) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.6) '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) vue: 3.5.13(typescript@5.8.3) '@vitest/expect@3.2.4': @@ -26428,13 +26181,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.19 optionalDependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) '@vitest/pretty-format@3.2.4': dependencies: @@ -26831,7 +26584,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: js-yaml: 3.14.2 - tslib: 2.6.3 + tslib: 2.8.1 '@zkochan/js-yaml@0.0.7': dependencies: @@ -26848,8 +26601,6 @@ snapshots: abbrev@2.0.0: {} - abbrev@3.0.1: {} - abbrev@4.0.0: {} abort-controller@3.0.0: @@ -26988,6 +26739,23 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + algoliasearch@5.35.0: + dependencies: + '@algolia/abtesting': 1.1.0 + '@algolia/client-abtesting': 5.35.0 + '@algolia/client-analytics': 5.35.0 + '@algolia/client-common': 5.35.0 + '@algolia/client-insights': 5.35.0 + '@algolia/client-personalization': 5.35.0 + '@algolia/client-query-suggestions': 5.35.0 + '@algolia/client-search': 5.35.0 + '@algolia/ingestion': 1.35.0 + '@algolia/monitoring': 1.35.0 + '@algolia/recommend': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + algoliasearch@5.40.1: dependencies: '@algolia/abtesting': 1.6.1 @@ -27358,7 +27126,7 @@ snapshots: ast-types@0.13.4: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 ast-types@0.14.2: dependencies: @@ -27366,7 +27134,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 astral-regex@2.0.0: {} @@ -27397,16 +27165,6 @@ snapshots: atob@2.1.2: {} - autoprefixer@10.4.20(postcss@8.5.2): - dependencies: - browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.5.2 - postcss-value-parser: 4.2.0 - autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 @@ -27537,19 +27295,18 @@ snapshots: transitivePeerDependencies: - supports-color + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)): + dependencies: + '@babel/core': 7.28.3 + find-up: 5.0.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + babel-loader@10.0.0(@babel/core@7.28.4)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@babel/core': 7.28.4 find-up: 5.0.0 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@babel/core': 7.26.10 - find-cache-dir: 4.0.0 - schema-utils: 4.3.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - babel-messages@6.23.0: dependencies: babel-runtime: 6.26.0 @@ -27584,7 +27341,7 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: - '@babel/template': 7.27.2 + '@babel/template': 7.28.6 '@babel/types': 7.28.6 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 @@ -27610,11 +27367,11 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.26.10): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.3): dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -27637,10 +27394,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.10): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 transitivePeerDependencies: - supports-color @@ -27676,10 +27433,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.26.10): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -27743,7 +27500,7 @@ snapshots: '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.6) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.6) '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.6) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.6) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.6) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.6) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.6) @@ -27875,8 +27632,6 @@ snapshots: mixin-deep: 1.3.2 pascalcase: 0.1.1 - baseline-browser-mapping@2.8.30: {} - baseline-browser-mapping@2.9.13: {} basic-auth@2.0.1: @@ -27891,17 +27646,6 @@ snapshots: dependencies: tweetnacl: 0.14.5 - beasties@0.3.2: - dependencies: - css-select: 5.1.0 - css-what: 6.1.0 - dom-serializer: 2.0.0 - domhandler: 5.0.3 - htmlparser2: 10.0.0 - picocolors: 1.1.1 - postcss: 8.5.6 - postcss-media-query-parser: 0.2.3 - beasties@0.3.5: dependencies: css-select: 6.0.0 @@ -28118,11 +27862,11 @@ snapshots: browserslist@4.28.0: dependencies: - baseline-browser-mapping: 2.8.30 - caniuse-lite: 1.0.30001756 - electron-to-chromium: 1.5.259 + baseline-browser-mapping: 2.9.13 + caniuse-lite: 1.0.30001763 + electron-to-chromium: 1.5.267 node-releases: 2.0.27 - update-browserslist-db: 1.1.4(browserslist@4.28.0) + update-browserslist-db: 1.2.3(browserslist@4.28.0) browserslist@4.28.1: dependencies: @@ -28183,21 +27927,6 @@ snapshots: bytestreamjs@2.0.1: {} - cacache@19.0.1: - dependencies: - '@npmcli/fs': 4.0.0 - fs-minipass: 3.0.3 - glob: 10.5.0 - lru-cache: 10.4.3 - minipass: 7.1.2 - minipass-collect: 2.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 7.0.3 - ssri: 12.0.0 - tar: 7.5.2 - unique-filename: 4.0.0 - cacache@20.0.3: dependencies: '@npmcli/fs': 5.0.0 @@ -28273,7 +28002,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.8.1 camelcase-keys@7.0.2: dependencies: @@ -28608,10 +28337,10 @@ snapshots: code-point-at@1.1.0: {} - codelyzer@6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)): + codelyzer@6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)): dependencies: - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -28623,7 +28352,7 @@ snapshots: source-map: 0.5.7 sprintf-js: 1.1.3 tslib: 1.14.1 - tslint: 6.1.3(typescript@5.5.4) + tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 codelyzer@6.0.2(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): @@ -28726,6 +28455,8 @@ snapshots: commander@13.1.0: {} + commander@14.0.3: {} + commander@2.11.0: {} commander@2.16.0: {} @@ -28849,24 +28580,23 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: - fast-glob: 3.3.3 glob-parent: 6.0.2 - globby: 14.1.0 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + tinyglobby: 0.2.15 + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 tinyglobby: 0.2.15 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) core-js-compat@3.45.1: dependencies: @@ -28931,15 +28661,6 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.0(typescript@5.5.4): - dependencies: - env-paths: 2.2.1 - import-fresh: 3.3.1 - js-yaml: 4.1.0 - parse-json: 5.2.0 - optionalDependencies: - typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 @@ -29017,29 +28738,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29064,13 +28769,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29079,13 +28784,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29093,7 +28798,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true create-require@1.1.1: {} @@ -29163,7 +28867,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) css-loader@7.1.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -29191,7 +28895,7 @@ snapshots: optionalDependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - css-loader@7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29202,7 +28906,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) css-select@4.3.0: dependencies: @@ -29212,14 +28916,6 @@ snapshots: domutils: 2.8.0 nth-check: 2.1.1 - css-select@5.1.0: - dependencies: - boolbase: 1.0.0 - css-what: 6.1.0 - domhandler: 5.0.3 - domutils: 3.2.2 - nth-check: 2.1.1 - css-select@6.0.0: dependencies: boolbase: 1.0.0 @@ -29776,7 +29472,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 dot@1.1.3: {} @@ -29845,8 +29541,6 @@ snapshots: dependencies: jake: 10.9.2 - electron-to-chromium@1.5.259: {} - electron-to-chromium@1.5.267: {} elegant-spinner@1.0.1: {} @@ -29902,7 +29596,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.12.8 + '@types/node': 24.1.0 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -30312,7 +30006,7 @@ snapshots: esbuild-sunos-64@0.14.54: optional: true - esbuild-wasm@0.25.4: {} + esbuild-wasm@0.25.9: {} esbuild-wasm@0.26.0: {} @@ -30403,33 +30097,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.0 '@esbuild/win32-x64': 0.25.0 - esbuild@0.25.4: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.4 - '@esbuild/android-arm': 0.25.4 - '@esbuild/android-arm64': 0.25.4 - '@esbuild/android-x64': 0.25.4 - '@esbuild/darwin-arm64': 0.25.4 - '@esbuild/darwin-x64': 0.25.4 - '@esbuild/freebsd-arm64': 0.25.4 - '@esbuild/freebsd-x64': 0.25.4 - '@esbuild/linux-arm': 0.25.4 - '@esbuild/linux-arm64': 0.25.4 - '@esbuild/linux-ia32': 0.25.4 - '@esbuild/linux-loong64': 0.25.4 - '@esbuild/linux-mips64el': 0.25.4 - '@esbuild/linux-ppc64': 0.25.4 - '@esbuild/linux-riscv64': 0.25.4 - '@esbuild/linux-s390x': 0.25.4 - '@esbuild/linux-x64': 0.25.4 - '@esbuild/netbsd-arm64': 0.25.4 - '@esbuild/netbsd-x64': 0.25.4 - '@esbuild/openbsd-arm64': 0.25.4 - '@esbuild/openbsd-x64': 0.25.4 - '@esbuild/sunos-x64': 0.25.4 - '@esbuild/win32-arm64': 0.25.4 - '@esbuild/win32-ia32': 0.25.4 - '@esbuild/win32-x64': 0.25.4 + esbuild@0.25.9: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 esbuild@0.26.0: optionalDependencies: @@ -30519,28 +30214,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(4favskg7c6uhgkqsp35iqbuplm): + eslint-config-devextreme@0.2.0(3xms7orqommrlrwsknoqxfp64m): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(25phdv4sxlu3uhzphy5grhpldy): + eslint-config-devextreme@1.1.9(6g7frvhnjzdtvxjkdtza3bww3y): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30548,18 +30243,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 15.11.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(3l44khfxars5oaoo2ksyjkoa4a): + eslint-config-devextreme@1.1.9(7bgncqdqrzvv4ytf46hjbn5coq): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30567,18 +30262,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.2(jiti@2.6.1))) stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(7fkfr3xve5midkqv6g5rxdzzk4): + eslint-config-devextreme@1.1.9(bitqzzqqsw43uf73pqv73wgeui): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30586,18 +30281,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(b7idwjwdgm6h2lc5472mrbqunm): + eslint-config-devextreme@1.1.9(fni63whxfljhgptjnzuezvnhnu): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30605,7 +30300,7 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.2(jiti@2.6.1))) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) @@ -30628,33 +30323,14 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(ln376di5ewvicttjlsrm7scmam): - dependencies: - '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) - eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-react: 7.37.5(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-rulesdir: 0.2.2 - eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 15.11.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - - eslint-config-devextreme@1.1.9(yh5q5cu7mz6qa6tqcjidnhbvuy): + eslint-config-devextreme@1.1.9(letdx6silmjainlcuokrs4nkbe): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30666,14 +30342,14 @@ snapshots: stylelint: 16.22.0(typescript@5.9.3) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(zre65pna2rodsxxw2y3psxlfhi): + eslint-config-devextreme@1.1.9(ucyfgsqiaef2dr4ie5i7nqr324): dependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30681,9 +30357,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) eslint-import-resolver-node@0.3.9: dependencies: @@ -30703,11 +30379,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -30771,7 +30447,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -30782,7 +30458,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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.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 @@ -30794,7 +30470,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -30844,57 +30520,46 @@ snapshots: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): - dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - eslint: 9.39.2(jiti@2.6.1) - optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - transitivePeerDependencies: - - supports-color - - typescript - - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(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.52.0(@typescript-eslint/parser@8.52.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: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(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.52.0(@typescript-eslint/parser@8.52.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: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript @@ -31064,7 +30729,7 @@ snapshots: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) eslint: 9.39.2(jiti@2.6.1) @@ -31076,7 +30741,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.4.0(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.4.0(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: @@ -31409,6 +31074,11 @@ snapshots: dependencies: express: 5.2.1 + express-rate-limit@8.2.1(express@5.2.1): + dependencies: + express: 5.2.1 + ip-address: 10.0.1 + express@4.22.1: dependencies: accepts: 1.3.8 @@ -31721,10 +31391,10 @@ snapshots: make-dir: 3.1.0 pkg-dir: 4.2.0 - find-cache-dir@4.0.0: + find-cache-directory@6.0.0: dependencies: common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 + pkg-dir: 8.0.0 find-up-simple@1.0.1: {} @@ -31747,11 +31417,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@6.3.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - findup-sync@2.0.0: dependencies: detect-file: 1.0.0 @@ -32132,9 +31797,9 @@ snapshots: normalize-path: 3.0.0 streamx: 2.22.0 - glob-to-regex.js@1.2.0(tslib@2.6.3): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -32268,15 +31933,6 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 - globby@14.1.0: - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.3 - ignore: 7.0.5 - path-type: 6.0.0 - slash: 5.1.0 - unicorn-magic: 0.3.0 - globby@5.0.0: dependencies: array-union: 1.0.2 @@ -32856,10 +32512,6 @@ snapshots: dependencies: lru-cache: 10.4.3 - hosted-git-info@8.1.0: - dependencies: - lru-cache: 10.4.3 - hosted-git-info@9.0.2: dependencies: lru-cache: 11.2.4 @@ -32955,18 +32607,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3) - optional: true - - html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@types/html-minifier-terser': 6.1.0 - html-minifier-terser: 6.1.0 - lodash: 4.17.23 - pretty-error: 4.0.0 - tapable: 2.3.0 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optional: true html2canvas@1.4.1: @@ -33177,10 +32818,6 @@ snapshots: ieee754@1.2.1: {} - ignore-walk@7.0.0: - dependencies: - minimatch: 9.0.5 - ignore-walk@8.0.0: dependencies: minimatch: 10.1.1 @@ -33263,7 +32900,7 @@ snapshots: injection-js@2.4.0: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 inline-source-map@0.6.3: dependencies: @@ -33314,6 +32951,8 @@ snapshots: iobuffer@5.4.0: {} + ip-address@10.0.1: {} + ip-address@9.0.5: dependencies: jsbn: 1.1.0 @@ -33400,10 +33039,6 @@ snapshots: dependencies: ci-info: 1.6.0 - is-core-module@2.15.1: - dependencies: - hasown: 2.0.2 - is-core-module@2.16.1: dependencies: hasown: 2.0.2 @@ -33653,6 +33288,8 @@ snapshots: is-unicode-supported@0.1.0: {} + is-unicode-supported@1.3.0: {} + is-unicode-supported@2.1.0: {} is-url-superb@4.0.0: {} @@ -33812,7 +33449,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -33874,38 +33511,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - exit: 0.1.2 - import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -33939,16 +33554,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -33960,16 +33575,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -33980,7 +33595,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jest-config@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: @@ -34044,7 +33658,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34070,13 +33684,13 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34101,14 +33715,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 20.12.8 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34133,76 +33746,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - optional: true - - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34227,14 +33777,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34259,13 +33809,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34290,12 +33840,11 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.14.5 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true jest-diff@29.7.0: dependencies: @@ -34346,7 +33895,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.12.8 + '@types/node': 24.1.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -34372,7 +33921,7 @@ snapshots: jest-message-util@29.7.0: dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -34385,7 +33934,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -34420,7 +33969,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -34448,7 +33997,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -34494,7 +34043,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -34513,7 +34062,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -34522,13 +34071,13 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -34561,27 +34110,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/types': 29.6.3 - import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34605,12 +34139,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34619,12 +34153,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34632,7 +34166,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jiti@1.21.6: {} @@ -34728,8 +34261,6 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@4.0.0: {} - json-parse-even-better-errors@5.0.0: {} json-schema-traverse@0.4.1: {} @@ -34850,7 +34381,7 @@ snapshots: dependencies: glob: 7.2.3 minimatch: 9.0.5 - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-merge: 4.2.2 karma@6.4.4: @@ -34960,11 +34491,11 @@ snapshots: lead@4.0.0: {} - less-loader@12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)): dependencies: - less: 4.2.2 + less: 4.4.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) less-loader@12.3.0(less@4.4.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -34972,11 +34503,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - less@4.2.2: + less@4.4.0: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -34990,7 +34521,7 @@ snapshots: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35013,11 +34544,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - license-webpack-plugin@4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)): dependencies: webpack-sources: 3.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) lie@3.3.0: dependencies: @@ -35122,7 +34653,7 @@ snapshots: optionalDependencies: enquirer: 2.4.1 - listr2@8.2.5: + listr2@9.0.1: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 @@ -35155,7 +34686,7 @@ snapshots: '@lmdb/lmdb-linux-x64': 2.8.5 '@lmdb/lmdb-win32-x64': 2.8.5 - lmdb@3.2.6: + lmdb@3.4.2: dependencies: msgpackr: 1.11.2 node-addon-api: 6.1.0 @@ -35163,12 +34694,13 @@ snapshots: ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 3.2.6 - '@lmdb/lmdb-darwin-x64': 3.2.6 - '@lmdb/lmdb-linux-arm': 3.2.6 - '@lmdb/lmdb-linux-arm64': 3.2.6 - '@lmdb/lmdb-linux-x64': 3.2.6 - '@lmdb/lmdb-win32-x64': 3.2.6 + '@lmdb/lmdb-darwin-arm64': 3.4.2 + '@lmdb/lmdb-darwin-x64': 3.4.2 + '@lmdb/lmdb-linux-arm': 3.4.2 + '@lmdb/lmdb-linux-arm64': 3.4.2 + '@lmdb/lmdb-linux-x64': 3.4.2 + '@lmdb/lmdb-win32-arm64': 3.4.2 + '@lmdb/lmdb-win32-x64': 3.4.2 optional: true lmdb@3.4.3: @@ -35225,10 +34757,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash._reinterpolate@3.0.0: {} lodash.clone@4.5.0: {} @@ -35287,6 +34815,11 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 + log-symbols@6.0.0: + dependencies: + chalk: 5.6.2 + is-unicode-supported: 1.3.0 + log-symbols@7.0.1: dependencies: is-unicode-supported: 2.1.0 @@ -35362,7 +34895,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 lru-cache@10.4.3: {} @@ -35409,6 +34942,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + make-dir@2.1.0: dependencies: pify: 4.0.1 @@ -35425,22 +34962,6 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@14.0.3: - dependencies: - '@npmcli/agent': 3.0.0 - cacache: 19.0.1 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 1.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - ssri: 12.0.0 - transitivePeerDependencies: - - supports-color - make-fetch-happen@15.0.3: dependencies: '@npmcli/agent': 4.0.0 @@ -35574,12 +35095,12 @@ snapshots: memfs@4.51.1: dependencies: - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 memory-fs@0.5.0: dependencies: @@ -35829,17 +35350,17 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) minimalistic-assert@1.0.1: {} @@ -35885,14 +35406,6 @@ snapshots: dependencies: minipass: 7.1.2 - minipass-fetch@4.0.1: - dependencies: - minipass: 7.1.2 - minipass-sized: 1.0.3 - minizlib: 3.1.0 - optionalDependencies: - encoding: 0.1.13 - minipass-fetch@5.0.0: dependencies: minipass: 7.1.2 @@ -36032,8 +35545,6 @@ snapshots: mute-stdout@1.0.1: {} - mute-stream@1.0.0: {} - mute-stream@2.0.0: {} mylas@2.1.13: {} @@ -36099,9 +35610,9 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4): + ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 @@ -36122,65 +35633,67 @@ snapshots: postcss: 8.5.6 rxjs: 7.8.2 sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.5.4 + tslib: 2.8.1 + typescript: 4.9.5 optionalDependencies: rollup: 4.53.3 - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 + ora: 8.2.0 + piscina: 5.1.3 postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.6.3 typescript: 5.8.3 optionalDependencies: rollup: 4.53.3 optional: true - ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.53.3) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 + ora: 8.2.0 + piscina: 5.1.3 postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 4.9.5 + typescript: 5.8.3 optionalDependencies: rollup: 4.53.3 @@ -36197,7 +35710,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.8.1 node-abort-controller@3.1.1: {} @@ -36224,21 +35737,6 @@ snapshots: detect-libc: 2.0.3 optional: true - node-gyp@11.2.0: - dependencies: - env-paths: 2.2.1 - exponential-backoff: 3.1.1 - graceful-fs: 4.2.11 - make-fetch-happen: 14.0.3 - nopt: 8.1.0 - proc-log: 5.0.0 - semver: 7.7.4 - tar: 7.5.2 - tinyglobby: 0.2.15 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - node-gyp@12.1.0: dependencies: env-paths: 2.2.1 @@ -36301,10 +35799,6 @@ snapshots: dependencies: abbrev: 2.0.0 - nopt@8.1.0: - dependencies: - abbrev: 3.0.1 - nopt@9.0.0: dependencies: abbrev: 4.0.0 @@ -36343,9 +35837,9 @@ snapshots: dependencies: npm-normalize-package-bin: 4.0.0 - npm-install-checks@7.1.1: + npm-bundled@5.0.0: dependencies: - semver: 7.7.4 + npm-normalize-package-bin: 5.0.0 npm-install-checks@8.0.0: dependencies: @@ -36362,9 +35856,9 @@ snapshots: semver: 7.7.4 validate-npm-package-name: 5.0.1 - npm-package-arg@12.0.2: + npm-package-arg@13.0.0: dependencies: - hosted-git-info: 8.1.0 + hosted-git-info: 9.0.2 proc-log: 5.0.0 semver: 7.7.4 validate-npm-package-name: 6.0.0 @@ -36381,17 +35875,6 @@ snapshots: ignore-walk: 8.0.0 proc-log: 6.1.0 - npm-packlist@9.0.0: - dependencies: - ignore-walk: 7.0.0 - - npm-pick-manifest@10.0.0: - dependencies: - npm-install-checks: 7.1.1 - npm-normalize-package-bin: 4.0.0 - npm-package-arg: 12.0.2 - semver: 7.7.4 - npm-pick-manifest@11.0.3: dependencies: npm-install-checks: 8.0.0 @@ -36399,19 +35882,6 @@ snapshots: npm-package-arg: 13.0.1 semver: 7.7.4 - npm-registry-fetch@18.0.2: - dependencies: - '@npmcli/redact': 3.2.0 - jsonparse: 1.3.1 - make-fetch-happen: 14.0.3 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minizlib: 3.1.0 - npm-package-arg: 12.0.2 - proc-log: 5.0.0 - transitivePeerDependencies: - - supports-color - npm-registry-fetch@19.1.1: dependencies: '@npmcli/redact': 4.0.0 @@ -36505,7 +35975,7 @@ snapshots: tar-stream: 2.2.0 tmp: 0.2.5 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: @@ -36671,13 +36141,6 @@ snapshots: dependencies: mimic-function: 5.0.1 - open@10.1.0: - dependencies: - default-browser: 5.2.1 - define-lazy-prop: 3.0.0 - is-inside-container: 1.0.0 - is-wsl: 3.1.0 - open@10.2.0: dependencies: default-browser: 5.2.1 @@ -36760,6 +36223,18 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@8.2.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 2.9.2 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 6.0.0 + stdin-discarder: 0.2.2 + string-width: 7.2.0 + strip-ansi: 7.1.2 + ora@9.0.0: dependencies: chalk: 5.6.2 @@ -36808,10 +36283,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@3.0.0: dependencies: p-limit: 2.3.0 @@ -36824,10 +36295,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map@1.2.0: {} p-map@3.0.0: @@ -36864,34 +36331,34 @@ snapshots: package-json-from-dist@1.0.1: {} - pacote@20.0.0: + pacote@21.0.3: dependencies: - '@npmcli/git': 6.0.3 + '@npmcli/git': 7.0.1 '@npmcli/installed-package-contents': 3.0.0 - '@npmcli/package-json': 6.1.1 + '@npmcli/package-json': 7.0.4 '@npmcli/promise-spawn': 8.0.2 - '@npmcli/run-script': 9.1.0 - cacache: 19.0.1 + '@npmcli/run-script': 10.0.3 + cacache: 20.0.3 fs-minipass: 3.0.3 minipass: 7.1.2 - npm-package-arg: 12.0.2 - npm-packlist: 9.0.0 - npm-pick-manifest: 10.0.0 - npm-registry-fetch: 18.0.2 + npm-package-arg: 13.0.1 + npm-packlist: 10.0.3 + npm-pick-manifest: 11.0.3 + npm-registry-fetch: 19.1.1 proc-log: 5.0.0 promise-retry: 2.0.1 - sigstore: 3.1.0 + sigstore: 4.0.0 ssri: 12.0.0 - tar: 6.2.1 + tar: 7.5.2 transitivePeerDependencies: - supports-color - pacote@21.0.3: + pacote@21.0.4: dependencies: '@npmcli/git': 7.0.1 - '@npmcli/installed-package-contents': 3.0.0 + '@npmcli/installed-package-contents': 4.0.0 '@npmcli/package-json': 7.0.4 - '@npmcli/promise-spawn': 8.0.2 + '@npmcli/promise-spawn': 9.0.1 '@npmcli/run-script': 10.0.3 cacache: 20.0.3 fs-minipass: 3.0.3 @@ -36900,10 +36367,10 @@ snapshots: npm-packlist: 10.0.3 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 - proc-log: 5.0.0 + proc-log: 6.1.0 promise-retry: 2.0.1 sigstore: 4.0.0 - ssri: 12.0.0 + ssri: 13.0.0 tar: 7.5.2 transitivePeerDependencies: - supports-color @@ -36915,7 +36382,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 parcel@2.16.3: dependencies: @@ -36980,7 +36447,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -36989,12 +36456,6 @@ snapshots: parse-passwd@1.0.0: {} - parse5-html-rewriting-stream@7.0.0: - dependencies: - entities: 4.5.0 - parse5: 7.2.1 - parse5-sax-parser: 7.0.0 - parse5-html-rewriting-stream@8.0.0: dependencies: entities: 6.0.0 @@ -37005,10 +36466,6 @@ snapshots: dependencies: parse5: 6.0.1 - parse5-sax-parser@7.0.0: - dependencies: - parse5: 7.2.1 - parse5-sax-parser@8.0.0: dependencies: parse5: 8.0.0 @@ -37032,7 +36489,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 pascalcase@0.1.1: {} @@ -37048,8 +36505,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-is-inside@1.0.2: {} @@ -37092,8 +36547,6 @@ snapshots: path-type@4.0.0: {} - path-type@6.0.0: {} - pathval@1.1.1: {} pathval@2.0.1: {} @@ -37119,8 +36572,6 @@ snapshots: picomatch@2.3.1: {} - picomatch@4.0.2: {} - picomatch@4.0.3: {} pidtree@0.5.0: {} @@ -37162,9 +36613,9 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-dir@7.0.0: + pkg-dir@8.0.0: dependencies: - find-up: 6.3.0 + find-up-simple: 1.0.1 pkg-up@3.1.0: dependencies: @@ -37231,25 +36682,14 @@ snapshots: postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - cosmiconfig: 9.0.0(typescript@5.5.4) - jiti: 1.21.6 - postcss: 8.5.2 - semver: 7.7.4 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - transitivePeerDependencies: - - typescript - - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.6 - postcss: 8.5.2 + postcss: 8.5.6 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - typescript @@ -37274,13 +36714,13 @@ snapshots: dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 - postcss-selector-parser: 7.0.0 + postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 postcss-modules-scope@3.2.1(postcss@8.4.38): dependencies: postcss: 8.4.38 - postcss-selector-parser: 7.0.0 + postcss-selector-parser: 7.1.1 postcss-modules-values@4.0.0(postcss@8.4.38): dependencies: @@ -37331,12 +36771,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.2: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -37527,11 +36961,11 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.6.1(typescript@5.5.4): + puppeteer@23.6.1(typescript@5.8.3): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 typed-query-selector: 2.12.0 @@ -38178,7 +37612,7 @@ snapshots: resolve@1.22.8: dependencies: - is-core-module: 2.15.1 + is-core-module: 2.16.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -38248,6 +37682,14 @@ snapshots: '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.47 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.47 + rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.8.3): + dependencies: + magic-string: 0.30.21 + rollup: 4.53.3 + typescript: 5.8.3 + optionalDependencies: + '@babel/code-frame': 7.29.0 + rollup@4.22.4: dependencies: '@types/estree': 1.0.5 @@ -38270,29 +37712,32 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.22.4 fsevents: 2.3.3 - rollup@4.34.8: + rollup@4.52.3: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.34.8 - '@rollup/rollup-android-arm64': 4.34.8 - '@rollup/rollup-darwin-arm64': 4.34.8 - '@rollup/rollup-darwin-x64': 4.34.8 - '@rollup/rollup-freebsd-arm64': 4.34.8 - '@rollup/rollup-freebsd-x64': 4.34.8 - '@rollup/rollup-linux-arm-gnueabihf': 4.34.8 - '@rollup/rollup-linux-arm-musleabihf': 4.34.8 - '@rollup/rollup-linux-arm64-gnu': 4.34.8 - '@rollup/rollup-linux-arm64-musl': 4.34.8 - '@rollup/rollup-linux-loongarch64-gnu': 4.34.8 - '@rollup/rollup-linux-powerpc64le-gnu': 4.34.8 - '@rollup/rollup-linux-riscv64-gnu': 4.34.8 - '@rollup/rollup-linux-s390x-gnu': 4.34.8 - '@rollup/rollup-linux-x64-gnu': 4.34.8 - '@rollup/rollup-linux-x64-musl': 4.34.8 - '@rollup/rollup-win32-arm64-msvc': 4.34.8 - '@rollup/rollup-win32-ia32-msvc': 4.34.8 - '@rollup/rollup-win32-x64-msvc': 4.34.8 + '@rollup/rollup-android-arm-eabi': 4.52.3 + '@rollup/rollup-android-arm64': 4.52.3 + '@rollup/rollup-darwin-arm64': 4.52.3 + '@rollup/rollup-darwin-x64': 4.52.3 + '@rollup/rollup-freebsd-arm64': 4.52.3 + '@rollup/rollup-freebsd-x64': 4.52.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.52.3 + '@rollup/rollup-linux-arm-musleabihf': 4.52.3 + '@rollup/rollup-linux-arm64-gnu': 4.52.3 + '@rollup/rollup-linux-arm64-musl': 4.52.3 + '@rollup/rollup-linux-loong64-gnu': 4.52.3 + '@rollup/rollup-linux-ppc64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-musl': 4.52.3 + '@rollup/rollup-linux-s390x-gnu': 4.52.3 + '@rollup/rollup-linux-x64-gnu': 4.52.3 + '@rollup/rollup-linux-x64-musl': 4.52.3 + '@rollup/rollup-openharmony-arm64': 4.52.3 + '@rollup/rollup-win32-arm64-msvc': 4.52.3 + '@rollup/rollup-win32-ia32-msvc': 4.52.3 + '@rollup/rollup-win32-x64-gnu': 4.52.3 + '@rollup/rollup-win32-x64-msvc': 4.52.3 fsevents: 2.3.3 rollup@4.53.3: @@ -38597,13 +38042,13 @@ snapshots: sass-embedded-win32-x64: 1.97.1 optional: true - sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.93.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -38617,7 +38062,7 @@ snapshots: dependencies: commander: 10.0.1 - sass@1.85.0: + sass@1.90.0: dependencies: chokidar: 4.0.1 immutable: 5.1.4 @@ -38932,17 +38377,6 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@3.1.0: - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/sign': 3.1.0 - '@sigstore/tuf': 3.1.1 - '@sigstore/verify': 2.1.1 - transitivePeerDependencies: - - supports-color - sigstore@4.0.0: dependencies: '@sigstore/bundle': 4.0.0 @@ -38975,8 +38409,6 @@ snapshots: slash@3.0.0: {} - slash@5.1.0: {} - slice-ansi@4.0.0: dependencies: ansi-styles: 4.3.0 @@ -39071,11 +38503,11 @@ snapshots: source-map-js: 1.2.1 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - source-map-loader@5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) source-map-resolve@0.5.3: dependencies: @@ -39497,7 +38929,7 @@ snapshots: style-loader@3.3.4(webpack@5.105.0(@swc/core@1.15.3)): dependencies: - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) style-loader@4.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -39555,9 +38987,9 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) + stylelint: 16.22.0(typescript@5.8.3) stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -39586,10 +39018,10 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@4.9.5)) - stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.5.4)) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.8.3)) stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -39752,7 +39184,7 @@ snapshots: - supports-color - typescript - stylelint@16.22.0(typescript@5.5.4): + stylelint@16.22.0(typescript@5.8.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) '@csstools/css-tokenizer': 3.0.4 @@ -39761,7 +39193,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) css-functions-list: 3.2.3 css-tree: 3.1.0 debug: 4.4.3 @@ -39889,8 +39321,6 @@ snapshots: '@swc/counter': 0.1.3 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - symbol-observable@4.0.0: {} - symbol-tree@3.2.4: {} sync-child-process@1.0.2: @@ -40025,17 +39455,17 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.25.0 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.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.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: '@swc/core': 1.15.3 - esbuild: 0.25.4 + esbuild: 0.25.9 terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -40071,17 +39501,6 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.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.3) - optionalDependencies: - '@swc/core': 1.15.3 - terser@3.17.0: dependencies: acorn: 8.15.0 @@ -40098,12 +39517,12 @@ snapshots: terser@5.36.0: dependencies: - '@jridgewell/source-map': 0.3.6 + '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.39.0: + terser@5.43.1: dependencies: '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 @@ -40112,7 +39531,7 @@ snapshots: terser@5.44.0: dependencies: - '@jridgewell/source-map': 0.3.6 + '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -40473,9 +39892,9 @@ snapshots: textextensions@3.3.0: {} - thingies@2.5.0(tslib@2.6.3): + thingies@2.5.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 through2-filter@3.0.0: dependencies: @@ -40531,6 +39950,11 @@ snapshots: tiny-invariant@1.3.3: {} + tinyglobby@0.2.14: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) @@ -40621,9 +40045,9 @@ snapshots: semver: 5.7.2 source-map-support: 0.2.10 - tree-dump@1.1.0(tslib@2.6.3): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 tree-kill@1.2.2: {} @@ -40651,9 +40075,9 @@ snapshots: dependencies: typescript: 4.9.5 - ts-api-utils@2.4.0(typescript@5.5.4): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: - typescript: 5.5.4 + typescript: 5.8.3 ts-api-utils@2.4.0(typescript@5.9.3): dependencies: @@ -40683,11 +40107,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40700,11 +40124,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40735,11 +40159,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40753,11 +40177,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40836,7 +40260,7 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -40850,7 +40274,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -40876,14 +40300,14 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.5 + '@types/node': 24.1.0 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -40933,7 +40357,7 @@ snapshots: tslib@2.8.1: {} - tslint@6.1.3(typescript@5.5.4): + tslint@6.1.3(typescript@5.8.3): dependencies: '@babel/code-frame': 7.29.0 builtin-modules: 1.1.1 @@ -40947,8 +40371,8 @@ snapshots: resolve: 1.22.11 semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0(typescript@5.5.4) - typescript: 5.5.4 + tsutils: 2.29.0(typescript@5.8.3) + typescript: 5.8.3 tslint@6.1.3(typescript@5.9.3): dependencies: @@ -40967,10 +40391,10 @@ snapshots: tsutils: 2.29.0(typescript@5.9.3) typescript: 5.9.3 - tsutils@2.29.0(typescript@5.5.4): + tsutils@2.29.0(typescript@5.8.3): dependencies: tslib: 1.14.1 - typescript: 5.5.4 + typescript: 5.8.3 tsutils@2.29.0(typescript@5.9.3): dependencies: @@ -40998,14 +40422,6 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@3.0.1: - dependencies: - '@tufjs/models': 3.0.1 - debug: 4.4.3 - make-fetch-happen: 14.0.3 - transitivePeerDependencies: - - supports-color - tuf-js@4.0.0: dependencies: '@tufjs/models': 4.0.0 @@ -41128,8 +40544,6 @@ snapshots: typescript@4.9.5: {} - typescript@5.5.4: {} - typescript@5.8.3: {} typescript@5.9.2: {} @@ -41188,6 +40602,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@7.8.0: {} + undici@7.16.0: {} unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -41203,8 +40619,6 @@ snapshots: unicode-property-aliases-ecmascript@2.1.0: {} - unicorn-magic@0.3.0: {} - unified@10.1.2: dependencies: '@types/unist': 2.0.11 @@ -41226,18 +40640,10 @@ snapshots: dependencies: qs: 6.14.1 - unique-filename@4.0.0: - dependencies: - unique-slug: 5.0.0 - unique-filename@5.0.0: dependencies: unique-slug: 6.0.0 - unique-slug@5.0.0: - dependencies: - imurmurhash: 0.1.4 - unique-slug@6.0.0: dependencies: imurmurhash: 0.1.4 @@ -41313,7 +40719,7 @@ snapshots: upath@1.2.0: {} - update-browserslist-db@1.1.4(browserslist@4.28.0): + update-browserslist-db@1.2.3(browserslist@4.28.0): dependencies: browserslist: 4.28.0 escalade: 3.2.0 @@ -41575,13 +40981,13 @@ snapshots: replace-ext: 2.0.0 teex: 1.0.1 - vite@5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): + vite@5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): dependencies: esbuild: 0.21.5 postcss: 8.5.6 rollup: 4.22.4 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 less: 4.4.2 lightningcss: 1.30.2 @@ -41589,7 +40995,7 @@ snapshots: sass-embedded: 1.97.1 terser: 5.46.0 - vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41598,17 +41004,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.97.1 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.46.0 yaml: 2.8.1 - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41617,17 +41023,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 20.11.17 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.43.1 yaml: 2.8.1 - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41636,18 +41042,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.46.0 + terser: 5.43.1 yaml: 2.8.1 - optional: true - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41656,17 +41061,18 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 lightningcss: 1.30.2 - sass: 1.97.1 + sass: 1.90.0 sass-embedded: 1.97.1 terser: 5.46.0 yaml: 2.8.1 + optional: true - vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): + vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41675,7 +41081,7 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 @@ -41885,7 +41291,7 @@ snapshots: optionalDependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - webpack-dev-middleware@7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.2(webpack@5.105.0(@swc/core@1.15.3)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -41894,7 +41300,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-dev-middleware@7.4.5(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -41918,7 +41324,7 @@ snapshots: optionalDependencies: webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-dev-middleware@7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -41927,7 +41333,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -41967,7 +41373,7 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -41995,10 +41401,10 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)) ws: 8.18.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug @@ -42087,20 +41493,13 @@ snapshots: optionalDependencies: html-webpack-plugin: 5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-virtual-modules@0.6.2: {} webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.25.0): @@ -42128,7 +41527,7 @@ snapshots: schema-utils: 4.3.3 tapable: 2.3.0 terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - watchpack: 2.4.4 + watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: - '@swc/core' @@ -42235,7 +41634,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42259,7 +41658,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.3)(webpack@5.105.0(@swc/core@1.15.3)) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -42299,36 +41698,6 @@ snapshots: - esbuild - uglify-js - webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4): - dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 - '@webassemblyjs/ast': 1.14.1 - '@webassemblyjs/wasm-edit': 1.14.1 - '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - browserslist: 4.28.1 - chrome-trace-event: 1.0.4 - enhanced-resolve: 5.19.0 - es-module-lexer: 1.5.4 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - watchpack: 2.5.1 - webpack-sources: 3.3.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - websocket-driver@0.7.4: dependencies: http-parser-js: 0.5.8 @@ -42630,8 +41999,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yoctocolors-cjs@2.1.3: {} yoctocolors@2.1.2: {} @@ -42646,6 +42013,10 @@ snapshots: dependencies: zod: 4.1.13 + zod-to-json-schema@3.25.1(zod@4.1.13): + dependencies: + zod: 4.1.13 + zod-validation-error@4.0.2(zod@4.1.13): dependencies: zod: 4.1.13 From 519586ac1c2f86d84b7808503d40dba7c47d61b0 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 12 Feb 2026 16:16:25 +0100 Subject: [PATCH 13/48] update lock --- pnpm-lock.yaml | 4791 +++++++++++++++++++++--------------------------- 1 file changed, 2098 insertions(+), 2693 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6c580a678ba..62b890110a4d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,52 +7,52 @@ settings: catalogs: angular: '@angular-devkit/architect': - specifier: ~0.1902.19 - version: 0.1902.19 + specifier: ~0.2003.15 + version: 0.2003.16 '@angular-devkit/build-angular': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular-devkit/schematics': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular/cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular/common': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler-cli': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/core': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/forms': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser-dynamic': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-server': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/router': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 ng-packagr: - specifier: ~19.2.2 - version: 19.2.2 + specifier: ~20.3.0 + version: 20.3.2 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: ~5.8.0 + version: 5.8.3 zone.js: - specifier: 0.15.1 + specifier: ~0.15.1 version: 0.15.1 default: '@babel/eslint-parser': @@ -273,28 +273,28 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) core-js: specifier: ^2.6.12 version: 2.6.12 @@ -313,10 +313,10 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(2d5z3y5cbxqmaehqzkittgqznm) + version: 20.3.16(t2k4gc2iakj7a4od6zj4idtpnm) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.16(@types/node@20.11.17)(chokidar@4.0.1) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -328,22 +328,22 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 apps/demos: dependencies: '@angular-devkit/build-angular': specifier: ~21.0.0 - version: 21.0.3(f565cn6xz3u6lqo5aq6ogeqy5i) + version: 21.0.3(g624bywty7pdaegpg2vpddqnvq) '@angular/animations': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.0.5 - version: 21.0.5(@types/node@20.12.8)(chokidar@4.0.1)(hono@4.11.4) + version: 21.0.5(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4) '@angular/common': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -704,7 +704,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -755,7 +755,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.2(jiti@2.6.1)) @@ -829,7 +829,7 @@ importers: devDependencies: '@storybook/addon-docs': specifier: 10.1.9 - version: 10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + version: 10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/addon-links': specifier: 10.1.9 version: 10.1.9(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) @@ -838,7 +838,7 @@ importers: version: 4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/react-webpack5': specifier: 10.1.9 - version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@types/react': specifier: 18.0.0 version: 18.0.0 @@ -965,7 +965,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(dtvn4w7qoqlvmrv3faup6wnpyq) + version: 1.1.9(cfofu6wo2ltptwv57eixwzcui4) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -998,7 +998,7 @@ importers: version: 4.22.4 vite: specifier: 5.4.21 - version: 5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) + version: 5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) webpack: specifier: 5.104.1 version: 5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0) @@ -1010,7 +1010,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.3.3 @@ -1022,10 +1022,10 @@ importers: version: 3.5.33 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) devextreme: specifier: workspace:* version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -1034,7 +1034,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(6762pvgzaajslw5yvfo6sjzsum) + version: 1.1.9(vbqrb3ybmbpgibsy2ykutbjol4) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1043,7 +1043,7 @@ importers: version: 2.4.0 eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: specifier: 'catalog:' version: 3.3.0 @@ -1052,7 +1052,7 @@ importers: version: 4.0.0 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 e2e/devextreme-bundler: dependencies: @@ -1106,7 +1106,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(yviunffsiellsqphxnml25un3u) + version: 1.1.9(dd2w7nl2menfwk3p3dds4fuim4) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1139,31 +1139,31 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) e2e/wrappers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@babel/runtime': specifier: ^7.24.0 version: 7.26.10 @@ -1242,16 +1242,16 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.22.5 - version: 1.22.5(@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)) + version: 1.22.5(@angular-devkit/build-angular@20.3.16(dvfkqhpxlcjzcsdatcxxndunvq))(@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(gy5lk4g6ogzfldojcxudqodi5q) + version: 20.3.16(dvfkqhpxlcjzcsdatcxxndunvq) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.14.5)(chokidar@4.0.1) + version: 20.3.16(@types/node@24.1.0)(chokidar@4.0.1) '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@eslint/js': specifier: 9.39.2 version: 9.39.2 @@ -1266,10 +1266,10 @@ importers: version: 19.1.3(@types/react@19.1.2) '@vitejs/plugin-react': specifier: 4.4.1 - version: 4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@vitejs/plugin-vue': specifier: 5.2.4 - version: 5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) + version: 5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) eslint: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) @@ -1308,7 +1308,7 @@ importers: version: 5.8.3 vite: specifier: 6.4.1 - version: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + version: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) packages/devextreme: dependencies: @@ -1363,25 +1363,25 @@ importers: version: 7.28.6(@babel/core@7.28.6) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(dmyiz5qgrko5nyf5bxripiixoy) + version: 3.0.12(ukiqplx6dasmo2c3l5qjedmnve) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1492,7 +1492,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(6pos3irinh3rtrffzvgfv4iwaq) + version: 1.1.9(h5kz6jj4kiiitcetcia5t35m2u) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1504,7 +1504,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.0.1 - version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.2(jiti@2.6.1)) @@ -1759,7 +1759,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1796,7 +1796,7 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 19.2.19(chokidar@4.0.1) + version: 20.3.16(chokidar@4.0.1) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme @@ -1809,34 +1809,34 @@ importers: devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.1902.19(chokidar@4.0.1) + version: 0.2003.16(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.16(@types/node@24.1.0)(chokidar@4.0.1) '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/platform-server': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/eslint-parser': specifier: 'catalog:' version: 7.28.6(@babel/core@7.28.6)(eslint@9.39.2(jiti@2.6.1)) @@ -1850,23 +1850,23 @@ importers: specifier: 'catalog:' version: 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@types/jasmine': - specifier: 2.8.24 - version: 2.8.24 + specifier: ~6.0.0 + version: 6.0.0 '@types/node': - specifier: 20.11.17 - version: 20.11.17 + specifier: ~24.1.0 + version: 24.1.0 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@webcomponents/custom-elements': specifier: 1.6.0 version: 1.6.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)) + version: 6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)) core-js: specifier: 2.6.12 version: 2.6.12 @@ -1881,13 +1881,13 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(jk7o2besgysqasi55pf2gsskwa) + version: 1.1.9(vbqrb3ybmbpgibsy2ykutbjol4) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) jasmine: specifier: 5.12.0 version: 5.12.0 @@ -1908,10 +1908,10 @@ importers: version: 5.0.1(webpack@5.105.0(@swc/core@1.15.3)) ng-packagr: specifier: catalog:angular - version: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + version: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) puppeteer: specifier: 23.6.1 - version: 23.6.1(typescript@5.5.4) + version: 23.6.1(typescript@5.8.3) reflect-metadata: specifier: 0.1.13 version: 0.1.13 @@ -1925,14 +1925,14 @@ importers: specifier: 3.3.4 version: 3.3.4(webpack@5.105.0(@swc/core@1.15.3)) tslib: - specifier: 2.6.3 - version: 2.6.3 + specifier: 2.8.1 + version: 2.8.1 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 webpack: specifier: 5.105.0 - version: 5.105.0(@swc/core@1.15.3) + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) yargs: specifier: 17.7.2 version: 17.7.2 @@ -1963,7 +1963,7 @@ importers: version: 29.5.14 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-react: dependencies: @@ -2009,7 +2009,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(zus5oy45zzygxruuxyw45cxnei) + version: 1.1.9(qdifyizpynqwr7wfbsnu7ywtha) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) @@ -2024,7 +2024,7 @@ importers: version: 18.0.0(react@18.0.0) ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2079,7 +2079,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-themebuilder: dependencies: @@ -2204,7 +2204,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(yk3hzor2e2amfaivylw2eienvu) + version: 1.1.9(keyg3byfrhnxueagapguje7izu) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -2225,7 +2225,7 @@ importers: version: 29.7.0 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2339,58 +2339,114 @@ packages: '@adobe/css-tools@4.4.1': resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@algolia/abtesting@1.1.0': + resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} + engines: {node: '>= 14.0.0'} + '@algolia/abtesting@1.6.1': resolution: {integrity: sha512-wV/gNRkzb7sI9vs1OneG129hwe3Q5zPj7zigz3Ps7M5Lpo2hSorrOnXNodHEOV+yXE/ks4Pd+G3CDFIjFTWhMQ==} engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.35.0': + resolution: {integrity: sha512-uUdHxbfHdoppDVflCHMxRlj49/IllPwwQ2cQ8DLC4LXr3kY96AHBpW0dMyi6ygkn2MtFCc6BxXCzr668ZRhLBQ==} + engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.40.1': resolution: {integrity: sha512-cxKNATPY5t+Mv8XAVTI57altkaPH+DZi4uMrnexPxPHODMljhGYY+GDZyHwv9a+8CbZHcY372OkxXrDMZA4Lnw==} engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.35.0': + resolution: {integrity: sha512-SunAgwa9CamLcRCPnPHx1V2uxdQwJGqb1crYrRWktWUdld0+B2KyakNEeVn5lln4VyeNtW17Ia7V7qBWyM/Skw==} + engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.40.1': resolution: {integrity: sha512-XP008aMffJCRGAY8/70t+hyEyvqqV7YKm502VPu0+Ji30oefrTn2al7LXkITz7CK6I4eYXWRhN6NaIUi65F1OA==} engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.35.0': + resolution: {integrity: sha512-ipE0IuvHu/bg7TjT2s+187kz/E3h5ssfTtjpg1LbWMgxlgiaZIgTTbyynM7NfpSJSKsgQvCQxWjGUO51WSCu7w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.40.1': resolution: {integrity: sha512-gWfQuQUBtzUboJv/apVGZMoxSaB0M4Imwl1c9Ap+HpCW7V0KhjBddqF2QQt5tJZCOFsfNIgBbZDGsEPaeKUosw==} engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.35.0': + resolution: {integrity: sha512-UNbCXcBpqtzUucxExwTSfAe8gknAJ485NfPN6o1ziHm6nnxx97piIbcBQ3edw823Tej2Wxu1C0xBY06KgeZ7gA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.40.1': resolution: {integrity: sha512-RTLjST/t+lsLMouQ4zeLJq2Ss+UNkLGyNVu+yWHanx6kQ3LT5jv8UvPwyht9s7R6jCPnlSI77WnL80J32ZuyJg==} engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.35.0': + resolution: {integrity: sha512-/KWjttZ6UCStt4QnWoDAJ12cKlQ+fkpMtyPmBgSS2WThJQdSV/4UWcqCUqGH7YLbwlj3JjNirCu3Y7uRTClxvA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.40.1': resolution: {integrity: sha512-2FEK6bUomBzEYkTKzD0iRs7Ljtjb45rKK/VSkyHqeJnG+77qx557IeSO0qVFE3SfzapNcoytTofnZum0BQ6r3Q==} engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.35.0': + resolution: {integrity: sha512-8oCuJCFf/71IYyvQQC+iu4kgViTODbXDk3m7yMctEncRSRV+u2RtDVlpGGfPlJQOrAY7OONwJlSHkmbbm2Kp/w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.40.1': resolution: {integrity: sha512-Nju4NtxAvXjrV2hHZNLKVJLXjOlW6jAXHef/CwNzk1b2qIrCWDO589ELi5ZHH1uiWYoYyBXDQTtHmhaOVVoyXg==} engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.35.0': + resolution: {integrity: sha512-FfmdHTrXhIduWyyuko1YTcGLuicVbhUyRjO3HbXE4aP655yKZgdTIfMhZ/V5VY9bHuxv/fGEh3Od1Lvv2ODNTg==} + engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.40.1': resolution: {integrity: sha512-Mw6pAUF121MfngQtcUb5quZVqMC68pSYYjCRZkSITC085S3zdk+h/g7i6FxnVdbSU6OztxikSDMh1r7Z+4iPlA==} engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.35.0': + resolution: {integrity: sha512-gPzACem9IL1Co8mM1LKMhzn1aSJmp+Vp434An4C0OBY4uEJRcqsLN3uLBlY+bYvFg8C8ImwM9YRiKczJXRk0XA==} + engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.40.1': resolution: {integrity: sha512-z+BPlhs45VURKJIxsR99NNBWpUEEqIgwt10v/fATlNxc4UlXvALdOsWzaFfe89/lbP5Bu4+mbO59nqBC87ZM/g==} engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.35.0': + resolution: {integrity: sha512-w9MGFLB6ashI8BGcQoVt7iLgDIJNCn4OIu0Q0giE3M2ItNrssvb8C0xuwJQyTy1OFZnemG0EB1OvXhIHOvQwWw==} + engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.40.1': resolution: {integrity: sha512-VJMUMbO0wD8Rd2VVV/nlFtLJsOAQvjnVNGkMkspFiFhpBA7s/xJOb+fJvvqwKFUjbKTUA7DjiSi1ljSMYBasXg==} engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.35.0': + resolution: {integrity: sha512-AhrVgaaXAb8Ue0u2nuRWwugt0dL5UmRgS9LXe0Hhz493a8KFeZVUE56RGIV3hAa6tHzmAV7eIoqcWTQvxzlJeQ==} + engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.40.1': resolution: {integrity: sha512-ehvJLadKVwTp9Scg9NfzVSlBKH34KoWOQNTaN8i1Ac64AnO6iH2apJVSP6GOxssaghZ/s8mFQsDH3QIZoluFHA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.35.0': + resolution: {integrity: sha512-diY415KLJZ6x1Kbwl9u96Jsz0OstE3asjXtJ9pmk1d+5gPuQ5jQyEsgC+WmEXzlec3iuVszm8AzNYYaqw6B+Zw==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.40.1': resolution: {integrity: sha512-PbidVsPurUSQIr6X9/7s34mgOMdJnn0i6p+N6Ab+lsNhY5eiu+S33kZEpZwkITYBCIbhzDLOvb7xZD3gDi+USA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.35.0': + resolution: {integrity: sha512-uydqnSmpAjrgo8bqhE9N1wgcB98psTRRQXcjc4izwMB7yRl9C8uuAQ/5YqRj04U0mMQ+fdu2fcNF6m9+Z1BzDQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.40.1': resolution: {integrity: sha512-ThZ5j6uOZCF11fMw9IBkhigjOYdXGXQpj6h4k+T9UkZrF2RlKcPynFzDeRgaLdpYk8Yn3/MnFbwUmib7yxj5Lw==} engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.35.0': + resolution: {integrity: sha512-RgLX78ojYOrThJHrIiPzT4HW3yfQa0D7K+MQ81rhxqaNyNBu4F1r+72LNHYH/Z+y9I1Mrjrd/c/Ue5zfDgAEjQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.40.1': resolution: {integrity: sha512-H1gYPojO6krWHnUXu/T44DrEun/Wl95PJzMXRcM/szstNQczSbwq6wIFJPI9nyE95tarZfUNU3rgorT+wZ6iCQ==} engines: {node: '>= 14.0.0'} @@ -2410,9 +2466,9 @@ packages: '@angular/build': optional: true - '@angular-devkit/architect@0.1902.19': - resolution: {integrity: sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2003.16': + resolution: {integrity: sha512-W7FPVhZzIeHVP/duuKepfZU66LpQ0k9YMHFhrGpzaUuHPOwKmza6+pjVvvti3g6jzT8b1uVlb+XlYgNPZ5jrPQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/architect@0.2100.3': resolution: {integrity: sha512-PcruWF0+IxXOTZd9MN/3y4A5aTfblALzT/+zWym26PtisaBgWQ3tRPQsf/CgT8EdmZl8eUOAWlNBSkbUj/S/lQ==} @@ -2422,27 +2478,33 @@ packages: resolution: {integrity: sha512-KKmZMXzHCX0cWHY7xo9yy1J0fV7S/suhPO00YTcHBgLivkLsnbI177CrmWiMdLxSJD3NqTVkBEMPFQ2I2ooDFw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/build-angular@19.2.19': - resolution: {integrity: sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-angular@20.3.16': + resolution: {integrity: sha512-SsJmxRnBTrivG3UiRy0gaU1mGupRCAiEKrKlW30oe6Dm0UoIVXDi4srpSEECcng5Obr3jFPzJE6P16/gfp3ZBw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.16 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 - jest: ^29.5.0 - jest-environment-jsdom: ^29.5.0 + jest: ^29.5.0 || ^30.2.0 + jest-environment-jsdom: ^29.5.0 || ^30.2.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + typescript: '>=5.8 <6.0' peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2516,9 +2578,9 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.1902.19': - resolution: {integrity: sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-webpack@0.2003.16': + resolution: {integrity: sha512-88c6jTNAzqVinwYswsHOJAinIUSq08PQd1PfRwoH7RXiZt8XzkSmeLmXKchtamSflDXdcnjNd+AZY29b279zDA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 @@ -2539,9 +2601,9 @@ packages: chokidar: optional: true - '@angular-devkit/core@19.2.19': - resolution: {integrity: sha512-JbLL+4IMLMBgjLZlnPG4lYDfz4zGrJ/s6Aoon321NJKuw1Kb1k5KpFu9dUY0BqLIe8xPQ2UJBpI+xXdK5MXMHQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/core@20.3.16': + resolution: {integrity: sha512-6L9Lpe3lbkyz32gzqxZGVC8MhXxXht+yV+4LUsb4+6T/mG/V9lW6UTW0dhwVOS3vpWMEwpy75XHT298t7HcKEg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 peerDependenciesMeta: @@ -2570,9 +2632,9 @@ packages: resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/schematics@19.2.19': - resolution: {integrity: sha512-J4Jarr0SohdrHcb40gTL4wGPCQ952IMWF1G/MSAQfBAPvA9ZKApYhpxcY7PmehVePve+ujpus1dGsJ7dPxz8Kg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@20.3.16': + resolution: {integrity: sha512-3K8QwTpKjnLo3hIvNzB9sTjrlkeRyMK0TxdwgTbwJseewGhXLl98oBoTCWM2ygtpskiWNpYqXJNIhoslNN65WQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@21.0.5': resolution: {integrity: sha512-U6Z/OEce3R9CJl8/xuVrNVp0uhv3Ac4wRjpG18kE0dh5R87ablhqr/wkP3rZbWpdGwuGSJ+cR7LE5IbwSswejA==} @@ -2584,25 +2646,33 @@ packages: peerDependencies: '@angular/core': 21.0.5 - '@angular/build@19.2.19': - resolution: {integrity: sha512-SFzQ1bRkNFiOVu+aaz+9INmts7tDUrsHLEr9HmARXr9qk5UmR8prlw39p2u+Bvi6/lCiJ18TZMQQl9mGyr63lg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/build@20.3.16': + resolution: {integrity: sha512-p1W3wwMG1Bs4tkPW7ceXO4woO1KCP28sjfpBJg32dIMW3dYSC+iWNmUkYS/wb4YEkqCV0wd6Apnd98mZjL6rNg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler': ^19.0.0 || ^19.2.0-next.0 - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.16 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + vitest: ^3.1.1 peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2619,6 +2689,8 @@ packages: optional: true tailwindcss: optional: true + vitest: + optional: true '@angular/build@21.0.3': resolution: {integrity: sha512-3h2s0Igruei1RB/Hmu7nwbKvjJQ2ykNaiicXYuS2muWUBhDg+lm0QsGTGXrQV2BD0M9YdHU4Byh9upiZgMYpjA==} @@ -2666,9 +2738,9 @@ packages: vitest: optional: true - '@angular/cli@19.2.19': - resolution: {integrity: sha512-e9tAzFNOL4mMWfMnpC9Up83OCTOp2siIj8W41FCp8jfoEnw79AXDDLh3d70kOayiObchksTJVShslTogLUyhMw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/cli@20.3.16': + resolution: {integrity: sha512-kjGp0ywIWebWrH6U5eCRkS4Tx1D/yMe2iT7DXMfEcLc8iMSrBozEriMJppbot9ou8O2LeEH5d1Nw0efNNo78Kw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true '@angular/cli@21.0.5': @@ -2676,11 +2748,11 @@ packages: engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@19.2.18': - resolution: {integrity: sha512-CrV02Omzw/QtfjlEVXVPJVXipdx83NuA+qSASZYrxrhKFusUZyK3P/Zznqg+wiAeNDbedQwMUVqoAARHf0xQrw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/common@20.3.16': + resolution: {integrity: sha512-GRAziNlntwdnJy3F+8zCOvDdy7id0gITjDnM6P9+n2lXvtDuBLGJKU3DWBbvxcCjtD6JK/g/rEX5fbCxbUHkQQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 19.2.18 + '@angular/core': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/common@21.0.5': @@ -2690,13 +2762,16 @@ packages: '@angular/core': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@19.2.18': - resolution: {integrity: sha512-N4TMtLfImJIoMaRL6mx7885UBeQidywptHH6ACZj71Ar6++DBc1mMlcwuvbeJCd3r3y8MQ5nLv5PZSN/tHr13w==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler-cli@20.3.16': + resolution: {integrity: sha512-l3xF/fXfJAl/UrNnH9Ufkr79myjMgXdHq1mmmph2UnpeqilRB1b8lC9sLBV9MipQHVn3dwocxMIvtrcryfOaXw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.18 - typescript: '>=5.5 <5.9' + '@angular/compiler': 20.3.16 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + typescript: + optional: true '@angular/compiler-cli@21.0.8': resolution: {integrity: sha512-+i/wFvi5FTg47Ei+aiFf8j3iYfjQ79ieg8oJM86+Mw4bNwEKQqvWcpmKjoqcfmCescuw0sr2DXU6OEeX+yWeVg==} @@ -2709,20 +2784,26 @@ packages: typescript: optional: true - '@angular/compiler@19.2.18': - resolution: {integrity: sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler@20.3.16': + resolution: {integrity: sha512-Pt9Ms9GwTThgzdxWBwMfN8cH1JEtQ2DK5dc2yxYtPSaD+WKmG9AVL1PrzIYQEbaKcWk2jxASUHpEWSlNiwo8uw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/compiler@21.0.8': resolution: {integrity: sha512-k/EPMuNvfn0eebEMmVcwhMlCWqzER/BEHVqTQCKsAAt7AuYZuluz7oR8Ypw96v3jbY+ZaH1ZvAzrK6URzryhOg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@19.2.18': - resolution: {integrity: sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/core@20.3.16': + resolution: {integrity: sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: + '@angular/compiler': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true + zone.js: + optional: true '@angular/core@21.0.7': resolution: {integrity: sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==} @@ -2737,13 +2818,13 @@ packages: zone.js: optional: true - '@angular/forms@19.2.18': - resolution: {integrity: sha512-pe40934jWhoS7DyGl7jyZdoj1gvBgur2t1zrJD+csEkTitYnW14+La2Pv6SW1pNX5nIzFsgsS9Nex1KcH5S6Tw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/forms@20.3.16': + resolution: {integrity: sha512-1yzbXpExTqATpVcqA3wGrq4ACFIP3mRxA4pbso5KoJU+/4JfzNFwLsDaFXKpm5uxwchVnj8KM2vPaDOkvtp7NA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/forms@21.0.5': @@ -2756,14 +2837,14 @@ packages: '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/platform-browser-dynamic@19.2.18': - resolution: {integrity: sha512-wqDtK2yVN5VDqVeOSOfqELdu40fyoIDknBGSxA27CEXzFVdMWJyIpuvUi+GMa+9eGjlS+1uVVBaRwxmnuvHj+A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser-dynamic@20.3.16': + resolution: {integrity: sha512-5mECCV9YeKH6ue239GXRTGeDSd/eTbM1j8dDejhm5cGnPBhTxRw4o+GgSrWTYtb6VmIYdwUGBTC+wCBphiaQ2A==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 '@angular/platform-browser-dynamic@21.0.5': resolution: {integrity: sha512-0P5vFSS6UhiU7IBeVqPEKmRhMtyQqyXGN9+zF7kLK8H0cx1j0eGVmHRsVuY2YKoVp97fXDIeVGSbO0t5ZcFhoA==} @@ -2774,13 +2855,13 @@ packages: '@angular/core': 21.0.5 '@angular/platform-browser': 21.0.5 - '@angular/platform-browser@19.2.18': - resolution: {integrity: sha512-eahtsHPyXTYLARs9YOlXhnXGgzw0wcyOcDkBvNWK/3lA0NHIgIHmQgXAmBo+cJ+g9skiEQTD2OmSrrwbFKWJkw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser@20.3.16': + resolution: {integrity: sha512-YsrLS6vyS77i4pVHg4gdSBW74qvzHjpQRTVQ5Lv/OxIjJdYYYkMmjNalCNgy1ZuyY6CaLIB11ccxhrNnxfKGOQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 19.2.18 - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 + '@angular/animations': 20.3.16 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 peerDependenciesMeta: '@angular/animations': optional: true @@ -2796,14 +2877,14 @@ packages: '@angular/animations': optional: true - '@angular/platform-server@19.2.18': - resolution: {integrity: sha512-AWxrnFkO4VP10oePIIBTbICMroCgqfiBLOp1lUzDU55NRz/h+o6se9nFvux02tyakBVHkJTXewbQeZJ1xNERkQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-server@20.3.16': + resolution: {integrity: sha512-LxQscYd3UCWV8H3sdlnM05UB60MZVuVsdsHvXdkJ9+WOQjVDN1l1rYhj2aDL/5KkaRd/nqo0yFRnVjwceXDJhQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/platform-server@21.0.5': @@ -2816,13 +2897,13 @@ packages: '@angular/platform-browser': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@19.2.18': - resolution: {integrity: sha512-7cimxtPODSwokFQ0TRYzX0ad8Yjrl0MJfzaDCJejd1n/q7RZ7KZmHd0DS/LkDNXVMEh4swr00fK+3YWG/Szsrg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/router@20.3.16': + resolution: {integrity: sha512-e1LiQFZaajKqc00cY5FboIrWJZSMnZ64GDp5R0UejritYrqorQQQNOqP1W85BMuY2owibMmxVfX+dJg/Mc8PuQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@aspnet/signalr@1.0.27': @@ -2832,10 +2913,6 @@ packages: '@babel/code-frame@7.12.11': resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} - '@babel/code-frame@7.27.1': - resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.28.6': resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==} engines: {node: '>=6.9.0'} @@ -2848,12 +2925,8 @@ packages: resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} - engines: {node: '>=6.9.0'} - - '@babel/core@7.26.9': - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} engines: {node: '>=6.9.0'} '@babel/core@7.28.4': @@ -2871,10 +2944,6 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.28.3': resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} @@ -2883,10 +2952,6 @@ packages: resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.3': resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} @@ -3123,18 +3188,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.26.0': - resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-syntax-import-attributes@7.27.1': - resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.28.6': resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} engines: {node: '>=6.9.0'} @@ -3319,12 +3372,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1': - resolution: {integrity: sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0': resolution: {integrity: sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==} engines: {node: '>=6.9.0'} @@ -3337,12 +3384,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.0': - resolution: {integrity: sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.6': resolution: {integrity: sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==} engines: {node: '>=6.9.0'} @@ -3553,12 +3594,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regexp-modifiers@7.27.1': - resolution: {integrity: sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-regexp-modifiers@7.28.6': resolution: {integrity: sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==} engines: {node: '>=6.9.0'} @@ -3577,12 +3612,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.26.10': - resolution: {integrity: sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.28.3': resolution: {integrity: sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==} engines: {node: '>=6.9.0'} @@ -3655,12 +3684,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.26.9': - resolution: {integrity: sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/preset-env@7.28.3': resolution: {integrity: sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==} engines: {node: '>=6.9.0'} @@ -3700,6 +3723,10 @@ packages: resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.4': resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} @@ -3708,18 +3735,10 @@ packages: resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} - '@babel/template@7.27.2': - resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} - engines: {node: '>=6.9.0'} - '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.5': - resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.6': resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} engines: {node: '>=6.9.0'} @@ -3882,8 +3901,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.4': - resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==} + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -3906,8 +3925,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.4': - resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==} + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -3930,8 +3949,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.4': - resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==} + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -3954,8 +3973,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.4': - resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==} + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -3978,8 +3997,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.4': - resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==} + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -4002,8 +4021,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.4': - resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==} + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -4026,8 +4045,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.4': - resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==} + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -4050,8 +4069,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.4': - resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==} + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -4074,8 +4093,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.4': - resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==} + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -4098,8 +4117,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.4': - resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==} + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -4122,8 +4141,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.4': - resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==} + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -4152,8 +4171,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.4': - resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==} + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -4176,8 +4195,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.4': - resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==} + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -4200,8 +4219,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.4': - resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==} + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -4224,8 +4243,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.4': - resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==} + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -4248,8 +4267,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.4': - resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==} + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -4272,8 +4291,8 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.4': - resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==} + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} engines: {node: '>=18'} cpu: [x64] os: [linux] @@ -4290,8 +4309,8 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.25.4': - resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -4314,8 +4333,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.4': - resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==} + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -4332,8 +4351,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.25.4': - resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -4356,8 +4375,8 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.4': - resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==} + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] @@ -4368,6 +4387,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/openharmony-arm64@0.26.0': resolution: {integrity: sha512-nUHZ5jEYqbBthbiBksbmHTlbb5eElyVfs/s1iHQ8rLBq1eWsd5maOnDpCocw1OM8kFK747d1Xms8dXJHtduxSw==} engines: {node: '>=18'} @@ -4386,8 +4411,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.4': - resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -4410,8 +4435,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.4': - resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==} + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -4434,8 +4459,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.4': - resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==} + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -4458,8 +4483,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.4': - resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==} + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -4548,6 +4573,12 @@ packages: peerDependencies: hono: ^4 + '@hono/node-server@1.19.9': + resolution: {integrity: sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==} + engines: {node: '>=18.14.1'} + peerDependencies: + hono: ^4 + '@humanfs/core@0.19.1': resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} engines: {node: '>=18.18.0'} @@ -4590,8 +4621,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.19': - resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} + '@inquirer/confirm@5.1.14': + resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4599,8 +4630,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.21': - resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} + '@inquirer/confirm@5.1.19': + resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4608,8 +4639,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.6': - resolution: {integrity: sha512-6ZXYK3M1XmaVBZX6FCfChgtponnL0R6I7k8Nu+kaoNkT828FVZTcca1MqmWQipaW2oNREQl5AaPCUOOCVNdRMw==} + '@inquirer/confirm@5.1.21': + resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4684,8 +4715,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.3.2': - resolution: {integrity: sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==} + '@inquirer/prompts@7.8.2': + resolution: {integrity: sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4729,10 +4760,6 @@ packages: '@types/node': optional: true - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@3.0.10': resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==} engines: {node: '>=18'} @@ -4914,11 +4941,12 @@ packages: '@lezer/lr@1.4.2': resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} - '@listr2/prompt-adapter-inquirer@2.0.18': - resolution: {integrity: sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==} - engines: {node: '>=18.0.0'} + '@listr2/prompt-adapter-inquirer@3.0.1': + resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' + listr2: 9.0.1 '@listr2/prompt-adapter-inquirer@3.0.5': resolution: {integrity: sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==} @@ -4932,8 +4960,8 @@ packages: cpu: [arm64] os: [darwin] - '@lmdb/lmdb-darwin-arm64@3.2.6': - resolution: {integrity: sha512-yF/ih9EJJZc72psFQbwnn8mExIWfTnzWJg+N02hnpXtDPETYLmQswIMBn7+V88lfCaFrMozJsUvcEQIkEPU0Gg==} + '@lmdb/lmdb-darwin-arm64@3.4.2': + resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} cpu: [arm64] os: [darwin] @@ -4947,8 +4975,8 @@ packages: cpu: [x64] os: [darwin] - '@lmdb/lmdb-darwin-x64@3.2.6': - resolution: {integrity: sha512-5BbCumsFLbCi586Bb1lTWQFkekdQUw8/t8cy++Uq251cl3hbDIGEwD9HAwh8H6IS2F6QA9KdKmO136LmipRNkg==} + '@lmdb/lmdb-darwin-x64@3.4.2': + resolution: {integrity: sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==} cpu: [x64] os: [darwin] @@ -4962,8 +4990,8 @@ packages: cpu: [arm64] os: [linux] - '@lmdb/lmdb-linux-arm64@3.2.6': - resolution: {integrity: sha512-l5VmJamJ3nyMmeD1ANBQCQqy7do1ESaJQfKPSm2IG9/ADZryptTyCj8N6QaYgIWewqNUrcbdMkJajRQAt5Qjfg==} + '@lmdb/lmdb-linux-arm64@3.4.2': + resolution: {integrity: sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==} cpu: [arm64] os: [linux] @@ -4977,8 +5005,8 @@ packages: cpu: [arm] os: [linux] - '@lmdb/lmdb-linux-arm@3.2.6': - resolution: {integrity: sha512-+6XgLpMb7HBoWxXj+bLbiiB4s0mRRcDPElnRS3LpWRzdYSe+gFk5MT/4RrVNqd2MESUDmb53NUXw1+BP69bjiQ==} + '@lmdb/lmdb-linux-arm@3.4.2': + resolution: {integrity: sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==} cpu: [arm] os: [linux] @@ -4992,8 +5020,8 @@ packages: cpu: [x64] os: [linux] - '@lmdb/lmdb-linux-x64@3.2.6': - resolution: {integrity: sha512-nDYT8qN9si5+onHYYaI4DiauDMx24OAiuZAUsEqrDy+ja/3EbpXPX/VAkMV8AEaQhy3xc4dRC+KcYIvOFefJ4Q==} + '@lmdb/lmdb-linux-x64@3.4.2': + resolution: {integrity: sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==} cpu: [x64] os: [linux] @@ -5002,6 +5030,11 @@ packages: cpu: [x64] os: [linux] + '@lmdb/lmdb-win32-arm64@3.4.2': + resolution: {integrity: sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==} + cpu: [arm64] + os: [win32] + '@lmdb/lmdb-win32-arm64@3.4.3': resolution: {integrity: sha512-yWVR0e5Gl35EGJBsAuqPOdjtUYuN8CcTLKrqpQFoM+KsMadViVCulhKNhkcjSGJB88Am5bRPjMro4MBB9FS23Q==} cpu: [arm64] @@ -5012,8 +5045,8 @@ packages: cpu: [x64] os: [win32] - '@lmdb/lmdb-win32-x64@3.2.6': - resolution: {integrity: sha512-XlqVtILonQnG+9fH2N3Aytria7P/1fwDgDhl29rde96uH2sLB8CHORIf2PfuLVzFQJ7Uqp8py9AYwr3ZUCFfWg==} + '@lmdb/lmdb-win32-x64@3.4.2': + resolution: {integrity: sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==} cpu: [x64] os: [win32] @@ -5042,6 +5075,16 @@ packages: '@cfworker/json-schema': optional: true + '@modelcontextprotocol/sdk@1.26.0': + resolution: {integrity: sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==} + engines: {node: '>=18'} + peerDependencies: + '@cfworker/json-schema': ^4.1.1 + zod: ^3.25 || ^4.0 + peerDependenciesMeta: + '@cfworker/json-schema': + optional: true + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==} cpu: [arm64] @@ -5184,12 +5227,12 @@ packages: '@napi-rs/wasm-runtime@1.1.0': resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} - '@ngtools/webpack@19.2.19': - resolution: {integrity: sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@ngtools/webpack@20.3.16': + resolution: {integrity: sha512-yXxo0CKkCa9SuP05OskOeFt9l1wirCzh7MhwW1S18Rpi6cyPbV1bc7GEz05+dfi5Ee8Dlbx3sbmdty0xtHvFQw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - typescript: '>=5.5 <5.9' + '@angular/compiler-cli': ^20.0.0 + typescript: '>=5.8 <6.0' webpack: ^5.54.0 '@ngtools/webpack@21.0.3': @@ -5219,26 +5262,14 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/agent@3.0.0': - resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/agent@4.0.0': resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/fs@4.0.0': - resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/fs@5.0.0': resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@6.0.3': - resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/git@7.0.1': resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5248,18 +5279,15 @@ packages: engines: {node: ^18.17.0 || >=20.5.0} hasBin: true - '@npmcli/node-gyp@4.0.0': - resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/installed-package-contents@4.0.0': + resolution: {integrity: sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true '@npmcli/node-gyp@5.0.0': resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@6.1.1': - resolution: {integrity: sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/package-json@7.0.4': resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5272,10 +5300,6 @@ packages: resolution: {integrity: sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/redact@3.2.0': - resolution: {integrity: sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/redact@4.0.0': resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5284,10 +5308,6 @@ packages: resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@9.1.0': - resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@nrwl/devkit@18.3.5': resolution: {integrity: sha512-DIvChKMe4q8CtIsbrumL/aYgf85H5vlT6eF3jnCCWORj6LTwoHtK8Q9ky1+uM82KIM0gaKd32NVDw+w64scHyg==} @@ -5999,8 +6019,8 @@ packages: cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.34.8': - resolution: {integrity: sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==} + '@rollup/rollup-android-arm-eabi@4.52.3': + resolution: {integrity: sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==} cpu: [arm] os: [android] @@ -6014,8 +6034,8 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.34.8': - resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==} + '@rollup/rollup-android-arm64@4.52.3': + resolution: {integrity: sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==} cpu: [arm64] os: [android] @@ -6029,8 +6049,8 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.34.8': - resolution: {integrity: sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==} + '@rollup/rollup-darwin-arm64@4.52.3': + resolution: {integrity: sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==} cpu: [arm64] os: [darwin] @@ -6044,8 +6064,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.34.8': - resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==} + '@rollup/rollup-darwin-x64@4.52.3': + resolution: {integrity: sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==} cpu: [x64] os: [darwin] @@ -6054,8 +6074,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.34.8': - resolution: {integrity: sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==} + '@rollup/rollup-freebsd-arm64@4.52.3': + resolution: {integrity: sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==} cpu: [arm64] os: [freebsd] @@ -6064,8 +6084,8 @@ packages: cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.34.8': - resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==} + '@rollup/rollup-freebsd-x64@4.52.3': + resolution: {integrity: sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==} cpu: [x64] os: [freebsd] @@ -6079,8 +6099,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': - resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==} + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': + resolution: {integrity: sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==} cpu: [arm] os: [linux] @@ -6094,8 +6114,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.34.8': - resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==} + '@rollup/rollup-linux-arm-musleabihf@4.52.3': + resolution: {integrity: sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==} cpu: [arm] os: [linux] @@ -6109,8 +6129,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.34.8': - resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==} + '@rollup/rollup-linux-arm64-gnu@4.52.3': + resolution: {integrity: sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==} cpu: [arm64] os: [linux] @@ -6124,8 +6144,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.34.8': - resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==} + '@rollup/rollup-linux-arm64-musl@4.52.3': + resolution: {integrity: sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==} cpu: [arm64] os: [linux] @@ -6134,13 +6154,13 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.53.3': - resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} + '@rollup/rollup-linux-loong64-gnu@4.52.3': + resolution: {integrity: sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': - resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==} + '@rollup/rollup-linux-loong64-gnu@4.53.3': + resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} cpu: [loong64] os: [linux] @@ -6149,8 +6169,8 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': - resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==} + '@rollup/rollup-linux-ppc64-gnu@4.52.3': + resolution: {integrity: sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==} cpu: [ppc64] os: [linux] @@ -6164,8 +6184,8 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.34.8': - resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==} + '@rollup/rollup-linux-riscv64-gnu@4.52.3': + resolution: {integrity: sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==} cpu: [riscv64] os: [linux] @@ -6174,6 +6194,11 @@ packages: cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.52.3': + resolution: {integrity: sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.53.3': resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} cpu: [riscv64] @@ -6184,8 +6209,8 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.34.8': - resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==} + '@rollup/rollup-linux-s390x-gnu@4.52.3': + resolution: {integrity: sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==} cpu: [s390x] os: [linux] @@ -6199,8 +6224,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.34.8': - resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==} + '@rollup/rollup-linux-x64-gnu@4.52.3': + resolution: {integrity: sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==} cpu: [x64] os: [linux] @@ -6214,8 +6239,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.34.8': - resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==} + '@rollup/rollup-linux-x64-musl@4.52.3': + resolution: {integrity: sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==} cpu: [x64] os: [linux] @@ -6224,6 +6249,11 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-openharmony-arm64@4.52.3': + resolution: {integrity: sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==} + cpu: [arm64] + os: [openharmony] + '@rollup/rollup-openharmony-arm64@4.53.3': resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} cpu: [arm64] @@ -6234,8 +6264,8 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.34.8': - resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==} + '@rollup/rollup-win32-arm64-msvc@4.52.3': + resolution: {integrity: sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==} cpu: [arm64] os: [win32] @@ -6249,8 +6279,8 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.34.8': - resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==} + '@rollup/rollup-win32-ia32-msvc@4.52.3': + resolution: {integrity: sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==} cpu: [ia32] os: [win32] @@ -6259,6 +6289,11 @@ packages: cpu: [ia32] os: [win32] + '@rollup/rollup-win32-x64-gnu@4.52.3': + resolution: {integrity: sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-gnu@4.53.3': resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} cpu: [x64] @@ -6269,8 +6304,8 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.34.8': - resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==} + '@rollup/rollup-win32-x64-msvc@4.52.3': + resolution: {integrity: sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==} cpu: [x64] os: [win32] @@ -6291,58 +6326,34 @@ packages: resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@schematics/angular@19.2.19': - resolution: {integrity: sha512-6/0pvbPCY4UHeB4lnM/5r250QX5gcLgOYbR5FdhFu+22mOPHfWpRc5tNuY9kCephDHzAHjo6fTW1vefOOmA4jw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@20.3.16': + resolution: {integrity: sha512-KeOcsM5piwv/6tUKBmLD1zXTwtJlZBnR2WM/4T9ImaQbmFGe1MMHUABT5SQ3Bifv1YKCw58ImxiaQUY9sdNqEQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@21.0.5': resolution: {integrity: sha512-uNBIilq5bGnln3D7Nbm3/K+Ot++eGj4rygU0DCw//IZiTQU/iSyF3UAsN++iRetu/OMs+97T/RoGPjD22ryiZg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@sigstore/bundle@3.1.0': - resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/bundle@4.0.0': resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@2.0.0': - resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/core@3.0.0': resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/protobuf-specs@0.4.1': - resolution: {integrity: sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@3.1.0': - resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.0.1': resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@3.1.1': - resolution: {integrity: sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/tuf@4.0.0': resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@2.1.1': - resolution: {integrity: sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/verify@3.0.0': resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6350,10 +6361,6 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@sindresorhus/merge-streams@2.3.0': - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} - '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -6633,10 +6640,6 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@3.0.1': - resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@tufjs/models@4.0.0': resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6785,12 +6788,12 @@ packages: '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} - '@types/jasmine@2.8.24': - resolution: {integrity: sha512-AUiYOhMC7FV7risPijqkhCetw8Ar2Hk3Y5YOCBWRCAYd3KJX/nF13aF2xyRe4E4QH7fKo8fZWmX/V7lb6rZhMA==} - '@types/jasmine@5.1.4': resolution: {integrity: sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} + '@types/jest@29.5.14': resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} @@ -6854,6 +6857,9 @@ packages: '@types/node@20.14.5': resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} + '@types/node@24.1.0': + resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -7199,12 +7205,6 @@ packages: resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@vitejs/plugin-basic-ssl@1.2.0': - resolution: {integrity: sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==} - engines: {node: '>=14.21.3'} - peerDependencies: - vite: ^6.4.1 - '@vitejs/plugin-basic-ssl@2.1.0': resolution: {integrity: sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -7533,10 +7533,6 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - abbrev@3.0.1: - resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} - engines: {node: ^18.17.0 || >=20.5.0} - abbrev@4.0.0: resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -7665,6 +7661,10 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + algoliasearch@5.35.0: + resolution: {integrity: sha512-Y+moNhsqgLmvJdgTsO4GZNgsaDWv8AOGAaPeIeHKlDn/XunoAqYbA+XNpBd1dW8GOXAUDyxC9Rxc7AV4kpFcIg==} + engines: {node: '>= 14.0.0'} + algoliasearch@5.40.1: resolution: {integrity: sha512-iUNxcXUNg9085TJx0HJLjqtDE0r1RZ0GOGrt8KNQqQT5ugu8lZsHuMUYW/e0lHhq6xBvmktU9Bw4CXP9VQeKrg==} engines: {node: '>= 14.0.0'} @@ -8047,13 +8047,6 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.21: resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} @@ -8130,13 +8123,6 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5.61.0' - babel-loader@9.2.1: - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} - peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' - babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} @@ -8176,11 +8162,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.13.0: resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: @@ -8344,10 +8325,6 @@ packages: bcrypt-pbkdf@1.0.2: resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} - beasties@0.3.2: - resolution: {integrity: sha512-p4AF8uYzm9Fwu8m/hSVTCPXrRBPmB34hQpHsec2KOaR9CZmgoU8IOv4Cvwq4hgz2p4hLMNbsdNl5XeA6XbAQwA==} - engines: {node: '>=14.0.0'} - beasties@0.3.5: resolution: {integrity: sha512-NaWu+f4YrJxEttJSm16AzMIFtVldCvaJ68b1L098KpqXmxt9xOLtKoLkKxb8ekhOrLqEJAbvT6n6SEvB/sac7A==} engines: {node: '>=14.0.0'} @@ -8531,10 +8508,6 @@ packages: resolution: {integrity: sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==} engines: {node: '>=6.0.0'} - cacache@19.0.1: - resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} - engines: {node: ^18.17.0 || >=20.5.0} - cacache@20.0.3: resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -8970,6 +8943,10 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} + engines: {node: '>=20'} + commander@2.11.0: resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} @@ -9104,12 +9081,6 @@ packages: copy-props@2.0.5: resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} - copy-webpack-plugin@12.0.2: - resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} - engines: {node: '>= 18.12.0'} - peerDependencies: - webpack: ^5.1.0 - copy-webpack-plugin@13.0.1: resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} engines: {node: '>= 18.12.0'} @@ -9247,9 +9218,6 @@ packages: css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} - css-select@5.1.0: - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} - css-select@6.0.0: resolution: {integrity: sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==} @@ -10220,8 +10188,8 @@ packages: cpu: [x64] os: [sunos] - esbuild-wasm@0.25.4: - resolution: {integrity: sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ==} + esbuild-wasm@0.25.9: + resolution: {integrity: sha512-Jpv5tCSwQg18aCqCRD3oHIX/prBhXMDapIoG//A+6+dV0e7KQMGFg85ihJ5T1EeMjbZjON3TqFy0VrGAnIHLDA==} engines: {node: '>=18'} hasBin: true @@ -10263,8 +10231,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.25.4: - resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} engines: {node: '>=18'} hasBin: true @@ -10721,6 +10689,12 @@ packages: peerDependencies: express: '>= 4.11' + express-rate-limit@8.2.1: + resolution: {integrity: sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==} + engines: {node: '>= 16'} + peerDependencies: + express: '>= 4.11' + express@4.22.1: resolution: {integrity: sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==} engines: {node: '>= 0.10.0'} @@ -10920,9 +10894,9 @@ packages: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} - find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + find-cache-directory@6.0.0: + resolution: {integrity: sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==} + engines: {node: '>=20'} find-up-simple@1.0.1: resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} @@ -10944,10 +10918,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - findup-sync@2.0.0: resolution: {integrity: sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==} engines: {node: '>= 0.10'} @@ -11364,10 +11334,6 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} - globby@14.1.0: - resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} - engines: {node: '>=18'} - globby@5.0.0: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} @@ -11746,10 +11712,6 @@ packages: resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} engines: {node: ^16.14.0 || >=18.0.0} - hosted-git-info@8.1.0: - resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} - engines: {node: ^18.17.0 || >=20.5.0} - hosted-git-info@9.0.2: resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -11971,10 +11933,6 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - ignore-walk@7.0.0: - resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ignore-walk@8.0.0: resolution: {integrity: sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12126,6 +12084,10 @@ packages: iobuffer@5.4.0: resolution: {integrity: sha512-DRebOWuqDvxunfkNJAlc3IzWIPD5xVxwUNbHr7xKB8E6aLJxIPfNX3CoMJghcFjpv6RWQsrcJbghtEwSPoJqMA==} + ip-address@10.0.1: + resolution: {integrity: sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==} + engines: {node: '>= 12'} + ip-address@9.0.5: resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} engines: {node: '>= 12'} @@ -12214,10 +12176,6 @@ packages: resolution: {integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==} hasBin: true - is-core-module@2.15.1: - resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} - engines: {node: '>= 0.4'} - is-core-module@2.16.1: resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} engines: {node: '>= 0.4'} @@ -12533,6 +12491,10 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + is-unicode-supported@2.1.0: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} @@ -12910,10 +12872,6 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@4.0.0: - resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} - engines: {node: ^18.17.0 || >=20.5.0} - json-parse-even-better-errors@5.0.0: resolution: {integrity: sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13117,19 +13075,6 @@ packages: resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} engines: {node: '>=10.13.0'} - less-loader@12.2.0: - resolution: {integrity: sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==} - engines: {node: '>= 18.12.0'} - peerDependencies: - '@rspack/core': 0.x || 1.x - less: ^3.5.0 || ^4.0.0 - webpack: ^5.0.0 - peerDependenciesMeta: - '@rspack/core': - optional: true - webpack: - optional: true - less-loader@12.3.0: resolution: {integrity: sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==} engines: {node: '>= 18.12.0'} @@ -13143,9 +13088,9 @@ packages: webpack: optional: true - less@4.2.2: - resolution: {integrity: sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==} - engines: {node: '>=6'} + less@4.4.0: + resolution: {integrity: sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==} + engines: {node: '>=14'} hasBin: true less@4.4.2: @@ -13274,9 +13219,9 @@ packages: enquirer: optional: true - listr2@8.2.5: - resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} - engines: {node: '>=18.0.0'} + listr2@9.0.1: + resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + engines: {node: '>=20.0.0'} listr2@9.0.5: resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} @@ -13286,8 +13231,8 @@ packages: resolution: {integrity: sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==} hasBin: true - lmdb@3.2.6: - resolution: {integrity: sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ==} + lmdb@3.4.2: + resolution: {integrity: sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==} hasBin: true lmdb@3.4.3: @@ -13326,10 +13271,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} @@ -13410,6 +13351,10 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} + log-symbols@6.0.0: + resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} + engines: {node: '>=18'} + log-symbols@7.0.1: resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==} engines: {node: '>=18'} @@ -13510,6 +13455,9 @@ packages: magic-string@0.30.19: resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} @@ -13525,10 +13473,6 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@14.0.3: - resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - make-fetch-happen@15.0.3: resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13794,12 +13738,6 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - mini-css-extract-plugin@2.9.2: - resolution: {integrity: sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - mini-css-extract-plugin@2.9.4: resolution: {integrity: sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==} engines: {node: '>= 12.13.0'} @@ -13850,10 +13788,6 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@4.0.1: - resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} - engines: {node: ^18.17.0 || >=20.5.0} - minipass-fetch@5.0.0: resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13989,10 +13923,6 @@ packages: resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} engines: {node: '>= 0.10'} - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - mute-stream@2.0.0: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -14077,6 +14007,19 @@ packages: tailwindcss: optional: true + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + hasBin: true + peerDependencies: + '@angular/compiler-cli': ^20.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + tailwindcss: + optional: true + nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -14121,11 +14064,6 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@11.2.0: - resolution: {integrity: sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - node-gyp@12.1.0: resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14172,11 +14110,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - nopt@8.1.0: - resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - nopt@9.0.0: resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14213,9 +14146,9 @@ packages: resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} engines: {node: ^18.17.0 || >=20.5.0} - npm-install-checks@7.1.1: - resolution: {integrity: sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-bundled@5.0.0: + resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} + engines: {node: ^20.17.0 || >=22.9.0} npm-install-checks@8.0.0: resolution: {integrity: sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==} @@ -14233,9 +14166,9 @@ packages: resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==} engines: {node: ^16.14.0 || >=18.0.0} - npm-package-arg@12.0.2: - resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@13.0.0: + resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} + engines: {node: ^20.17.0 || >=22.9.0} npm-package-arg@13.0.1: resolution: {integrity: sha512-6zqls5xFvJbgFjB1B2U6yITtyGBjDBORB7suI4zA4T/sZ1OmkMFlaQSNB/4K0LtXNA1t4OprAFxPisadK5O2ag==} @@ -14245,22 +14178,10 @@ packages: resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@9.0.0: - resolution: {integrity: sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==} - engines: {node: ^18.17.0 || >=20.5.0} - - npm-pick-manifest@10.0.0: - resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-pick-manifest@11.0.3: resolution: {integrity: sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==} engines: {node: ^20.17.0 || >=22.9.0} - npm-registry-fetch@18.0.2: - resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-registry-fetch@19.1.1: resolution: {integrity: sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14440,10 +14361,6 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - open@10.1.0: - resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} - engines: {node: '>=18'} - open@10.2.0: resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} @@ -14486,6 +14403,10 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} + ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} + engines: {node: '>=18'} + ora@9.0.0: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} @@ -14534,10 +14455,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -14550,10 +14467,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map@1.2.0: resolution: {integrity: sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==} engines: {node: '>=4'} @@ -14585,16 +14498,16 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@20.0.0: - resolution: {integrity: sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - pacote@21.0.3: resolution: {integrity: sha512-itdFlanxO0nmQv4ORsvA9K1wv40IPfB9OmWqfaJWvoJ30VKyHsqNgDVeG+TVhI7Gk7XW8slUy7cA9r6dF5qohw==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true + pacote@21.0.4: + resolution: {integrity: sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true + pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} @@ -14650,18 +14563,12 @@ packages: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} - parse5-html-rewriting-stream@7.0.0: - resolution: {integrity: sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==} - parse5-html-rewriting-stream@8.0.0: resolution: {integrity: sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==} parse5-htmlparser2-tree-adapter@6.0.1: resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} - parse5-sax-parser@7.0.0: - resolution: {integrity: sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==} - parse5-sax-parser@8.0.0: resolution: {integrity: sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==} @@ -14709,10 +14616,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -14769,10 +14672,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path-type@6.0.0: - resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} - engines: {node: '>=18'} - pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -14800,10 +14699,6 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - picomatch@4.0.2: - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} - engines: {node: '>=12'} - picomatch@4.0.3: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} @@ -14865,9 +14760,9 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + pkg-dir@8.0.0: + resolution: {integrity: sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==} + engines: {node: '>=18'} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -15025,10 +14920,6 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -15764,13 +15655,20 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rollup-plugin-dts@6.3.0: + resolution: {integrity: sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==} + engines: {node: '>=16'} + peerDependencies: + rollup: ^3.29.4 || ^4 + typescript: ^4.5 || ^5.0 + rollup@4.22.4: resolution: {integrity: sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.34.8: - resolution: {integrity: sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==} + rollup@4.52.3: + resolution: {integrity: sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -16100,8 +15998,8 @@ packages: engines: {node: '>=14'} hasBin: true - sass@1.85.0: - resolution: {integrity: sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==} + sass@1.90.0: + resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==} engines: {node: '>=14.0.0'} hasBin: true @@ -16347,10 +16245,6 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@3.1.0: - resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} - engines: {node: ^18.17.0 || >=20.5.0} - sigstore@4.0.0: resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -16375,10 +16269,6 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} @@ -16929,10 +16819,6 @@ packages: '@swc/core': ^1.2.147 webpack: '>=2' - symbol-observable@4.0.0: - resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} - engines: {node: '>=0.10'} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -16998,7 +16884,7 @@ packages: tar@7.5.2: resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==} engines: {node: '>=18'} - deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me teex@1.0.1: resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} @@ -17041,8 +16927,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.39.0: - resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==} + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} hasBin: true @@ -17180,6 +17066,10 @@ packages: tiny-invariant@1.3.3: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} @@ -17459,10 +17349,6 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@3.0.1: - resolution: {integrity: sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==} - engines: {node: ^18.17.0 || >=20.5.0} - tuf-js@4.0.0: resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17573,11 +17459,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} engines: {node: '>=14.17'} @@ -17633,6 +17514,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@7.8.0: + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} + undici@7.16.0: resolution: {integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==} engines: {node: '>=20.18.1'} @@ -17657,10 +17541,6 @@ packages: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicorn-magic@0.3.0: - resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} - engines: {node: '>=18'} - unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} @@ -17672,18 +17552,10 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-filename@4.0.0: - resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-filename@5.0.0: resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} engines: {node: ^20.17.0 || >=22.9.0} - unique-slug@5.0.0: - resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-slug@6.0.0: resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -18021,6 +17893,46 @@ packages: yaml: optional: true + vite@7.1.11: + resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vite@7.2.2: resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -18346,16 +18258,6 @@ packages: webpack-cli: optional: true - webpack@5.98.0: - resolution: {integrity: sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} @@ -18627,10 +18529,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yoctocolors-cjs@2.1.3: resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} engines: {node: '>=18'} @@ -18648,6 +18546,11 @@ packages: peerDependencies: zod: ^3.25 || ^4 + zod-to-json-schema@3.25.1: + resolution: {integrity: sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==} + peerDependencies: + zod: ^3.25 || ^4 + zod-validation-error@4.0.2: resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==} engines: {node: '>=18.0.0'} @@ -18679,6 +18582,13 @@ snapshots: '@adobe/css-tools@4.4.1': {} + '@algolia/abtesting@1.1.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/abtesting@1.6.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18686,6 +18596,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-abtesting@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-abtesting@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18693,6 +18610,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-analytics@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-analytics@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18700,8 +18624,17 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-common@5.35.0': {} + '@algolia/client-common@5.40.1': {} + '@algolia/client-insights@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-insights@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18709,6 +18642,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-personalization@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-personalization@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18716,6 +18656,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-query-suggestions@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-query-suggestions@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18723,6 +18670,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-search@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-search@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18730,6 +18684,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/ingestion@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/ingestion@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18737,6 +18698,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/monitoring@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/monitoring@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18744,6 +18712,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/recommend@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/recommend@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18751,14 +18726,26 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/requester-browser-xhr@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-fetch@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-fetch@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-node-http@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-node-http@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18768,18 +18755,18 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1))': + '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.16(dvfkqhpxlcjzcsdatcxxndunvq))(@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq))': dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 19.2.19(gy5lk4g6ogzfldojcxudqodi5q) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1) + '@angular-devkit/build-angular': 20.3.16(dvfkqhpxlcjzcsdatcxxndunvq) + '@angular/build': 20.3.16(brvwwxl36fwcpirwa3vvmofdwq) - '@angular-devkit/architect@0.1902.19(chokidar@4.0.1)': + '@angular-devkit/architect@0.2003.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - rxjs: 7.8.1 + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -18797,72 +18784,73 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@19.2.19(2d5z3y5cbxqmaehqzkittgqznm)': + '@angular-devkit/build-angular@20.3.16(dvfkqhpxlcjzcsdatcxxndunvq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular/build': 20.3.16(frdtceomeqhsoed5xmfmhe33ni) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + typescript: 5.8.3 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -18882,76 +18870,77 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@19.2.19(gy5lk4g6ogzfldojcxudqodi5q)': + '@angular-devkit/build-angular@20.3.16(t2k4gc2iakj7a4od6zj4idtpnm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular/build': 20.3.16(57it5ftdfvb7be6r2u7iy5fysm) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -18971,17 +18960,17 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@21.0.3(f565cn6xz3u6lqo5aq6ogeqy5i)': + '@angular-devkit/build-angular@21.0.3(g624bywty7pdaegpg2vpddqnvq)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) '@angular-devkit/build-webpack': 0.2100.3(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) '@angular-devkit/core': 21.0.3(chokidar@4.0.1) - '@angular/build': 21.0.3(o62fjw2el66grbjc3owazte63i) + '@angular/build': 21.0.3(bb6urc4c3yaon5sg4slpakq7aa) '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3) '@babel/core': 7.28.4 '@babel/generator': 7.28.3 @@ -19038,7 +19027,7 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': 21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.26.0 - jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) karma: 6.4.4 transitivePeerDependencies: - '@angular/compiler' @@ -19063,12 +19052,12 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@angular-devkit/build-webpack@0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3))': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - rxjs: 7.8.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + rxjs: 7.8.2 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)) transitivePeerDependencies: - chokidar @@ -19090,14 +19079,14 @@ snapshots: rxjs: 7.8.1 source-map: 0.7.4 - '@angular-devkit/core@19.2.19(chokidar@4.0.1)': + '@angular-devkit/core@20.3.16(chokidar@4.0.1)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) jsonc-parser: 3.3.1 - picomatch: 4.0.2 - rxjs: 7.8.1 - source-map: 0.7.4 + picomatch: 4.0.3 + rxjs: 7.8.2 + source-map: 0.7.6 optionalDependencies: chokidar: 4.0.1 @@ -19133,13 +19122,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@19.2.19(chokidar@4.0.1)': + '@angular-devkit/schematics@20.3.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) jsonc-parser: 3.3.1 magic-string: 0.30.17 - ora: 5.4.1 - rxjs: 7.8.1 + ora: 8.2.0 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19158,44 +19147,47 @@ snapshots: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.6.3 - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1)': + '@angular/build@20.3.16(57it5ftdfvb7be6r2u7iy5fysm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@20.11.17) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 - typescript: 5.5.4 - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + tinyglobby: 0.2.14 + tslib: 2.8.1 + typescript: 5.8.3 + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - postcss: 8.5.2 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19209,44 +19201,47 @@ snapshots: - tsx - yaml - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.6.3 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.2 + less: 4.4.2 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19259,44 +19254,48 @@ snapshots: - terser - tsx - yaml + optional: true - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.16(frdtceomeqhsoed5xmfmhe33ni)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.4.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19310,9 +19309,8 @@ snapshots: - terser - tsx - yaml - optional: true - '@angular/build@21.0.3(o62fjw2el66grbjc3owazte63i)': + '@angular/build@21.0.3(bb6urc4c3yaon5sg4slpakq7aa)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) @@ -19321,8 +19319,8 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.19(@types/node@20.12.8) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.19(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.26.0 @@ -19343,7 +19341,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 undici: 7.16.0 - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) watchpack: 2.4.4 optionalDependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) @@ -19366,61 +19364,65 @@ snapshots: - tsx - yaml - '@angular/cli@19.2.19(@types/node@20.11.17)(chokidar@4.0.1)': + '@angular/cli@20.3.16(@types/node@20.11.17)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.16(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@19.2.19(@types/node@20.14.5)(chokidar@4.0.1)': + '@angular/cli@20.3.16(@types/node@24.1.0)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.16(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@21.0.5(@types/node@20.12.8)(chokidar@4.0.1)(hono@4.11.4)': + '@angular/cli@21.0.5(@types/node@24.1.0)(chokidar@4.0.1)(hono@4.11.4)': dependencies: '@angular-devkit/architect': 0.2100.5(chokidar@4.0.1) '@angular-devkit/core': 21.0.5(chokidar@4.0.1) '@angular-devkit/schematics': 21.0.5(chokidar@4.0.1) - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.25.2(hono@4.11.4)(zod@4.1.13) '@schematics/angular': 21.0.5(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 @@ -19442,23 +19444,23 @@ snapshots: - hono - supports-color - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: @@ -19466,33 +19468,19 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4)': - dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 - '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.1 - convert-source-map: 1.9.0 - reflect-metadata: 0.2.2 - semver: 7.7.4 - tslib: 2.6.3 - typescript: 5.5.4 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3)': + '@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3)': dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 + '@angular/compiler': 20.3.16 + '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.1 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 + yargs: 18.0.0 + optionalDependencies: typescript: 5.8.3 - yargs: 17.7.2 transitivePeerDependencies: - supports-color @@ -19528,24 +19516,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@19.2.18': + '@angular/compiler@20.3.16': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@angular/compiler@21.0.8': dependencies: tslib: 2.6.3 - '@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)': dependencies: rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.0 - '@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.1 '@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)': @@ -19556,21 +19548,21 @@ snapshots: '@angular/compiler': 21.0.8 zone.js: 0.15.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/forms@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@standard-schema/spec@1.0.0)(rxjs@7.8.2)': dependencies: @@ -19581,21 +19573,21 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + tslib: 2.8.1 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + tslib: 2.8.1 '@angular/platform-browser-dynamic@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: @@ -19605,17 +19597,17 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) tslib: 2.6.3 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + tslib: 2.8.1 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.8.1 '@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: @@ -19625,25 +19617,25 @@ snapshots: optionalDependencies: '@angular/animations': 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 optional: true - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 '@angular/platform-server@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': @@ -19656,21 +19648,21 @@ snapshots: tslib: 2.6.3 xhr2: 0.2.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@aspnet/signalr@1.0.27': {} @@ -19678,12 +19670,6 @@ snapshots: dependencies: '@babel/highlight': 7.25.9 - '@babel/code-frame@7.27.1': - dependencies: - '@babel/helper-validator-identifier': 7.28.5 - js-tokens: 4.0.0 - picocolors: 1.1.1 - '@babel/code-frame@7.28.6': dependencies: '@babel/helper-validator-identifier': 7.28.5 @@ -19698,33 +19684,13 @@ snapshots: '@babel/compat-data@7.28.6': {} - '@babel/core@7.26.10': + '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.29.0 '@babel/generator': 7.28.6 '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) - '@babel/helpers': 7.28.6 - '@babel/parser': 7.28.6 - '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 - convert-source-map: 2.0.0 - debug: 4.4.3 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/core@7.26.9': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.9) + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helpers': 7.28.6 '@babel/parser': 7.28.6 '@babel/template': 7.28.6 @@ -19786,14 +19752,6 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.10': - dependencies: - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/generator@7.28.3': dependencies: '@babel/parser': 7.28.6 @@ -19810,10 +19768,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.28.6 - '@babel/helper-annotate-as-pure@7.27.3': dependencies: '@babel/types': 7.28.6 @@ -19839,13 +19793,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.26.10)': + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/traverse': 7.28.6 semver: 6.3.1 @@ -19878,9 +19832,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.2.0 semver: 6.3.1 @@ -19899,9 +19853,9 @@ snapshots: regexpu-core: 6.2.0 semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.4.0 semver: 6.3.1 @@ -19942,9 +19896,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.26.10)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -19998,18 +19952,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.9)': - dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -20046,12 +19991,12 @@ snapshots: '@babel/helper-plugin-utils@7.28.6': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.26.10)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20060,7 +20005,7 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20069,13 +20014,13 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.27.1(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.28.6 @@ -20100,9 +20045,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.28.6(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.28.6 @@ -20176,9 +20121,9 @@ snapshots: dependencies: '@babel/types': 7.28.6 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20200,9 +20145,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.4)': @@ -20215,9 +20160,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.4)': @@ -20230,12 +20175,12 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20257,9 +20202,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20290,9 +20235,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4)': dependencies: @@ -20337,9 +20282,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.4)': @@ -20352,19 +20297,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.6)': - dependencies: - '@babel/core': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.4)': @@ -20437,10 +20372,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.4)': @@ -20455,9 +20390,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.4)': @@ -20470,20 +20405,20 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20497,11 +20432,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20524,21 +20459,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20551,12 +20486,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20578,9 +20513,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.4)': @@ -20593,9 +20528,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.4)': @@ -20616,10 +20551,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20648,10 +20583,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20672,14 +20607,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20708,9 +20643,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 @@ -20726,9 +20661,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20750,10 +20685,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.4)': @@ -20768,9 +20703,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.4)': @@ -20783,16 +20718,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.6)': @@ -20801,9 +20736,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.4)': @@ -20816,7 +20751,15 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.4)': + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 @@ -20837,9 +20780,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.4)': @@ -20852,9 +20795,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.4)': @@ -20873,9 +20816,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.6) - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -20897,9 +20840,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 @@ -20924,9 +20867,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.4)': @@ -20939,9 +20882,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.4)': @@ -20954,9 +20897,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.4)': @@ -20969,9 +20912,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.4)': @@ -20984,10 +20927,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21008,10 +20951,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21032,10 +20975,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -21062,10 +21005,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21086,10 +21029,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': @@ -21104,9 +21047,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.4)': @@ -21119,9 +21062,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.4)': @@ -21134,9 +21077,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.4)': @@ -21149,13 +21092,13 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -21182,11 +21125,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -21206,9 +21149,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.4)': @@ -21221,9 +21164,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21245,9 +21188,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.26.10)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.4)': @@ -21268,10 +21211,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21292,11 +21235,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21319,9 +21262,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.4)': @@ -21373,9 +21316,9 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.4)': @@ -21388,16 +21331,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.6)': @@ -21406,9 +21349,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.4)': @@ -21433,14 +21376,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-runtime@7.26.10(@babel/core@7.26.10)': + '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21469,9 +21412,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.4)': @@ -21484,9 +21427,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21508,9 +21451,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.4)': @@ -21523,9 +21466,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.4)': @@ -21538,9 +21481,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.4)': @@ -21564,9 +21507,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.4)': @@ -21579,10 +21522,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.4)': @@ -21597,10 +21540,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.4)': @@ -21615,10 +21558,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.4)': @@ -21633,76 +21576,77 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/preset-env@7.26.9(@babel/core@7.26.10)': + '@babel/preset-env@7.28.3(@babel/core@7.28.3)': dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10) - '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.26.10) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.26.10) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.10) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.3) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 semver: 6.3.1 transitivePeerDependencies: @@ -21736,9 +21680,9 @@ snapshots: '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.4) '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.4) '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.4) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.4) @@ -21764,7 +21708,7 @@ snapshots: '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.4) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.4) @@ -21867,9 +21811,9 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.28.6) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.10)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/types': 7.28.6 esutils: 2.0.3 @@ -21915,34 +21859,18 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} + '@babel/runtime@7.28.4': {} '@babel/runtime@7.28.6': {} - '@babel/template@7.27.2': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@babel/template@7.28.6': dependencies: '@babel/code-frame': 7.28.6 '@babel/parser': 7.28.6 '@babel/types': 7.28.6 - '@babel/traverse@7.28.5': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 - '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.28.6 - '@babel/template': 7.28.6 - '@babel/types': 7.28.6 - debug: 4.4.3 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.28.6': dependencies: '@babel/code-frame': 7.28.6 @@ -22049,9 +21977,9 @@ snapshots: dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/angular@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22066,13 +21994,13 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(dmyiz5qgrko5nyf5bxripiixoy)': + '@devextreme-generator/build-helpers@3.0.12(ukiqplx6dasmo2c3l5qjedmnve)': dependencies: - '@devextreme-generator/angular': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/inferno': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/preact': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/angular': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/inferno': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/preact': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 @@ -22095,10 +22023,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/core@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(4favskg7c6uhgkqsp35iqbuplm) + eslint-config-devextreme: 0.2.0(3xms7orqommrlrwsknoqxfp64m) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22121,11 +22049,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/inferno@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/preact': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/preact': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22140,10 +22068,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/preact@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22158,9 +22086,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/react@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22175,10 +22103,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/vue@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/angular': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/angular': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -22209,15 +22137,15 @@ snapshots: '@emnapi/core@1.7.1': dependencies: '@emnapi/wasi-threads': 1.1.0 - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/runtime@1.7.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/wasi-threads@1.1.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@esbuild/aix-ppc64@0.21.5': optional: true @@ -22225,7 +22153,7 @@ snapshots: '@esbuild/aix-ppc64@0.25.0': optional: true - '@esbuild/aix-ppc64@0.25.4': + '@esbuild/aix-ppc64@0.25.9': optional: true '@esbuild/aix-ppc64@0.26.0': @@ -22237,7 +22165,7 @@ snapshots: '@esbuild/android-arm64@0.25.0': optional: true - '@esbuild/android-arm64@0.25.4': + '@esbuild/android-arm64@0.25.9': optional: true '@esbuild/android-arm64@0.26.0': @@ -22249,7 +22177,7 @@ snapshots: '@esbuild/android-arm@0.25.0': optional: true - '@esbuild/android-arm@0.25.4': + '@esbuild/android-arm@0.25.9': optional: true '@esbuild/android-arm@0.26.0': @@ -22261,7 +22189,7 @@ snapshots: '@esbuild/android-x64@0.25.0': optional: true - '@esbuild/android-x64@0.25.4': + '@esbuild/android-x64@0.25.9': optional: true '@esbuild/android-x64@0.26.0': @@ -22273,7 +22201,7 @@ snapshots: '@esbuild/darwin-arm64@0.25.0': optional: true - '@esbuild/darwin-arm64@0.25.4': + '@esbuild/darwin-arm64@0.25.9': optional: true '@esbuild/darwin-arm64@0.26.0': @@ -22285,7 +22213,7 @@ snapshots: '@esbuild/darwin-x64@0.25.0': optional: true - '@esbuild/darwin-x64@0.25.4': + '@esbuild/darwin-x64@0.25.9': optional: true '@esbuild/darwin-x64@0.26.0': @@ -22297,7 +22225,7 @@ snapshots: '@esbuild/freebsd-arm64@0.25.0': optional: true - '@esbuild/freebsd-arm64@0.25.4': + '@esbuild/freebsd-arm64@0.25.9': optional: true '@esbuild/freebsd-arm64@0.26.0': @@ -22309,7 +22237,7 @@ snapshots: '@esbuild/freebsd-x64@0.25.0': optional: true - '@esbuild/freebsd-x64@0.25.4': + '@esbuild/freebsd-x64@0.25.9': optional: true '@esbuild/freebsd-x64@0.26.0': @@ -22321,7 +22249,7 @@ snapshots: '@esbuild/linux-arm64@0.25.0': optional: true - '@esbuild/linux-arm64@0.25.4': + '@esbuild/linux-arm64@0.25.9': optional: true '@esbuild/linux-arm64@0.26.0': @@ -22333,7 +22261,7 @@ snapshots: '@esbuild/linux-arm@0.25.0': optional: true - '@esbuild/linux-arm@0.25.4': + '@esbuild/linux-arm@0.25.9': optional: true '@esbuild/linux-arm@0.26.0': @@ -22345,7 +22273,7 @@ snapshots: '@esbuild/linux-ia32@0.25.0': optional: true - '@esbuild/linux-ia32@0.25.4': + '@esbuild/linux-ia32@0.25.9': optional: true '@esbuild/linux-ia32@0.26.0': @@ -22360,7 +22288,7 @@ snapshots: '@esbuild/linux-loong64@0.25.0': optional: true - '@esbuild/linux-loong64@0.25.4': + '@esbuild/linux-loong64@0.25.9': optional: true '@esbuild/linux-loong64@0.26.0': @@ -22372,7 +22300,7 @@ snapshots: '@esbuild/linux-mips64el@0.25.0': optional: true - '@esbuild/linux-mips64el@0.25.4': + '@esbuild/linux-mips64el@0.25.9': optional: true '@esbuild/linux-mips64el@0.26.0': @@ -22384,7 +22312,7 @@ snapshots: '@esbuild/linux-ppc64@0.25.0': optional: true - '@esbuild/linux-ppc64@0.25.4': + '@esbuild/linux-ppc64@0.25.9': optional: true '@esbuild/linux-ppc64@0.26.0': @@ -22396,7 +22324,7 @@ snapshots: '@esbuild/linux-riscv64@0.25.0': optional: true - '@esbuild/linux-riscv64@0.25.4': + '@esbuild/linux-riscv64@0.25.9': optional: true '@esbuild/linux-riscv64@0.26.0': @@ -22408,7 +22336,7 @@ snapshots: '@esbuild/linux-s390x@0.25.0': optional: true - '@esbuild/linux-s390x@0.25.4': + '@esbuild/linux-s390x@0.25.9': optional: true '@esbuild/linux-s390x@0.26.0': @@ -22420,7 +22348,7 @@ snapshots: '@esbuild/linux-x64@0.25.0': optional: true - '@esbuild/linux-x64@0.25.4': + '@esbuild/linux-x64@0.25.9': optional: true '@esbuild/linux-x64@0.26.0': @@ -22429,7 +22357,7 @@ snapshots: '@esbuild/netbsd-arm64@0.25.0': optional: true - '@esbuild/netbsd-arm64@0.25.4': + '@esbuild/netbsd-arm64@0.25.9': optional: true '@esbuild/netbsd-arm64@0.26.0': @@ -22441,7 +22369,7 @@ snapshots: '@esbuild/netbsd-x64@0.25.0': optional: true - '@esbuild/netbsd-x64@0.25.4': + '@esbuild/netbsd-x64@0.25.9': optional: true '@esbuild/netbsd-x64@0.26.0': @@ -22450,7 +22378,7 @@ snapshots: '@esbuild/openbsd-arm64@0.25.0': optional: true - '@esbuild/openbsd-arm64@0.25.4': + '@esbuild/openbsd-arm64@0.25.9': optional: true '@esbuild/openbsd-arm64@0.26.0': @@ -22462,12 +22390,15 @@ snapshots: '@esbuild/openbsd-x64@0.25.0': optional: true - '@esbuild/openbsd-x64@0.25.4': + '@esbuild/openbsd-x64@0.25.9': optional: true '@esbuild/openbsd-x64@0.26.0': optional: true + '@esbuild/openharmony-arm64@0.25.9': + optional: true + '@esbuild/openharmony-arm64@0.26.0': optional: true @@ -22477,7 +22408,7 @@ snapshots: '@esbuild/sunos-x64@0.25.0': optional: true - '@esbuild/sunos-x64@0.25.4': + '@esbuild/sunos-x64@0.25.9': optional: true '@esbuild/sunos-x64@0.26.0': @@ -22489,7 +22420,7 @@ snapshots: '@esbuild/win32-arm64@0.25.0': optional: true - '@esbuild/win32-arm64@0.25.4': + '@esbuild/win32-arm64@0.25.9': optional: true '@esbuild/win32-arm64@0.26.0': @@ -22501,7 +22432,7 @@ snapshots: '@esbuild/win32-ia32@0.25.0': optional: true - '@esbuild/win32-ia32@0.25.4': + '@esbuild/win32-ia32@0.25.9': optional: true '@esbuild/win32-ia32@0.26.0': @@ -22513,7 +22444,7 @@ snapshots: '@esbuild/win32-x64@0.25.0': optional: true - '@esbuild/win32-x64@0.25.4': + '@esbuild/win32-x64@0.25.9': optional: true '@esbuild/win32-x64@0.26.0': @@ -22620,6 +22551,10 @@ snapshots: dependencies: hono: 4.11.4 + '@hono/node-server@1.19.9(hono@4.11.4)': + dependencies: + hono: 4.11.4 + '@humanfs/core@0.19.1': {} '@humanfs/node@0.16.6': @@ -22655,67 +22590,50 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/checkbox@4.3.2(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/checkbox@4.3.2(@types/node@20.14.5)': + '@inquirer/checkbox@4.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/confirm@5.1.19(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.21(@types/node@20.11.17)': + '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.21(@types/node@20.12.8)': + '@inquirer/confirm@5.1.14(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.21(@types/node@20.14.5)': + '@inquirer/confirm@5.1.19(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.6(@types/node@20.11.17)': + '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.6(@types/node@20.14.5)': + '@inquirer/confirm@5.1.21(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/core@10.3.2(@types/node@20.11.17)': dependencies: @@ -22730,31 +22648,18 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/core@10.3.2(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - 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': 20.12.8 - - '@inquirer/core@10.3.2(@types/node@20.14.5)': + '@inquirer/core@10.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) 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': 20.14.5 + '@types/node': 24.1.0 '@inquirer/editor@4.2.23(@types/node@20.11.17)': dependencies: @@ -22764,21 +22669,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/editor@4.2.23(@types/node@20.12.8)': + '@inquirer/editor@4.2.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/external-editor': 1.0.3(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/external-editor': 1.0.3(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/editor@4.2.23(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/external-editor': 1.0.3(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/expand@4.0.23(@types/node@20.11.17)': dependencies: @@ -22788,21 +22685,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/expand@4.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/expand@4.0.23(@types/node@20.14.5)': + '@inquirer/expand@4.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/external-editor@1.0.3(@types/node@20.11.17)': dependencies: @@ -22811,19 +22700,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/external-editor@1.0.3(@types/node@20.12.8)': - dependencies: - chardet: 2.1.1 - iconv-lite: 0.7.1 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/external-editor@1.0.3(@types/node@20.14.5)': + '@inquirer/external-editor@1.0.3(@types/node@24.1.0)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/figures@1.0.15': {} @@ -22834,19 +22716,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/input@4.3.1(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/input@4.3.1(@types/node@20.14.5)': + '@inquirer/input@4.3.1(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/number@3.0.23(@types/node@20.11.17)': dependencies: @@ -22855,19 +22730,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/number@3.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/number@3.0.23(@types/node@20.14.5)': + '@inquirer/number@3.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/password@4.0.23(@types/node@20.11.17)': dependencies: @@ -22877,23 +22745,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/password@4.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/password@4.0.23(@types/node@20.14.5)': + '@inquirer/password@4.0.23(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.3.2(@types/node@20.11.17)': + '@inquirer/prompts@7.8.2(@types/node@20.11.17)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.11.17) '@inquirer/confirm': 5.1.21(@types/node@20.11.17) @@ -22908,35 +22768,35 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/prompts@7.3.2(@types/node@20.14.5)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.14.5) - '@inquirer/confirm': 5.1.21(@types/node@20.14.5) - '@inquirer/editor': 4.2.23(@types/node@20.14.5) - '@inquirer/expand': 4.0.23(@types/node@20.14.5) - '@inquirer/input': 4.3.1(@types/node@20.14.5) - '@inquirer/number': 3.0.23(@types/node@20.14.5) - '@inquirer/password': 4.0.23(@types/node@20.14.5) - '@inquirer/rawlist': 4.1.11(@types/node@20.14.5) - '@inquirer/search': 3.2.2(@types/node@20.14.5) - '@inquirer/select': 4.4.2(@types/node@20.14.5) + '@inquirer/prompts@7.8.2(@types/node@24.1.0)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.9.0(@types/node@20.12.8)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.12.8) - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@inquirer/editor': 4.2.23(@types/node@20.12.8) - '@inquirer/expand': 4.0.23(@types/node@20.12.8) - '@inquirer/input': 4.3.1(@types/node@20.12.8) - '@inquirer/number': 3.0.23(@types/node@20.12.8) - '@inquirer/password': 4.0.23(@types/node@20.12.8) - '@inquirer/rawlist': 4.1.11(@types/node@20.12.8) - '@inquirer/search': 3.2.2(@types/node@20.12.8) - '@inquirer/select': 4.4.2(@types/node@20.12.8) + '@inquirer/prompts@7.9.0(@types/node@24.1.0)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/rawlist@4.1.11(@types/node@20.11.17)': dependencies: @@ -22946,21 +22806,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/rawlist@4.1.11(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/rawlist@4.1.11(@types/node@20.14.5)': + '@inquirer/rawlist@4.1.11(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/search@3.2.2(@types/node@20.11.17)': dependencies: @@ -22971,23 +22823,14 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/search@3.2.2(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/search@3.2.2(@types/node@20.14.5)': + '@inquirer/search@3.2.2(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/select@4.4.2(@types/node@20.11.17)': dependencies: @@ -22999,41 +22842,23 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/select@4.4.2(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/select@4.4.2(@types/node@20.14.5)': + '@inquirer/select@4.4.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 + '@types/node': 24.1.0 '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 - '@inquirer/type@3.0.10(@types/node@20.12.8)': + '@inquirer/type@3.0.10(@types/node@24.1.0)': optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/type@3.0.10(@types/node@20.14.5)': - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@isaacs/balanced-match@4.0.1': {} @@ -23067,7 +22892,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -23080,14 +22905,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23110,21 +22935,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23155,14 +22980,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23185,21 +23010,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23221,13 +23046,12 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -23245,7 +23069,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -23267,7 +23091,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -23339,7 +23163,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -23382,41 +23206,41 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.3)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) + '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pointer@1.0.2(tslib@2.6.3)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 '@keyv/bigmap@1.3.0(keyv@5.5.5)': dependencies: @@ -23434,20 +23258,26 @@ snapshots: dependencies: '@lezer/common': 1.2.3 - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@inquirer/type': 3.0.10(@types/node@20.11.17) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5)': dependencies: - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) listr2: 9.0.5 transitivePeerDependencies: - '@types/node' @@ -23455,7 +23285,7 @@ snapshots: '@lmdb/lmdb-darwin-arm64@2.8.5': optional: true - '@lmdb/lmdb-darwin-arm64@3.2.6': + '@lmdb/lmdb-darwin-arm64@3.4.2': optional: true '@lmdb/lmdb-darwin-arm64@3.4.3': @@ -23464,7 +23294,7 @@ snapshots: '@lmdb/lmdb-darwin-x64@2.8.5': optional: true - '@lmdb/lmdb-darwin-x64@3.2.6': + '@lmdb/lmdb-darwin-x64@3.4.2': optional: true '@lmdb/lmdb-darwin-x64@3.4.3': @@ -23473,7 +23303,7 @@ snapshots: '@lmdb/lmdb-linux-arm64@2.8.5': optional: true - '@lmdb/lmdb-linux-arm64@3.2.6': + '@lmdb/lmdb-linux-arm64@3.4.2': optional: true '@lmdb/lmdb-linux-arm64@3.4.3': @@ -23482,7 +23312,7 @@ snapshots: '@lmdb/lmdb-linux-arm@2.8.5': optional: true - '@lmdb/lmdb-linux-arm@3.2.6': + '@lmdb/lmdb-linux-arm@3.4.2': optional: true '@lmdb/lmdb-linux-arm@3.4.3': @@ -23491,19 +23321,22 @@ snapshots: '@lmdb/lmdb-linux-x64@2.8.5': optional: true - '@lmdb/lmdb-linux-x64@3.2.6': + '@lmdb/lmdb-linux-x64@3.4.2': optional: true '@lmdb/lmdb-linux-x64@3.4.3': optional: true + '@lmdb/lmdb-win32-arm64@3.4.2': + optional: true + '@lmdb/lmdb-win32-arm64@3.4.3': optional: true '@lmdb/lmdb-win32-x64@2.8.5': optional: true - '@lmdb/lmdb-win32-x64@3.2.6': + '@lmdb/lmdb-win32-x64@3.4.2': optional: true '@lmdb/lmdb-win32-x64@3.4.3': @@ -23543,6 +23376,28 @@ snapshots: - hono - supports-color + '@modelcontextprotocol/sdk@1.26.0(zod@4.1.13)': + dependencies: + '@hono/node-server': 1.19.9(hono@4.11.4) + ajv: 8.17.1 + ajv-formats: 3.0.1(ajv@8.17.1) + content-type: 1.0.5 + cors: 2.8.5 + cross-spawn: 7.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.0.6 + express: 5.2.1 + express-rate-limit: 8.2.1(express@5.2.1) + hono: 4.11.4 + jose: 6.1.3 + json-schema-typed: 8.0.2 + pkce-challenge: 5.0.1 + raw-body: 3.0.2 + zod: 4.1.13 + zod-to-json-schema: 3.25.1(zod@4.1.13) + transitivePeerDependencies: + - supports-color + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': optional: true @@ -23646,17 +23501,11 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@ngtools/webpack@20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3))': dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) '@ngtools/webpack@21.0.3(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: @@ -23682,16 +23531,6 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@npmcli/agent@3.0.0': - dependencies: - agent-base: 7.1.3 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 - lru-cache: 10.4.3 - socks-proxy-agent: 8.0.4 - transitivePeerDependencies: - - supports-color - '@npmcli/agent@4.0.0': dependencies: agent-base: 7.1.3 @@ -23702,25 +23541,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/fs@4.0.0': - dependencies: - semver: 7.7.4 - '@npmcli/fs@5.0.0': dependencies: semver: 7.7.4 - '@npmcli/git@6.0.3': - dependencies: - '@npmcli/promise-spawn': 8.0.2 - ini: 5.0.0 - lru-cache: 10.4.3 - npm-pick-manifest: 10.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - semver: 7.7.4 - which: 5.0.0 - '@npmcli/git@7.0.1': dependencies: '@npmcli/promise-spawn': 9.0.1 @@ -23737,20 +23561,13 @@ snapshots: npm-bundled: 4.0.0 npm-normalize-package-bin: 4.0.0 - '@npmcli/node-gyp@4.0.0': {} + '@npmcli/installed-package-contents@4.0.0': + dependencies: + npm-bundled: 5.0.0 + npm-normalize-package-bin: 5.0.0 '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@6.1.1': - dependencies: - '@npmcli/git': 6.0.3 - glob: 10.5.0 - hosted-git-info: 8.1.0 - json-parse-even-better-errors: 4.0.0 - proc-log: 5.0.0 - semver: 7.7.4 - validate-npm-package-license: 3.0.4 - '@npmcli/package-json@7.0.4': dependencies: '@npmcli/git': 7.0.1 @@ -23769,8 +23586,6 @@ snapshots: dependencies: which: 6.0.0 - '@npmcli/redact@3.2.0': {} - '@npmcli/redact@4.0.0': {} '@npmcli/run-script@10.0.3': @@ -23784,17 +23599,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/run-script@9.1.0': - dependencies: - '@npmcli/node-gyp': 4.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - node-gyp: 11.2.0 - proc-log: 5.0.0 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - '@nrwl/devkit@18.3.5(nx@19.8.14(@swc/core@1.15.3))': dependencies: '@nx/devkit': 18.3.5(nx@19.8.14(@swc/core@1.15.3)) @@ -23849,7 +23653,7 @@ snapshots: '@nrwl/tao@19.8.14(@swc/core@1.15.3)': dependencies: nx: 19.8.14(@swc/core@1.15.3) - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -23872,7 +23676,7 @@ snapshots: nx: 19.8.14(@swc/core@1.15.3) semver: 7.7.3 tmp: 0.2.5 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/devkit@19.8.14(nx@19.8.14(@swc/core@1.15.3))': @@ -23885,7 +23689,7 @@ snapshots: nx: 19.8.14(@swc/core@1.15.3) semver: 7.7.4 tmp: 0.2.5 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/jest@19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.8.14(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': @@ -23904,7 +23708,7 @@ snapshots: minimatch: 9.0.3 resolve.exports: 1.1.0 semver: 7.7.3 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' @@ -23952,7 +23756,7 @@ snapshots: source-map-support: 0.5.19 ts-node: 10.9.1(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -24001,7 +23805,7 @@ snapshots: chalk: 4.1.2 enquirer: 2.3.6 nx: 19.8.14(@swc/core@1.15.3) - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -24915,7 +24719,7 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.22.4': optional: true - '@rollup/rollup-android-arm-eabi@4.34.8': + '@rollup/rollup-android-arm-eabi@4.52.3': optional: true '@rollup/rollup-android-arm-eabi@4.53.3': @@ -24924,7 +24728,7 @@ snapshots: '@rollup/rollup-android-arm64@4.22.4': optional: true - '@rollup/rollup-android-arm64@4.34.8': + '@rollup/rollup-android-arm64@4.52.3': optional: true '@rollup/rollup-android-arm64@4.53.3': @@ -24933,7 +24737,7 @@ snapshots: '@rollup/rollup-darwin-arm64@4.22.4': optional: true - '@rollup/rollup-darwin-arm64@4.34.8': + '@rollup/rollup-darwin-arm64@4.52.3': optional: true '@rollup/rollup-darwin-arm64@4.53.3': @@ -24942,19 +24746,19 @@ snapshots: '@rollup/rollup-darwin-x64@4.22.4': optional: true - '@rollup/rollup-darwin-x64@4.34.8': + '@rollup/rollup-darwin-x64@4.52.3': optional: true '@rollup/rollup-darwin-x64@4.53.3': optional: true - '@rollup/rollup-freebsd-arm64@4.34.8': + '@rollup/rollup-freebsd-arm64@4.52.3': optional: true '@rollup/rollup-freebsd-arm64@4.53.3': optional: true - '@rollup/rollup-freebsd-x64@4.34.8': + '@rollup/rollup-freebsd-x64@4.52.3': optional: true '@rollup/rollup-freebsd-x64@4.53.3': @@ -24963,7 +24767,7 @@ snapshots: '@rollup/rollup-linux-arm-gnueabihf@4.22.4': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.53.3': @@ -24972,7 +24776,7 @@ snapshots: '@rollup/rollup-linux-arm-musleabihf@4.22.4': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.34.8': + '@rollup/rollup-linux-arm-musleabihf@4.52.3': optional: true '@rollup/rollup-linux-arm-musleabihf@4.53.3': @@ -24981,7 +24785,7 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-arm64-gnu@4.34.8': + '@rollup/rollup-linux-arm64-gnu@4.52.3': optional: true '@rollup/rollup-linux-arm64-gnu@4.53.3': @@ -24990,22 +24794,22 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.22.4': optional: true - '@rollup/rollup-linux-arm64-musl@4.34.8': + '@rollup/rollup-linux-arm64-musl@4.52.3': optional: true '@rollup/rollup-linux-arm64-musl@4.53.3': optional: true - '@rollup/rollup-linux-loong64-gnu@4.53.3': + '@rollup/rollup-linux-loong64-gnu@4.52.3': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': + '@rollup/rollup-linux-loong64-gnu@4.53.3': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': + '@rollup/rollup-linux-ppc64-gnu@4.52.3': optional: true '@rollup/rollup-linux-ppc64-gnu@4.53.3': @@ -25014,19 +24818,22 @@ snapshots: '@rollup/rollup-linux-riscv64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.34.8': + '@rollup/rollup-linux-riscv64-gnu@4.52.3': optional: true '@rollup/rollup-linux-riscv64-gnu@4.53.3': optional: true + '@rollup/rollup-linux-riscv64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.53.3': optional: true '@rollup/rollup-linux-s390x-gnu@4.22.4': optional: true - '@rollup/rollup-linux-s390x-gnu@4.34.8': + '@rollup/rollup-linux-s390x-gnu@4.52.3': optional: true '@rollup/rollup-linux-s390x-gnu@4.53.3': @@ -25035,7 +24842,7 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-x64-gnu@4.34.8': + '@rollup/rollup-linux-x64-gnu@4.52.3': optional: true '@rollup/rollup-linux-x64-gnu@4.53.3': @@ -25044,19 +24851,22 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.22.4': optional: true - '@rollup/rollup-linux-x64-musl@4.34.8': + '@rollup/rollup-linux-x64-musl@4.52.3': optional: true '@rollup/rollup-linux-x64-musl@4.53.3': optional: true + '@rollup/rollup-openharmony-arm64@4.52.3': + optional: true + '@rollup/rollup-openharmony-arm64@4.53.3': optional: true '@rollup/rollup-win32-arm64-msvc@4.22.4': optional: true - '@rollup/rollup-win32-arm64-msvc@4.34.8': + '@rollup/rollup-win32-arm64-msvc@4.52.3': optional: true '@rollup/rollup-win32-arm64-msvc@4.53.3': @@ -25065,19 +24875,22 @@ snapshots: '@rollup/rollup-win32-ia32-msvc@4.22.4': optional: true - '@rollup/rollup-win32-ia32-msvc@4.34.8': + '@rollup/rollup-win32-ia32-msvc@4.52.3': optional: true '@rollup/rollup-win32-ia32-msvc@4.53.3': optional: true + '@rollup/rollup-win32-x64-gnu@4.52.3': + optional: true + '@rollup/rollup-win32-x64-gnu@4.53.3': optional: true '@rollup/rollup-win32-x64-msvc@4.22.4': optional: true - '@rollup/rollup-win32-x64-msvc@4.34.8': + '@rollup/rollup-win32-x64-msvc@4.52.3': optional: true '@rollup/rollup-win32-x64-msvc@4.53.3': @@ -25099,10 +24912,10 @@ snapshots: transitivePeerDependencies: - chokidar - '@schematics/angular@19.2.19(chokidar@4.0.1)': + '@schematics/angular@20.3.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -25115,33 +24928,14 @@ snapshots: transitivePeerDependencies: - chokidar - '@sigstore/bundle@3.1.0': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/bundle@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@2.0.0': {} - '@sigstore/core@3.0.0': {} - '@sigstore/protobuf-specs@0.4.1': {} - '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@3.1.0': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - make-fetch-happen: 14.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/sign@4.0.1': dependencies: '@sigstore/bundle': 4.0.0 @@ -25153,13 +24947,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/tuf@3.1.1': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - tuf-js: 3.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/tuf@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 @@ -25167,12 +24954,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/verify@2.1.1': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/verify@3.0.0': dependencies: '@sigstore/bundle': 4.0.0 @@ -25181,8 +24962,6 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@sindresorhus/merge-streams@2.3.0': {} - '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -25211,10 +24990,10 @@ snapshots: '@standard-schema/spec@1.0.0': {} - '@storybook/addon-docs@10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/addon-docs@10.1.9(@types/react@18.0.0)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.0.0)(react@18.0.0) - '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/icons': 2.0.1(react-dom@18.0.0(react@18.0.0))(react@18.0.0) '@storybook/react-dom-shim': 10.1.9(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) react: 18.0.0 @@ -25244,10 +25023,10 @@ snapshots: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)) - '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.1 css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) @@ -25279,14 +25058,14 @@ snapshots: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) ts-dedent: 2.2.0 - '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) unplugin: 2.3.11 optionalDependencies: esbuild: 0.26.0 rollup: 4.53.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) '@storybook/global@5.0.0': {} @@ -25327,7 +25106,7 @@ snapshots: flat-cache: 3.2.0 micromatch: 4.0.8 react-docgen-typescript: 2.2.2(typescript@5.9.3) - tslib: 2.6.3 + tslib: 2.8.1 typescript: 5.9.3 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) transitivePeerDependencies: @@ -25339,9 +25118,9 @@ snapshots: react-dom: 18.0.0(react@18.0.0) storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0) - '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: - '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3) '@storybook/react': 10.1.9(react-dom@18.0.0(react@18.0.0))(react@18.0.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.0.0(react@18.0.0))(react@18.0.0))(typescript@5.9.3) react: 18.0.0 @@ -25457,7 +25236,7 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: - '@babel/code-frame': 7.27.1 + '@babel/code-frame': 7.29.0 '@babel/runtime': 7.28.6 '@types/aria-query': 5.0.4 aria-query: 5.1.3 @@ -25513,11 +25292,6 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@3.0.1': - dependencies: - '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.5 - '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 @@ -25525,12 +25299,12 @@ snapshots: '@tybys/wasm-util@0.10.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@types/aria-query@5.0.4': {} @@ -25558,11 +25332,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/chai@5.2.3': dependencies: @@ -25571,7 +25345,7 @@ snapshots: '@types/cheerio@0.22.35': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/clean-css@4.2.11': dependencies: @@ -25581,17 +25355,17 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.1 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/debug@4.1.12': dependencies: @@ -25640,14 +25414,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -25678,11 +25452,11 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/hast@2.3.10': dependencies: @@ -25694,7 +25468,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/istanbul-lib-coverage@2.0.6': {} @@ -25706,10 +25480,10 @@ snapshots: dependencies: '@types/istanbul-lib-report': 3.0.3 - '@types/jasmine@2.8.24': {} - '@types/jasmine@5.1.4': {} + '@types/jasmine@6.0.0': {} + '@types/jest@29.5.14': dependencies: expect: 29.7.0 @@ -25721,7 +25495,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -25731,7 +25505,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/lodash@4.17.23': {} @@ -25753,12 +25527,12 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 form-data: 4.0.5 '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/node@18.19.130': dependencies: @@ -25780,6 +25554,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@24.1.0': + dependencies: + undici-types: 7.8.0 + '@types/normalize-package-data@2.4.4': {} '@types/normalize-path@3.0.2': {} @@ -25843,7 +25621,7 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/resolve@1.20.2': {} @@ -25858,7 +25636,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/serve-index@1.9.4': dependencies: @@ -25867,30 +25645,30 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/stack-utils@2.0.3': {} '@types/tar-fs@2.0.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tar-stream': 3.1.3 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie@4.0.5': {} @@ -25906,11 +25684,11 @@ snapshots: '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/ws@8.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs-parser@21.0.3': {} @@ -25920,7 +25698,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 optional: true '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.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)': @@ -25959,19 +25737,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/scope-manager': 8.52.0 - '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26049,15 +25827,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26082,12 +25860,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.52.0(typescript@5.5.4)': + '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 debug: 4.4.3 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26124,9 +25902,9 @@ snapshots: dependencies: typescript: 4.9.5 - '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.5.4)': + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.8.3)': dependencies: - typescript: 5.5.4 + typescript: 5.8.3 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': dependencies: @@ -26156,15 +25934,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26280,18 +26058,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.52.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/project-service': 8.52.0(typescript@5.5.4) - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/project-service': 8.52.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.5 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26361,14 +26139,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26407,32 +26185,37 @@ snapshots: '@typescript-eslint/types': 8.52.0 eslint-visitor-keys: 4.2.1 - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': + dependencies: + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) + optional: true - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': dependencies: - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.6 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.6) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.6) '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) vue: 3.5.13(typescript@5.8.3) '@vitest/expect@3.2.4': @@ -26443,13 +26226,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.19 optionalDependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) '@vitest/pretty-format@3.2.4': dependencies: @@ -26846,7 +26629,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: js-yaml: 3.14.2 - tslib: 2.6.3 + tslib: 2.8.1 '@zkochan/js-yaml@0.0.7': dependencies: @@ -26863,8 +26646,6 @@ snapshots: abbrev@2.0.0: {} - abbrev@3.0.1: {} - abbrev@4.0.0: {} abort-controller@3.0.0: @@ -27003,6 +26784,23 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + algoliasearch@5.35.0: + dependencies: + '@algolia/abtesting': 1.1.0 + '@algolia/client-abtesting': 5.35.0 + '@algolia/client-analytics': 5.35.0 + '@algolia/client-common': 5.35.0 + '@algolia/client-insights': 5.35.0 + '@algolia/client-personalization': 5.35.0 + '@algolia/client-query-suggestions': 5.35.0 + '@algolia/client-search': 5.35.0 + '@algolia/ingestion': 1.35.0 + '@algolia/monitoring': 1.35.0 + '@algolia/recommend': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + algoliasearch@5.40.1: dependencies: '@algolia/abtesting': 1.6.1 @@ -27373,7 +27171,7 @@ snapshots: ast-types@0.13.4: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 ast-types@0.14.2: dependencies: @@ -27381,7 +27179,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 astral-regex@2.0.0: {} @@ -27412,16 +27210,6 @@ snapshots: atob@2.1.2: {} - autoprefixer@10.4.20(postcss@8.5.2): - dependencies: - browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.5.2 - postcss-value-parser: 4.2.0 - autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 @@ -27552,19 +27340,18 @@ snapshots: transitivePeerDependencies: - supports-color + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)): + dependencies: + '@babel/core': 7.28.3 + find-up: 5.0.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + babel-loader@10.0.0(@babel/core@7.28.4)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@babel/core': 7.28.4 find-up: 5.0.0 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@babel/core': 7.26.10 - find-cache-dir: 4.0.0 - schema-utils: 4.3.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - babel-messages@6.23.0: dependencies: babel-runtime: 6.26.0 @@ -27599,7 +27386,7 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: - '@babel/template': 7.27.2 + '@babel/template': 7.28.6 '@babel/types': 7.28.6 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 @@ -27625,11 +27412,11 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.26.10): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.3): dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -27652,10 +27439,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.10): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 transitivePeerDependencies: - supports-color @@ -27691,10 +27478,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.26.10): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -27758,7 +27545,7 @@ snapshots: '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.6) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.6) '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.6) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.6) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.6) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.6) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.6) @@ -27906,17 +27693,6 @@ snapshots: dependencies: tweetnacl: 0.14.5 - beasties@0.3.2: - dependencies: - css-select: 5.1.0 - css-what: 6.1.0 - dom-serializer: 2.0.0 - domhandler: 5.0.3 - htmlparser2: 10.0.0 - picocolors: 1.1.1 - postcss: 8.5.6 - postcss-media-query-parser: 0.2.3 - beasties@0.3.5: dependencies: css-select: 6.0.0 @@ -28198,21 +27974,6 @@ snapshots: bytestreamjs@2.0.1: {} - cacache@19.0.1: - dependencies: - '@npmcli/fs': 4.0.0 - fs-minipass: 3.0.3 - glob: 10.5.0 - lru-cache: 10.4.3 - minipass: 7.1.2 - minipass-collect: 2.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 7.0.3 - ssri: 12.0.0 - tar: 7.5.2 - unique-filename: 4.0.0 - cacache@20.0.3: dependencies: '@npmcli/fs': 5.0.0 @@ -28288,7 +28049,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.8.1 camelcase-keys@7.0.2: dependencies: @@ -28623,10 +28384,10 @@ snapshots: code-point-at@1.1.0: {} - codelyzer@6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)): + codelyzer@6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)): dependencies: - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -28638,7 +28399,7 @@ snapshots: source-map: 0.5.7 sprintf-js: 1.1.3 tslib: 1.14.1 - tslint: 6.1.3(typescript@5.5.4) + tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 codelyzer@6.0.2(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): @@ -28741,6 +28502,8 @@ snapshots: commander@13.1.0: {} + commander@14.0.3: {} + commander@2.11.0: {} commander@2.16.0: {} @@ -28864,24 +28627,23 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: - fast-glob: 3.3.3 glob-parent: 6.0.2 - globby: 14.1.0 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + tinyglobby: 0.2.15 + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 tinyglobby: 0.2.15 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) core-js-compat@3.45.1: dependencies: @@ -28946,15 +28708,6 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.0(typescript@5.5.4): - dependencies: - env-paths: 2.2.1 - import-fresh: 3.3.1 - js-yaml: 4.1.0 - parse-json: 5.2.0 - optionalDependencies: - typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 @@ -29032,29 +28785,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29079,13 +28816,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29094,13 +28831,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29108,7 +28845,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true create-require@1.1.1: {} @@ -29178,7 +28914,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) css-loader@7.1.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -29206,7 +28942,7 @@ snapshots: optionalDependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - css-loader@7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29217,7 +28953,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) css-select@4.3.0: dependencies: @@ -29227,14 +28963,6 @@ snapshots: domutils: 2.8.0 nth-check: 2.1.1 - css-select@5.1.0: - dependencies: - boolbase: 1.0.0 - css-what: 6.1.0 - domhandler: 5.0.3 - domutils: 3.2.2 - nth-check: 2.1.1 - css-select@6.0.0: dependencies: boolbase: 1.0.0 @@ -29791,7 +29519,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 dot@1.1.3: {} @@ -29917,7 +29645,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.12.8 + '@types/node': 24.1.0 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -30327,7 +30055,7 @@ snapshots: esbuild-sunos-64@0.14.54: optional: true - esbuild-wasm@0.25.4: {} + esbuild-wasm@0.25.9: {} esbuild-wasm@0.26.0: {} @@ -30418,33 +30146,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.0 '@esbuild/win32-x64': 0.25.0 - esbuild@0.25.4: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.4 - '@esbuild/android-arm': 0.25.4 - '@esbuild/android-arm64': 0.25.4 - '@esbuild/android-x64': 0.25.4 - '@esbuild/darwin-arm64': 0.25.4 - '@esbuild/darwin-x64': 0.25.4 - '@esbuild/freebsd-arm64': 0.25.4 - '@esbuild/freebsd-x64': 0.25.4 - '@esbuild/linux-arm': 0.25.4 - '@esbuild/linux-arm64': 0.25.4 - '@esbuild/linux-ia32': 0.25.4 - '@esbuild/linux-loong64': 0.25.4 - '@esbuild/linux-mips64el': 0.25.4 - '@esbuild/linux-ppc64': 0.25.4 - '@esbuild/linux-riscv64': 0.25.4 - '@esbuild/linux-s390x': 0.25.4 - '@esbuild/linux-x64': 0.25.4 - '@esbuild/netbsd-arm64': 0.25.4 - '@esbuild/netbsd-x64': 0.25.4 - '@esbuild/openbsd-arm64': 0.25.4 - '@esbuild/openbsd-x64': 0.25.4 - '@esbuild/sunos-x64': 0.25.4 - '@esbuild/win32-arm64': 0.25.4 - '@esbuild/win32-ia32': 0.25.4 - '@esbuild/win32-x64': 0.25.4 + esbuild@0.25.9: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 esbuild@0.26.0: optionalDependencies: @@ -30534,47 +30263,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(4favskg7c6uhgkqsp35iqbuplm): + eslint-config-devextreme@0.2.0(3xms7orqommrlrwsknoqxfp64m): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(6762pvgzaajslw5yvfo6sjzsum): - dependencies: - '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) - eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-react: 7.37.5(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-rulesdir: 0.2.2 - eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) - - eslint-config-devextreme@1.1.9(6pos3irinh3rtrffzvgfv4iwaq): + eslint-config-devextreme@1.1.9(bxzporru323wbx5ffcfs2um6ai): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30583,17 +30293,17 @@ snapshots: eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 15.11.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(bxzporru323wbx5ffcfs2um6ai): + eslint-config-devextreme@1.1.9(cfofu6wo2ltptwv57eixwzcui4): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30601,18 +30311,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(dtvn4w7qoqlvmrv3faup6wnpyq): + eslint-config-devextreme@1.1.9(dd2w7nl2menfwk3p3dds4fuim4): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30624,14 +30334,14 @@ snapshots: stylelint: 16.22.0(typescript@5.9.3) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(jk7o2besgysqasi55pf2gsskwa): + eslint-config-devextreme@1.1.9(h5kz6jj4kiiitcetcia5t35m2u): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30639,18 +30349,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 15.11.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(yk3hzor2e2amfaivylw2eienvu): + eslint-config-devextreme@1.1.9(keyg3byfrhnxueagapguje7izu): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30662,14 +30372,14 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(yviunffsiellsqphxnml25un3u): + eslint-config-devextreme@1.1.9(qdifyizpynqwr7wfbsnu7ywtha): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30677,18 +30387,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(zus5oy45zzygxruuxyw45cxnei): + eslint-config-devextreme@1.1.9(vbqrb3ybmbpgibsy2ykutbjol4): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30696,9 +30406,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) eslint-import-resolver-node@0.3.9: dependencies: @@ -30718,11 +30428,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -30786,7 +30496,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -30797,7 +30507,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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.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 @@ -30809,7 +30519,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -30859,57 +30569,46 @@ snapshots: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - transitivePeerDependencies: - - supports-color - - typescript - - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): - dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - eslint: 9.39.2(jiti@2.6.1) - optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(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.52.0(@typescript-eslint/parser@8.52.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: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(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.52.0(@typescript-eslint/parser@8.52.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: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript @@ -31079,7 +30778,7 @@ snapshots: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) eslint: 9.39.2(jiti@2.6.1) @@ -31091,7 +30790,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: @@ -31424,6 +31123,11 @@ snapshots: dependencies: express: 5.2.1 + express-rate-limit@8.2.1(express@5.2.1): + dependencies: + express: 5.2.1 + ip-address: 10.0.1 + express@4.22.1: dependencies: accepts: 1.3.8 @@ -31736,10 +31440,10 @@ snapshots: make-dir: 3.1.0 pkg-dir: 4.2.0 - find-cache-dir@4.0.0: + find-cache-directory@6.0.0: dependencies: common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 + pkg-dir: 8.0.0 find-up-simple@1.0.1: {} @@ -31762,11 +31466,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@6.3.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - findup-sync@2.0.0: dependencies: detect-file: 1.0.0 @@ -32147,9 +31846,9 @@ snapshots: normalize-path: 3.0.0 streamx: 2.22.0 - glob-to-regex.js@1.2.0(tslib@2.6.3): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -32283,15 +31982,6 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 - globby@14.1.0: - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.3 - ignore: 7.0.5 - path-type: 6.0.0 - slash: 5.1.0 - unicorn-magic: 0.3.0 - globby@5.0.0: dependencies: array-union: 1.0.2 @@ -32871,10 +32561,6 @@ snapshots: dependencies: lru-cache: 10.4.3 - hosted-git-info@8.1.0: - dependencies: - lru-cache: 10.4.3 - hosted-git-info@9.0.2: dependencies: lru-cache: 11.2.4 @@ -32970,18 +32656,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3) - optional: true - - html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@types/html-minifier-terser': 6.1.0 - html-minifier-terser: 6.1.0 - lodash: 4.17.23 - pretty-error: 4.0.0 - tapable: 2.3.0 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optional: true html2canvas@1.4.1: @@ -33192,10 +32867,6 @@ snapshots: ieee754@1.2.1: {} - ignore-walk@7.0.0: - dependencies: - minimatch: 9.0.5 - ignore-walk@8.0.0: dependencies: minimatch: 10.1.1 @@ -33278,7 +32949,7 @@ snapshots: injection-js@2.4.0: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 inline-source-map@0.6.3: dependencies: @@ -33329,6 +33000,8 @@ snapshots: iobuffer@5.4.0: {} + ip-address@10.0.1: {} + ip-address@9.0.5: dependencies: jsbn: 1.1.0 @@ -33415,10 +33088,6 @@ snapshots: dependencies: ci-info: 1.6.0 - is-core-module@2.15.1: - dependencies: - hasown: 2.0.2 - is-core-module@2.16.1: dependencies: hasown: 2.0.2 @@ -33668,6 +33337,8 @@ snapshots: is-unicode-supported@0.1.0: {} + is-unicode-supported@1.3.0: {} + is-unicode-supported@2.1.0: {} is-url-superb@4.0.0: {} @@ -33827,7 +33498,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -33889,38 +33560,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - exit: 0.1.2 - import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -33954,16 +33603,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -33975,16 +33624,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -33995,7 +33644,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jest-config@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: @@ -34059,7 +33707,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34085,13 +33733,13 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34116,14 +33764,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 20.12.8 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34148,13 +33795,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34179,14 +33826,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34211,13 +33858,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34242,75 +33889,11 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.14.5 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.14.5 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - optional: true jest-diff@29.7.0: dependencies: @@ -34361,7 +33944,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.12.8 + '@types/node': 24.1.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -34387,7 +33970,7 @@ snapshots: jest-message-util@29.7.0: dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -34400,7 +33983,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -34435,7 +34018,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -34463,7 +34046,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -34509,7 +34092,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -34528,7 +34111,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -34537,13 +34120,13 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -34576,27 +34159,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - '@jest/types': 29.6.3 - import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34620,12 +34188,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34634,12 +34202,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34647,7 +34215,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jiti@1.21.6: {} @@ -34743,8 +34310,6 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@4.0.0: {} - json-parse-even-better-errors@5.0.0: {} json-schema-traverse@0.4.1: {} @@ -34865,7 +34430,7 @@ snapshots: dependencies: glob: 7.2.3 minimatch: 9.0.5 - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-merge: 4.2.2 karma@6.4.4: @@ -34975,11 +34540,11 @@ snapshots: lead@4.0.0: {} - less-loader@12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)): dependencies: - less: 4.2.2 + less: 4.4.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) less-loader@12.3.0(less@4.4.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -34987,11 +34552,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - less@4.2.2: + less@4.4.0: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35005,7 +34570,7 @@ snapshots: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35028,11 +34593,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - license-webpack-plugin@4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)): dependencies: webpack-sources: 3.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) lie@3.3.0: dependencies: @@ -35137,7 +34702,7 @@ snapshots: optionalDependencies: enquirer: 2.4.1 - listr2@8.2.5: + listr2@9.0.1: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 @@ -35170,7 +34735,7 @@ snapshots: '@lmdb/lmdb-linux-x64': 2.8.5 '@lmdb/lmdb-win32-x64': 2.8.5 - lmdb@3.2.6: + lmdb@3.4.2: dependencies: msgpackr: 1.11.2 node-addon-api: 6.1.0 @@ -35178,12 +34743,13 @@ snapshots: ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 3.2.6 - '@lmdb/lmdb-darwin-x64': 3.2.6 - '@lmdb/lmdb-linux-arm': 3.2.6 - '@lmdb/lmdb-linux-arm64': 3.2.6 - '@lmdb/lmdb-linux-x64': 3.2.6 - '@lmdb/lmdb-win32-x64': 3.2.6 + '@lmdb/lmdb-darwin-arm64': 3.4.2 + '@lmdb/lmdb-darwin-x64': 3.4.2 + '@lmdb/lmdb-linux-arm': 3.4.2 + '@lmdb/lmdb-linux-arm64': 3.4.2 + '@lmdb/lmdb-linux-x64': 3.4.2 + '@lmdb/lmdb-win32-arm64': 3.4.2 + '@lmdb/lmdb-win32-x64': 3.4.2 optional: true lmdb@3.4.3: @@ -35240,10 +34806,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash._reinterpolate@3.0.0: {} lodash.clone@4.5.0: {} @@ -35302,6 +34864,11 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 + log-symbols@6.0.0: + dependencies: + chalk: 5.6.2 + is-unicode-supported: 1.3.0 + log-symbols@7.0.1: dependencies: is-unicode-supported: 2.1.0 @@ -35377,7 +34944,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 lru-cache@10.4.3: {} @@ -35424,6 +34991,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + make-dir@2.1.0: dependencies: pify: 4.0.1 @@ -35440,22 +35011,6 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@14.0.3: - dependencies: - '@npmcli/agent': 3.0.0 - cacache: 19.0.1 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 1.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - ssri: 12.0.0 - transitivePeerDependencies: - - supports-color - make-fetch-happen@15.0.3: dependencies: '@npmcli/agent': 4.0.0 @@ -35589,12 +35144,12 @@ snapshots: memfs@4.51.1: dependencies: - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 memory-fs@0.5.0: dependencies: @@ -35844,17 +35399,17 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) minimalistic-assert@1.0.1: {} @@ -35900,14 +35455,6 @@ snapshots: dependencies: minipass: 7.1.2 - minipass-fetch@4.0.1: - dependencies: - minipass: 7.1.2 - minipass-sized: 1.0.3 - minizlib: 3.1.0 - optionalDependencies: - encoding: 0.1.13 - minipass-fetch@5.0.0: dependencies: minipass: 7.1.2 @@ -36047,8 +35594,6 @@ snapshots: mute-stdout@1.0.1: {} - mute-stream@1.0.0: {} - mute-stream@2.0.0: {} mylas@2.1.13: {} @@ -36114,63 +35659,6 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4): - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@rollup/plugin-json': 6.1.0(rollup@4.53.3) - '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 - ansi-colors: 4.1.3 - browserslist: 4.28.1 - chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 - dependency-graph: 1.0.0 - esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 - injection-js: 2.4.0 - jsonc-parser: 3.3.1 - less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 - rxjs: 7.8.2 - sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.5.4 - optionalDependencies: - rollup: 4.53.3 - - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@rollup/plugin-json': 6.1.0(rollup@4.53.3) - '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 - ansi-colors: 4.1.3 - browserslist: 4.28.1 - chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 - dependency-graph: 1.0.0 - esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 - injection-js: 2.4.0 - jsonc-parser: 3.3.1 - less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 - rxjs: 7.8.2 - sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.8.3 - optionalDependencies: - rollup: 4.53.3 - optional: true - ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) @@ -36199,6 +35687,65 @@ snapshots: optionalDependencies: rollup: 4.53.3 + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): + dependencies: + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@rollup/plugin-json': 6.1.0(rollup@4.53.3) + '@rollup/wasm-node': 4.27.3 + ajv: 8.17.1 + ansi-colors: 4.1.3 + browserslist: 4.28.1 + chokidar: 4.0.1 + commander: 14.0.3 + dependency-graph: 1.0.0 + esbuild: 0.25.0 + find-cache-directory: 6.0.0 + injection-js: 2.4.0 + jsonc-parser: 3.3.1 + less: 4.4.2 + ora: 8.2.0 + piscina: 5.1.3 + postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) + rxjs: 7.8.2 + sass: 1.97.1 + tinyglobby: 0.2.15 + tslib: 2.6.3 + typescript: 5.8.3 + optionalDependencies: + rollup: 4.53.3 + optional: true + + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + dependencies: + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@rollup/plugin-json': 6.1.0(rollup@4.53.3) + '@rollup/wasm-node': 4.27.3 + ajv: 8.17.1 + ansi-colors: 4.1.3 + browserslist: 4.28.1 + chokidar: 4.0.1 + commander: 14.0.3 + dependency-graph: 1.0.0 + esbuild: 0.25.0 + find-cache-directory: 6.0.0 + injection-js: 2.4.0 + jsonc-parser: 3.3.1 + less: 4.4.2 + ora: 8.2.0 + piscina: 5.1.3 + postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) + rxjs: 7.8.2 + sass: 1.97.1 + tinyglobby: 0.2.15 + tslib: 2.8.1 + typescript: 5.8.3 + optionalDependencies: + rollup: 4.53.3 + nice-try@1.0.5: {} nise@6.1.1: @@ -36212,7 +35759,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.8.1 node-abort-controller@3.1.1: {} @@ -36239,21 +35786,6 @@ snapshots: detect-libc: 2.0.3 optional: true - node-gyp@11.2.0: - dependencies: - env-paths: 2.2.1 - exponential-backoff: 3.1.1 - graceful-fs: 4.2.11 - make-fetch-happen: 14.0.3 - nopt: 8.1.0 - proc-log: 5.0.0 - semver: 7.7.4 - tar: 7.5.2 - tinyglobby: 0.2.15 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - node-gyp@12.1.0: dependencies: env-paths: 2.2.1 @@ -36316,10 +35848,6 @@ snapshots: dependencies: abbrev: 2.0.0 - nopt@8.1.0: - dependencies: - abbrev: 3.0.1 - nopt@9.0.0: dependencies: abbrev: 4.0.0 @@ -36358,9 +35886,9 @@ snapshots: dependencies: npm-normalize-package-bin: 4.0.0 - npm-install-checks@7.1.1: + npm-bundled@5.0.0: dependencies: - semver: 7.7.4 + npm-normalize-package-bin: 5.0.0 npm-install-checks@8.0.0: dependencies: @@ -36377,9 +35905,9 @@ snapshots: semver: 7.7.4 validate-npm-package-name: 5.0.1 - npm-package-arg@12.0.2: + npm-package-arg@13.0.0: dependencies: - hosted-git-info: 8.1.0 + hosted-git-info: 9.0.2 proc-log: 5.0.0 semver: 7.7.4 validate-npm-package-name: 6.0.0 @@ -36396,17 +35924,6 @@ snapshots: ignore-walk: 8.0.0 proc-log: 6.1.0 - npm-packlist@9.0.0: - dependencies: - ignore-walk: 7.0.0 - - npm-pick-manifest@10.0.0: - dependencies: - npm-install-checks: 7.1.1 - npm-normalize-package-bin: 4.0.0 - npm-package-arg: 12.0.2 - semver: 7.7.4 - npm-pick-manifest@11.0.3: dependencies: npm-install-checks: 8.0.0 @@ -36414,19 +35931,6 @@ snapshots: npm-package-arg: 13.0.1 semver: 7.7.4 - npm-registry-fetch@18.0.2: - dependencies: - '@npmcli/redact': 3.2.0 - jsonparse: 1.3.1 - make-fetch-happen: 14.0.3 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minizlib: 3.1.0 - npm-package-arg: 12.0.2 - proc-log: 5.0.0 - transitivePeerDependencies: - - supports-color - npm-registry-fetch@19.1.1: dependencies: '@npmcli/redact': 4.0.0 @@ -36520,7 +36024,7 @@ snapshots: tar-stream: 2.2.0 tmp: 0.2.5 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: @@ -36686,13 +36190,6 @@ snapshots: dependencies: mimic-function: 5.0.1 - open@10.1.0: - dependencies: - default-browser: 5.2.1 - define-lazy-prop: 3.0.0 - is-inside-container: 1.0.0 - is-wsl: 3.1.0 - open@10.2.0: dependencies: default-browser: 5.2.1 @@ -36775,6 +36272,18 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@8.2.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 2.9.2 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 6.0.0 + stdin-discarder: 0.2.2 + string-width: 7.2.0 + strip-ansi: 7.1.2 + ora@9.0.0: dependencies: chalk: 5.6.2 @@ -36823,10 +36332,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@3.0.0: dependencies: p-limit: 2.3.0 @@ -36839,10 +36344,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map@1.2.0: {} p-map@3.0.0: @@ -36879,34 +36380,34 @@ snapshots: package-json-from-dist@1.0.1: {} - pacote@20.0.0: + pacote@21.0.3: dependencies: - '@npmcli/git': 6.0.3 + '@npmcli/git': 7.0.1 '@npmcli/installed-package-contents': 3.0.0 - '@npmcli/package-json': 6.1.1 + '@npmcli/package-json': 7.0.4 '@npmcli/promise-spawn': 8.0.2 - '@npmcli/run-script': 9.1.0 - cacache: 19.0.1 + '@npmcli/run-script': 10.0.3 + cacache: 20.0.3 fs-minipass: 3.0.3 minipass: 7.1.2 - npm-package-arg: 12.0.2 - npm-packlist: 9.0.0 - npm-pick-manifest: 10.0.0 - npm-registry-fetch: 18.0.2 + npm-package-arg: 13.0.1 + npm-packlist: 10.0.3 + npm-pick-manifest: 11.0.3 + npm-registry-fetch: 19.1.1 proc-log: 5.0.0 promise-retry: 2.0.1 - sigstore: 3.1.0 + sigstore: 4.0.0 ssri: 12.0.0 - tar: 6.2.1 + tar: 7.5.2 transitivePeerDependencies: - supports-color - pacote@21.0.3: + pacote@21.0.4: dependencies: '@npmcli/git': 7.0.1 - '@npmcli/installed-package-contents': 3.0.0 + '@npmcli/installed-package-contents': 4.0.0 '@npmcli/package-json': 7.0.4 - '@npmcli/promise-spawn': 8.0.2 + '@npmcli/promise-spawn': 9.0.1 '@npmcli/run-script': 10.0.3 cacache: 20.0.3 fs-minipass: 3.0.3 @@ -36915,10 +36416,10 @@ snapshots: npm-packlist: 10.0.3 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 - proc-log: 5.0.0 + proc-log: 6.1.0 promise-retry: 2.0.1 sigstore: 4.0.0 - ssri: 12.0.0 + ssri: 13.0.0 tar: 7.5.2 transitivePeerDependencies: - supports-color @@ -36930,7 +36431,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 parcel@2.16.3: dependencies: @@ -36995,7 +36496,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -37004,12 +36505,6 @@ snapshots: parse-passwd@1.0.0: {} - parse5-html-rewriting-stream@7.0.0: - dependencies: - entities: 4.5.0 - parse5: 7.2.1 - parse5-sax-parser: 7.0.0 - parse5-html-rewriting-stream@8.0.0: dependencies: entities: 6.0.0 @@ -37020,10 +36515,6 @@ snapshots: dependencies: parse5: 6.0.1 - parse5-sax-parser@7.0.0: - dependencies: - parse5: 7.2.1 - parse5-sax-parser@8.0.0: dependencies: parse5: 8.0.0 @@ -37047,7 +36538,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 pascalcase@0.1.1: {} @@ -37063,8 +36554,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-is-inside@1.0.2: {} @@ -37107,8 +36596,6 @@ snapshots: path-type@4.0.0: {} - path-type@6.0.0: {} - pathval@1.1.1: {} pathval@2.0.1: {} @@ -37134,8 +36621,6 @@ snapshots: picomatch@2.3.1: {} - picomatch@4.0.2: {} - picomatch@4.0.3: {} pidtree@0.5.0: {} @@ -37177,9 +36662,9 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-dir@7.0.0: + pkg-dir@8.0.0: dependencies: - find-up: 6.3.0 + find-up-simple: 1.0.1 pkg-up@3.1.0: dependencies: @@ -37246,25 +36731,14 @@ snapshots: postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - cosmiconfig: 9.0.0(typescript@5.5.4) - jiti: 1.21.6 - postcss: 8.5.2 - semver: 7.7.4 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - transitivePeerDependencies: - - typescript - - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.6 - postcss: 8.5.2 + postcss: 8.5.6 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - typescript @@ -37346,12 +36820,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.2: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -37542,11 +37010,11 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.6.1(typescript@5.5.4): + puppeteer@23.6.1(typescript@5.8.3): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 typed-query-selector: 2.12.0 @@ -38193,7 +37661,7 @@ snapshots: resolve@1.22.8: dependencies: - is-core-module: 2.15.1 + is-core-module: 2.16.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -38263,6 +37731,14 @@ snapshots: '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.47 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.47 + rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.8.3): + dependencies: + magic-string: 0.30.21 + rollup: 4.53.3 + typescript: 5.8.3 + optionalDependencies: + '@babel/code-frame': 7.29.0 + rollup@4.22.4: dependencies: '@types/estree': 1.0.5 @@ -38285,29 +37761,32 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.22.4 fsevents: 2.3.3 - rollup@4.34.8: + rollup@4.52.3: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.34.8 - '@rollup/rollup-android-arm64': 4.34.8 - '@rollup/rollup-darwin-arm64': 4.34.8 - '@rollup/rollup-darwin-x64': 4.34.8 - '@rollup/rollup-freebsd-arm64': 4.34.8 - '@rollup/rollup-freebsd-x64': 4.34.8 - '@rollup/rollup-linux-arm-gnueabihf': 4.34.8 - '@rollup/rollup-linux-arm-musleabihf': 4.34.8 - '@rollup/rollup-linux-arm64-gnu': 4.34.8 - '@rollup/rollup-linux-arm64-musl': 4.34.8 - '@rollup/rollup-linux-loongarch64-gnu': 4.34.8 - '@rollup/rollup-linux-powerpc64le-gnu': 4.34.8 - '@rollup/rollup-linux-riscv64-gnu': 4.34.8 - '@rollup/rollup-linux-s390x-gnu': 4.34.8 - '@rollup/rollup-linux-x64-gnu': 4.34.8 - '@rollup/rollup-linux-x64-musl': 4.34.8 - '@rollup/rollup-win32-arm64-msvc': 4.34.8 - '@rollup/rollup-win32-ia32-msvc': 4.34.8 - '@rollup/rollup-win32-x64-msvc': 4.34.8 + '@rollup/rollup-android-arm-eabi': 4.52.3 + '@rollup/rollup-android-arm64': 4.52.3 + '@rollup/rollup-darwin-arm64': 4.52.3 + '@rollup/rollup-darwin-x64': 4.52.3 + '@rollup/rollup-freebsd-arm64': 4.52.3 + '@rollup/rollup-freebsd-x64': 4.52.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.52.3 + '@rollup/rollup-linux-arm-musleabihf': 4.52.3 + '@rollup/rollup-linux-arm64-gnu': 4.52.3 + '@rollup/rollup-linux-arm64-musl': 4.52.3 + '@rollup/rollup-linux-loong64-gnu': 4.52.3 + '@rollup/rollup-linux-ppc64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-musl': 4.52.3 + '@rollup/rollup-linux-s390x-gnu': 4.52.3 + '@rollup/rollup-linux-x64-gnu': 4.52.3 + '@rollup/rollup-linux-x64-musl': 4.52.3 + '@rollup/rollup-openharmony-arm64': 4.52.3 + '@rollup/rollup-win32-arm64-msvc': 4.52.3 + '@rollup/rollup-win32-ia32-msvc': 4.52.3 + '@rollup/rollup-win32-x64-gnu': 4.52.3 + '@rollup/rollup-win32-x64-msvc': 4.52.3 fsevents: 2.3.3 rollup@4.53.3: @@ -38612,13 +38091,13 @@ snapshots: sass-embedded-win32-x64: 1.97.1 optional: true - sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.93.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -38632,7 +38111,7 @@ snapshots: dependencies: commander: 10.0.1 - sass@1.85.0: + sass@1.90.0: dependencies: chokidar: 4.0.1 immutable: 5.1.4 @@ -38947,17 +38426,6 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@3.1.0: - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/sign': 3.1.0 - '@sigstore/tuf': 3.1.1 - '@sigstore/verify': 2.1.1 - transitivePeerDependencies: - - supports-color - sigstore@4.0.0: dependencies: '@sigstore/bundle': 4.0.0 @@ -38990,8 +38458,6 @@ snapshots: slash@3.0.0: {} - slash@5.1.0: {} - slice-ansi@4.0.0: dependencies: ansi-styles: 4.3.0 @@ -39086,11 +38552,11 @@ snapshots: source-map-js: 1.2.1 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - source-map-loader@5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) source-map-resolve@0.5.3: dependencies: @@ -39512,7 +38978,7 @@ snapshots: style-loader@3.3.4(webpack@5.105.0(@swc/core@1.15.3)): dependencies: - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) style-loader@4.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -39570,9 +39036,9 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) + stylelint: 16.22.0(typescript@5.8.3) stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -39601,10 +39067,10 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@4.9.5)) - stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.5.4)) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.8.3)) stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -39767,7 +39233,7 @@ snapshots: - supports-color - typescript - stylelint@16.22.0(typescript@5.5.4): + stylelint@16.22.0(typescript@5.8.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) '@csstools/css-tokenizer': 3.0.4 @@ -39776,7 +39242,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) css-functions-list: 3.2.3 css-tree: 3.1.0 debug: 4.4.3 @@ -39904,8 +39370,6 @@ snapshots: '@swc/counter': 0.1.3 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - symbol-observable@4.0.0: {} - symbol-tree@3.2.4: {} sync-child-process@1.0.2: @@ -40040,17 +39504,17 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.25.0 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.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.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: '@swc/core': 1.15.3 - esbuild: 0.25.4 + esbuild: 0.25.9 terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -40086,17 +39550,6 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.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.3) - optionalDependencies: - '@swc/core': 1.15.3 - terser@3.17.0: dependencies: acorn: 8.15.0 @@ -40113,12 +39566,12 @@ snapshots: terser@5.36.0: dependencies: - '@jridgewell/source-map': 0.3.6 + '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.39.0: + terser@5.43.1: dependencies: '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 @@ -40488,9 +39941,9 @@ snapshots: textextensions@3.3.0: {} - thingies@2.5.0(tslib@2.6.3): + thingies@2.5.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 through2-filter@3.0.0: dependencies: @@ -40546,6 +39999,11 @@ snapshots: tiny-invariant@1.3.3: {} + tinyglobby@0.2.14: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) @@ -40636,9 +40094,9 @@ snapshots: semver: 5.7.2 source-map-support: 0.2.10 - tree-dump@1.1.0(tslib@2.6.3): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 tree-kill@1.2.2: {} @@ -40666,9 +40124,9 @@ snapshots: dependencies: typescript: 4.9.5 - ts-api-utils@2.4.0(typescript@5.5.4): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: - typescript: 5.5.4 + typescript: 5.8.3 ts-api-utils@2.4.0(typescript@5.9.3): dependencies: @@ -40698,11 +40156,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40715,11 +40173,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40750,11 +40208,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40768,11 +40226,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -40851,7 +40309,7 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -40865,7 +40323,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -40891,14 +40349,14 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.5 + '@types/node': 24.1.0 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -40948,7 +40406,7 @@ snapshots: tslib@2.8.1: {} - tslint@6.1.3(typescript@5.5.4): + tslint@6.1.3(typescript@5.8.3): dependencies: '@babel/code-frame': 7.29.0 builtin-modules: 1.1.1 @@ -40962,8 +40420,8 @@ snapshots: resolve: 1.22.11 semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0(typescript@5.5.4) - typescript: 5.5.4 + tsutils: 2.29.0(typescript@5.8.3) + typescript: 5.8.3 tslint@6.1.3(typescript@5.9.3): dependencies: @@ -40982,10 +40440,10 @@ snapshots: tsutils: 2.29.0(typescript@5.9.3) typescript: 5.9.3 - tsutils@2.29.0(typescript@5.5.4): + tsutils@2.29.0(typescript@5.8.3): dependencies: tslib: 1.14.1 - typescript: 5.5.4 + typescript: 5.8.3 tsutils@2.29.0(typescript@5.9.3): dependencies: @@ -41013,14 +40471,6 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@3.0.1: - dependencies: - '@tufjs/models': 3.0.1 - debug: 4.4.3 - make-fetch-happen: 14.0.3 - transitivePeerDependencies: - - supports-color - tuf-js@4.0.0: dependencies: '@tufjs/models': 4.0.0 @@ -41143,8 +40593,6 @@ snapshots: typescript@4.9.5: {} - typescript@5.5.4: {} - typescript@5.8.3: {} typescript@5.9.2: {} @@ -41203,6 +40651,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@7.8.0: {} + undici@7.16.0: {} unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -41218,8 +40668,6 @@ snapshots: unicode-property-aliases-ecmascript@2.1.0: {} - unicorn-magic@0.3.0: {} - unified@10.1.2: dependencies: '@types/unist': 2.0.11 @@ -41241,18 +40689,10 @@ snapshots: dependencies: qs: 6.14.1 - unique-filename@4.0.0: - dependencies: - unique-slug: 5.0.0 - unique-filename@5.0.0: dependencies: unique-slug: 6.0.0 - unique-slug@5.0.0: - dependencies: - imurmurhash: 0.1.4 - unique-slug@6.0.0: dependencies: imurmurhash: 0.1.4 @@ -41590,13 +41030,13 @@ snapshots: replace-ext: 2.0.0 teex: 1.0.1 - vite@5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): + vite@5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): dependencies: esbuild: 0.21.5 postcss: 8.5.6 rollup: 4.22.4 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 less: 4.4.2 lightningcss: 1.30.2 @@ -41604,7 +41044,7 @@ snapshots: sass-embedded: 1.97.1 terser: 5.46.0 - vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41613,17 +41053,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.97.1 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.46.0 yaml: 2.8.1 - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41632,17 +41072,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 20.11.17 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.43.1 yaml: 2.8.1 - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41651,18 +41091,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.46.0 + terser: 5.43.1 yaml: 2.8.1 - optional: true - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41671,17 +41110,18 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 lightningcss: 1.30.2 - sass: 1.97.1 + sass: 1.90.0 sass-embedded: 1.97.1 terser: 5.46.0 yaml: 2.8.1 + optional: true - vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): + vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -41690,7 +41130,7 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 @@ -41900,7 +41340,7 @@ snapshots: optionalDependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - webpack-dev-middleware@7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.2(webpack@5.105.0(@swc/core@1.15.3)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -41909,7 +41349,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-dev-middleware@7.4.5(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -41933,7 +41373,7 @@ snapshots: optionalDependencies: webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-dev-middleware@7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -41942,7 +41382,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -41982,7 +41422,7 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -42010,10 +41450,10 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)) ws: 8.18.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug @@ -42102,20 +41542,13 @@ snapshots: optionalDependencies: html-webpack-plugin: 5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-virtual-modules@0.6.2: {} webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.25.0): @@ -42250,7 +41683,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42274,7 +41707,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.3)(webpack@5.105.0(@swc/core@1.15.3)) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -42314,36 +41747,6 @@ snapshots: - esbuild - uglify-js - webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4): - dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 - '@webassemblyjs/ast': 1.14.1 - '@webassemblyjs/wasm-edit': 1.14.1 - '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - browserslist: 4.28.1 - chrome-trace-event: 1.0.4 - enhanced-resolve: 5.19.0 - es-module-lexer: 1.5.4 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - watchpack: 2.5.1 - webpack-sources: 3.3.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - websocket-driver@0.7.4: dependencies: http-parser-js: 0.5.8 @@ -42645,8 +42048,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yoctocolors-cjs@2.1.3: {} yoctocolors@2.1.2: {} @@ -42661,6 +42062,10 @@ snapshots: dependencies: zod: 4.1.13 + zod-to-json-schema@3.25.1(zod@4.1.13): + dependencies: + zod: 4.1.13 + zod-validation-error@4.0.2(zod@4.1.13): dependencies: zod: 4.1.13 From 056be5a34952f683cfc7b6d1ef3787a3ee3e7f9a Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 12 Feb 2026 16:32:56 +0100 Subject: [PATCH 14/48] update lock --- pnpm-lock.yaml | 1535 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 1103 insertions(+), 432 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62b890110a4d..f43bc68136da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -182,14 +182,14 @@ importers: .: devDependencies: '@nx/devkit': - specifier: 18.3.5 - version: 18.3.5(nx@19.8.14(@swc/core@1.15.3)) + specifier: 22.4.5 + version: 22.4.5(nx@22.4.5(@swc/core@1.15.3)) '@nx/jest': - specifier: 19.8.14 - version: 19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.8.14(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3) + specifier: 22.4.5 + version: 22.4.5(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3) '@nx/js': - specifier: 19.8.14 - version: 19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(nx@19.8.14(@swc/core@1.15.3))(typescript@5.9.3) + specifier: 22.4.5 + version: 22.4.5(@babel/traverse@7.28.6)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3)) '@types/jest': specifier: 29.5.14 version: 29.5.14 @@ -239,11 +239,11 @@ importers: specifier: 14.0.1 version: 14.0.1(enquirer@2.4.1) nx: - specifier: 19.8.14 - version: 19.8.14(@swc/core@1.15.3) + specifier: 22.4.5 + version: 22.4.5(@swc/core@1.15.3) nx-cloud: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.1.0 + version: 19.1.0 postcss: specifier: 8.4.38 version: 8.4.38 @@ -2960,12 +2960,6 @@ packages: resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.25.9': - resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.28.6': resolution: {integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==} engines: {node: '>=6.9.0'} @@ -3003,10 +2997,6 @@ packages: resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.25.9': - resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.28.5': resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==} engines: {node: '>=6.9.0'} @@ -3021,10 +3011,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.25.9': - resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-optimise-call-expression@7.27.1': resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} @@ -4797,6 +4783,10 @@ packages: resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/console@30.2.0': + resolution: {integrity: sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/core@29.7.0': resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -4806,26 +4796,58 @@ packages: node-notifier: optional: true + '@jest/diff-sequences@30.0.1': + resolution: {integrity: sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/environment@29.7.0': resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/environment@30.2.0': + resolution: {integrity: sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/expect-utils@29.7.0': resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/expect-utils@30.2.0': + resolution: {integrity: sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/expect@29.7.0': resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/expect@30.2.0': + resolution: {integrity: sha512-V9yxQK5erfzx99Sf+7LbhBwNWEZ9eZay8qQ9+JSC0TrMR1pMDHLMY+BnVPacWU6Jamrh252/IKo4F1Xn/zfiqA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/fake-timers@29.7.0': resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/fake-timers@30.2.0': + resolution: {integrity: sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@jest/get-type@30.1.0': + resolution: {integrity: sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/globals@29.7.0': resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/globals@30.2.0': + resolution: {integrity: sha512-b63wmnKPaK+6ZZfpYhz9K61oybvbI1aMcIs80++JI1O1rR1vaxHUCNqo3ITu6NU0d4V34yZFoHMn/uoKr/Rwfw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@jest/pattern@30.0.1': + resolution: {integrity: sha512-gWp7NfQW27LaBQz3TITS8L7ZCQ0TLvtmI//4OwlQRx4rnWxcPNIYjxZpDcN4+UlGxgm3jS5QPz8IPTCkb59wZA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/reporters@29.7.0': resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -4835,30 +4857,67 @@ packages: node-notifier: optional: true + '@jest/reporters@30.2.0': + resolution: {integrity: sha512-DRyW6baWPqKMa9CzeiBjHwjd8XeAyco2Vt8XbcLFjiwCOEKOvy82GJ8QQnJE9ofsxCMPjH4MfH8fCWIHHDKpAQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + '@jest/schemas@29.6.3': resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/schemas@30.0.5': + resolution: {integrity: sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + + '@jest/snapshot-utils@30.2.0': + resolution: {integrity: sha512-0aVxM3RH6DaiLcjj/b0KrIBZhSX1373Xci4l3cW5xiUWPctZ59zQ7jj4rqcJQ/Z8JuN/4wX3FpJSa3RssVvCug==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/source-map@29.6.3': resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/source-map@30.0.1': + resolution: {integrity: sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/test-result@29.7.0': resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/test-result@30.2.0': + resolution: {integrity: sha512-RF+Z+0CCHkARz5HT9mcQCBulb1wgCP3FBvl9VFokMX27acKphwyQsNuWH3c+ojd1LeWBLoTYoxF0zm6S/66mjg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/test-sequencer@29.7.0': resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/test-sequencer@30.2.0': + resolution: {integrity: sha512-wXKgU/lk8fKXMu/l5Hog1R61bL4q5GCdT6OJvdAFz1P+QrpoFuLU68eoKuVc4RbrTtNnTL5FByhWdLgOPSph+Q==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/transform@29.7.0': resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/transform@30.2.0': + resolution: {integrity: sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jest/types@29.6.3': resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + '@jest/types@30.2.0': + resolution: {integrity: sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + '@jridgewell/gen-mapping@0.3.13': resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} @@ -5221,6 +5280,9 @@ packages: resolution: {integrity: sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==} engines: {node: '>= 10'} + '@napi-rs/wasm-runtime@0.2.12': + resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} + '@napi-rs/wasm-runtime@0.2.4': resolution: {integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==} @@ -5308,111 +5370,77 @@ packages: resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} - '@nrwl/devkit@18.3.5': - resolution: {integrity: sha512-DIvChKMe4q8CtIsbrumL/aYgf85H5vlT6eF3jnCCWORj6LTwoHtK8Q9ky1+uM82KIM0gaKd32NVDw+w64scHyg==} - - '@nrwl/devkit@19.8.14': - resolution: {integrity: sha512-Oud7BPhFNqE3/YStULn/gHyuGSw2QyxUaHXJApr+DybmYtUms7hQ+cWnY1IY+hRpdtU9ldlg8UYx+VslpS9YNQ==} + '@nrwl/nx-cloud@19.1.0': + resolution: {integrity: sha512-krngXVPfX0Zf6+zJDtcI59/Pt3JfcMPMZ9C/+/x6rvz4WGgyv1s0MI4crEUM0Lx5ZpS4QI0WNDCFVQSfGEBXUg==} - '@nrwl/jest@19.8.14': - resolution: {integrity: sha512-4xW9aRhDnTgsuVuhex+cM6u65XNpc1l3HzJRClaKfJY9cRp2uRpBR6UCgqRypXacflX2QXGczlBBUg2N6CQZ0A==} - - '@nrwl/js@19.8.14': - resolution: {integrity: sha512-DilRYVrqoecsNOkV2j4QDvcIjJXaO2krV7bbfGU/9TSmDzNcdB1R++dEgpa0seo2FrEfVgKffOl/6zzi8PhsgQ==} - - '@nrwl/nx-cloud@19.0.0': - resolution: {integrity: sha512-3WuXq3KKXwKnbjOkYK0OXosjD02LIjC3kEkyMIbaE36O9dMp3k/sa4ZtDVC3tAoIrj17VLVmjKfoDYbED1rapw==} - - '@nrwl/tao@19.8.14': - resolution: {integrity: sha512-zBeYzzwg43T/Z8ZtLblv0fcKuqJULttqYDekSLILThXp3UOMSerEvruhUgwddCY1jUssfLscz8vacMKISv5X4w==} - hasBin: true - - '@nrwl/workspace@19.8.14': - resolution: {integrity: sha512-I4eZtnHMkqnmOXVy6yN59fQopQZ+Sg0OFWwGluhKD5XPZULrlzECB8d4vblY9pcmQlN/6fat+KBrWkmKl41ZKg==} - - '@nx/devkit@18.3.5': - resolution: {integrity: sha512-9I0L17t0MN87fL4m4MjDiBxJIx7h5RQY/pTYtt5TBjye0ANb165JeE4oh3ibzfjMzXv42Aej2Gm+cOuSPwzT9g==} - peerDependencies: - nx: '>= 16 <= 19' - - '@nx/devkit@19.8.14': - resolution: {integrity: sha512-A8dCGttbuqgg9P56VTb0ElD2vM5nc5g0aLnX5PSXo4SkFXwd8DV5GgwJKWB1GO9hYyEtbj4gKek0KxnCtdav4g==} + '@nx/devkit@22.4.5': + resolution: {integrity: sha512-mw5G6k/XTkL675eVIcFpyZdfdIc3wQMSSGWzfA6tQGmANDYc/NFGeZR9wDqXDceHXnYKoRO6g6GhKTOHUCW23Q==} peerDependencies: - nx: '>= 19 <= 21' + nx: '>= 21 <= 23 || ^22.0.0-0' - '@nx/jest@19.8.14': - resolution: {integrity: sha512-y/ce61yDu5qUP4a70OKBlCC5MOFcpS1J8HEJB1DAsF0jFb1NX8ft1B+7LjuGvSbuEmuy+a/pZwiTToUFnp0bGg==} + '@nx/jest@22.4.5': + resolution: {integrity: sha512-qlEJc0Jbp8E14g7+piHH8DXsAm6C3w1CLuvtE57+LFMhM2zbBDiQ8oeXBdFPEHLCfpbSK/4yCSEmkUj1Yyrs2A==} - '@nx/js@19.8.14': - resolution: {integrity: sha512-Nk0eEB2F/ZbBkH2iT+cgLWIittY8n5eOrA/uBBG2XMdencJZ9E2HNA/UzSGPZmD4EYVk0R1vm83k5+IMS1VAZA==} + '@nx/js@22.4.5': + resolution: {integrity: sha512-t8972z2uF6X5i4FFmTlnvSwwxfHkk87zBpKQK0yMH5CzOENViVFNbiPnbvCIJcGNrgVUSALL3f2ngwKcTZObmA==} peerDependencies: - verdaccio: ^5.0.4 + verdaccio: ^6.0.5 peerDependenciesMeta: verdaccio: optional: true - '@nx/nx-darwin-arm64@19.8.14': - resolution: {integrity: sha512-bZUFf23gAzuwVw71dR8rngye5aCR8Z/ouIo+KayjqB0LWWoi3WzO73s4S69ljftYt4n6z9wvD+Trbb1BKm2fPg==} - engines: {node: '>= 10'} + '@nx/nx-darwin-arm64@22.4.5': + resolution: {integrity: sha512-zdRHZv1AMvzgp+5g2VZNXXuqk0/n1wOFksOeZ6BRyKg6hC2YkjGyn5xle/UK668MDAwe9KKm4jizvztK/LlPuA==} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.8.14': - resolution: {integrity: sha512-UXXVea8icFG/3rFwpbLYsD6O4wlyJ1STQfOdhGK1Hyuga70AUUdrjVm7HzigAQP/Sb2Nzd7155YXHzfpRPDFYA==} - engines: {node: '>= 10'} + '@nx/nx-darwin-x64@22.4.5': + resolution: {integrity: sha512-1NVWaSgpa8yawi2UILX4NE9UcMuNzAAGh95JSV2yJovRfKxFQgQSB6hj0gpJu+TLLVCroTqy4woSQ2a0SPodeQ==} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.8.14': - resolution: {integrity: sha512-TK2xuXn+BI6hxGaRK1HRUPWeF/nOtezKSqM+6rbippfCzjES/crmp9l5nbI764MMthtUmykCyWvhEfkDca6kbA==} - engines: {node: '>= 10'} + '@nx/nx-freebsd-x64@22.4.5': + resolution: {integrity: sha512-baaLz53wr/HsVfSJ7ZgIFCPAb/OtP7yPPasb3eIu65oVhSswGfgvz9+YINhuInUgW7x7STmRnhGeR8pj6iqFqw==} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.8.14': - resolution: {integrity: sha512-33rptyRraqaeQ2Kq6pcZKQqgnYY/7zcGH8fHXgKK7XzKk+7QuPViq+jMEUZP5E3UzZPkIYhsfmZcZqhNRvepJQ==} - engines: {node: '>= 10'} + '@nx/nx-linux-arm-gnueabihf@22.4.5': + resolution: {integrity: sha512-wRBPv/l39tz+sQjZUH4hygCsd/DoUXUbDYkR6lnNXWHAVyPUh48/27JozM8hD3o/G3O2Vd8PFQasIXtvy2GS0Q==} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.8.14': - resolution: {integrity: sha512-2E70qMKOhh7Fp4JGcRbRLvFKq0+ANVdAgSzH47plxOLygIeVAfIXRSuQbCI0EUFa5Sy6hImLaoRSB2GdgKihAw==} - engines: {node: '>= 10'} + '@nx/nx-linux-arm64-gnu@22.4.5': + resolution: {integrity: sha512-6B/yCFiqjvV2Bkz6MKUtfFWjwtiF53DN07K1BFksMpQef+h2yE1IrGaG/OCl6VaVl4VRzQgLOluqP96M1yhDgg==} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.8.14': - resolution: {integrity: sha512-ltty/PDWqkYgu/6Ye65d7v5nh3D6e0n3SacoKRs2Vtfz5oHYRUkSKizKIhEVfRNuHn3d9j8ve1fdcCN4SDPUBQ==} - engines: {node: '>= 10'} + '@nx/nx-linux-arm64-musl@22.4.5': + resolution: {integrity: sha512-n0v60vRYn7BDHWB588snPZntLO2XC8/pvLd+QunneM2VGEPf51n5llX5U3AwTt/ybaZHWhbuHv0sJBIbT4I0GA==} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.8.14': - resolution: {integrity: sha512-JzE3BuO9RCBVdgai18CCze6KUzG0AozE0TtYFxRokfSC05NU3nUhd/o62UsOl7s6Bqt/9nwrW7JC8pNDiCi9OQ==} - engines: {node: '>= 10'} + '@nx/nx-linux-x64-gnu@22.4.5': + resolution: {integrity: sha512-zT7nb1PRE3NcW/HFnbgKJ9ZPtCOeVDpbJ5J4ZhHj36ZAUWZVXFEIPq9VTIZFy5+0pioLUIClQQY7OUfwnV/Zig==} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.8.14': - resolution: {integrity: sha512-2rPvDOQLb7Wd6YiU88FMBiLtYco0dVXF99IJBRGAWv+WTI7MNr47OyK2ze+JOsbYY1d8aOGUvckUvCCZvZKEfg==} - engines: {node: '>= 10'} + '@nx/nx-linux-x64-musl@22.4.5': + resolution: {integrity: sha512-r8Rls5BS7lGQbUNX1Z1S370XrOacOU1bQ/dxY8i7qahFQKnMwpFo0W8odhgzjk+vrC/WLf9jOgz5/JPzehQBIw==} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.8.14': - resolution: {integrity: sha512-JxW+YPS+EjhUsLw9C6wtk9pQTG3psyFwxhab8y/dgk2s4AOTLyIm0XxgcCJVvB6i4uv+s1g0QXRwp6+q3IR6hg==} - engines: {node: '>= 10'} + '@nx/nx-win32-arm64-msvc@22.4.5': + resolution: {integrity: sha512-Lv81LTnG6sSvBOq2vDSeyfzpF9X0cTGlJdzJOJzPZXCZGFhTV1ig9TdLiij/GM2JwV4Kvq5Co6YzA5dxtGUphQ==} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.8.14': - resolution: {integrity: sha512-RxiPlBWPcGSf9TzIIy62iKRdRhokXMDUsPub9DL2VdVyTMXPZQR25aY/PJeasJN1EQU74hg097LK2wSHi+vzOQ==} - engines: {node: '>= 10'} + '@nx/nx-win32-x64-msvc@22.4.5': + resolution: {integrity: sha512-52RfBcq9PXt76soCAZAJcNmCYrdsg6BvhBmjf0IFTMZ8IaeqZ9ktxAy1TZf/gCkOaM3ly4htbYMStiZ4MHX7Eg==} cpu: [x64] os: [win32] - '@nx/workspace@19.8.14': - resolution: {integrity: sha512-Yb3d5WVjCyLill8MycKU+P/kbTyatKKqoUCu5zWokkysABiMWRLlrCYNzqwjTjeIIGj9MMGRHAQEemkBdL4tdg==} + '@nx/workspace@22.4.5': + resolution: {integrity: sha512-QGapABrqBnRpEWbnd5UpbVCBzsYD+RlC1lWShXPpCM+dosR3qkGb+pSmxeSCsKbNVtCwYyyuRW+PvlF5Q5sU9A==} '@one-ini/wasm@0.1.1': resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} @@ -5826,8 +5854,8 @@ packages: resolution: {integrity: sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==} engines: {node: '>=20.0.0'} - '@phenomnomnominal/tsquery@5.0.1': - resolution: {integrity: sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==} + '@phenomnomnominal/tsquery@6.1.4': + resolution: {integrity: sha512-3tHlGy/fxjJCHqIV8nelAzbRTNkCUY+k7lqBGKNuQz99H2OKGRt6oU+U2SZs6LYrbOe8mxMFl6kq6gzHapFRkw==} peerDependencies: typescript: ^3 || ^4 || ^5 @@ -5835,6 +5863,10 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} + '@pkgr/core@0.2.9': + resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} @@ -6361,6 +6393,9 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + '@sinclair/typebox@0.34.48': + resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==} + '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -6719,6 +6754,9 @@ packages: '@types/eslint@9.6.1': resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} + '@types/esquery@1.5.4': + resolution: {integrity: sha512-yYO4Q8H+KJHKW1rEeSzHxcZi90durqYgWVfnh5K6ZADVBjBv2e1NEveYX5yT2bffgN7RqzH3k9930m+i2yBoMA==} + '@types/estree@0.0.39': resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} @@ -7205,6 +7243,104 @@ packages: resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.3.0': + resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} + + '@unrs/resolver-binding-android-arm-eabi@1.11.1': + resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==} + cpu: [arm] + os: [android] + + '@unrs/resolver-binding-android-arm64@1.11.1': + resolution: {integrity: sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==} + cpu: [arm64] + os: [android] + + '@unrs/resolver-binding-darwin-arm64@1.11.1': + resolution: {integrity: sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==} + cpu: [arm64] + os: [darwin] + + '@unrs/resolver-binding-darwin-x64@1.11.1': + resolution: {integrity: sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==} + cpu: [x64] + os: [darwin] + + '@unrs/resolver-binding-freebsd-x64@1.11.1': + resolution: {integrity: sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==} + cpu: [x64] + os: [freebsd] + + '@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1': + resolution: {integrity: sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==} + cpu: [arm] + os: [linux] + + '@unrs/resolver-binding-linux-arm-musleabihf@1.11.1': + resolution: {integrity: sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==} + cpu: [arm] + os: [linux] + + '@unrs/resolver-binding-linux-arm64-gnu@1.11.1': + resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==} + cpu: [arm64] + os: [linux] + + '@unrs/resolver-binding-linux-arm64-musl@1.11.1': + resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==} + cpu: [arm64] + os: [linux] + + '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1': + resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==} + cpu: [ppc64] + os: [linux] + + '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1': + resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==} + cpu: [riscv64] + os: [linux] + + '@unrs/resolver-binding-linux-riscv64-musl@1.11.1': + resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==} + cpu: [riscv64] + os: [linux] + + '@unrs/resolver-binding-linux-s390x-gnu@1.11.1': + resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==} + cpu: [s390x] + os: [linux] + + '@unrs/resolver-binding-linux-x64-gnu@1.11.1': + resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==} + cpu: [x64] + os: [linux] + + '@unrs/resolver-binding-linux-x64-musl@1.11.1': + resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==} + cpu: [x64] + os: [linux] + + '@unrs/resolver-binding-wasm32-wasi@1.11.1': + resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] + + '@unrs/resolver-binding-win32-arm64-msvc@1.11.1': + resolution: {integrity: sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==} + cpu: [arm64] + os: [win32] + + '@unrs/resolver-binding-win32-ia32-msvc@1.11.1': + resolution: {integrity: sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==} + cpu: [ia32] + os: [win32] + + '@unrs/resolver-binding-win32-x64-msvc@1.11.1': + resolution: {integrity: sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==} + cpu: [x64] + os: [win32] + '@vitejs/plugin-basic-ssl@2.1.0': resolution: {integrity: sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -7510,9 +7646,9 @@ packages: '@yarnpkg/lockfile@1.1.0': resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} - '@yarnpkg/parsers@3.0.0-rc.46': - resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} - engines: {node: '>=14.15.0'} + '@yarnpkg/parsers@3.0.2': + resolution: {integrity: sha512-/HcYgtUSiJiot/XWGLOlGxPYUG65+/31V8oqk17vZLW1xlCoR4PampyePljOxY2n8/3jz9+tIFzICsyGujJZoA==} + engines: {node: '>=18.12.0'} '@zkochan/js-yaml@0.0.7': resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==} @@ -8116,6 +8252,12 @@ packages: peerDependencies: '@babel/core': ^7.8.0 + babel-jest@30.2.0: + resolution: {integrity: sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + '@babel/core': ^7.11.0 || ^8.0.0-0 + babel-loader@10.0.0: resolution: {integrity: sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==} engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} @@ -8142,12 +8284,17 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} + babel-plugin-istanbul@7.0.1: + resolution: {integrity: sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==} + engines: {node: '>=12'} + babel-plugin-jest-hoist@29.6.3: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - babel-plugin-macros@2.8.0: - resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} + babel-plugin-jest-hoist@30.2.0: + resolution: {integrity: sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} babel-plugin-macros@3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} @@ -8217,12 +8364,23 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + babel-preset-current-node-syntax@1.2.0: + resolution: {integrity: sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==} + peerDependencies: + '@babel/core': ^7.0.0 || ^8.0.0-0 + babel-preset-jest@29.6.3: resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 + babel-preset-jest@30.2.0: + resolution: {integrity: sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + '@babel/core': ^7.11.0 || ^8.0.0-beta.1 + babel-register@6.26.0: resolution: {integrity: sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==} @@ -8706,6 +8864,9 @@ packages: cjs-module-lexer@1.4.1: resolution: {integrity: sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==} + cjs-module-lexer@2.2.0: + resolution: {integrity: sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==} + class-utils@0.3.6: resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} engines: {node: '>=0.10.0'} @@ -9111,10 +9272,6 @@ packages: resolution: {integrity: sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==} engines: {node: '>= 0.4.0'} - cosmiconfig@6.0.0: - resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} - engines: {node: '>=8'} - cosmiconfig@7.1.0: resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} @@ -10026,10 +10183,6 @@ packages: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} engines: {node: '>= 0.4'} - es-set-tostringtag@2.0.3: - resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} - engines: {node: '>= 0.4'} - es-set-tostringtag@2.1.0: resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} engines: {node: '>= 0.4'} @@ -10660,6 +10813,10 @@ packages: resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==} engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} + exit-x@0.2.2: + resolution: {integrity: sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==} + engines: {node: '>= 0.8.0'} + exit@0.1.2: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} @@ -10680,6 +10837,10 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + expect@30.2.0: + resolution: {integrity: sha512-u/feCi0GPsI+988gU2FLcsHyAHTU0MX1Wg68NhAnN7z/+C5wqG+CY8J53N9ioe8RXgaoz0nBR/TYMf3AycUuPw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + exponential-backoff@3.1.1: resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} @@ -10763,10 +10924,6 @@ packages: fast-fifo@1.3.2: resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} - fast-glob@3.2.7: - resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} - engines: {node: '>=8'} - fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} @@ -11708,10 +11865,6 @@ packages: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} - hosted-git-info@7.0.2: - resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} - engines: {node: ^16.14.0 || >=18.0.0} - hosted-git-info@9.0.2: resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12027,6 +12180,10 @@ packages: resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==} engines: {node: '>=10'} + ini@4.1.3: + resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + ini@5.0.0: resolution: {integrity: sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==} engines: {node: ^18.17.0 || >=20.5.0} @@ -12597,6 +12754,10 @@ packages: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} + istanbul-lib-source-maps@5.0.6: + resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==} + engines: {node: '>=10'} + istanbul-reports@3.1.7: resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} engines: {node: '>=8'} @@ -12646,6 +12807,10 @@ packages: resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-circus@30.2.0: + resolution: {integrity: sha512-Fh0096NC3ZkFx05EP2OXCxJAREVxj1BcW/i6EWqqymcgYKWjyyDpral3fMxVcHXg6oZM7iULer9wGRFvfpl+Tg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-cli@29.7.0: resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12668,18 +12833,45 @@ packages: ts-node: optional: true + jest-config@30.2.0: + resolution: {integrity: sha512-g4WkyzFQVWHtu6uqGmQR4CQxz/CH3yDSlhzXMWzNjDx843gYjReZnMRanjRCq5XZFuQrGDxgUaiYWE8BRfVckA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + '@types/node': '*' + esbuild-register: '>=3.4.0' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + esbuild-register: + optional: true + ts-node: + optional: true + jest-diff@29.7.0: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-diff@30.2.0: + resolution: {integrity: sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-docblock@29.7.0: resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-docblock@30.2.0: + resolution: {integrity: sha512-tR/FFgZKS1CXluOQzZvNH3+0z9jXr3ldGSD8bhyuxvlVUwbeLOGynkunvlTMxchC5urrKndYiwCFC0DLVjpOCA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-each@29.7.0: resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-each@30.2.0: + resolution: {integrity: sha512-lpWlJlM7bCUf1mfmuqTA8+j2lNURW9eNafOy99knBM01i5CQeY5UH1vZjgT9071nDJac1M4XsbyI44oNOdhlDQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-environment-jsdom@29.7.0: resolution: {integrity: sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12693,6 +12885,10 @@ packages: resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-environment-node@30.2.0: + resolution: {integrity: sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-get-type@29.6.3: resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12701,22 +12897,42 @@ packages: resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-haste-map@30.2.0: + resolution: {integrity: sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-leak-detector@29.7.0: resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-leak-detector@30.2.0: + resolution: {integrity: sha512-M6jKAjyzjHG0SrQgwhgZGy9hFazcudwCNovY/9HPIicmNSBuockPSedAP9vlPK6ONFJ1zfyH/M2/YYJxOz5cdQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-matcher-utils@29.7.0: resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-matcher-utils@30.2.0: + resolution: {integrity: sha512-dQ94Nq4dbzmUWkQ0ANAWS9tBRfqCrn0bV9AMYdOi/MHW726xn7eQmMeRTpX2ViC00bpNaWXq+7o4lIQ3AX13Hg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-message-util@29.7.0: resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-message-util@30.2.0: + resolution: {integrity: sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-mock@29.7.0: resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-mock@30.2.0: + resolution: {integrity: sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-pnp-resolver@1.2.3: resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} @@ -12730,6 +12946,10 @@ packages: resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-regex-util@30.0.1: + resolution: {integrity: sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-resolve-dependencies@29.7.0: resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12738,30 +12958,58 @@ packages: resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-resolve@30.2.0: + resolution: {integrity: sha512-TCrHSxPlx3tBY3hWNtRQKbtgLhsXa1WmbJEqBlTBrGafd5fiQFByy2GNCEoGR+Tns8d15GaL9cxEzKOO3GEb2A==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-runner@29.7.0: resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-runner@30.2.0: + resolution: {integrity: sha512-PqvZ2B2XEyPEbclp+gV6KO/F1FIFSbIwewRgmROCMBo/aZ6J1w8Qypoj2pEOcg3G2HzLlaP6VUtvwCI8dM3oqQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-runtime@29.7.0: resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-runtime@30.2.0: + resolution: {integrity: sha512-p1+GVX/PJqTucvsmERPMgCPvQJpFt4hFbM+VN3n8TMo47decMUcJbt+rgzwrEme0MQUA/R+1de2axftTHkKckg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-snapshot@29.7.0: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-snapshot@30.2.0: + resolution: {integrity: sha512-5WEtTy2jXPFypadKNpbNkZ72puZCa6UjSr/7djeecHWOu7iYhSXSnHScT8wBz3Rn8Ena5d5RYRcsyKIeqG1IyA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-util@29.7.0: resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-util@30.2.0: + resolution: {integrity: sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-validate@29.7.0: resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-validate@30.2.0: + resolution: {integrity: sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-watcher@29.7.0: resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-watcher@30.2.0: + resolution: {integrity: sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-worker@27.5.1: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} @@ -12770,6 +13018,10 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-worker@30.2.0: + resolution: {integrity: sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest@29.7.0: resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -13953,6 +14205,11 @@ packages: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} + napi-postinstall@0.3.4: + resolution: {integrity: sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + hasBin: true + natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} @@ -14162,10 +14419,6 @@ packages: resolution: {integrity: sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==} engines: {node: ^20.17.0 || >=22.9.0} - npm-package-arg@11.0.1: - resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==} - engines: {node: ^16.14.0 || >=18.0.0} - npm-package-arg@13.0.0: resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14216,12 +14469,12 @@ packages: nwsapi@2.2.13: resolution: {integrity: sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==} - nx-cloud@19.0.0: - resolution: {integrity: sha512-Aq1vQD8yBIdb5jLVpzsqmu8yDmMvRVdjaM30Pp1hghhlSvorGBlpTwY+TccZJv/hBtVO+SpXK8SnnegRZMrxdw==} + nx-cloud@19.1.0: + resolution: {integrity: sha512-f24vd5/57/MFSXNMfkerdDiK0EvScGOKO71iOWgJNgI1xVweDRmOA/EfjnPMRd5m+pnoPs/4A7DzuwSW0jZVyw==} hasBin: true - nx@19.8.14: - resolution: {integrity: sha512-yprBOWV16eQntz5h5SShYHMVeN50fUb6yHfzsqNiFneCJeyVjyJ585m+2TuVbE11vT1amU0xCjHcSGfJBBnm8g==} + nx@22.4.5: + resolution: {integrity: sha512-l68kzhnemXXGCDS9/W8eccZ7Bzse9pw1oJ466pzDM89MbA6hEaOQ0p+eDXZI++iWl0T+lYJ56EDhO23syKzt9g==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -14699,6 +14952,10 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} + picomatch@4.0.2: + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + engines: {node: '>=12'} + picomatch@4.0.3: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} @@ -14745,6 +15002,10 @@ packages: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} engines: {node: '>= 6'} + pirates@4.0.7: + resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} + engines: {node: '>= 6'} + piscina@4.8.0: resolution: {integrity: sha512-EZJb+ZxDrQf3dihsUL7p42pjNyrNIFJCrRHPMgxu/svsj+P3xS3fuEWp7k2+rfsavfl1N0G29b1HGs7J0m8rZA==} @@ -14969,6 +15230,10 @@ packages: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + pretty-format@30.2.0: + resolution: {integrity: sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + pretty-hrtime@1.0.3: resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==} engines: {node: '>= 0.8'} @@ -14977,10 +15242,6 @@ packages: resolution: {integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==} engines: {node: '>= 0.6'} - proc-log@3.0.0: - resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - proc-log@5.0.0: resolution: {integrity: sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==} engines: {node: ^18.17.0 || >=20.5.0} @@ -15073,6 +15334,9 @@ packages: pure-rand@6.1.0: resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} + pure-rand@7.0.1: + resolution: {integrity: sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==} + pvtsutils@1.3.6: resolution: {integrity: sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==} @@ -15575,10 +15839,6 @@ packages: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated - resolve.exports@1.1.0: - resolution: {integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==} - engines: {node: '>=10'} - resolve.exports@2.0.3: resolution: {integrity: sha512-OcXjMsGdhL4XnbShKpAcSqPMzQoYkYyhbEaeSko47MjRP9NfEQMhZkXL1DoFlt9LWQn4YttrdnV6X2OiyzBi+A==} engines: {node: '>=10'} @@ -16660,11 +16920,6 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - strong-log-transformer@2.1.0: - resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} - engines: {node: '>=4'} - hasBin: true - style-loader@3.3.4: resolution: {integrity: sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==} engines: {node: '>= 12.13.0'} @@ -16830,6 +17085,10 @@ packages: resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} engines: {node: '>=16.0.0'} + synckit@0.11.12: + resolution: {integrity: sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==} + engines: {node: ^14.18.0 || >=16.0.0} + syntax-error@1.4.0: resolution: {integrity: sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==} @@ -16879,7 +17138,7 @@ packages: tar@6.2.1: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} - deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exhorbitant rates) by contacting i@izs.me + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me tar@7.5.2: resolution: {integrity: sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==} @@ -17267,20 +17526,6 @@ packages: ts-morph@21.0.1: resolution: {integrity: sha512-dbDtVdEAncKctzrVZ+Nr7kHpHkv+0JDJb2MjjpBaj8bFeCkePU9rHfMklmhuLFnpeq/EJZk2IhStY6NzqgjOkg==} - ts-node@10.9.1: - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true - ts-node@10.9.2: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true @@ -17610,6 +17855,9 @@ packages: unquote@1.1.1: resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==} + unrs-resolver@1.11.1: + resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==} + unset-value@1.0.0: resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==} engines: {node: '>=0.10.0'} @@ -17733,10 +17981,6 @@ packages: validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} - validate-npm-package-name@5.0.1: - resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - validate-npm-package-name@6.0.0: resolution: {integrity: sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==} engines: {node: ^18.17.0 || >=20.5.0} @@ -19780,19 +20024,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.28.6)': - dependencies: - '@babel/core': 7.28.6 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-member-expression-to-functions': 7.25.9 - '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.6 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -19931,13 +20162,6 @@ snapshots: '@babel/helper-globals@7.28.0': {} - '@babel/helper-member-expression-to-functions@7.25.9': - dependencies: - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 - transitivePeerDependencies: - - supports-color - '@babel/helper-member-expression-to-functions@7.28.5': dependencies: '@babel/traverse': 7.28.6 @@ -19979,10 +20203,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.25.9': - dependencies: - '@babel/types': 7.28.6 - '@babel/helper-optimise-call-expression@7.27.1': dependencies: '@babel/types': 7.28.6 @@ -20229,7 +20449,7 @@ snapshots: '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.6) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.28.6) transitivePeerDependencies: @@ -20546,7 +20766,7 @@ snapshots: '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.6) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20578,7 +20798,7 @@ snapshots: '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.6) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21206,7 +21426,7 @@ snapshots: '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.28.6)': dependencies: '@babel/core': 7.28.6 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.28.6) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -22898,6 +23118,15 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 + '@jest/console@30.2.0': + dependencies: + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + chalk: 4.1.2 + jest-message-util: 30.2.0 + jest-util: 30.2.0 + slash: 3.0.0 + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5))': dependencies: '@jest/console': 29.7.0 @@ -23047,6 +23276,8 @@ snapshots: - supports-color - ts-node + '@jest/diff-sequences@30.0.1': {} + '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 @@ -23054,10 +23285,21 @@ snapshots: '@types/node': 24.1.0 jest-mock: 29.7.0 + '@jest/environment@30.2.0': + dependencies: + '@jest/fake-timers': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + jest-mock: 30.2.0 + '@jest/expect-utils@29.7.0': dependencies: jest-get-type: 29.6.3 + '@jest/expect-utils@30.2.0': + dependencies: + '@jest/get-type': 30.1.0 + '@jest/expect@29.7.0': dependencies: expect: 29.7.0 @@ -23065,6 +23307,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@jest/expect@30.2.0': + dependencies: + expect: 30.2.0 + jest-snapshot: 30.2.0 + transitivePeerDependencies: + - supports-color + '@jest/fake-timers@29.7.0': dependencies: '@jest/types': 29.6.3 @@ -23074,6 +23323,17 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 + '@jest/fake-timers@30.2.0': + dependencies: + '@jest/types': 30.2.0 + '@sinonjs/fake-timers': 13.0.5 + '@types/node': 24.1.0 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 + jest-util: 30.2.0 + + '@jest/get-type@30.1.0': {} + '@jest/globals@29.7.0': dependencies: '@jest/environment': 29.7.0 @@ -23083,6 +23343,20 @@ snapshots: transitivePeerDependencies: - supports-color + '@jest/globals@30.2.0': + dependencies: + '@jest/environment': 30.2.0 + '@jest/expect': 30.2.0 + '@jest/types': 30.2.0 + jest-mock: 30.2.0 + transitivePeerDependencies: + - supports-color + + '@jest/pattern@30.0.1': + dependencies: + '@types/node': 24.1.0 + jest-regex-util: 30.0.1 + '@jest/reporters@29.7.0(node-notifier@9.0.1)': dependencies: '@bcoe/v8-coverage': 0.2.3 @@ -23114,16 +23388,63 @@ snapshots: transitivePeerDependencies: - supports-color + '@jest/reporters@30.2.0(node-notifier@9.0.1)': + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@jridgewell/trace-mapping': 0.3.31 + '@types/node': 24.1.0 + chalk: 4.1.2 + collect-v8-coverage: 1.0.2 + exit-x: 0.2.2 + glob: 10.5.0 + graceful-fs: 4.2.11 + istanbul-lib-coverage: 3.2.2 + istanbul-lib-instrument: 6.0.3 + istanbul-lib-report: 3.0.1 + istanbul-lib-source-maps: 5.0.6 + istanbul-reports: 3.1.7 + jest-message-util: 30.2.0 + jest-util: 30.2.0 + jest-worker: 30.2.0 + slash: 3.0.0 + string-length: 4.0.2 + v8-to-istanbul: 9.3.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - supports-color + '@jest/schemas@29.6.3': dependencies: '@sinclair/typebox': 0.27.8 + '@jest/schemas@30.0.5': + dependencies: + '@sinclair/typebox': 0.34.48 + + '@jest/snapshot-utils@30.2.0': + dependencies: + '@jest/types': 30.2.0 + chalk: 4.1.2 + graceful-fs: 4.2.11 + natural-compare: 1.4.0 + '@jest/source-map@29.6.3': dependencies: '@jridgewell/trace-mapping': 0.3.31 callsites: 3.1.0 graceful-fs: 4.2.11 + '@jest/source-map@30.0.1': + dependencies: + '@jridgewell/trace-mapping': 0.3.31 + callsites: 3.1.0 + graceful-fs: 4.2.11 + '@jest/test-result@29.7.0': dependencies: '@jest/console': 29.7.0 @@ -23131,6 +23452,13 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 collect-v8-coverage: 1.0.2 + '@jest/test-result@30.2.0': + dependencies: + '@jest/console': 30.2.0 + '@jest/types': 30.2.0 + '@types/istanbul-lib-coverage': 2.0.6 + collect-v8-coverage: 1.0.2 + '@jest/test-sequencer@29.7.0': dependencies: '@jest/test-result': 29.7.0 @@ -23138,6 +23466,13 @@ snapshots: jest-haste-map: 29.7.0 slash: 3.0.0 + '@jest/test-sequencer@30.2.0': + dependencies: + '@jest/test-result': 30.2.0 + graceful-fs: 4.2.11 + jest-haste-map: 30.2.0 + slash: 3.0.0 + '@jest/transform@29.7.0': dependencies: '@babel/core': 7.28.6 @@ -23158,6 +23493,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@jest/transform@30.2.0': + dependencies: + '@babel/core': 7.28.6 + '@jest/types': 30.2.0 + '@jridgewell/trace-mapping': 0.3.31 + babel-plugin-istanbul: 7.0.1 + chalk: 4.1.2 + convert-source-map: 2.0.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.11 + jest-haste-map: 30.2.0 + jest-regex-util: 30.0.1 + jest-util: 30.2.0 + micromatch: 4.0.8 + pirates: 4.0.7 + slash: 3.0.0 + write-file-atomic: 5.0.1 + transitivePeerDependencies: + - supports-color + '@jest/types@29.6.3': dependencies: '@jest/schemas': 29.6.3 @@ -23167,6 +23522,16 @@ snapshots: '@types/yargs': 17.0.35 chalk: 4.1.2 + '@jest/types@30.2.0': + dependencies: + '@jest/pattern': 30.0.1 + '@jest/schemas': 30.0.5 + '@types/istanbul-lib-coverage': 2.0.6 + '@types/istanbul-reports': 3.0.4 + '@types/node': 24.1.0 + '@types/yargs': 17.0.35 + chalk: 4.1.2 + '@jridgewell/gen-mapping@0.3.13': dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -23488,6 +23853,13 @@ snapshots: '@napi-rs/nice-win32-x64-msvc': 1.1.1 optional: true + '@napi-rs/wasm-runtime@0.2.12': + dependencies: + '@emnapi/core': 1.7.1 + '@emnapi/runtime': 1.7.1 + '@tybys/wasm-util': 0.10.1 + optional: true + '@napi-rs/wasm-runtime@0.2.4': dependencies: '@emnapi/core': 1.7.1 @@ -23599,125 +23971,48 @@ snapshots: transitivePeerDependencies: - supports-color - '@nrwl/devkit@18.3.5(nx@19.8.14(@swc/core@1.15.3))': - dependencies: - '@nx/devkit': 18.3.5(nx@19.8.14(@swc/core@1.15.3)) - transitivePeerDependencies: - - nx - - '@nrwl/devkit@19.8.14(nx@19.8.14(@swc/core@1.15.3))': + '@nrwl/nx-cloud@19.1.0': dependencies: - '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.15.3)) + nx-cloud: 19.1.0 transitivePeerDependencies: - - nx - - '@nrwl/jest@19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.8.14(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': - dependencies: - '@nx/jest': 19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.8.14(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3) - transitivePeerDependencies: - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - babel-plugin-macros - - debug - - node-notifier - - nx - - supports-color - - ts-node - - typescript - - verdaccio - - '@nrwl/js@19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(nx@19.8.14(@swc/core@1.15.3))(typescript@5.9.3)': - dependencies: - '@nx/js': 19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(nx@19.8.14(@swc/core@1.15.3))(typescript@5.9.3) - transitivePeerDependencies: - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - debug - - nx - - supports-color - - typescript - - verdaccio - - '@nrwl/nx-cloud@19.0.0': - dependencies: - nx-cloud: 19.0.0 - transitivePeerDependencies: - - debug - - '@nrwl/tao@19.8.14(@swc/core@1.15.3)': - dependencies: - nx: 19.8.14(@swc/core@1.15.3) - tslib: 2.8.1 - transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' - - debug - - '@nrwl/workspace@19.8.14(@swc/core@1.15.3)': - dependencies: - '@nx/workspace': 19.8.14(@swc/core@1.15.3) - transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' - debug - '@nx/devkit@18.3.5(nx@19.8.14(@swc/core@1.15.3))': - dependencies: - '@nrwl/devkit': 18.3.5(nx@19.8.14(@swc/core@1.15.3)) - ejs: 3.1.10 - enquirer: 2.3.6 - ignore: 5.3.2 - nx: 19.8.14(@swc/core@1.15.3) - semver: 7.7.3 - tmp: 0.2.5 - tslib: 2.8.1 - yargs-parser: 21.1.1 - - '@nx/devkit@19.8.14(nx@19.8.14(@swc/core@1.15.3))': + '@nx/devkit@22.4.5(nx@22.4.5(@swc/core@1.15.3))': dependencies: - '@nrwl/devkit': 19.8.14(nx@19.8.14(@swc/core@1.15.3)) + '@zkochan/js-yaml': 0.0.7 ejs: 3.1.10 enquirer: 2.3.6 - ignore: 5.3.2 - minimatch: 9.0.3 - nx: 19.8.14(@swc/core@1.15.3) + minimatch: 10.1.1 + nx: 22.4.5(@swc/core@1.15.3) semver: 7.7.4 - tmp: 0.2.5 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/jest@19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.8.14(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': + '@nx/jest@22.4.5(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': dependencies: - '@jest/reporters': 29.7.0(node-notifier@9.0.1) - '@jest/test-result': 29.7.0 - '@nrwl/jest': 19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@19.8.14(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3) - '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.15.3)) - '@nx/js': 19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(nx@19.8.14(@swc/core@1.15.3))(typescript@5.9.3) - '@phenomnomnominal/tsquery': 5.0.1(typescript@5.9.3) - chalk: 4.1.2 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) + '@nx/js': 22.4.5(@babel/traverse@7.28.6)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3)) + '@phenomnomnominal/tsquery': 6.1.4(typescript@5.9.3) identity-obj-proxy: 3.0.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - jest-resolve: 29.7.0 - jest-util: 29.7.0 - minimatch: 9.0.3 - resolve.exports: 1.1.0 - semver: 7.7.3 + jest-config: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-resolve: 30.2.0 + jest-util: 30.2.0 + minimatch: 10.1.1 + picocolors: 1.1.1 + resolve.exports: 2.0.3 + semver: 7.7.4 tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - '@types/node' - babel-plugin-macros - debug + - esbuild-register - node-notifier - nx - supports-color @@ -23725,7 +24020,7 @@ snapshots: - typescript - verdaccio - '@nx/js@19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(nx@19.8.14(@swc/core@1.15.3))(typescript@5.9.3)': + '@nx/js@22.4.5(@babel/traverse@7.28.6)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3))': dependencies: '@babel/core': 7.28.6 '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.28.6) @@ -23733,78 +24028,73 @@ snapshots: '@babel/plugin-transform-runtime': 7.28.5(@babel/core@7.28.6) '@babel/preset-env': 7.28.6(@babel/core@7.28.6) '@babel/preset-typescript': 7.28.5(@babel/core@7.28.6) - '@babel/runtime': 7.28.4 - '@nrwl/js': 19.8.14(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(nx@19.8.14(@swc/core@1.15.3))(typescript@5.9.3) - '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.15.3)) - '@nx/workspace': 19.8.14(@swc/core@1.15.3) + '@babel/runtime': 7.28.6 + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) + '@nx/workspace': 22.4.5(@swc/core@1.15.3) + '@zkochan/js-yaml': 0.0.7 babel-plugin-const-enum: 1.2.0(@babel/core@7.28.6) - babel-plugin-macros: 2.8.0 + babel-plugin-macros: 3.1.0 babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.28.6)(@babel/traverse@7.28.6) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.6.1 - enquirer: 2.3.6 - fast-glob: 3.2.7 ignore: 5.3.2 js-tokens: 4.0.0 jsonc-parser: 3.2.0 - minimatch: 9.0.3 - npm-package-arg: 11.0.1 npm-run-path: 4.0.1 - ora: 5.3.0 - semver: 7.7.3 + picocolors: 1.1.1 + picomatch: 4.0.2 + semver: 7.7.4 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) - tsconfig-paths: 4.2.0 + tinyglobby: 0.2.15 tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' - '@swc/core' - - '@swc/wasm' - - '@types/node' - debug - nx - supports-color - - typescript - '@nx/nx-darwin-arm64@19.8.14': + '@nx/nx-darwin-arm64@22.4.5': optional: true - '@nx/nx-darwin-x64@19.8.14': + '@nx/nx-darwin-x64@22.4.5': optional: true - '@nx/nx-freebsd-x64@19.8.14': + '@nx/nx-freebsd-x64@22.4.5': optional: true - '@nx/nx-linux-arm-gnueabihf@19.8.14': + '@nx/nx-linux-arm-gnueabihf@22.4.5': optional: true - '@nx/nx-linux-arm64-gnu@19.8.14': + '@nx/nx-linux-arm64-gnu@22.4.5': optional: true - '@nx/nx-linux-arm64-musl@19.8.14': + '@nx/nx-linux-arm64-musl@22.4.5': optional: true - '@nx/nx-linux-x64-gnu@19.8.14': + '@nx/nx-linux-x64-gnu@22.4.5': optional: true - '@nx/nx-linux-x64-musl@19.8.14': + '@nx/nx-linux-x64-musl@22.4.5': optional: true - '@nx/nx-win32-arm64-msvc@19.8.14': + '@nx/nx-win32-arm64-msvc@22.4.5': optional: true - '@nx/nx-win32-x64-msvc@19.8.14': + '@nx/nx-win32-x64-msvc@22.4.5': optional: true - '@nx/workspace@19.8.14(@swc/core@1.15.3)': + '@nx/workspace@22.4.5(@swc/core@1.15.3)': dependencies: - '@nrwl/workspace': 19.8.14(@swc/core@1.15.3) - '@nx/devkit': 19.8.14(nx@19.8.14(@swc/core@1.15.3)) + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) + '@zkochan/js-yaml': 0.0.7 chalk: 4.1.2 enquirer: 2.3.6 - nx: 19.8.14(@swc/core@1.15.3) + nx: 22.4.5(@swc/core@1.15.3) + picomatch: 4.0.2 + semver: 7.7.4 tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -24554,14 +24844,17 @@ snapshots: tslib: 2.8.1 tsyringe: 4.10.0 - '@phenomnomnominal/tsquery@5.0.1(typescript@5.9.3)': + '@phenomnomnominal/tsquery@6.1.4(typescript@5.9.3)': dependencies: - esquery: 1.6.0 + '@types/esquery': 1.5.4 + esquery: 1.7.0 typescript: 5.9.3 '@pkgjs/parseargs@0.11.0': optional: true + '@pkgr/core@0.2.9': {} + '@popperjs/core@2.11.8': {} '@preact/signals-core@1.8.0': {} @@ -24962,6 +25255,8 @@ snapshots: '@sinclair/typebox@0.27.8': {} + '@sinclair/typebox@0.34.48': {} + '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -25400,6 +25695,10 @@ snapshots: '@types/json-schema': 7.0.15 optional: true + '@types/esquery@1.5.4': + dependencies: + '@types/estree': 1.0.8 + '@types/estree@0.0.39': {} '@types/estree@0.0.46': {} @@ -26185,6 +26484,67 @@ snapshots: '@typescript-eslint/types': 8.52.0 eslint-visitor-keys: 4.2.1 + '@ungap/structured-clone@1.3.0': {} + + '@unrs/resolver-binding-android-arm-eabi@1.11.1': + optional: true + + '@unrs/resolver-binding-android-arm64@1.11.1': + optional: true + + '@unrs/resolver-binding-darwin-arm64@1.11.1': + optional: true + + '@unrs/resolver-binding-darwin-x64@1.11.1': + optional: true + + '@unrs/resolver-binding-freebsd-x64@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-arm-gnueabihf@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-arm-musleabihf@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-arm64-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-arm64-musl@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-riscv64-musl@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-s390x-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-x64-gnu@1.11.1': + optional: true + + '@unrs/resolver-binding-linux-x64-musl@1.11.1': + optional: true + + '@unrs/resolver-binding-wasm32-wasi@1.11.1': + dependencies: + '@napi-rs/wasm-runtime': 0.2.12 + optional: true + + '@unrs/resolver-binding-win32-arm64-msvc@1.11.1': + optional: true + + '@unrs/resolver-binding-win32-ia32-msvc@1.11.1': + optional: true + + '@unrs/resolver-binding-win32-x64-msvc@1.11.1': + optional: true + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) @@ -26626,7 +26986,7 @@ snapshots: '@yarnpkg/lockfile@1.1.0': {} - '@yarnpkg/parsers@3.0.0-rc.46': + '@yarnpkg/parsers@3.0.2': dependencies: js-yaml: 3.14.2 tslib: 2.8.1 @@ -27050,7 +27410,7 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.23.5 es-array-method-boxes-properly: 1.0.0 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 is-string: 1.0.7 array.prototype.find@2.2.3: @@ -27116,7 +27476,7 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.24.0 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 is-array-buffer: 3.0.4 is-shared-array-buffer: 1.0.3 @@ -27340,6 +27700,19 @@ snapshots: transitivePeerDependencies: - supports-color + babel-jest@30.2.0(@babel/core@7.28.6): + dependencies: + '@babel/core': 7.28.6 + '@jest/transform': 30.2.0 + '@types/babel__core': 7.20.5 + babel-plugin-istanbul: 7.0.1 + babel-preset-jest: 30.2.0(@babel/core@7.28.6) + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)): dependencies: '@babel/core': 7.28.3 @@ -27384,6 +27757,16 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-istanbul@7.0.1: + dependencies: + '@babel/helper-plugin-utils': 7.28.6 + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-instrument: 6.0.3 + test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color + babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.28.6 @@ -27391,18 +27774,15 @@ snapshots: '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 - babel-plugin-macros@2.8.0: + babel-plugin-jest-hoist@30.2.0: dependencies: - '@babel/runtime': 7.28.6 - cosmiconfig: 6.0.0 - resolve: 1.22.11 + '@types/babel__core': 7.20.5 babel-plugin-macros@3.1.0: dependencies: '@babel/runtime': 7.28.6 cosmiconfig: 7.1.0 resolve: 1.22.11 - optional: true babel-plugin-module-resolver@5.0.0: dependencies: @@ -27557,12 +27937,37 @@ snapshots: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.6) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.6) + babel-preset-current-node-syntax@1.2.0(@babel/core@7.28.6): + dependencies: + '@babel/core': 7.28.6 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.6) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.6) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.6) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.6) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.6) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.6) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.6) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.6) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.6) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.6) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.6) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.6) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.6) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.6) + babel-preset-jest@29.6.3(@babel/core@7.28.6): dependencies: '@babel/core': 7.28.6 babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.1.0(@babel/core@7.28.6) + babel-preset-jest@30.2.0(@babel/core@7.28.6): + dependencies: + '@babel/core': 7.28.6 + babel-plugin-jest-hoist: 30.2.0 + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.6) + babel-register@6.26.0: dependencies: babel-core: 6.26.3 @@ -28027,7 +28432,7 @@ snapshots: es-define-property: 1.0.0 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 set-function-length: 1.2.2 call-bind@1.0.8: @@ -28243,6 +28648,8 @@ snapshots: cjs-module-lexer@1.4.1: {} + cjs-module-lexer@2.2.0: {} + class-utils@0.3.6: dependencies: arr-union: 3.1.0 @@ -28664,14 +29071,6 @@ snapshots: corser@2.0.1: {} - cosmiconfig@6.0.0: - dependencies: - '@types/parse-json': 4.0.2 - import-fresh: 3.3.1 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - cosmiconfig@7.1.0: dependencies: '@types/parse-json': 4.0.2 @@ -28679,12 +29078,11 @@ snapshots: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 - optional: true cosmiconfig@8.3.6(typescript@4.9.5): dependencies: import-fresh: 3.3.1 - js-yaml: 4.1.0 + js-yaml: 4.1.1 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: @@ -28693,7 +29091,7 @@ snapshots: cosmiconfig@8.3.6(typescript@5.9.3): dependencies: import-fresh: 3.3.1 - js-yaml: 4.1.0 + js-yaml: 4.1.1 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: @@ -29143,7 +29541,7 @@ snapshots: array-buffer-byte-length: 1.0.1 call-bind: 1.0.8 es-get-iterator: 1.1.3 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 is-arguments: 1.1.1 is-array-buffer: 3.0.4 is-date-object: 1.0.5 @@ -29184,9 +29582,9 @@ snapshots: define-data-property@1.1.4: dependencies: - es-define-property: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 - gopd: 1.0.1 + gopd: 1.2.0 define-lazy-prop@2.0.0: {} @@ -29782,10 +30180,10 @@ snapshots: es-define-property: 1.0.0 es-errors: 1.3.0 es-object-atoms: 1.0.0 - es-set-tostringtag: 2.0.3 + es-set-tostringtag: 2.1.0 es-to-primitive: 1.2.1 function.prototype.name: 1.1.6 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 get-symbol-description: 1.0.2 globalthis: 1.0.4 gopd: 1.0.1 @@ -29880,7 +30278,7 @@ snapshots: es-define-property@1.0.0: dependencies: - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 es-define-property@1.0.1: {} @@ -29889,7 +30287,7 @@ snapshots: es-get-iterator@1.1.3: dependencies: call-bind: 1.0.8 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 has-symbols: 1.1.0 is-arguments: 1.1.1 is-map: 2.0.3 @@ -29929,12 +30327,6 @@ snapshots: dependencies: es-errors: 1.3.0 - es-set-tostringtag@2.0.3: - dependencies: - get-intrinsic: 1.2.4 - has-tostringtag: 1.0.2 - hasown: 2.0.2 - es-set-tostringtag@2.1.0: dependencies: es-errors: 1.3.0 @@ -31087,6 +31479,8 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 3.0.0 + exit-x@0.2.2: {} + exit@0.1.2: {} expand-brackets@0.1.5: @@ -31117,6 +31511,15 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 + expect@30.2.0: + dependencies: + '@jest/expect-utils': 30.2.0 + '@jest/get-type': 30.1.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 + jest-util: 30.2.0 + exponential-backoff@3.1.1: {} express-rate-limit@7.5.1(express@5.2.1): @@ -31273,14 +31676,6 @@ snapshots: fast-fifo@1.3.2: {} - fast-glob@3.2.7: - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.8 - fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -31769,7 +32164,7 @@ snapshots: dependencies: call-bind: 1.0.8 es-errors: 1.3.0 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 get-symbol-description@1.1.0: dependencies: @@ -32013,7 +32408,7 @@ snapshots: gopd@1.0.1: dependencies: - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 gopd@1.2.0: {} @@ -32357,7 +32752,7 @@ snapshots: has-tostringtag@1.0.2: dependencies: - has-symbols: 1.0.3 + has-symbols: 1.1.0 has-value@0.3.1: dependencies: @@ -32557,10 +32952,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - hosted-git-info@7.0.2: - dependencies: - lru-cache: 10.4.3 - hosted-git-info@9.0.2: dependencies: lru-cache: 11.2.4 @@ -32943,6 +33334,8 @@ snapshots: ini@2.0.0: {} + ini@4.1.3: {} + ini@5.0.0: {} ini@6.0.0: {} @@ -33028,7 +33421,7 @@ snapshots: is-array-buffer@3.0.4: dependencies: call-bind: 1.0.8 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 is-array-buffer@3.0.5: dependencies: @@ -33362,7 +33755,7 @@ snapshots: is-weakset@2.0.3: dependencies: call-bind: 1.0.8 - get-intrinsic: 1.2.4 + get-intrinsic: 1.3.0 is-what@3.14.1: {} @@ -33434,6 +33827,14 @@ snapshots: transitivePeerDependencies: - supports-color + istanbul-lib-source-maps@5.0.6: + dependencies: + '@jridgewell/trace-mapping': 0.3.31 + debug: 4.4.3 + istanbul-lib-coverage: 3.2.2 + transitivePeerDependencies: + - supports-color + istanbul-reports@3.1.7: dependencies: html-escaper: 2.0.2 @@ -33518,6 +33919,32 @@ snapshots: - babel-plugin-macros - supports-color + jest-circus@30.2.0(babel-plugin-macros@3.1.0): + dependencies: + '@jest/environment': 30.2.0 + '@jest/expect': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + chalk: 4.1.2 + co: 4.6.0 + dedent: 1.7.0(babel-plugin-macros@3.1.0) + is-generator-fn: 2.1.0 + jest-each: 30.2.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + p-limit: 3.1.0 + pretty-format: 30.2.0 + pure-rand: 7.0.1 + slash: 3.0.0 + stack-utils: 2.0.6 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + jest-cli@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) @@ -33895,6 +34322,39 @@ snapshots: - babel-plugin-macros - supports-color + jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + dependencies: + '@babel/core': 7.28.6 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.28.6) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 20.12.8 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + jest-diff@29.7.0: dependencies: chalk: 4.1.2 @@ -33902,10 +34362,21 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 + jest-diff@30.2.0: + dependencies: + '@jest/diff-sequences': 30.0.1 + '@jest/get-type': 30.1.0 + chalk: 4.1.2 + pretty-format: 30.2.0 + jest-docblock@29.7.0: dependencies: detect-newline: 3.1.0 + jest-docblock@30.2.0: + dependencies: + detect-newline: 3.1.0 + jest-each@29.7.0: dependencies: '@jest/types': 29.6.3 @@ -33914,6 +34385,14 @@ snapshots: jest-util: 29.7.0 pretty-format: 29.7.0 + jest-each@30.2.0: + dependencies: + '@jest/get-type': 30.1.0 + '@jest/types': 30.2.0 + chalk: 4.1.2 + jest-util: 30.2.0 + pretty-format: 30.2.0 + jest-environment-jsdom@29.7.0: dependencies: '@jest/environment': 29.7.0 @@ -33938,6 +34417,16 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 + jest-environment-node@30.2.0: + dependencies: + '@jest/environment': 30.2.0 + '@jest/fake-timers': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + jest-mock: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-get-type@29.6.3: {} jest-haste-map@29.7.0: @@ -33956,11 +34445,31 @@ snapshots: optionalDependencies: fsevents: 2.3.3 + jest-haste-map@30.2.0: + dependencies: + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + anymatch: 3.1.3 + fb-watchman: 2.0.2 + graceful-fs: 4.2.11 + jest-regex-util: 30.0.1 + jest-util: 30.2.0 + jest-worker: 30.2.0 + micromatch: 4.0.8 + walker: 1.0.8 + optionalDependencies: + fsevents: 2.3.3 + jest-leak-detector@29.7.0: dependencies: jest-get-type: 29.6.3 pretty-format: 29.7.0 + jest-leak-detector@30.2.0: + dependencies: + '@jest/get-type': 30.1.0 + pretty-format: 30.2.0 + jest-matcher-utils@29.7.0: dependencies: chalk: 4.1.2 @@ -33968,6 +34477,13 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 + jest-matcher-utils@30.2.0: + dependencies: + '@jest/get-type': 30.1.0 + chalk: 4.1.2 + jest-diff: 30.2.0 + pretty-format: 30.2.0 + jest-message-util@29.7.0: dependencies: '@babel/code-frame': 7.29.0 @@ -33980,18 +34496,42 @@ snapshots: slash: 3.0.0 stack-utils: 2.0.6 + jest-message-util@30.2.0: + dependencies: + '@babel/code-frame': 7.29.0 + '@jest/types': 30.2.0 + '@types/stack-utils': 2.0.3 + chalk: 4.1.2 + graceful-fs: 4.2.11 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + stack-utils: 2.0.6 + jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 '@types/node': 24.1.0 jest-util: 29.7.0 + jest-mock@30.2.0: + dependencies: + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + jest-util: 30.2.0 + jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): optionalDependencies: jest-resolve: 29.7.0 + jest-pnp-resolver@1.2.3(jest-resolve@30.2.0): + optionalDependencies: + jest-resolve: 30.2.0 + jest-regex-util@29.6.3: {} + jest-regex-util@30.0.1: {} + jest-resolve-dependencies@29.7.0: dependencies: jest-regex-util: 29.6.3 @@ -34011,6 +34551,17 @@ snapshots: resolve.exports: 2.0.3 slash: 3.0.0 + jest-resolve@30.2.0: + dependencies: + chalk: 4.1.2 + graceful-fs: 4.2.11 + jest-haste-map: 30.2.0 + jest-pnp-resolver: 1.2.3(jest-resolve@30.2.0) + jest-util: 30.2.0 + jest-validate: 30.2.0 + slash: 3.0.0 + unrs-resolver: 1.11.1 + jest-runner@29.7.0: dependencies: '@jest/console': 29.7.0 @@ -34037,6 +34588,33 @@ snapshots: transitivePeerDependencies: - supports-color + jest-runner@30.2.0: + dependencies: + '@jest/console': 30.2.0 + '@jest/environment': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + chalk: 4.1.2 + emittery: 0.13.1 + exit-x: 0.2.2 + graceful-fs: 4.2.11 + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-haste-map: 30.2.0 + jest-leak-detector: 30.2.0 + jest-message-util: 30.2.0 + jest-resolve: 30.2.0 + jest-runtime: 30.2.0 + jest-util: 30.2.0 + jest-watcher: 30.2.0 + jest-worker: 30.2.0 + p-limit: 3.1.0 + source-map-support: 0.5.13 + transitivePeerDependencies: + - supports-color + jest-runtime@29.7.0: dependencies: '@jest/environment': 29.7.0 @@ -34064,6 +34642,33 @@ snapshots: transitivePeerDependencies: - supports-color + jest-runtime@30.2.0: + dependencies: + '@jest/environment': 30.2.0 + '@jest/fake-timers': 30.2.0 + '@jest/globals': 30.2.0 + '@jest/source-map': 30.0.1 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + chalk: 4.1.2 + cjs-module-lexer: 2.2.0 + collect-v8-coverage: 1.0.2 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + slash: 3.0.0 + strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color + jest-snapshot@29.7.0: dependencies: '@babel/core': 7.28.6 @@ -34089,6 +34694,32 @@ snapshots: transitivePeerDependencies: - supports-color + jest-snapshot@30.2.0: + dependencies: + '@babel/core': 7.28.6 + '@babel/generator': 7.28.6 + '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.6) + '@babel/types': 7.28.6 + '@jest/expect-utils': 30.2.0 + '@jest/get-type': 30.1.0 + '@jest/snapshot-utils': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.6) + chalk: 4.1.2 + expect: 30.2.0 + graceful-fs: 4.2.11 + jest-diff: 30.2.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-util: 30.2.0 + pretty-format: 30.2.0 + semver: 7.7.4 + synckit: 0.11.12 + transitivePeerDependencies: + - supports-color + jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 @@ -34098,6 +34729,15 @@ snapshots: graceful-fs: 4.2.11 picomatch: 2.3.1 + jest-util@30.2.0: + dependencies: + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + chalk: 4.1.2 + ci-info: 4.3.0 + graceful-fs: 4.2.11 + picomatch: 4.0.3 + jest-validate@29.7.0: dependencies: '@jest/types': 29.6.3 @@ -34107,6 +34747,15 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 + jest-validate@30.2.0: + dependencies: + '@jest/get-type': 30.1.0 + '@jest/types': 30.2.0 + camelcase: 6.3.0 + chalk: 4.1.2 + leven: 3.1.0 + pretty-format: 30.2.0 + jest-watcher@29.7.0: dependencies: '@jest/test-result': 29.7.0 @@ -34118,6 +34767,17 @@ snapshots: jest-util: 29.7.0 string-length: 4.0.2 + jest-watcher@30.2.0: + dependencies: + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 24.1.0 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + emittery: 0.13.1 + jest-util: 30.2.0 + string-length: 4.0.2 + jest-worker@27.5.1: dependencies: '@types/node': 24.1.0 @@ -34131,6 +34791,14 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 + jest-worker@30.2.0: + dependencies: + '@types/node': 24.1.0 + '@ungap/structured-clone': 1.3.0 + jest-util: 30.2.0 + merge-stream: 2.0.0 + supports-color: 8.1.1 + jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) @@ -35623,6 +36291,8 @@ snapshots: transitivePeerDependencies: - supports-color + napi-postinstall@0.3.4: {} + natural-compare@1.4.0: {} nconf@0.12.1: @@ -35898,13 +36568,6 @@ snapshots: npm-normalize-package-bin@5.0.0: {} - npm-package-arg@11.0.1: - dependencies: - hosted-git-info: 7.0.2 - proc-log: 3.0.0 - semver: 7.7.4 - validate-npm-package-name: 5.0.1 - npm-package-arg@13.0.0: dependencies: hosted-git-info: 9.0.2 @@ -35976,27 +36639,26 @@ snapshots: nwsapi@2.2.13: {} - nx-cloud@19.0.0: + nx-cloud@19.1.0: dependencies: - '@nrwl/nx-cloud': 19.0.0 + '@nrwl/nx-cloud': 19.1.0 axios: 1.13.2 chalk: 4.1.2 dotenv: 10.0.0 fs-extra: 11.2.0 + ini: 4.1.3 node-machine-id: 1.1.12 open: 8.4.2 - strip-json-comments: 3.1.1 tar: 6.2.1 yargs-parser: 22.0.0 transitivePeerDependencies: - debug - nx@19.8.14(@swc/core@1.15.3): + nx@22.4.5(@swc/core@1.15.3): dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.8.14(@swc/core@1.15.3) '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 + '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 axios: 1.13.2 chalk: 4.1.2 @@ -36009,35 +36671,37 @@ snapshots: figures: 3.2.0 flat: 5.0.2 front-matter: 4.0.2 - ignore: 5.3.2 - jest-diff: 29.7.0 + ignore: 7.0.5 + jest-diff: 30.2.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.3 - minimatch: 9.0.3 + minimatch: 10.1.1 node-machine-id: 1.1.12 npm-run-path: 4.0.1 open: 8.4.2 ora: 5.3.0 - semver: 7.7.3 + resolve.exports: 2.0.3 + semver: 7.7.4 string-width: 4.2.3 - strong-log-transformer: 2.1.0 tar-stream: 2.2.0 tmp: 0.2.5 + tree-kill: 1.2.2 tsconfig-paths: 4.2.0 tslib: 2.8.1 + yaml: 2.8.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.8.14 - '@nx/nx-darwin-x64': 19.8.14 - '@nx/nx-freebsd-x64': 19.8.14 - '@nx/nx-linux-arm-gnueabihf': 19.8.14 - '@nx/nx-linux-arm64-gnu': 19.8.14 - '@nx/nx-linux-arm64-musl': 19.8.14 - '@nx/nx-linux-x64-gnu': 19.8.14 - '@nx/nx-linux-x64-musl': 19.8.14 - '@nx/nx-win32-arm64-msvc': 19.8.14 - '@nx/nx-win32-x64-msvc': 19.8.14 + '@nx/nx-darwin-arm64': 22.4.5 + '@nx/nx-darwin-x64': 22.4.5 + '@nx/nx-freebsd-x64': 22.4.5 + '@nx/nx-linux-arm-gnueabihf': 22.4.5 + '@nx/nx-linux-arm64-gnu': 22.4.5 + '@nx/nx-linux-arm64-musl': 22.4.5 + '@nx/nx-linux-x64-gnu': 22.4.5 + '@nx/nx-linux-x64-musl': 22.4.5 + '@nx/nx-win32-arm64-msvc': 22.4.5 + '@nx/nx-win32-x64-msvc': 22.4.5 '@swc/core': 1.15.3 transitivePeerDependencies: - debug @@ -36621,6 +37285,8 @@ snapshots: picomatch@2.3.1: {} + picomatch@4.0.2: {} + picomatch@4.0.3: {} pidtree@0.5.0: {} @@ -36648,6 +37314,8 @@ snapshots: pirates@4.0.6: {} + pirates@4.0.7: {} + piscina@4.8.0: optionalDependencies: '@napi-rs/nice': 1.1.1 @@ -36892,12 +37560,16 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.3.1 + pretty-format@30.2.0: + dependencies: + '@jest/schemas': 30.0.5 + ansi-styles: 5.2.0 + react-is: 18.3.1 + pretty-hrtime@1.0.3: {} private@0.1.8: {} - proc-log@3.0.0: {} - proc-log@5.0.0: {} proc-log@6.1.0: {} @@ -37027,6 +37699,8 @@ snapshots: pure-rand@6.1.0: {} + pure-rand@7.0.1: {} + pvtsutils@1.3.6: dependencies: tslib: 2.8.1 @@ -37643,8 +38317,6 @@ snapshots: resolve-url@0.2.1: {} - resolve.exports@1.1.0: {} - resolve.exports@2.0.3: {} resolve@1.22.10: @@ -37869,8 +38541,8 @@ snapshots: safe-array-concat@1.1.2: dependencies: call-bind: 1.0.7 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 + get-intrinsic: 1.3.0 + has-symbols: 1.1.0 isarray: 2.0.5 safe-array-concat@1.1.3: @@ -38309,8 +38981,8 @@ snapshots: define-data-property: 1.1.4 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.4 - gopd: 1.0.1 + get-intrinsic: 1.3.0 + gopd: 1.2.0 has-property-descriptors: 1.0.2 set-function-name@2.0.2: @@ -38966,12 +39638,6 @@ snapshots: strip-json-comments@3.1.1: {} - strong-log-transformer@2.1.0: - dependencies: - duplexer: 0.1.2 - minimist: 1.2.8 - through: 2.3.8 - style-loader@3.3.4(webpack@5.104.1): dependencies: webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) @@ -39378,6 +40044,10 @@ snapshots: sync-message-port@1.1.3: {} + synckit@0.11.12: + dependencies: + '@pkgr/core': 0.2.9 + syntax-error@1.4.0: dependencies: acorn-node: 1.8.2 @@ -40269,26 +40939,6 @@ snapshots: '@ts-morph/common': 0.22.0 code-block-writer: 12.0.0 - ts-node@10.9.1(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 20.12.8 - acorn: 8.15.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.9.3 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5): dependencies: '@cspotcode/source-map-support': 0.8.1 @@ -40530,7 +41180,7 @@ snapshots: dependencies: call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.0.1 + gopd: 1.2.0 has-proto: 1.0.3 is-typed-array: 1.1.15 @@ -40547,7 +41197,7 @@ snapshots: available-typed-arrays: 1.0.7 call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.0.1 + gopd: 1.2.0 has-proto: 1.0.3 is-typed-array: 1.1.15 @@ -40565,7 +41215,7 @@ snapshots: dependencies: call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.0.1 + gopd: 1.2.0 has-proto: 1.0.3 is-typed-array: 1.1.15 possible-typed-array-names: 1.0.0 @@ -40607,7 +41257,7 @@ snapshots: dependencies: call-bind: 1.0.8 has-bigints: 1.0.2 - has-symbols: 1.0.3 + has-symbols: 1.1.0 which-boxed-primitive: 1.0.2 unbox-primitive@1.1.0: @@ -40753,6 +41403,30 @@ snapshots: unquote@1.1.1: {} + unrs-resolver@1.11.1: + dependencies: + napi-postinstall: 0.3.4 + optionalDependencies: + '@unrs/resolver-binding-android-arm-eabi': 1.11.1 + '@unrs/resolver-binding-android-arm64': 1.11.1 + '@unrs/resolver-binding-darwin-arm64': 1.11.1 + '@unrs/resolver-binding-darwin-x64': 1.11.1 + '@unrs/resolver-binding-freebsd-x64': 1.11.1 + '@unrs/resolver-binding-linux-arm-gnueabihf': 1.11.1 + '@unrs/resolver-binding-linux-arm-musleabihf': 1.11.1 + '@unrs/resolver-binding-linux-arm64-gnu': 1.11.1 + '@unrs/resolver-binding-linux-arm64-musl': 1.11.1 + '@unrs/resolver-binding-linux-ppc64-gnu': 1.11.1 + '@unrs/resolver-binding-linux-riscv64-gnu': 1.11.1 + '@unrs/resolver-binding-linux-riscv64-musl': 1.11.1 + '@unrs/resolver-binding-linux-s390x-gnu': 1.11.1 + '@unrs/resolver-binding-linux-x64-gnu': 1.11.1 + '@unrs/resolver-binding-linux-x64-musl': 1.11.1 + '@unrs/resolver-binding-wasm32-wasi': 1.11.1 + '@unrs/resolver-binding-win32-arm64-msvc': 1.11.1 + '@unrs/resolver-binding-win32-ia32-msvc': 1.11.1 + '@unrs/resolver-binding-win32-x64-msvc': 1.11.1 + unset-value@1.0.0: dependencies: has-value: 0.3.1 @@ -40874,8 +41548,6 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - validate-npm-package-name@5.0.1: {} - validate-npm-package-name@6.0.0: {} value-or-function@3.0.0: {} @@ -41842,7 +42514,7 @@ snapshots: available-typed-arrays: 1.0.7 call-bind: 1.0.8 for-each: 0.3.3 - gopd: 1.0.1 + gopd: 1.2.0 has-tostringtag: 1.0.2 which-typed-array@1.1.19: @@ -41980,8 +42652,7 @@ snapshots: yaml@2.5.0: {} - yaml@2.8.1: - optional: true + yaml@2.8.1: {} yargs-parser@20.2.9: {} From b9140d530dd22c4c14d595933d89969491bc44fd Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 12 Feb 2026 17:18:25 +0100 Subject: [PATCH 15/48] update branch and regenerate devextreme-angular --- packages/devextreme-angular/src/ui/chat/index.ts | 16 ++++++++-------- .../src/ui/chat/nested/speech-to-text-options.ts | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/devextreme-angular/src/ui/chat/index.ts b/packages/devextreme-angular/src/ui/chat/index.ts index b389550bdcfd..264fdcb50f53 100644 --- a/packages/devextreme-angular/src/ui/chat/index.ts +++ b/packages/devextreme-angular/src/ui/chat/index.ts @@ -22,14 +22,14 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import dxChat from 'devextreme/ui/chat'; -import { Alert, Message, AttachmentDownloadClickEvent, DisposingEvent, InitializedEvent, MessageDeletedEvent, MessageDeletingEvent, MessageEditCanceledEvent, MessageEditingStartEvent, MessageEnteredEvent, MessageUpdatedEvent, MessageUpdatingEvent, OptionChangedEvent, TypingEndEvent, TypingStartEvent, User } from 'devextreme/ui/chat'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Format } from 'devextreme/common/core/localization'; -import { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; -import { dxSpeechToTextOptions } from 'devextreme/ui/speech_to_text'; +import type DataSource from 'devextreme/data/data_source'; +import type dxChat from 'devextreme/ui/chat'; +import type { Alert, Message, AttachmentDownloadClickEvent, DisposingEvent, InitializedEvent, MessageDeletedEvent, MessageDeletingEvent, MessageEditCanceledEvent, MessageEditingStartEvent, MessageEnteredEvent, MessageUpdatedEvent, MessageUpdatingEvent, OptionChangedEvent, TypingEndEvent, TypingStartEvent, User } from 'devextreme/ui/chat'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Format } from 'devextreme/common/core/localization'; +import type { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; +import type { dxSpeechToTextOptions } from 'devextreme/ui/speech_to_text'; import DxChat from 'devextreme/ui/chat'; diff --git a/packages/devextreme-angular/src/ui/chat/nested/speech-to-text-options.ts b/packages/devextreme-angular/src/ui/chat/nested/speech-to-text-options.ts index 2f48d997a36d..f87b55721b28 100644 --- a/packages/devextreme-angular/src/ui/chat/nested/speech-to-text-options.ts +++ b/packages/devextreme-angular/src/ui/chat/nested/speech-to-text-options.ts @@ -14,8 +14,8 @@ import { -import { CustomSpeechRecognizer, ContentReadyEvent, DisposingEvent, EndEvent, ErrorEvent, InitializedEvent, OptionChangedEvent, ResultEvent, StartClickEvent, StopClickEvent, SpeechRecognitionConfig } from 'devextreme/ui/speech_to_text'; -import { ButtonStyle, ButtonType } from 'devextreme/common'; +import type { CustomSpeechRecognizer, ContentReadyEvent, DisposingEvent, EndEvent, ErrorEvent, InitializedEvent, OptionChangedEvent, ResultEvent, StartClickEvent, StopClickEvent, SpeechRecognitionConfig } from 'devextreme/ui/speech_to_text'; +import type { ButtonStyle, ButtonType } from 'devextreme/common'; import { DxIntegrationModule, From fdc15c5f50804e88d11adb13fd2589b05b153efa Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Fri, 13 Feb 2026 00:11:07 +0100 Subject: [PATCH 16/48] fix devextreme-angular integration --- packages/devextreme-angular/src/core/integration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devextreme-angular/src/core/integration.ts b/packages/devextreme-angular/src/core/integration.ts index ab2ca7916f00..64c08c719278 100644 --- a/packages/devextreme-angular/src/core/integration.ts +++ b/packages/devextreme-angular/src/core/integration.ts @@ -18,7 +18,7 @@ interface ReadyCallbackAddContext { callBase: ReadyCallbackAdd; } -let originalAdd: ReadyCallbackAdd = () => {}; +let originalAdd: ReadyCallbackAdd; let callbacks: ReadyCallback[] = []; let readyCallbackAdd = function (this: ReadyCallbackAddContext, callback: ReadyCallback) { if (!originalAdd) { From 0e8b4b4b40ef97fb8451f00b0b14efb45284fe4d Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Fri, 13 Feb 2026 00:50:07 +0100 Subject: [PATCH 17/48] fix devextreme-angular tests --- .../devextreme-angular/tests/src/server/ssr-ajax.spec.ts | 8 ++++---- .../tests/src/server/ssr-is-platform-server.spec.ts | 6 +++--- packages/devextreme-angular/tests/src/ui/list.spec.ts | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/devextreme-angular/tests/src/server/ssr-ajax.spec.ts b/packages/devextreme-angular/tests/src/server/ssr-ajax.spec.ts index 0d831e6ba84d..b37ea629fda7 100644 --- a/packages/devextreme-angular/tests/src/server/ssr-ajax.spec.ts +++ b/packages/devextreme-angular/tests/src/server/ssr-ajax.spec.ts @@ -62,10 +62,10 @@ describe('Universal', () => { }); // spec it('should set state and remove data from the state when the request is repeated', () => { - const platformId = TestBed.get(PLATFORM_ID); + const platformId = TestBed.inject(PLATFORM_ID); if (isPlatformServer(platformId)) { sendRequest.apply(mockSendRequest, [{ url: 'someurl' }]); - const transferState: TransferState = TestBed.get(TransferState); + const transferState: TransferState = TestBed.inject(TransferState); const key = makeStateKey('0urlsomeurl'); expect(transferState.hasKey(key)).toBe(true); @@ -74,11 +74,11 @@ describe('Universal', () => { }); it('should generate complex key', () => { - const platformId = TestBed.get(PLATFORM_ID); + const platformId = TestBed.inject(PLATFORM_ID); if (isPlatformServer(platformId)) { sendRequest.apply(mockSendRequest, [{ url: 'someurl', data: { filter: { name: 'test' }, select: ['name'] } }]); const key = makeStateKey('0urlsomeurldatafilternametestselect0name'); - const transferState: TransferState = TestBed.get(TransferState); + const transferState: TransferState = TestBed.inject(TransferState); expect(transferState.hasKey(key)).toBe(true); } diff --git a/packages/devextreme-angular/tests/src/server/ssr-is-platform-server.spec.ts b/packages/devextreme-angular/tests/src/server/ssr-is-platform-server.spec.ts index c3486771c202..7f679fa809bf 100644 --- a/packages/devextreme-angular/tests/src/server/ssr-is-platform-server.spec.ts +++ b/packages/devextreme-angular/tests/src/server/ssr-is-platform-server.spec.ts @@ -50,12 +50,12 @@ describe('Universal', () => { template: '', }, }); - const platformID = TestBed.get(PLATFORM_ID); + const platformID = TestBed.inject(PLATFORM_ID); if (isPlatformServer(platformID)) { const fixture = TestBed.createComponent(TestContainerComponent); fixture.detectChanges(); - const transferState: TransferState = TestBed.get(TransferState); + const transferState: TransferState = TestBed.inject(TransferState); expect(transferState.hasKey(getServerStateKey())).toBe(true); expect(transferState.get(getServerStateKey(), null as any)).toEqual(true); @@ -70,7 +70,7 @@ describe('Universal', () => { }); const fixture = TestBed.createComponent(TestContainerComponent); - const transferState: TransferState = TestBed.get(TransferState); + const transferState: TransferState = TestBed.inject(TransferState); transferState.set(getServerStateKey(), true as any); diff --git a/packages/devextreme-angular/tests/src/ui/list.spec.ts b/packages/devextreme-angular/tests/src/ui/list.spec.ts index e1f17577f879..9ec6cae7e4e2 100644 --- a/packages/devextreme-angular/tests/src/ui/list.spec.ts +++ b/packages/devextreme-angular/tests/src/ui/list.spec.ts @@ -81,7 +81,7 @@ describe('DxList', () => { testComponent.items.push(2); fixture.detectChanges(); - expect(instance.option).toHaveBeenCalledWith('items', [1, 2]); + expect(optionSpy as jasmine.Spy).toHaveBeenCalledWith('items', [1, 2]); optionSpy.calls.reset(); }); From d8ea31e4ddb16f2d55ce4d9dab82fd9f2a3d1b37 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Fri, 13 Feb 2026 09:02:49 +0100 Subject: [PATCH 18/48] fix devextreme-angular tests fix format in demo --- .../Demos/Charts/Colorization/Angular/app/app.component.ts | 2 +- packages/devextreme-angular/tests/src/ui/data-grid.spec.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/demos/Demos/Charts/Colorization/Angular/app/app.component.ts b/apps/demos/Demos/Charts/Colorization/Angular/app/app.component.ts index 94fa8acdf70a..9bea9557aae8 100644 --- a/apps/demos/Demos/Charts/Colorization/Angular/app/app.component.ts +++ b/apps/demos/Demos/Charts/Colorization/Angular/app/app.component.ts @@ -39,7 +39,7 @@ if (window && window.config?.packageConfigPaths) { export class AppComponent { salesAmount: SalesAmount[]; - options: ColorizationOption[ 'options' ]; + options: ColorizationOption['options']; colorizationOptions: ColorizationOption[] = [{ name: 'Discrete', diff --git a/packages/devextreme-angular/tests/src/ui/data-grid.spec.ts b/packages/devextreme-angular/tests/src/ui/data-grid.spec.ts index 1c9ce9377c02..0c95c55eef94 100644 --- a/packages/devextreme-angular/tests/src/ui/data-grid.spec.ts +++ b/packages/devextreme-angular/tests/src/ui/data-grid.spec.ts @@ -591,7 +591,7 @@ describe('DxDataGrid slow tests', () => { fixture.detectChanges(); - for (let i = 0; i < 100; i++) { + for (let i = 0; i < 500; i++) { document.body.click(); fixture.detectChanges(); } @@ -600,7 +600,7 @@ describe('DxDataGrid slow tests', () => { const memoryBefore = await (performance as any).measureUserAgentSpecificMemory(); - for (let i = 0; i < 100; i++) { + for (let i = 0; i < 500; i++) { document.body.click(); fixture.detectChanges(); } @@ -610,6 +610,6 @@ describe('DxDataGrid slow tests', () => { const memoryAfter = await (performance as any).measureUserAgentSpecificMemory(); const memoryDiff = Math.round((memoryAfter.bytes - memoryBefore.bytes) / 1024); - expect(memoryDiff).toBeLessThan(40); + expect(memoryDiff).toBeLessThan(100); }); }); From 34f5518757760c8c93bd7b8206f9d958372b3412 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Fri, 13 Feb 2026 12:28:14 +0100 Subject: [PATCH 19/48] fix lock --- pnpm-lock.yaml | 251 +++++++++++++++++++------------------------------ 1 file changed, 99 insertions(+), 152 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f43bc68136da..5e6ab8c7011c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -786,28 +786,28 @@ importers: version: 18.0.11 css-loader: specifier: 6.10.0 - version: 6.10.0(webpack@5.104.1) + version: 6.10.0(webpack@5.105.0) source-map-loader: specifier: 4.0.2 - version: 4.0.2(webpack@5.104.1) + version: 4.0.2(webpack@5.105.0) style-loader: specifier: 3.3.4 - version: 3.3.4(webpack@5.104.1) + version: 3.3.4(webpack@5.105.0) ts-loader: specifier: 9.5.4 - version: 9.5.4(typescript@5.9.3)(webpack@5.104.1) + version: 9.5.4(typescript@5.9.3)(webpack@5.105.0) tsconfig-paths-webpack-plugin: specifier: 4.1.0 version: 4.1.0 webpack: - specifier: 5.104.1 - version: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + specifier: 5.105.0 + version: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-cli: specifier: 5.1.4 - version: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) + version: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.0) webpack-dev-server: specifier: 5.2.3 - version: 5.2.3(webpack-cli@5.1.4)(webpack@5.104.1) + version: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.0) apps/react-storybook: dependencies: @@ -887,19 +887,19 @@ importers: version: 2.0.0-beta.7(vue@3.2.47) css-loader: specifier: 6.10.0 - version: 6.10.0(webpack@5.104.1) + version: 6.10.0(webpack@5.105.0) minimatch: specifier: 4.2.3 version: 4.2.3 source-map-loader: specifier: 4.0.2 - version: 4.0.2(webpack@5.104.1) + version: 4.0.2(webpack@5.105.0) style-loader: specifier: 3.3.4 - version: 3.3.4(webpack@5.104.1) + version: 3.3.4(webpack@5.105.0) ts-loader: specifier: 9.5.4 - version: 9.5.4(typescript@4.9.5)(webpack@5.104.1) + version: 9.5.4(typescript@4.9.5)(webpack@5.105.0) tsconfig-paths-webpack-plugin: specifier: 4.1.0 version: 4.1.0 @@ -908,22 +908,22 @@ importers: version: 4.9.5 url-loader: specifier: 1.1.2 - version: 1.1.2(webpack@5.104.1) + version: 1.1.2(webpack@5.105.0) vue-loader: specifier: 17.4.2 - version: 17.4.2(@vue/compiler-sfc@3.3.4)(vue@3.2.47)(webpack@5.104.1) + version: 17.4.2(@vue/compiler-sfc@3.3.4)(vue@3.2.47)(webpack@5.105.0) vue-router: specifier: 4.2.5 version: 4.2.5(vue@3.2.47) webpack: - specifier: 5.104.1 - version: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + specifier: 5.105.0 + version: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-cli: specifier: 5.1.4 - version: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) + version: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.0) webpack-dev-server: specifier: 5.2.3 - version: 5.2.3(webpack-cli@5.1.4)(webpack@5.104.1) + version: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.0) e2e/bundlers: devDependencies: @@ -1000,11 +1000,11 @@ importers: specifier: 5.4.21 version: 5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) webpack: - specifier: 5.104.1 - version: 5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0) + specifier: 5.105.0 + version: 5.105.0(@swc/core@1.15.3)(webpack-cli@4.10.0) webpack-cli: specifier: 4.10.0 - version: 4.10.0(webpack@5.104.1) + version: 4.10.0(webpack@5.105.0) e2e/compilation-cases: devDependencies: @@ -1058,10 +1058,10 @@ importers: dependencies: terser-webpack-plugin: specifier: 5.3.16 - version: 5.3.16(@swc/core@1.15.3)(webpack@5.104.1(@swc/core@1.15.3)) + version: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)) webpack: - specifier: ^5.101.3 - version: 5.104.1(@swc/core@1.15.3) + specifier: ^5.105.0 + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) e2e/testcafe-devextreme: devDependencies: @@ -1732,7 +1732,7 @@ importers: version: 1.3.0 string-replace-loader: specifier: 3.1.0 - version: 3.1.0(webpack@5.104.1(@swc/core@1.15.3)) + version: 3.1.0(webpack@5.105.0(@swc/core@1.15.3)) stylelint: specifier: 15.11.0 version: 15.11.0(typescript@4.9.5) @@ -1753,7 +1753,7 @@ importers: version: 0.0.11 terser-webpack-plugin: specifier: 5.3.16 - version: 5.3.16(@swc/core@1.15.3)(webpack@5.104.1(@swc/core@1.15.3)) + version: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)) through2: specifier: 2.0.5 version: 2.0.5 @@ -1779,11 +1779,11 @@ importers: specifier: 1.1.0 version: 1.1.0 webpack: - specifier: 5.104.1 - version: 5.104.1(@swc/core@1.15.3) + specifier: 5.105.0 + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-stream: specifier: 7.0.0 - version: 7.0.0(webpack@5.104.1(@swc/core@1.15.3)) + version: 7.0.0(webpack@5.105.0(@swc/core@1.15.3)) yaml: specifier: 2.5.0 version: 2.5.0 @@ -18482,16 +18482,6 @@ packages: webpack-cli: optional: true - webpack@5.104.1: - resolution: {integrity: sha512-Qphch25abbMNtekmEGJmeRUhLDbe+QfiWTiqpKYkpCOWY64v9eyl+KRRLmqOFA2AvKPpc9DC6+u2n76tQLBoaA==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - webpack@5.105.0: resolution: {integrity: sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==} engines: {node: '>=10.13.0'} @@ -22224,7 +22214,7 @@ snapshots: loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - '@swc/core' - '@typescript-eslint/eslint-plugin' @@ -26949,36 +26939,36 @@ snapshots: '@webcomponents/custom-elements@1.6.0': {} - '@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.104.1)': + '@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.105.0)': dependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0) - webpack-cli: 4.10.0(webpack@5.104.1) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@4.10.0) + webpack-cli: 4.10.0(webpack@5.105.0) - '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.104.1)': + '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.105.0)': dependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.0) '@webpack-cli/info@1.5.0(webpack-cli@4.10.0)': dependencies: envinfo: 7.14.0 - webpack-cli: 4.10.0(webpack@5.104.1) + webpack-cli: 4.10.0(webpack@5.105.0) - '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.104.1)': + '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.105.0)': dependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.0) '@webpack-cli/serve@1.7.0(webpack-cli@4.10.0)': dependencies: - webpack-cli: 4.10.0(webpack@5.104.1) + webpack-cli: 4.10.0(webpack@5.105.0) - '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.2.3)(webpack@5.104.1)': + '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.2.3)(webpack@5.105.0)': dependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.0) optionalDependencies: - webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.104.1) + webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.0) '@xtuc/ieee754@1.2.0': {} @@ -29288,7 +29278,7 @@ snapshots: utrie: 1.0.2 optional: true - css-loader@6.10.0(webpack@5.104.1): + css-loader@6.10.0(webpack@5.105.0(@swc/core@1.15.3)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29299,9 +29289,9 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - css-loader@6.10.0(webpack@5.105.0(@swc/core@1.15.3)): + css-loader@6.10.0(webpack@5.105.0): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29312,7 +29302,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) css-loader@7.1.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -39212,11 +39202,11 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@4.0.2(webpack@5.104.1): + source-map-loader@4.0.2(webpack@5.105.0): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) source-map-loader@5.0.0(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -39474,11 +39464,11 @@ snapshots: char-regex: 1.0.2 strip-ansi: 6.0.1 - string-replace-loader@3.1.0(webpack@5.104.1(@swc/core@1.15.3)): + string-replace-loader@3.1.0(webpack@5.105.0(@swc/core@1.15.3)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) string-width@1.0.2: dependencies: @@ -39638,14 +39628,14 @@ snapshots: strip-json-comments@3.1.1: {} - style-loader@3.3.4(webpack@5.104.1): - dependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) - style-loader@3.3.4(webpack@5.105.0(@swc/core@1.15.3)): dependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + style-loader@3.3.4(webpack@5.105.0): + dependencies: + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) + style-loader@4.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) @@ -40198,25 +40188,14 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.26.0 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.104.1(@swc/core@1.15.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.104.1(@swc/core@1.15.3) - optionalDependencies: - '@swc/core': 1.15.3 - - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.104.1): + terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.105.0): 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.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) optionalDependencies: '@swc/core': 1.15.3 @@ -40914,7 +40893,7 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-loader@9.5.4(typescript@4.9.5)(webpack@5.104.1): + ts-loader@9.5.4(typescript@4.9.5)(webpack@5.105.0): dependencies: chalk: 4.1.2 enhanced-resolve: 5.18.3 @@ -40922,9 +40901,9 @@ snapshots: semver: 7.7.3 source-map: 0.7.6 typescript: 4.9.5 - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) - ts-loader@9.5.4(typescript@5.9.3)(webpack@5.104.1): + ts-loader@9.5.4(typescript@5.9.3)(webpack@5.105.0): dependencies: chalk: 4.1.2 enhanced-resolve: 5.18.3 @@ -40932,7 +40911,7 @@ snapshots: semver: 7.7.3 source-map: 0.7.6 typescript: 5.9.3 - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) ts-morph@21.0.1: dependencies: @@ -41462,12 +41441,12 @@ snapshots: url-join@4.0.1: {} - url-loader@1.1.2(webpack@5.104.1): + url-loader@1.1.2(webpack@5.105.0): dependencies: loader-utils: 1.4.2 mime: 2.6.0 schema-utils: 1.0.0 - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) url-parse@1.5.10: dependencies: @@ -41868,12 +41847,12 @@ snapshots: transitivePeerDependencies: - supports-color - vue-loader@17.4.2(@vue/compiler-sfc@3.3.4)(vue@3.2.47)(webpack@5.104.1): + vue-loader@17.4.2(@vue/compiler-sfc@3.3.4)(vue@3.2.47)(webpack@5.105.0): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.2 - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) optionalDependencies: '@vue/compiler-sfc': 3.3.4 vue: 3.2.47 @@ -41967,10 +41946,10 @@ snapshots: webidl-conversions@7.0.0: {} - webpack-cli@4.10.0(webpack@5.104.1): + webpack-cli@4.10.0(webpack@5.105.0): dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0)(webpack@5.104.1) + '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0)(webpack@5.105.0) '@webpack-cli/info': 1.5.0(webpack-cli@4.10.0) '@webpack-cli/serve': 1.7.0(webpack-cli@4.10.0) colorette: 2.0.20 @@ -41980,15 +41959,15 @@ snapshots: import-local: 3.2.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@4.10.0) webpack-merge: 5.10.0 - webpack-cli@5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1): + webpack-cli@5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.0): dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.104.1) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.104.1) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.2.3)(webpack@5.104.1) + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.105.0) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.105.0) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.2.3)(webpack@5.105.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.6 @@ -41997,10 +41976,10 @@ snapshots: import-local: 3.2.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-merge: 5.10.0 optionalDependencies: - webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.104.1) + webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.0) webpack-dev-middleware@6.1.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42034,7 +42013,7 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware@7.4.5(webpack@5.104.1): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42043,9 +42022,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)): + webpack-dev-middleware@7.4.5(webpack@5.105.0): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42054,7 +42033,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42132,7 +42111,7 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@5.2.3(webpack-cli@5.1.4)(webpack@5.104.1): + webpack-dev-server@5.2.3(webpack-cli@5.1.4)(webpack@5.105.0): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -42160,11 +42139,11 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.104.1) + webpack-dev-middleware: 7.4.5(webpack@5.105.0) ws: 8.18.0 optionalDependencies: - webpack: 5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.0) transitivePeerDependencies: - bufferutil - debug @@ -42195,7 +42174,7 @@ snapshots: webpack-sources@3.3.3: {} - webpack-stream@7.0.0(webpack@5.104.1(@swc/core@1.15.3)): + webpack-stream@7.0.0(webpack@5.105.0(@swc/core@1.15.3)): dependencies: fancy-log: 1.3.3 lodash.clone: 4.5.0 @@ -42205,7 +42184,7 @@ snapshots: supports-color: 8.1.1 through: 2.3.8 vinyl: 2.2.1 - webpack: 5.104.1(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42235,7 +42214,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.15.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.18.3 + enhanced-resolve: 5.19.0 es-module-lexer: 1.5.4 eslint-scope: 5.1.1 events: 3.3.0 @@ -42248,38 +42227,6 @@ snapshots: schema-utils: 4.3.3 tapable: 2.3.0 terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - watchpack: 2.4.4 - webpack-sources: 3.3.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - - webpack@5.104.1(@swc/core@1.15.3): - dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 - '@types/json-schema': 7.0.15 - '@webassemblyjs/ast': 1.14.1 - '@webassemblyjs/wasm-edit': 1.14.1 - '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - acorn-import-phases: 1.0.4(acorn@8.15.0) - browserslist: 4.28.1 - chrome-trace-event: 1.0.4 - enhanced-resolve: 5.19.0 - es-module-lexer: 2.0.0 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(webpack@5.104.1(@swc/core@1.15.3)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -42287,7 +42234,7 @@ snapshots: - esbuild - uglify-js - webpack@5.104.1(@swc/core@1.15.3)(webpack-cli@4.10.0): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42311,17 +42258,15 @@ 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.3)(webpack@5.104.1) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)) watchpack: 2.5.1 webpack-sources: 3.3.3 - optionalDependencies: - webpack-cli: 4.10.0(webpack@5.104.1) transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.104.1(@swc/core@1.15.3)(webpack-cli@5.1.4): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42345,17 +42290,15 @@ 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.3)(webpack@5.104.1) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) watchpack: 2.5.1 webpack-sources: 3.3.3 - optionalDependencies: - webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.104.1) transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): + webpack@5.105.0(@swc/core@1.15.3)(webpack-cli@4.10.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42379,15 +42322,17 @@ 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.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(webpack@5.105.0) watchpack: 2.5.1 webpack-sources: 3.3.3 + optionalDependencies: + webpack-cli: 4.10.0(webpack@5.105.0) transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0): + webpack@5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42411,9 +42356,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.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(webpack@5.105.0) watchpack: 2.5.1 webpack-sources: 3.3.3 + optionalDependencies: + webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.0) transitivePeerDependencies: - '@swc/core' - esbuild From c38fec160b8a665053f1f1fe1d02232f6dd51ae0 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Tue, 17 Feb 2026 14:31:10 +0100 Subject: [PATCH 20/48] regenerate all --- packages/devextreme-angular/package.json | 2 +- .../src/common/ai-integration/index.ts | 3 +- .../src/common/core/animation/index.ts | 4 +- .../src/common/data/index.ts | 4 +- .../devextreme-angular/src/common/index.ts | 4 +- packages/devextreme-angular/src/index.ts | 96 ++--- .../src/common/ai-integration.ts | 12 +- .../devextreme-react/src/common/charts.ts | 49 +-- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-react/src/common/data.ts | 45 +-- .../src/common/export/excel.ts | 10 +- .../devextreme-react/src/common/export/pdf.ts | 11 +- packages/devextreme-react/src/common/grids.ts | 80 +--- packages/devextreme-react/src/common/index.ts | 355 ++++++++++++++---- packages/devextreme-react/src/index.ts | 3 +- .../src/common/ai-integration.ts | 12 +- packages/devextreme-vue/src/common/charts.ts | 49 +-- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../devextreme-vue/src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-vue/src/common/data.ts | 45 +-- .../devextreme-vue/src/common/export/excel.ts | 10 +- .../devextreme-vue/src/common/export/pdf.ts | 11 +- packages/devextreme-vue/src/common/grids.ts | 80 +--- packages/devextreme-vue/src/common/index.ts | 355 ++++++++++++++---- packages/devextreme-vue/src/index.ts | 3 +- .../devextreme/js/ui/accordion_types.d.ts | 2 +- .../devextreme/js/ui/action_sheet_types.d.ts | 2 +- .../devextreme/js/ui/autocomplete_types.d.ts | 2 +- packages/devextreme/js/ui/box_types.d.ts | 2 +- .../devextreme/js/ui/button_group_types.d.ts | 2 +- packages/devextreme/js/ui/button_types.d.ts | 2 +- packages/devextreme/js/ui/calendar_types.d.ts | 2 +- .../devextreme/js/ui/card_view_types.d.ts | 2 +- packages/devextreme/js/ui/chat_types.d.ts | 2 +- .../devextreme/js/ui/check_box_types.d.ts | 2 +- .../devextreme/js/ui/color_box_types.d.ts | 2 +- .../devextreme/js/ui/context_menu_types.d.ts | 2 +- .../devextreme/js/ui/data_grid_types.d.ts | 2 +- packages/devextreme/js/ui/date_box_types.d.ts | 2 +- .../js/ui/date_range_box_types.d.ts | 2 +- packages/devextreme/js/ui/diagram_types.d.ts | 2 +- .../devextreme/js/ui/draggable_types.d.ts | 2 +- packages/devextreme/js/ui/drawer_types.d.ts | 2 +- .../devextreme/js/ui/drop_down_box_types.d.ts | 2 +- .../js/ui/drop_down_button_types.d.ts | 2 +- .../devextreme/js/ui/file_manager_types.d.ts | 2 +- .../devextreme/js/ui/file_uploader_types.d.ts | 2 +- .../js/ui/filter_builder_types.d.ts | 2 +- packages/devextreme/js/ui/form_types.d.ts | 2 +- packages/devextreme/js/ui/gallery_types.d.ts | 2 +- packages/devextreme/js/ui/gantt_types.d.ts | 2 +- .../devextreme/js/ui/html_editor_types.d.ts | 2 +- packages/devextreme/js/ui/list_types.d.ts | 2 +- .../js/ui/load_indicator_types.d.ts | 2 +- .../devextreme/js/ui/load_panel_types.d.ts | 2 +- packages/devextreme/js/ui/lookup_types.d.ts | 2 +- packages/devextreme/js/ui/map_types.d.ts | 2 +- packages/devextreme/js/ui/menu_types.d.ts | 2 +- .../devextreme/js/ui/multi_view_types.d.ts | 2 +- .../devextreme/js/ui/number_box_types.d.ts | 2 +- .../devextreme/js/ui/pagination_types.d.ts | 2 +- .../js/ui/pivot_grid_field_chooser_types.d.ts | 2 +- .../devextreme/js/ui/pivot_grid_types.d.ts | 2 +- packages/devextreme/js/ui/popover_types.d.ts | 2 +- packages/devextreme/js/ui/popup_types.d.ts | 2 +- .../devextreme/js/ui/progress_bar_types.d.ts | 2 +- .../devextreme/js/ui/radio_group_types.d.ts | 2 +- .../devextreme/js/ui/range_slider_types.d.ts | 2 +- .../js/ui/recurrence_editor_types.d.ts | 2 +- .../devextreme/js/ui/resizable_types.d.ts | 2 +- .../js/ui/responsive_box_types.d.ts | 2 +- .../devextreme/js/ui/scheduler_types.d.ts | 2 +- .../devextreme/js/ui/scroll_view_types.d.ts | 2 +- .../devextreme/js/ui/select_box_types.d.ts | 2 +- packages/devextreme/js/ui/slider_types.d.ts | 2 +- packages/devextreme/js/ui/sortable_types.d.ts | 2 +- .../js/ui/speech_to_text_types.d.ts | 2 +- .../js/ui/speed_dial_action_types.d.ts | 2 +- packages/devextreme/js/ui/splitter_types.d.ts | 2 +- packages/devextreme/js/ui/stepper_types.d.ts | 2 +- packages/devextreme/js/ui/switch_types.d.ts | 2 +- .../devextreme/js/ui/tab_panel_types.d.ts | 2 +- packages/devextreme/js/ui/tabs_types.d.ts | 2 +- packages/devextreme/js/ui/tag_box_types.d.ts | 2 +- .../devextreme/js/ui/text_area_types.d.ts | 2 +- packages/devextreme/js/ui/text_box_types.d.ts | 2 +- .../devextreme/js/ui/tile_view_types.d.ts | 2 +- packages/devextreme/js/ui/toast_types.d.ts | 2 +- packages/devextreme/js/ui/toolbar_types.d.ts | 2 +- packages/devextreme/js/ui/tooltip_types.d.ts | 2 +- .../devextreme/js/ui/tree_list_types.d.ts | 2 +- .../devextreme/js/ui/tree_view_types.d.ts | 2 +- .../js/ui/validation_group_types.d.ts | 2 +- .../js/ui/validation_summary_types.d.ts | 2 +- .../devextreme/js/ui/validator_types.d.ts | 2 +- .../devextreme/js/viz/bar_gauge_types.d.ts | 2 +- packages/devextreme/js/viz/bullet_types.d.ts | 2 +- packages/devextreme/js/viz/chart_types.d.ts | 2 +- .../js/viz/circular_gauge_types.d.ts | 2 +- packages/devextreme/js/viz/funnel_types.d.ts | 2 +- .../devextreme/js/viz/linear_gauge_types.d.ts | 2 +- .../devextreme/js/viz/pie_chart_types.d.ts | 2 +- .../devextreme/js/viz/polar_chart_types.d.ts | 2 +- .../js/viz/range_selector_types.d.ts | 2 +- packages/devextreme/js/viz/sankey_types.d.ts | 2 +- .../devextreme/js/viz/sparkline_types.d.ts | 2 +- .../devextreme/js/viz/tree_map_types.d.ts | 2 +- .../devextreme/js/viz/vector_map_types.d.ts | 2 +- 113 files changed, 725 insertions(+), 786 deletions(-) diff --git a/packages/devextreme-angular/package.json b/packages/devextreme-angular/package.json index 83ae3d210d2b..3dcbf4c8883c 100644 --- a/packages/devextreme-angular/package.json +++ b/packages/devextreme-angular/package.json @@ -1,6 +1,6 @@ { "name": "devextreme-angular", - "version": "26.1.7", + "version": "26.1.0", "description": "Angular UI and visualization components based on DevExtreme widgets", "repository": { "type": "git", diff --git a/packages/devextreme-angular/src/common/ai-integration/index.ts b/packages/devextreme-angular/src/common/ai-integration/index.ts index 686ac26d3b5b..c52b8f02fd82 100644 --- a/packages/devextreme-angular/src/common/ai-integration/index.ts +++ b/packages/devextreme-angular/src/common/ai-integration/index.ts @@ -1,2 +1 @@ -export { AIIntegration } from 'devextreme/common/ai-integration'; -export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from 'devextreme/common/ai-integration'; \ No newline at end of file +export type { AIIntegration, AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from 'devextreme/common/ai-integration'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/core/animation/index.ts b/packages/devextreme-angular/src/common/core/animation/index.ts index 9a4d33842ab0..4b29562b1bf8 100644 --- a/packages/devextreme-angular/src/common/core/animation/index.ts +++ b/packages/devextreme-angular/src/common/core/animation/index.ts @@ -1,2 +1,2 @@ -export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from 'devextreme/common/core/animation'; -export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from 'devextreme/common/core/animation'; \ No newline at end of file +export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame } from 'devextreme/common/core/animation'; +export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig, TransitionExecutor } from 'devextreme/common/core/animation'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/data/index.ts b/packages/devextreme-angular/src/common/data/index.ts index 07bfb9b49398..16f3c9c4e4ec 100644 --- a/packages/devextreme-angular/src/common/data/index.ts +++ b/packages/devextreme-angular/src/common/data/index.ts @@ -1,2 +1,2 @@ -export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from 'devextreme/common/data'; -export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; \ No newline at end of file +export { applyChanges, base64_encode, compileGetter, compileSetter, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, query, setErrorHandler } from 'devextreme/common/data'; +export type { ArrayStore, ArrayStoreOptions, CustomStore, CustomStoreOptions, DataSource, DataSourceOptions, EdmLiteral, EndpointSelector, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStore, LocalStoreOptions, ODataContext, ODataContextOptions, ODataStore, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/index.ts b/packages/devextreme-angular/src/common/index.ts index a9d1ad2a25ab..d7ae955e46be 100644 --- a/packages/devextreme-angular/src/common/index.ts +++ b/packages/devextreme-angular/src/common/index.ts @@ -9,8 +9,8 @@ import * as ExportExcelModule from 'devextreme/common/export/excel'; import * as ExportPdfModule from 'devextreme/common/export/pdf'; import * as GridsModule from 'devextreme/common/grids'; -export { config, Guid, setTemplateEngine } from 'devextreme/common'; -export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from 'devextreme/common'; +export { config, setTemplateEngine } from 'devextreme/common'; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, Guid, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from 'devextreme/common'; export namespace AiIntegration { export const AIIntegration = AiIntegrationModule.AIIntegration; diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index 1a11d74b6dc4..c41d0dea9b16 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -105,7 +105,7 @@ export namespace Common { export type ButtonType = import('devextreme/common').ButtonType; export type CompareRule = import('devextreme/common').CompareRule; export type ComparisonOperator = import('devextreme/common').ComparisonOperator; - export const config: typeof import('devextreme/common').config = CommonModule.config; + export const config = (CommonModule as any).config as typeof import('devextreme/common').config; export type CustomRule = import('devextreme/common').CustomRule; export type DataStructure = import('devextreme/common').DataStructure; export type DataType = import('devextreme/common').DataType; @@ -124,7 +124,7 @@ export namespace Common { export type FloatingActionButtonDirection = import('devextreme/common').FloatingActionButtonDirection; export type Format = import('devextreme/common').Format; export type GlobalConfig = import('devextreme/common').GlobalConfig; - export const Guid: typeof import('devextreme/common').Guid = CommonModule.Guid; + export const Guid = (CommonModule as any).Guid as typeof import('devextreme/common').Guid; export type Guid = import('devextreme/common').Guid; export type HorizontalAlignment = import('devextreme/common').HorizontalAlignment; export type HorizontalEdge = import('devextreme/common').HorizontalEdge; @@ -146,7 +146,7 @@ export namespace Common { export type ScrollMode = import('devextreme/common').ScrollMode; export type SearchMode = import('devextreme/common').SearchMode; export type SelectAllMode = import('devextreme/common').SelectAllMode; - export const setTemplateEngine: typeof import('devextreme/common').setTemplateEngine = CommonModule.setTemplateEngine; + export const setTemplateEngine = (CommonModule as any).setTemplateEngine as typeof import('devextreme/common').setTemplateEngine; export type SimplifiedSearchMode = import('devextreme/common').SimplifiedSearchMode; export type SingleMultipleAllOrNone = import('devextreme/common').SingleMultipleAllOrNone; export type SingleMultipleOrNone = import('devextreme/common').SingleMultipleOrNone; @@ -175,7 +175,7 @@ export namespace Common { export type VerticalAlignment = import('devextreme/common').VerticalAlignment; export type VerticalEdge = import('devextreme/common').VerticalEdge; export namespace AiIntegration { - export const AIIntegration: typeof import('devextreme/common/ai-integration').AIIntegration = AiIntegrationModule.AIIntegration; + export const AIIntegration = (AiIntegrationModule as any).AIIntegration as typeof import('devextreme/common/ai-integration').AIIntegration; export type AIIntegration = import('devextreme/common/ai-integration').AIIntegration; export type AIIntegrationOptions = import('devextreme/common/ai-integration').AIIntegrationOptions; export type AIProvider = import('devextreme/common/ai-integration').AIProvider; @@ -210,8 +210,8 @@ export namespace Common { export type PaletteExtensionMode = import('devextreme/common/charts').PaletteExtensionMode; export type PointInteractionMode = import('devextreme/common/charts').PointInteractionMode; export type PointSymbol = import('devextreme/common/charts').PointSymbol; - export const registerGradient: typeof import('devextreme/common/charts').registerGradient = ChartsModule.registerGradient; - export const registerPattern: typeof import('devextreme/common/charts').registerPattern = ChartsModule.registerPattern; + export const registerGradient = (ChartsModule as any).registerGradient as typeof import('devextreme/common/charts').registerGradient; + export const registerPattern = (ChartsModule as any).registerPattern as typeof import('devextreme/common/charts').registerPattern; export type RelativePosition = import('devextreme/common/charts').RelativePosition; export type ScaleBreak = import('devextreme/common/charts').ScaleBreak; export type ScaleBreakLineStyle = import('devextreme/common/charts').ScaleBreakLineStyle; @@ -236,22 +236,22 @@ export namespace Common { export namespace Core { export namespace Animation { export type AnimationConfig = import('devextreme/common/core/animation').AnimationConfig; - export const animationPresets: typeof import('devextreme/common/core/animation').animationPresets = CoreAnimationModule.animationPresets; + export const animationPresets = (CoreAnimationModule as any).animationPresets as typeof import('devextreme/common/core/animation').animationPresets; export type AnimationState = import('devextreme/common/core/animation').AnimationState; - export const cancelAnimationFrame: typeof import('devextreme/common/core/animation').cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export const cancelAnimationFrame = (CoreAnimationModule as any).cancelAnimationFrame as typeof import('devextreme/common/core/animation').cancelAnimationFrame; export type CollisionResolution = import('devextreme/common/core/animation').CollisionResolution; export type CollisionResolutionCombination = import('devextreme/common/core/animation').CollisionResolutionCombination; - export const fx: typeof import('devextreme/common/core/animation').fx = CoreAnimationModule.fx; + export const fx = (CoreAnimationModule as any).fx as typeof import('devextreme/common/core/animation').fx; export type PositionConfig = import('devextreme/common/core/animation').PositionConfig; - export const requestAnimationFrame: typeof import('devextreme/common/core/animation').requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; - export const TransitionExecutor: typeof import('devextreme/common/core/animation').TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export const requestAnimationFrame = (CoreAnimationModule as any).requestAnimationFrame as typeof import('devextreme/common/core/animation').requestAnimationFrame; + export const TransitionExecutor = (CoreAnimationModule as any).TransitionExecutor as typeof import('devextreme/common/core/animation').TransitionExecutor; export type TransitionExecutor = import('devextreme/common/core/animation').TransitionExecutor; } export namespace Environment { export type Device = import('devextreme/common/core/environment').Device; - export const getTimeZones: typeof import('devextreme/common/core/environment').getTimeZones = CoreEnvironmentModule.getTimeZones; - export const hideTopOverlay: typeof import('devextreme/common/core/environment').hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; - export const initMobileViewport: typeof import('devextreme/common/core/environment').initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export const getTimeZones = (CoreEnvironmentModule as any).getTimeZones as typeof import('devextreme/common/core/environment').getTimeZones; + export const hideTopOverlay = (CoreEnvironmentModule as any).hideTopOverlay as typeof import('devextreme/common/core/environment').hideTopOverlay; + export const initMobileViewport = (CoreEnvironmentModule as any).initMobileViewport as typeof import('devextreme/common/core/environment').initMobileViewport; export type SchedulerTimeZone = import('devextreme/common/core/environment').SchedulerTimeZone; } export namespace Events { @@ -263,68 +263,68 @@ export namespace Common { export type InitializedEventInfo = import('devextreme/common/core/events').InitializedEventInfo; export type ItemInfo = import('devextreme/common/core/events').ItemInfo; export type NativeEventInfo = import('devextreme/common/core/events').NativeEventInfo; - export const off: typeof import('devextreme/common/core/events').off = CoreEventsModule.off; - export const on: typeof import('devextreme/common/core/events').on = CoreEventsModule.on; - export const one: typeof import('devextreme/common/core/events').one = CoreEventsModule.one; - export const trigger: typeof import('devextreme/common/core/events').trigger = CoreEventsModule.trigger; + export const off = (CoreEventsModule as any).off as typeof import('devextreme/common/core/events').off; + export const on = (CoreEventsModule as any).on as typeof import('devextreme/common/core/events').on; + export const one = (CoreEventsModule as any).one as typeof import('devextreme/common/core/events').one; + export const trigger = (CoreEventsModule as any).trigger as typeof import('devextreme/common/core/events').trigger; } export namespace Localization { export type Format = import('devextreme/common/core/localization').Format; - export const formatDate: typeof import('devextreme/common/core/localization').formatDate = CoreLocalizationModule.formatDate; - export const formatMessage: typeof import('devextreme/common/core/localization').formatMessage = CoreLocalizationModule.formatMessage; - export const formatNumber: typeof import('devextreme/common/core/localization').formatNumber = CoreLocalizationModule.formatNumber; - export const loadMessages: typeof import('devextreme/common/core/localization').loadMessages = CoreLocalizationModule.loadMessages; - export const locale: typeof import('devextreme/common/core/localization').locale = CoreLocalizationModule.locale; - export const parseDate: typeof import('devextreme/common/core/localization').parseDate = CoreLocalizationModule.parseDate; - export const parseNumber: typeof import('devextreme/common/core/localization').parseNumber = CoreLocalizationModule.parseNumber; + export const formatDate = (CoreLocalizationModule as any).formatDate as typeof import('devextreme/common/core/localization').formatDate; + export const formatMessage = (CoreLocalizationModule as any).formatMessage as typeof import('devextreme/common/core/localization').formatMessage; + export const formatNumber = (CoreLocalizationModule as any).formatNumber as typeof import('devextreme/common/core/localization').formatNumber; + export const loadMessages = (CoreLocalizationModule as any).loadMessages as typeof import('devextreme/common/core/localization').loadMessages; + export const locale = (CoreLocalizationModule as any).locale as typeof import('devextreme/common/core/localization').locale; + export const parseDate = (CoreLocalizationModule as any).parseDate as typeof import('devextreme/common/core/localization').parseDate; + export const parseNumber = (CoreLocalizationModule as any).parseNumber as typeof import('devextreme/common/core/localization').parseNumber; } } export namespace Data { - export const applyChanges: typeof import('devextreme/common/data').applyChanges = DataModule.applyChanges; - export const ArrayStore: typeof import('devextreme/common/data').ArrayStore = DataModule.ArrayStore; + export const applyChanges = (DataModule as any).applyChanges as typeof import('devextreme/common/data').applyChanges; + export const ArrayStore = (DataModule as any).ArrayStore as typeof import('devextreme/common/data').ArrayStore; export type ArrayStore = import('devextreme/common/data').ArrayStore; export type ArrayStoreOptions = import('devextreme/common/data').ArrayStoreOptions; - export const base64_encode: typeof import('devextreme/common/data').base64_encode = DataModule.base64_encode; - export const compileGetter: typeof import('devextreme/common/data').compileGetter = DataModule.compileGetter; - export const compileSetter: typeof import('devextreme/common/data').compileSetter = DataModule.compileSetter; - export const CustomStore: typeof import('devextreme/common/data').CustomStore = DataModule.CustomStore; + export const base64_encode = (DataModule as any).base64_encode as typeof import('devextreme/common/data').base64_encode; + export const compileGetter = (DataModule as any).compileGetter as typeof import('devextreme/common/data').compileGetter; + export const compileSetter = (DataModule as any).compileSetter as typeof import('devextreme/common/data').compileSetter; + export const CustomStore = (DataModule as any).CustomStore as typeof import('devextreme/common/data').CustomStore; export type CustomStore = import('devextreme/common/data').CustomStore; export type CustomStoreOptions = import('devextreme/common/data').CustomStoreOptions; - export const DataSource: typeof import('devextreme/common/data').DataSource = DataModule.DataSource; + export const DataSource = (DataModule as any).DataSource as typeof import('devextreme/common/data').DataSource; export type DataSource = import('devextreme/common/data').DataSource; export type DataSourceOptions = import('devextreme/common/data').DataSourceOptions; - export const EdmLiteral: typeof import('devextreme/common/data').EdmLiteral = DataModule.EdmLiteral; + export const EdmLiteral = (DataModule as any).EdmLiteral as typeof import('devextreme/common/data').EdmLiteral; export type EdmLiteral = import('devextreme/common/data').EdmLiteral; - export const EndpointSelector: typeof import('devextreme/common/data').EndpointSelector = DataModule.EndpointSelector; + export const EndpointSelector = (DataModule as any).EndpointSelector as typeof import('devextreme/common/data').EndpointSelector; export type EndpointSelector = import('devextreme/common/data').EndpointSelector; - export const errorHandler: typeof import('devextreme/common/data').errorHandler = DataModule.errorHandler; + export const errorHandler = (DataModule as any).errorHandler as typeof import('devextreme/common/data').errorHandler; export type FilterDescriptor = import('devextreme/common/data').FilterDescriptor; export type GroupDescriptor = import('devextreme/common/data').GroupDescriptor; export type GroupingInterval = import('devextreme/common/data').GroupingInterval; export type GroupItem = import('devextreme/common/data').GroupItem; - export const isGroupItemsArray: typeof import('devextreme/common/data').isGroupItemsArray = DataModule.isGroupItemsArray; - export const isItemsArray: typeof import('devextreme/common/data').isItemsArray = DataModule.isItemsArray; - export const isLoadResultObject: typeof import('devextreme/common/data').isLoadResultObject = DataModule.isLoadResultObject; - export const keyConverters: typeof import('devextreme/common/data').keyConverters = DataModule.keyConverters; + export const isGroupItemsArray = (DataModule as any).isGroupItemsArray as typeof import('devextreme/common/data').isGroupItemsArray; + export const isItemsArray = (DataModule as any).isItemsArray as typeof import('devextreme/common/data').isItemsArray; + export const isLoadResultObject = (DataModule as any).isLoadResultObject as typeof import('devextreme/common/data').isLoadResultObject; + export const keyConverters = (DataModule as any).keyConverters as typeof import('devextreme/common/data').keyConverters; export type LangParams = import('devextreme/common/data').LangParams; export type LoadOptions = import('devextreme/common/data').LoadOptions; export type LoadResult = import('devextreme/common/data').LoadResult; export type LoadResultObject = import('devextreme/common/data').LoadResultObject; - export const LocalStore: typeof import('devextreme/common/data').LocalStore = DataModule.LocalStore; + export const LocalStore = (DataModule as any).LocalStore as typeof import('devextreme/common/data').LocalStore; export type LocalStore = import('devextreme/common/data').LocalStore; export type LocalStoreOptions = import('devextreme/common/data').LocalStoreOptions; - export const ODataContext: typeof import('devextreme/common/data').ODataContext = DataModule.ODataContext; + export const ODataContext = (DataModule as any).ODataContext as typeof import('devextreme/common/data').ODataContext; export type ODataContext = import('devextreme/common/data').ODataContext; export type ODataContextOptions = import('devextreme/common/data').ODataContextOptions; - export const ODataStore: typeof import('devextreme/common/data').ODataStore = DataModule.ODataStore; + export const ODataStore = (DataModule as any).ODataStore as typeof import('devextreme/common/data').ODataStore; export type ODataStore = import('devextreme/common/data').ODataStore; export type ODataStoreOptions = import('devextreme/common/data').ODataStoreOptions; - export const query: typeof import('devextreme/common/data').query = DataModule.query; + export const query = (DataModule as any).query as typeof import('devextreme/common/data').query; export type Query = import('devextreme/common/data').Query; export type ResolvedData = import('devextreme/common/data').ResolvedData; export type SearchOperation = import('devextreme/common/data').SearchOperation; export type SelectDescriptor = import('devextreme/common/data').SelectDescriptor; - export const setErrorHandler: typeof import('devextreme/common/data').setErrorHandler = DataModule.setErrorHandler; + export const setErrorHandler = (DataModule as any).setErrorHandler as typeof import('devextreme/common/data').setErrorHandler; export type SortDescriptor = import('devextreme/common/data').SortDescriptor; export type Store = import('devextreme/common/data').Store; export type StoreOptions = import('devextreme/common/data').StoreOptions; @@ -334,8 +334,8 @@ export namespace Common { export namespace Excel { export type DataGridCell = import('devextreme/common/export/excel').DataGridCell; export type DataGridExportOptions = import('devextreme/common/export/excel').DataGridExportOptions; - export const exportDataGrid: typeof import('devextreme/common/export/excel').exportDataGrid = ExportExcelModule.exportDataGrid; - export const exportPivotGrid: typeof import('devextreme/common/export/excel').exportPivotGrid = ExportExcelModule.exportPivotGrid; + export const exportDataGrid = (ExportExcelModule as any).exportDataGrid as typeof import('devextreme/common/export/excel').exportDataGrid; + export const exportPivotGrid = (ExportExcelModule as any).exportPivotGrid as typeof import('devextreme/common/export/excel').exportPivotGrid; export type PivotGridCell = import('devextreme/common/export/excel').PivotGridCell; export type PivotGridExportOptions = import('devextreme/common/export/excel').PivotGridExportOptions; } @@ -343,8 +343,8 @@ export namespace Common { export type Cell = import('devextreme/common/export/pdf').Cell; export type DataGridCell = import('devextreme/common/export/pdf').DataGridCell; export type DataGridExportOptions = import('devextreme/common/export/pdf').DataGridExportOptions; - export const exportDataGrid: typeof import('devextreme/common/export/pdf').exportDataGrid = ExportPdfModule.exportDataGrid; - export const exportGantt: typeof import('devextreme/common/export/pdf').exportGantt = ExportPdfModule.exportGantt; + export const exportDataGrid = (ExportPdfModule as any).exportDataGrid as typeof import('devextreme/common/export/pdf').exportDataGrid; + export const exportGantt = (ExportPdfModule as any).exportGantt as typeof import('devextreme/common/export/pdf').exportGantt; export type GanttExportFont = import('devextreme/common/export/pdf').GanttExportFont; export type GanttExportOptions = import('devextreme/common/export/pdf').GanttExportOptions; } diff --git a/packages/devextreme-react/src/common/ai-integration.ts b/packages/devextreme-react/src/common/ai-integration.ts index b4af2d19435b..6f38334e066f 100644 --- a/packages/devextreme-react/src/common/ai-integration.ts +++ b/packages/devextreme-react/src/common/ai-integration.ts @@ -1,11 +1 @@ -export { - AIIntegration, - AIIntegrationOptions, - AIProvider, - AIResponse, - GenerateGridColumnCommandResponse, - Prompt, - RequestParams, - RequestParamsData, - Response, -} from "devextreme/common/ai-integration"; +export type { AIIntegration, AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/charts.ts b/packages/devextreme-react/src/common/charts.ts index 2ed2d4a55665..47caa060bbc4 100644 --- a/packages/devextreme-react/src/common/charts.ts +++ b/packages/devextreme-react/src/common/charts.ts @@ -1,47 +1,2 @@ -export { - AnimationEaseMode, - AnnotationType, - ArgumentAxisHoverMode, - AxisScaleType, - ChartsAxisLabelOverlap, - ChartsColor, - ChartsDataType, - ChartsLabelOverlap, - DashStyle, - DiscreteAxisDivisionMode, - Font, - GradientColor, - HatchDirection, - LabelOverlap, - LabelPosition, - LegendHoverMode, - LegendItem, - LegendMarkerState, - Palette, - PaletteColorSet, - PaletteExtensionMode, - PointInteractionMode, - PointSymbol, - registerGradient, - registerPattern, - RelativePosition, - ScaleBreak, - ScaleBreakLineStyle, - SeriesHoverMode, - SeriesLabel, - SeriesPoint, - SeriesSelectionMode, - SeriesType, - ShiftLabelOverlap, - TextOverflow, - Theme, - TimeInterval, - TimeIntervalConfig, - ValueAxisVisualRangeUpdateMode, - ValueErrorBarDisplayMode, - ValueErrorBarType, - VisualRange, - VisualRangeUpdateMode, - WordWrap, - ZoomPanAction, -} from "devextreme/common/charts"; +export { registerGradient, registerPattern } from "devextreme/common/charts"; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/core/animation.ts b/packages/devextreme-react/src/common/core/animation.ts index 65dbc2236713..d6fd52789d19 100644 --- a/packages/devextreme-react/src/common/core/animation.ts +++ b/packages/devextreme-react/src/common/core/animation.ts @@ -1,12 +1,2 @@ -export { - AnimationConfig, - animationPresets, - AnimationState, - cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, - fx, - PositionConfig, - requestAnimationFrame, - TransitionExecutor, -} from "devextreme/common/core/animation"; +export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame } from "devextreme/common/core/animation"; +export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig, TransitionExecutor } from "devextreme/common/core/animation"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/core/environment.ts b/packages/devextreme-react/src/common/core/environment.ts index 8830f31c4290..052cb1176fe7 100644 --- a/packages/devextreme-react/src/common/core/environment.ts +++ b/packages/devextreme-react/src/common/core/environment.ts @@ -1,7 +1,2 @@ -export { - Device, - getTimeZones, - hideTopOverlay, - initMobileViewport, - SchedulerTimeZone, -} from "devextreme/common/core/environment"; +export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; +export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/core/events.ts b/packages/devextreme-react/src/common/core/events.ts index f7b89308f060..3c800bee7cd5 100644 --- a/packages/devextreme-react/src/common/core/events.ts +++ b/packages/devextreme-react/src/common/core/events.ts @@ -1,14 +1,2 @@ -export { - AsyncCancelable, - Cancelable, - ChangedOptionInfo, - EventInfo, - EventObject, - InitializedEventInfo, - ItemInfo, - NativeEventInfo, - off, - on, - one, - trigger, -} from "devextreme/common/core/events"; +export { off, on, one, trigger } from "devextreme/common/core/events"; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/core/localization.ts b/packages/devextreme-react/src/common/core/localization.ts index 8dd8ec2ad04b..fc7654b7c057 100644 --- a/packages/devextreme-react/src/common/core/localization.ts +++ b/packages/devextreme-react/src/common/core/localization.ts @@ -1,10 +1,2 @@ -export { - Format, - formatDate, - formatMessage, - formatNumber, - loadMessages, - locale, - parseDate, - parseNumber, -} from "devextreme/common/core/localization"; +export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; +export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/data.ts b/packages/devextreme-react/src/common/data.ts index 16a77b01921d..35bcfaea6560 100644 --- a/packages/devextreme-react/src/common/data.ts +++ b/packages/devextreme-react/src/common/data.ts @@ -1,43 +1,2 @@ -export { - applyChanges, - ArrayStore, - ArrayStoreOptions, - base64_encode, - compileGetter, - compileSetter, - CustomStore, - CustomStoreOptions, - DataSource, - DataSourceOptions, - EdmLiteral, - EndpointSelector, - errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, - isGroupItemsArray, - isItemsArray, - isLoadResultObject, - keyConverters, - LangParams, - LoadOptions, - LoadResult, - LoadResultObject, - LocalStore, - LocalStoreOptions, - ODataContext, - ODataContextOptions, - ODataStore, - ODataStoreOptions, - query, - Query, - ResolvedData, - SearchOperation, - SelectDescriptor, - setErrorHandler, - SortDescriptor, - Store, - StoreOptions, - SummaryDescriptor, -} from "devextreme/common/data"; +export { applyChanges, base64_encode, compileGetter, compileSetter, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, query, setErrorHandler } from "devextreme/common/data"; +export type { ArrayStore, ArrayStoreOptions, CustomStore, CustomStoreOptions, DataSource, DataSourceOptions, EdmLiteral, EndpointSelector, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStore, LocalStoreOptions, ODataContext, ODataContextOptions, ODataStore, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/export/excel.ts b/packages/devextreme-react/src/common/export/excel.ts index 62583b766d91..4770e529960b 100644 --- a/packages/devextreme-react/src/common/export/excel.ts +++ b/packages/devextreme-react/src/common/export/excel.ts @@ -1,8 +1,2 @@ -export { - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportPivotGrid, - PivotGridCell, - PivotGridExportOptions, -} from "devextreme/common/export/excel"; +export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; +export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/export/pdf.ts b/packages/devextreme-react/src/common/export/pdf.ts index 2b95e14b2487..5a0e50283214 100644 --- a/packages/devextreme-react/src/common/export/pdf.ts +++ b/packages/devextreme-react/src/common/export/pdf.ts @@ -1,9 +1,2 @@ -export { - Cell, - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportGantt, - GanttExportFont, - GanttExportOptions, -} from "devextreme/common/export/pdf"; +export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; +export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/grids.ts b/packages/devextreme-react/src/common/grids.ts index a899cf0d9278..b4132ba3a5bd 100644 --- a/packages/devextreme-react/src/common/grids.ts +++ b/packages/devextreme-react/src/common/grids.ts @@ -1,79 +1 @@ -export { - AdaptiveDetailRowPreparingInfo, - AIColumnMode, - AIColumnRequestCreatingInfo, - ApplyChangesMode, - ApplyFilterMode, - ColumnAIOptions, - ColumnBase, - ColumnButtonBase, - ColumnChooser, - ColumnChooserMode, - ColumnChooserSearchConfig, - ColumnChooserSelectionConfig, - ColumnCustomizeTextArg, - ColumnFixing, - ColumnFixingIcons, - ColumnFixingTexts, - ColumnHeaderFilter, - ColumnHeaderFilterSearchConfig, - ColumnLookup, - ColumnResizeMode, - DataChange, - DataChangeInfo, - DataChangeType, - DataErrorOccurredInfo, - DataRenderMode, - EditingBase, - EditingTextsBase, - EnterKeyAction, - EnterKeyDirection, - FilterOperation, - FilterPanel, - FilterPanelTexts, - FilterRow, - FilterRowOperationDescriptions, - FilterType, - FixedPosition, - GridBase, - GridBaseOptions, - GridsContextMenuTarget, - GridsEditMode, - GridsEditRefreshMode, - GroupExpandMode, - HeaderFilter, - HeaderFilterGroupInterval, - HeaderFilterSearchConfig, - HeaderFilterTexts, - KeyboardNavigation, - KeyDownInfo, - LoadPanel, - NewRowInfo, - NewRowPosition, - Pager, - PagerPageSize, - PagingBase, - RowDragging, - RowDraggingTemplateData, - RowInsertedInfo, - RowInsertingInfo, - RowKeyInfo, - RowRemovedInfo, - RowRemovingInfo, - RowUpdatedInfo, - RowUpdatingInfo, - RowValidatingInfo, - SavingInfo, - ScrollingBase, - SearchPanel, - SelectedFilterOperation, - SelectionBase, - SelectionChangedInfo, - SelectionColumnDisplayMode, - Sorting, - StartEditAction, - StateStoreType, - StateStoring, - SummaryType, - ToolbarPreparingInfo, -} from "devextreme/common/grids"; +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/index.ts b/packages/devextreme-react/src/common/index.ts index 0c8863a9cd93..e741247dcb13 100644 --- a/packages/devextreme-react/src/common/index.ts +++ b/packages/devextreme-react/src/common/index.ts @@ -1,83 +1,274 @@ -export { - ApplyValueMode, - AsyncRule, - ButtonStyle, - ButtonType, - CompareRule, - ComparisonOperator, - config, - CustomRule, - DataStructure, - DataType, - DateLike, - DefaultOptionsRule, - Direction, - DisplayMode, - DragDirection, - Draggable, - DragHighlight, - EditorStyle, - EmailRule, - ExportFormat, - FieldChooserLayout, - FirstDayOfWeek, - FloatingActionButtonDirection, - Format, - GlobalConfig, - Guid, - HorizontalAlignment, - HorizontalEdge, - LabelMode, - MaskMode, - Mode, - NumericRule, - Orientation, - PageLoadMode, - PageOrientation, - PatternRule, - Position, - PositionAlignment, - RangeRule, - RequiredRule, - Scrollable, - ScrollbarMode, - ScrollDirection, - ScrollMode, - SearchMode, - SelectAllMode, - setTemplateEngine, - SimplifiedSearchMode, - SingleMultipleAllOrNone, - SingleMultipleOrNone, - SingleOrMultiple, - SingleOrNone, - SliderValueChangeMode, - Sortable, - SortOrder, - StoreType, - StringLengthRule, - SubmenuShowMode, - TabsIconPosition, - TabsStyle, - template, - TextBoxPredefinedButton, - TextEditorButton, - TextEditorButtonLocation, - ToolbarItemComponent, - ToolbarItemLocation, - TooltipShowMode, - ValidationCallbackData, - ValidationMessageMode, - ValidationRule, - ValidationRuleType, - ValidationStatus, - VerticalAlignment, - VerticalEdge, -} from "devextreme/common"; +import * as AiIntegrationModule from "devextreme/common/ai-integration"; +import * as ChartsModule from "devextreme/common/charts"; +import * as CoreAnimationModule from "devextreme/common/core/animation"; +import * as CoreEnvironmentModule from "devextreme/common/core/environment"; +import * as CoreEventsModule from "devextreme/common/core/events"; +import * as CoreLocalizationModule from "devextreme/common/core/localization"; +import * as DataModule from "devextreme/common/data"; +import * as ExportExcelModule from "devextreme/common/export/excel"; +import * as ExportPdfModule from "devextreme/common/export/pdf"; +import * as GridsModule from "devextreme/common/grids"; -export * as AiIntegration from "./ai-integration"; -export * as Charts from "./charts"; -export * as Core from "./core/index"; -export * as Data from "./data"; -export * as Export from "./export/index"; -export * as Grids from "./grids"; +export { config, setTemplateEngine } from "devextreme/common"; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, Guid, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; + +export namespace AiIntegration { + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; +} + +export namespace Charts { + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; + } + export namespace Environment { + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; + } +} + +export namespace Data { + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; + } +} + +export function Grids(): void {} +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; +} diff --git a/packages/devextreme-react/src/index.ts b/packages/devextreme-react/src/index.ts index a80e1dfff0bf..8077d1edabdc 100644 --- a/packages/devextreme-react/src/index.ts +++ b/packages/devextreme-react/src/index.ts @@ -83,4 +83,5 @@ export { ValidationSummary } from "./validation-summary"; export { Validator } from "./validator"; export { VectorMap } from "./vector-map"; -export * as Common from "./common/index"; +import * as Common from "./common/index"; +export { Common }; diff --git a/packages/devextreme-vue/src/common/ai-integration.ts b/packages/devextreme-vue/src/common/ai-integration.ts index b4af2d19435b..6f38334e066f 100644 --- a/packages/devextreme-vue/src/common/ai-integration.ts +++ b/packages/devextreme-vue/src/common/ai-integration.ts @@ -1,11 +1 @@ -export { - AIIntegration, - AIIntegrationOptions, - AIProvider, - AIResponse, - GenerateGridColumnCommandResponse, - Prompt, - RequestParams, - RequestParamsData, - Response, -} from "devextreme/common/ai-integration"; +export type { AIIntegration, AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/charts.ts b/packages/devextreme-vue/src/common/charts.ts index 2ed2d4a55665..47caa060bbc4 100644 --- a/packages/devextreme-vue/src/common/charts.ts +++ b/packages/devextreme-vue/src/common/charts.ts @@ -1,47 +1,2 @@ -export { - AnimationEaseMode, - AnnotationType, - ArgumentAxisHoverMode, - AxisScaleType, - ChartsAxisLabelOverlap, - ChartsColor, - ChartsDataType, - ChartsLabelOverlap, - DashStyle, - DiscreteAxisDivisionMode, - Font, - GradientColor, - HatchDirection, - LabelOverlap, - LabelPosition, - LegendHoverMode, - LegendItem, - LegendMarkerState, - Palette, - PaletteColorSet, - PaletteExtensionMode, - PointInteractionMode, - PointSymbol, - registerGradient, - registerPattern, - RelativePosition, - ScaleBreak, - ScaleBreakLineStyle, - SeriesHoverMode, - SeriesLabel, - SeriesPoint, - SeriesSelectionMode, - SeriesType, - ShiftLabelOverlap, - TextOverflow, - Theme, - TimeInterval, - TimeIntervalConfig, - ValueAxisVisualRangeUpdateMode, - ValueErrorBarDisplayMode, - ValueErrorBarType, - VisualRange, - VisualRangeUpdateMode, - WordWrap, - ZoomPanAction, -} from "devextreme/common/charts"; +export { registerGradient, registerPattern } from "devextreme/common/charts"; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/animation.ts b/packages/devextreme-vue/src/common/core/animation.ts index 65dbc2236713..d6fd52789d19 100644 --- a/packages/devextreme-vue/src/common/core/animation.ts +++ b/packages/devextreme-vue/src/common/core/animation.ts @@ -1,12 +1,2 @@ -export { - AnimationConfig, - animationPresets, - AnimationState, - cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, - fx, - PositionConfig, - requestAnimationFrame, - TransitionExecutor, -} from "devextreme/common/core/animation"; +export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame } from "devextreme/common/core/animation"; +export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig, TransitionExecutor } from "devextreme/common/core/animation"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/environment.ts b/packages/devextreme-vue/src/common/core/environment.ts index 8830f31c4290..052cb1176fe7 100644 --- a/packages/devextreme-vue/src/common/core/environment.ts +++ b/packages/devextreme-vue/src/common/core/environment.ts @@ -1,7 +1,2 @@ -export { - Device, - getTimeZones, - hideTopOverlay, - initMobileViewport, - SchedulerTimeZone, -} from "devextreme/common/core/environment"; +export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; +export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/events.ts b/packages/devextreme-vue/src/common/core/events.ts index f7b89308f060..3c800bee7cd5 100644 --- a/packages/devextreme-vue/src/common/core/events.ts +++ b/packages/devextreme-vue/src/common/core/events.ts @@ -1,14 +1,2 @@ -export { - AsyncCancelable, - Cancelable, - ChangedOptionInfo, - EventInfo, - EventObject, - InitializedEventInfo, - ItemInfo, - NativeEventInfo, - off, - on, - one, - trigger, -} from "devextreme/common/core/events"; +export { off, on, one, trigger } from "devextreme/common/core/events"; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/localization.ts b/packages/devextreme-vue/src/common/core/localization.ts index 8dd8ec2ad04b..fc7654b7c057 100644 --- a/packages/devextreme-vue/src/common/core/localization.ts +++ b/packages/devextreme-vue/src/common/core/localization.ts @@ -1,10 +1,2 @@ -export { - Format, - formatDate, - formatMessage, - formatNumber, - loadMessages, - locale, - parseDate, - parseNumber, -} from "devextreme/common/core/localization"; +export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; +export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/data.ts b/packages/devextreme-vue/src/common/data.ts index 16a77b01921d..35bcfaea6560 100644 --- a/packages/devextreme-vue/src/common/data.ts +++ b/packages/devextreme-vue/src/common/data.ts @@ -1,43 +1,2 @@ -export { - applyChanges, - ArrayStore, - ArrayStoreOptions, - base64_encode, - compileGetter, - compileSetter, - CustomStore, - CustomStoreOptions, - DataSource, - DataSourceOptions, - EdmLiteral, - EndpointSelector, - errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, - isGroupItemsArray, - isItemsArray, - isLoadResultObject, - keyConverters, - LangParams, - LoadOptions, - LoadResult, - LoadResultObject, - LocalStore, - LocalStoreOptions, - ODataContext, - ODataContextOptions, - ODataStore, - ODataStoreOptions, - query, - Query, - ResolvedData, - SearchOperation, - SelectDescriptor, - setErrorHandler, - SortDescriptor, - Store, - StoreOptions, - SummaryDescriptor, -} from "devextreme/common/data"; +export { applyChanges, base64_encode, compileGetter, compileSetter, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, query, setErrorHandler } from "devextreme/common/data"; +export type { ArrayStore, ArrayStoreOptions, CustomStore, CustomStoreOptions, DataSource, DataSourceOptions, EdmLiteral, EndpointSelector, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStore, LocalStoreOptions, ODataContext, ODataContextOptions, ODataStore, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/export/excel.ts b/packages/devextreme-vue/src/common/export/excel.ts index 62583b766d91..4770e529960b 100644 --- a/packages/devextreme-vue/src/common/export/excel.ts +++ b/packages/devextreme-vue/src/common/export/excel.ts @@ -1,8 +1,2 @@ -export { - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportPivotGrid, - PivotGridCell, - PivotGridExportOptions, -} from "devextreme/common/export/excel"; +export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; +export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/export/pdf.ts b/packages/devextreme-vue/src/common/export/pdf.ts index 2b95e14b2487..5a0e50283214 100644 --- a/packages/devextreme-vue/src/common/export/pdf.ts +++ b/packages/devextreme-vue/src/common/export/pdf.ts @@ -1,9 +1,2 @@ -export { - Cell, - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportGantt, - GanttExportFont, - GanttExportOptions, -} from "devextreme/common/export/pdf"; +export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; +export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/grids.ts b/packages/devextreme-vue/src/common/grids.ts index a899cf0d9278..b4132ba3a5bd 100644 --- a/packages/devextreme-vue/src/common/grids.ts +++ b/packages/devextreme-vue/src/common/grids.ts @@ -1,79 +1 @@ -export { - AdaptiveDetailRowPreparingInfo, - AIColumnMode, - AIColumnRequestCreatingInfo, - ApplyChangesMode, - ApplyFilterMode, - ColumnAIOptions, - ColumnBase, - ColumnButtonBase, - ColumnChooser, - ColumnChooserMode, - ColumnChooserSearchConfig, - ColumnChooserSelectionConfig, - ColumnCustomizeTextArg, - ColumnFixing, - ColumnFixingIcons, - ColumnFixingTexts, - ColumnHeaderFilter, - ColumnHeaderFilterSearchConfig, - ColumnLookup, - ColumnResizeMode, - DataChange, - DataChangeInfo, - DataChangeType, - DataErrorOccurredInfo, - DataRenderMode, - EditingBase, - EditingTextsBase, - EnterKeyAction, - EnterKeyDirection, - FilterOperation, - FilterPanel, - FilterPanelTexts, - FilterRow, - FilterRowOperationDescriptions, - FilterType, - FixedPosition, - GridBase, - GridBaseOptions, - GridsContextMenuTarget, - GridsEditMode, - GridsEditRefreshMode, - GroupExpandMode, - HeaderFilter, - HeaderFilterGroupInterval, - HeaderFilterSearchConfig, - HeaderFilterTexts, - KeyboardNavigation, - KeyDownInfo, - LoadPanel, - NewRowInfo, - NewRowPosition, - Pager, - PagerPageSize, - PagingBase, - RowDragging, - RowDraggingTemplateData, - RowInsertedInfo, - RowInsertingInfo, - RowKeyInfo, - RowRemovedInfo, - RowRemovingInfo, - RowUpdatedInfo, - RowUpdatingInfo, - RowValidatingInfo, - SavingInfo, - ScrollingBase, - SearchPanel, - SelectedFilterOperation, - SelectionBase, - SelectionChangedInfo, - SelectionColumnDisplayMode, - Sorting, - StartEditAction, - StateStoreType, - StateStoring, - SummaryType, - ToolbarPreparingInfo, -} from "devextreme/common/grids"; +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/index.ts b/packages/devextreme-vue/src/common/index.ts index 0c8863a9cd93..e741247dcb13 100644 --- a/packages/devextreme-vue/src/common/index.ts +++ b/packages/devextreme-vue/src/common/index.ts @@ -1,83 +1,274 @@ -export { - ApplyValueMode, - AsyncRule, - ButtonStyle, - ButtonType, - CompareRule, - ComparisonOperator, - config, - CustomRule, - DataStructure, - DataType, - DateLike, - DefaultOptionsRule, - Direction, - DisplayMode, - DragDirection, - Draggable, - DragHighlight, - EditorStyle, - EmailRule, - ExportFormat, - FieldChooserLayout, - FirstDayOfWeek, - FloatingActionButtonDirection, - Format, - GlobalConfig, - Guid, - HorizontalAlignment, - HorizontalEdge, - LabelMode, - MaskMode, - Mode, - NumericRule, - Orientation, - PageLoadMode, - PageOrientation, - PatternRule, - Position, - PositionAlignment, - RangeRule, - RequiredRule, - Scrollable, - ScrollbarMode, - ScrollDirection, - ScrollMode, - SearchMode, - SelectAllMode, - setTemplateEngine, - SimplifiedSearchMode, - SingleMultipleAllOrNone, - SingleMultipleOrNone, - SingleOrMultiple, - SingleOrNone, - SliderValueChangeMode, - Sortable, - SortOrder, - StoreType, - StringLengthRule, - SubmenuShowMode, - TabsIconPosition, - TabsStyle, - template, - TextBoxPredefinedButton, - TextEditorButton, - TextEditorButtonLocation, - ToolbarItemComponent, - ToolbarItemLocation, - TooltipShowMode, - ValidationCallbackData, - ValidationMessageMode, - ValidationRule, - ValidationRuleType, - ValidationStatus, - VerticalAlignment, - VerticalEdge, -} from "devextreme/common"; +import * as AiIntegrationModule from "devextreme/common/ai-integration"; +import * as ChartsModule from "devextreme/common/charts"; +import * as CoreAnimationModule from "devextreme/common/core/animation"; +import * as CoreEnvironmentModule from "devextreme/common/core/environment"; +import * as CoreEventsModule from "devextreme/common/core/events"; +import * as CoreLocalizationModule from "devextreme/common/core/localization"; +import * as DataModule from "devextreme/common/data"; +import * as ExportExcelModule from "devextreme/common/export/excel"; +import * as ExportPdfModule from "devextreme/common/export/pdf"; +import * as GridsModule from "devextreme/common/grids"; -export * as AiIntegration from "./ai-integration"; -export * as Charts from "./charts"; -export * as Core from "./core/index"; -export * as Data from "./data"; -export * as Export from "./export/index"; -export * as Grids from "./grids"; +export { config, setTemplateEngine } from "devextreme/common"; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, Guid, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; + +export namespace AiIntegration { + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; +} + +export namespace Charts { + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; + } + export namespace Environment { + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; + } +} + +export namespace Data { + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; + } +} + +export function Grids(): void {} +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; +} diff --git a/packages/devextreme-vue/src/index.ts b/packages/devextreme-vue/src/index.ts index 3a0395e25650..24e303c260c8 100644 --- a/packages/devextreme-vue/src/index.ts +++ b/packages/devextreme-vue/src/index.ts @@ -82,4 +82,5 @@ export { DxValidationSummary } from "./validation-summary"; export { DxValidator } from "./validator"; export { DxVectorMap } from "./vector-map"; -export * as Common from "./common/index"; +import * as Common from "./common/index"; +export { Common }; diff --git a/packages/devextreme/js/ui/accordion_types.d.ts b/packages/devextreme/js/ui/accordion_types.d.ts index 68a54e39f20b..cb5f66b8b931 100644 --- a/packages/devextreme/js/ui/accordion_types.d.ts +++ b/packages/devextreme/js/ui/accordion_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/action_sheet_types.d.ts b/packages/devextreme/js/ui/action_sheet_types.d.ts index 13cf905057f7..d5780df96bd0 100644 --- a/packages/devextreme/js/ui/action_sheet_types.d.ts +++ b/packages/devextreme/js/ui/action_sheet_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ButtonType, ButtonStyle, CancelClickEvent, diff --git a/packages/devextreme/js/ui/autocomplete_types.d.ts b/packages/devextreme/js/ui/autocomplete_types.d.ts index 989d0fc3572d..a2f9ab9f87e6 100644 --- a/packages/devextreme/js/ui/autocomplete_types.d.ts +++ b/packages/devextreme/js/ui/autocomplete_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ChangeEvent, ClosedEvent, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/box_types.d.ts b/packages/devextreme/js/ui/box_types.d.ts index c1c14b688eb9..5ebd2b6bebab 100644 --- a/packages/devextreme/js/ui/box_types.d.ts +++ b/packages/devextreme/js/ui/box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Mode, Distribution, CrosswiseDistribution, diff --git a/packages/devextreme/js/ui/button_group_types.d.ts b/packages/devextreme/js/ui/button_group_types.d.ts index d73f80d2441a..a58aa139b01a 100644 --- a/packages/devextreme/js/ui/button_group_types.d.ts +++ b/packages/devextreme/js/ui/button_group_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ButtonType, ButtonStyle, SingleMultipleOrNone, diff --git a/packages/devextreme/js/ui/button_types.d.ts b/packages/devextreme/js/ui/button_types.d.ts index 36967777fba2..7e5850a40995 100644 --- a/packages/devextreme/js/ui/button_types.d.ts +++ b/packages/devextreme/js/ui/button_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ButtonType, ButtonStyle, ClickEvent, diff --git a/packages/devextreme/js/ui/calendar_types.d.ts b/packages/devextreme/js/ui/calendar_types.d.ts index 9714c348df9d..3857c8fd18ff 100644 --- a/packages/devextreme/js/ui/calendar_types.d.ts +++ b/packages/devextreme/js/ui/calendar_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { FirstDayOfWeek, DateLike, CalendarZoomLevel, diff --git a/packages/devextreme/js/ui/card_view_types.d.ts b/packages/devextreme/js/ui/card_view_types.d.ts index 639ab716d5e5..b4cb15cbf17b 100644 --- a/packages/devextreme/js/ui/card_view_types.d.ts +++ b/packages/devextreme/js/ui/card_view_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Paging, RemoteOperations, PredefinedToolbarItem, diff --git a/packages/devextreme/js/ui/chat_types.d.ts b/packages/devextreme/js/ui/chat_types.d.ts index 993170fe0bc4..ccfd02f0ccd4 100644 --- a/packages/devextreme/js/ui/chat_types.d.ts +++ b/packages/devextreme/js/ui/chat_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DisposingEvent, InitializedEvent, OptionChangedEvent, diff --git a/packages/devextreme/js/ui/check_box_types.d.ts b/packages/devextreme/js/ui/check_box_types.d.ts index ca56ad6f71ec..0b38e1f61568 100644 --- a/packages/devextreme/js/ui/check_box_types.d.ts +++ b/packages/devextreme/js/ui/check_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/color_box_types.d.ts b/packages/devextreme/js/ui/color_box_types.d.ts index c4f5be6b79b8..582251250e8a 100644 --- a/packages/devextreme/js/ui/color_box_types.d.ts +++ b/packages/devextreme/js/ui/color_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ChangeEvent, ClosedEvent, CopyEvent, diff --git a/packages/devextreme/js/ui/context_menu_types.d.ts b/packages/devextreme/js/ui/context_menu_types.d.ts index 40410c2f6425..e946a6599c99 100644 --- a/packages/devextreme/js/ui/context_menu_types.d.ts +++ b/packages/devextreme/js/ui/context_menu_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContextSubmenuDirection, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/data_grid_types.d.ts b/packages/devextreme/js/ui/data_grid_types.d.ts index 0f8612da06b2..977195261832 100644 --- a/packages/devextreme/js/ui/data_grid_types.d.ts +++ b/packages/devextreme/js/ui/data_grid_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DataType, DragDirection, Draggable, diff --git a/packages/devextreme/js/ui/date_box_types.d.ts b/packages/devextreme/js/ui/date_box_types.d.ts index 7c2ec282cf56..5d8862390bc4 100644 --- a/packages/devextreme/js/ui/date_box_types.d.ts +++ b/packages/devextreme/js/ui/date_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DateLike, DateType, DatePickerType, diff --git a/packages/devextreme/js/ui/date_range_box_types.d.ts b/packages/devextreme/js/ui/date_range_box_types.d.ts index 99ae32bbb717..25f5f590523d 100644 --- a/packages/devextreme/js/ui/date_range_box_types.d.ts +++ b/packages/devextreme/js/ui/date_range_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DateLike, ChangeEvent, ClosedEvent, diff --git a/packages/devextreme/js/ui/diagram_types.d.ts b/packages/devextreme/js/ui/diagram_types.d.ts index d1907036d065..3fbcd344d113 100644 --- a/packages/devextreme/js/ui/diagram_types.d.ts +++ b/packages/devextreme/js/ui/diagram_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { AutoZoomMode, Command, ConnectorLineEnd, diff --git a/packages/devextreme/js/ui/draggable_types.d.ts b/packages/devextreme/js/ui/draggable_types.d.ts index 68ee209fde14..0fd999926f66 100644 --- a/packages/devextreme/js/ui/draggable_types.d.ts +++ b/packages/devextreme/js/ui/draggable_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DisposingEvent, DragEndEvent, DragMoveEvent, diff --git a/packages/devextreme/js/ui/drawer_types.d.ts b/packages/devextreme/js/ui/drawer_types.d.ts index 79a39cad9e83..eb1f533a5359 100644 --- a/packages/devextreme/js/ui/drawer_types.d.ts +++ b/packages/devextreme/js/ui/drawer_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { OpenedStateMode, PanelLocation, RevealMode, diff --git a/packages/devextreme/js/ui/drop_down_box_types.d.ts b/packages/devextreme/js/ui/drop_down_box_types.d.ts index 645beab095f0..6b17d7c25137 100644 --- a/packages/devextreme/js/ui/drop_down_box_types.d.ts +++ b/packages/devextreme/js/ui/drop_down_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ChangeEvent, ClosedEvent, CopyEvent, diff --git a/packages/devextreme/js/ui/drop_down_button_types.d.ts b/packages/devextreme/js/ui/drop_down_button_types.d.ts index 82ef22136133..0aaf2edd593c 100644 --- a/packages/devextreme/js/ui/drop_down_button_types.d.ts +++ b/packages/devextreme/js/ui/drop_down_button_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ButtonType, ButtonStyle, ButtonClickEvent, diff --git a/packages/devextreme/js/ui/file_manager_types.d.ts b/packages/devextreme/js/ui/file_manager_types.d.ts index 1186eeaa50db..b16d61a4e859 100644 --- a/packages/devextreme/js/ui/file_manager_types.d.ts +++ b/packages/devextreme/js/ui/file_manager_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DataType, SingleOrMultiple, HorizontalAlignment, diff --git a/packages/devextreme/js/ui/file_uploader_types.d.ts b/packages/devextreme/js/ui/file_uploader_types.d.ts index 796f507f8c01..687386d6964a 100644 --- a/packages/devextreme/js/ui/file_uploader_types.d.ts +++ b/packages/devextreme/js/ui/file_uploader_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { FileUploadMode, UploadHttpMethod, BeforeSendEvent, diff --git a/packages/devextreme/js/ui/filter_builder_types.d.ts b/packages/devextreme/js/ui/filter_builder_types.d.ts index 6c15e726d98c..a942ffabdd8f 100644 --- a/packages/devextreme/js/ui/filter_builder_types.d.ts +++ b/packages/devextreme/js/ui/filter_builder_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DataType, FilterOperation, GroupOperation, diff --git a/packages/devextreme/js/ui/form_types.d.ts b/packages/devextreme/js/ui/form_types.d.ts index 455e1ff59e21..e89ef99e664c 100644 --- a/packages/devextreme/js/ui/form_types.d.ts +++ b/packages/devextreme/js/ui/form_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { HorizontalAlignment, Mode, VerticalAlignment, diff --git a/packages/devextreme/js/ui/gallery_types.d.ts b/packages/devextreme/js/ui/gallery_types.d.ts index ce089e99a93f..d91751b2e159 100644 --- a/packages/devextreme/js/ui/gallery_types.d.ts +++ b/packages/devextreme/js/ui/gallery_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/gantt_types.d.ts b/packages/devextreme/js/ui/gantt_types.d.ts index f1f3fa3e6209..9eb107a0982b 100644 --- a/packages/devextreme/js/ui/gantt_types.d.ts +++ b/packages/devextreme/js/ui/gantt_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { GanttPredefinedContextMenuItem, GanttPredefinedToolbarItem, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/html_editor_types.d.ts b/packages/devextreme/js/ui/html_editor_types.d.ts index 37ff9369126c..b40ce217e014 100644 --- a/packages/devextreme/js/ui/html_editor_types.d.ts +++ b/packages/devextreme/js/ui/html_editor_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { EditorStyle, ToolbarItemLocation, HtmlEditorFormat, diff --git a/packages/devextreme/js/ui/list_types.d.ts b/packages/devextreme/js/ui/list_types.d.ts index a64867e470a1..c0b575174f13 100644 --- a/packages/devextreme/js/ui/list_types.d.ts +++ b/packages/devextreme/js/ui/list_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { SelectAllMode, ScrollbarMode, PageLoadMode, diff --git a/packages/devextreme/js/ui/load_indicator_types.d.ts b/packages/devextreme/js/ui/load_indicator_types.d.ts index 8aab9b68a1dd..f58c3c2c676b 100644 --- a/packages/devextreme/js/ui/load_indicator_types.d.ts +++ b/packages/devextreme/js/ui/load_indicator_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/load_panel_types.d.ts b/packages/devextreme/js/ui/load_panel_types.d.ts index 41a9ab2522dd..5c5a5b4c47e4 100644 --- a/packages/devextreme/js/ui/load_panel_types.d.ts +++ b/packages/devextreme/js/ui/load_panel_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { LoadingAnimationType, LoadPanelIndicatorProperties, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/lookup_types.d.ts b/packages/devextreme/js/ui/lookup_types.d.ts index d80346cc96a7..dfd3190ee05f 100644 --- a/packages/devextreme/js/ui/lookup_types.d.ts +++ b/packages/devextreme/js/ui/lookup_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ApplyValueMode, PageLoadMode, ClosedEvent, diff --git a/packages/devextreme/js/ui/map_types.d.ts b/packages/devextreme/js/ui/map_types.d.ts index 2c1637b47f4d..99a4d76ce7b8 100644 --- a/packages/devextreme/js/ui/map_types.d.ts +++ b/packages/devextreme/js/ui/map_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { MapProvider, RouteMode, MapType, diff --git a/packages/devextreme/js/ui/menu_types.d.ts b/packages/devextreme/js/ui/menu_types.d.ts index 404540a5f170..f774786efa44 100644 --- a/packages/devextreme/js/ui/menu_types.d.ts +++ b/packages/devextreme/js/ui/menu_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Orientation, SubmenuShowMode, SubmenuDirection, diff --git a/packages/devextreme/js/ui/multi_view_types.d.ts b/packages/devextreme/js/ui/multi_view_types.d.ts index f630a7dbf7e9..761bc8a1d8f6 100644 --- a/packages/devextreme/js/ui/multi_view_types.d.ts +++ b/packages/devextreme/js/ui/multi_view_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/number_box_types.d.ts b/packages/devextreme/js/ui/number_box_types.d.ts index d28859bb7bf2..58c464529490 100644 --- a/packages/devextreme/js/ui/number_box_types.d.ts +++ b/packages/devextreme/js/ui/number_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { NumberBoxPredefinedButton, NumberBoxType, ChangeEvent, diff --git a/packages/devextreme/js/ui/pagination_types.d.ts b/packages/devextreme/js/ui/pagination_types.d.ts index c82ba5ad3aec..945d1877e8ab 100644 --- a/packages/devextreme/js/ui/pagination_types.d.ts +++ b/packages/devextreme/js/ui/pagination_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DisplayMode, PageSize, dxPaginationOptions, diff --git a/packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts b/packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts index dd5c4b71aa18..95d9cf750566 100644 --- a/packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts +++ b/packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ApplyChangesMode, FieldChooserLayout, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/pivot_grid_types.d.ts b/packages/devextreme/js/ui/pivot_grid_types.d.ts index 49dafd8a3555..a314f792a04e 100644 --- a/packages/devextreme/js/ui/pivot_grid_types.d.ts +++ b/packages/devextreme/js/ui/pivot_grid_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ApplyChangesMode, FieldChooserLayout, Mode, diff --git a/packages/devextreme/js/ui/popover_types.d.ts b/packages/devextreme/js/ui/popover_types.d.ts index 34a5211587b5..6fb0599f6ad2 100644 --- a/packages/devextreme/js/ui/popover_types.d.ts +++ b/packages/devextreme/js/ui/popover_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, HidingEvent, diff --git a/packages/devextreme/js/ui/popup_types.d.ts b/packages/devextreme/js/ui/popup_types.d.ts index d78a816c2688..ea1914b33051 100644 --- a/packages/devextreme/js/ui/popup_types.d.ts +++ b/packages/devextreme/js/ui/popup_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { PositionAlignment, ToolbarItemLocation, ToolbarItemWidget, diff --git a/packages/devextreme/js/ui/progress_bar_types.d.ts b/packages/devextreme/js/ui/progress_bar_types.d.ts index 22a97a9246e7..7a3dd8e0ec6d 100644 --- a/packages/devextreme/js/ui/progress_bar_types.d.ts +++ b/packages/devextreme/js/ui/progress_bar_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { CompleteEvent, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/radio_group_types.d.ts b/packages/devextreme/js/ui/radio_group_types.d.ts index a354e0f15ac9..5fc82ab4186a 100644 --- a/packages/devextreme/js/ui/radio_group_types.d.ts +++ b/packages/devextreme/js/ui/radio_group_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Orientation, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/range_slider_types.d.ts b/packages/devextreme/js/ui/range_slider_types.d.ts index 79942c35a7f5..56670a4172c6 100644 --- a/packages/devextreme/js/ui/range_slider_types.d.ts +++ b/packages/devextreme/js/ui/range_slider_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/recurrence_editor_types.d.ts b/packages/devextreme/js/ui/recurrence_editor_types.d.ts index 0116c5729d18..4d34caffac9f 100644 --- a/packages/devextreme/js/ui/recurrence_editor_types.d.ts +++ b/packages/devextreme/js/ui/recurrence_editor_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/resizable_types.d.ts b/packages/devextreme/js/ui/resizable_types.d.ts index 08682d55da18..8a18942930d5 100644 --- a/packages/devextreme/js/ui/resizable_types.d.ts +++ b/packages/devextreme/js/ui/resizable_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ResizeHandle, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/responsive_box_types.d.ts b/packages/devextreme/js/ui/responsive_box_types.d.ts index 52382a6af6f4..dee7de8e65e5 100644 --- a/packages/devextreme/js/ui/responsive_box_types.d.ts +++ b/packages/devextreme/js/ui/responsive_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Mode, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/scheduler_types.d.ts b/packages/devextreme/js/ui/scheduler_types.d.ts index 2f252e2c6e46..edf4ca7a9ee1 100644 --- a/packages/devextreme/js/ui/scheduler_types.d.ts +++ b/packages/devextreme/js/ui/scheduler_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { FirstDayOfWeek, Orientation, ScrollMode, diff --git a/packages/devextreme/js/ui/scroll_view_types.d.ts b/packages/devextreme/js/ui/scroll_view_types.d.ts index 60f17be14407..f468220ee6f9 100644 --- a/packages/devextreme/js/ui/scroll_view_types.d.ts +++ b/packages/devextreme/js/ui/scroll_view_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DisposingEvent, InitializedEvent, OptionChangedEvent, diff --git a/packages/devextreme/js/ui/select_box_types.d.ts b/packages/devextreme/js/ui/select_box_types.d.ts index d4fcbfc9437e..db08e55bca11 100644 --- a/packages/devextreme/js/ui/select_box_types.d.ts +++ b/packages/devextreme/js/ui/select_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ChangeEvent, ClosedEvent, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/slider_types.d.ts b/packages/devextreme/js/ui/slider_types.d.ts index 5d5085e4cbd1..ea3de0907237 100644 --- a/packages/devextreme/js/ui/slider_types.d.ts +++ b/packages/devextreme/js/ui/slider_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { TooltipShowMode, VerticalEdge, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/sortable_types.d.ts b/packages/devextreme/js/ui/sortable_types.d.ts index a7d841d530e7..08ceece51882 100644 --- a/packages/devextreme/js/ui/sortable_types.d.ts +++ b/packages/devextreme/js/ui/sortable_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DragHighlight, Orientation, AddEvent, diff --git a/packages/devextreme/js/ui/speech_to_text_types.d.ts b/packages/devextreme/js/ui/speech_to_text_types.d.ts index fd53ff98a283..17e84614852e 100644 --- a/packages/devextreme/js/ui/speech_to_text_types.d.ts +++ b/packages/devextreme/js/ui/speech_to_text_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { SpeechRecognitionConfig, CustomSpeechRecognizer, StartClickEvent, diff --git a/packages/devextreme/js/ui/speed_dial_action_types.d.ts b/packages/devextreme/js/ui/speed_dial_action_types.d.ts index 70ce582f67d5..0c8bcdf38c28 100644 --- a/packages/devextreme/js/ui/speed_dial_action_types.d.ts +++ b/packages/devextreme/js/ui/speed_dial_action_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ClickEvent, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/splitter_types.d.ts b/packages/devextreme/js/ui/splitter_types.d.ts index 31322bc2c6eb..a9afbfe78f1e 100644 --- a/packages/devextreme/js/ui/splitter_types.d.ts +++ b/packages/devextreme/js/ui/splitter_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Mode, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/stepper_types.d.ts b/packages/devextreme/js/ui/stepper_types.d.ts index 08357351a28d..bc31ef1464e0 100644 --- a/packages/devextreme/js/ui/stepper_types.d.ts +++ b/packages/devextreme/js/ui/stepper_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DisposingEvent, InitializedEvent, ItemClickEvent, diff --git a/packages/devextreme/js/ui/switch_types.d.ts b/packages/devextreme/js/ui/switch_types.d.ts index 93a76bd4e85a..8186f7529693 100644 --- a/packages/devextreme/js/ui/switch_types.d.ts +++ b/packages/devextreme/js/ui/switch_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/tab_panel_types.d.ts b/packages/devextreme/js/ui/tab_panel_types.d.ts index 966bc0c4f3be..38709fbaa5c5 100644 --- a/packages/devextreme/js/ui/tab_panel_types.d.ts +++ b/packages/devextreme/js/ui/tab_panel_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Position, TabsIconPosition, TabsStyle, diff --git a/packages/devextreme/js/ui/tabs_types.d.ts b/packages/devextreme/js/ui/tabs_types.d.ts index 6023597e2779..76f0c5258c1d 100644 --- a/packages/devextreme/js/ui/tabs_types.d.ts +++ b/packages/devextreme/js/ui/tabs_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { SingleOrMultiple, Orientation, TabsIconPosition, diff --git a/packages/devextreme/js/ui/tag_box_types.d.ts b/packages/devextreme/js/ui/tag_box_types.d.ts index 8b26bb168b5b..946cc741c19a 100644 --- a/packages/devextreme/js/ui/tag_box_types.d.ts +++ b/packages/devextreme/js/ui/tag_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ChangeEvent, ClosedEvent, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/text_area_types.d.ts b/packages/devextreme/js/ui/text_area_types.d.ts index 581c8d093c0e..42fb698518b1 100644 --- a/packages/devextreme/js/ui/text_area_types.d.ts +++ b/packages/devextreme/js/ui/text_area_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ChangeEvent, ContentReadyEvent, CopyEvent, diff --git a/packages/devextreme/js/ui/text_box_types.d.ts b/packages/devextreme/js/ui/text_box_types.d.ts index d6168b6c65b9..c2273ee9d629 100644 --- a/packages/devextreme/js/ui/text_box_types.d.ts +++ b/packages/devextreme/js/ui/text_box_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { TextBoxType, ChangeEvent, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/tile_view_types.d.ts b/packages/devextreme/js/ui/tile_view_types.d.ts index 395976a259d9..87cb78ffda1f 100644 --- a/packages/devextreme/js/ui/tile_view_types.d.ts +++ b/packages/devextreme/js/ui/tile_view_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Orientation, ScrollbarMode, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/toast_types.d.ts b/packages/devextreme/js/ui/toast_types.d.ts index 65eb3543a1d7..8ece74c19bdf 100644 --- a/packages/devextreme/js/ui/toast_types.d.ts +++ b/packages/devextreme/js/ui/toast_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ToastType, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/toolbar_types.d.ts b/packages/devextreme/js/ui/toolbar_types.d.ts index 11a8110b4b94..594e545754b0 100644 --- a/packages/devextreme/js/ui/toolbar_types.d.ts +++ b/packages/devextreme/js/ui/toolbar_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { LocateInMenuMode, ShowTextMode, ToolbarItemLocation, diff --git a/packages/devextreme/js/ui/tooltip_types.d.ts b/packages/devextreme/js/ui/tooltip_types.d.ts index 1ac6fe2812aa..0b248af05eca 100644 --- a/packages/devextreme/js/ui/tooltip_types.d.ts +++ b/packages/devextreme/js/ui/tooltip_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, HidingEvent, diff --git a/packages/devextreme/js/ui/tree_list_types.d.ts b/packages/devextreme/js/ui/tree_list_types.d.ts index 14ca5da11c53..dd09ccccb0dc 100644 --- a/packages/devextreme/js/ui/tree_list_types.d.ts +++ b/packages/devextreme/js/ui/tree_list_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DisplayMode, SearchMode, ApplyFilterMode, diff --git a/packages/devextreme/js/ui/tree_view_types.d.ts b/packages/devextreme/js/ui/tree_view_types.d.ts index ee4353234ec6..4e62a49c9aef 100644 --- a/packages/devextreme/js/ui/tree_view_types.d.ts +++ b/packages/devextreme/js/ui/tree_view_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DataStructure, SingleOrMultiple, ScrollDirection, diff --git a/packages/devextreme/js/ui/validation_group_types.d.ts b/packages/devextreme/js/ui/validation_group_types.d.ts index f2303d4b96b3..81aa86cd0162 100644 --- a/packages/devextreme/js/ui/validation_group_types.d.ts +++ b/packages/devextreme/js/ui/validation_group_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ValidationStatus, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/validation_summary_types.d.ts b/packages/devextreme/js/ui/validation_summary_types.d.ts index 45edef3cffe4..a67fbaa1b380 100644 --- a/packages/devextreme/js/ui/validation_summary_types.d.ts +++ b/packages/devextreme/js/ui/validation_summary_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/validator_types.d.ts b/packages/devextreme/js/ui/validator_types.d.ts index d1ae1d357c1f..e27a591c7d74 100644 --- a/packages/devextreme/js/ui/validator_types.d.ts +++ b/packages/devextreme/js/ui/validator_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ValidationStatus, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/viz/bar_gauge_types.d.ts b/packages/devextreme/js/viz/bar_gauge_types.d.ts index 0ecf9744c46c..a3fa244700e9 100644 --- a/packages/devextreme/js/viz/bar_gauge_types.d.ts +++ b/packages/devextreme/js/viz/bar_gauge_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { LabelOverlap, Palette, PaletteExtensionMode, diff --git a/packages/devextreme/js/viz/bullet_types.d.ts b/packages/devextreme/js/viz/bullet_types.d.ts index 374b0a860c7a..c64bc9cfd1b2 100644 --- a/packages/devextreme/js/viz/bullet_types.d.ts +++ b/packages/devextreme/js/viz/bullet_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DisposingEvent, DrawnEvent, ExportedEvent, diff --git a/packages/devextreme/js/viz/chart_types.d.ts b/packages/devextreme/js/viz/chart_types.d.ts index 73f313d2bd51..23ff8197abbd 100644 --- a/packages/devextreme/js/viz/chart_types.d.ts +++ b/packages/devextreme/js/viz/chart_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, diff --git a/packages/devextreme/js/viz/circular_gauge_types.d.ts b/packages/devextreme/js/viz/circular_gauge_types.d.ts index 5a66a57a3a90..924e54635b0b 100644 --- a/packages/devextreme/js/viz/circular_gauge_types.d.ts +++ b/packages/devextreme/js/viz/circular_gauge_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { CircularGaugeElementOrientation, CircularGaugeLabelOverlap, DisposingEvent, diff --git a/packages/devextreme/js/viz/funnel_types.d.ts b/packages/devextreme/js/viz/funnel_types.d.ts index 69092d6879ae..fa64f0f66138 100644 --- a/packages/devextreme/js/viz/funnel_types.d.ts +++ b/packages/devextreme/js/viz/funnel_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { DashStyle, HatchDirection, HorizontalEdge, diff --git a/packages/devextreme/js/viz/linear_gauge_types.d.ts b/packages/devextreme/js/viz/linear_gauge_types.d.ts index 90c11cc2461b..13f68d576ab9 100644 --- a/packages/devextreme/js/viz/linear_gauge_types.d.ts +++ b/packages/devextreme/js/viz/linear_gauge_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { HorizontalAlignment, Orientation, VerticalAlignment, diff --git a/packages/devextreme/js/viz/pie_chart_types.d.ts b/packages/devextreme/js/viz/pie_chart_types.d.ts index 6730678ee00c..1440612edadf 100644 --- a/packages/devextreme/js/viz/pie_chart_types.d.ts +++ b/packages/devextreme/js/viz/pie_chart_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ChartsDataType, DashStyle, HatchDirection, diff --git a/packages/devextreme/js/viz/polar_chart_types.d.ts b/packages/devextreme/js/viz/polar_chart_types.d.ts index 27c11f619c2e..1e8365e27451 100644 --- a/packages/devextreme/js/viz/polar_chart_types.d.ts +++ b/packages/devextreme/js/viz/polar_chart_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ArgumentAxisHoverMode, AxisScaleType, ChartsDataType, diff --git a/packages/devextreme/js/viz/range_selector_types.d.ts b/packages/devextreme/js/viz/range_selector_types.d.ts index 3a1816c1c80f..667027a5d651 100644 --- a/packages/devextreme/js/viz/range_selector_types.d.ts +++ b/packages/devextreme/js/viz/range_selector_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { ChartsDataType, DiscreteAxisDivisionMode, LabelOverlap, diff --git a/packages/devextreme/js/viz/sankey_types.d.ts b/packages/devextreme/js/viz/sankey_types.d.ts index bf083f827077..31a312838bf3 100644 --- a/packages/devextreme/js/viz/sankey_types.d.ts +++ b/packages/devextreme/js/viz/sankey_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { HatchDirection, Palette, PaletteExtensionMode, diff --git a/packages/devextreme/js/viz/sparkline_types.d.ts b/packages/devextreme/js/viz/sparkline_types.d.ts index 43f82c3b8d53..cb80e73a381a 100644 --- a/packages/devextreme/js/viz/sparkline_types.d.ts +++ b/packages/devextreme/js/viz/sparkline_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { PointSymbol, SparklineType, DisposingEvent, diff --git a/packages/devextreme/js/viz/tree_map_types.d.ts b/packages/devextreme/js/viz/tree_map_types.d.ts index fa722c2f8619..81e594774d80 100644 --- a/packages/devextreme/js/viz/tree_map_types.d.ts +++ b/packages/devextreme/js/viz/tree_map_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { Palette, PaletteExtensionMode, TextOverflow, diff --git a/packages/devextreme/js/viz/vector_map_types.d.ts b/packages/devextreme/js/viz/vector_map_types.d.ts index ef1db6d725c0..54a32d4f8f92 100644 --- a/packages/devextreme/js/viz/vector_map_types.d.ts +++ b/packages/devextreme/js/viz/vector_map_types.d.ts @@ -1,4 +1,4 @@ -export { +export type { SingleMultipleOrNone, Palette, VectorMapProjection, From 5f451f664691c64af1a9c177ad617c753df52f08 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Tue, 17 Feb 2026 15:14:52 +0100 Subject: [PATCH 21/48] update to upstream --- .../devextreme-angular/src/ui/tree-view/index.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/devextreme-angular/src/ui/tree-view/index.ts b/packages/devextreme-angular/src/ui/tree-view/index.ts index 7720702111dc..8fbca6fbc6ca 100644 --- a/packages/devextreme-angular/src/ui/tree-view/index.ts +++ b/packages/devextreme-angular/src/ui/tree-view/index.ts @@ -21,14 +21,14 @@ import { QueryList } from '@angular/core'; -export { ExplicitTypes } from 'devextreme/ui/tree_view'; - -import DataSource from 'devextreme/data/data_source'; -import { dxTreeViewNode, dxTreeViewItem, DisabledNodeSelectionMode, TreeViewExpandEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemCollapsedEvent, ItemContextMenuEvent, ItemExpandedEvent, ItemHoldEvent, ItemRenderedEvent, ItemSelectionChangedEvent, OptionChangedEvent, SelectAllValueChangedEvent, SelectionChangedEvent, TreeViewCheckBoxMode } from 'devextreme/ui/tree_view'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { DataStructure, ScrollDirection, SearchMode, SingleOrMultiple } from 'devextreme/common'; -import { dxTextBoxOptions } from 'devextreme/ui/text_box'; +export type { ExplicitTypes } from 'devextreme/ui/tree_view'; + +import type DataSource from 'devextreme/data/data_source'; +import type { dxTreeViewNode, dxTreeViewItem, DisabledNodeSelectionMode, TreeViewExpandEvent, ContentReadyEvent, DisposingEvent, InitializedEvent, ItemClickEvent, ItemCollapsedEvent, ItemContextMenuEvent, ItemExpandedEvent, ItemHoldEvent, ItemRenderedEvent, ItemSelectionChangedEvent, OptionChangedEvent, SelectAllValueChangedEvent, SelectionChangedEvent, TreeViewCheckBoxMode } from 'devextreme/ui/tree_view'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { DataStructure, ScrollDirection, SearchMode, SingleOrMultiple } from 'devextreme/common'; +import type { dxTextBoxOptions } from 'devextreme/ui/text_box'; import DxTreeView from 'devextreme/ui/tree_view'; From 6b0bf762efa72e8d2a404545d8f82532f7d6eeb7 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Tue, 17 Feb 2026 15:32:20 +0100 Subject: [PATCH 22/48] update lock --- pnpm-lock.yaml | 4897 +++++++++++++++++++++--------------------------- 1 file changed, 2133 insertions(+), 2764 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c7086e2c87ee..1022c85b165f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,52 +7,52 @@ settings: catalogs: angular: '@angular-devkit/architect': - specifier: ~0.1902.19 - version: 0.1902.19 + specifier: ~0.2003.15 + version: 0.2003.16 '@angular-devkit/build-angular': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular-devkit/schematics': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular/cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.16 '@angular/common': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/compiler-cli': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/core': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/forms': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-browser-dynamic': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/platform-server': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 '@angular/router': - specifier: ~19.2.18 - version: 19.2.18 + specifier: ~20.3.0 + version: 20.3.16 ng-packagr: - specifier: ~19.2.2 - version: 19.2.2 + specifier: ~20.3.0 + version: 20.3.2 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: ~5.8.0 + version: 5.8.3 zone.js: - specifier: 0.15.1 + specifier: ~0.15.1 version: 0.15.1 default: '@babel/eslint-parser': @@ -275,28 +275,28 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) core-js: specifier: ^2.6.12 version: 2.6.12 @@ -315,10 +315,10 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(2d5z3y5cbxqmaehqzkittgqznm) + version: 20.3.16(t2k4gc2iakj7a4od6zj4idtpnm) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.16(@types/node@20.11.17)(chokidar@4.0.1) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -330,22 +330,22 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 apps/demos: dependencies: '@angular-devkit/build-angular': specifier: ~21.0.0 - version: 21.0.3(f565cn6xz3u6lqo5aq6ogeqy5i) + version: 21.0.3(g624bywty7pdaegpg2vpddqnvq) '@angular/animations': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.0.5 - version: 21.0.5(@types/node@20.12.8)(chokidar@4.0.1) + version: 21.0.5(@types/node@24.1.0)(chokidar@4.0.1) '@angular/common': specifier: ~21.0.0 version: 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -706,7 +706,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -757,7 +757,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.2(jiti@2.6.1)) @@ -831,7 +831,7 @@ importers: devDependencies: '@storybook/addon-docs': specifier: 10.1.9 - version: 10.1.9(@types/react@18.3.28)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + version: 10.1.9(@types/react@18.3.28)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/addon-links': specifier: 10.1.9 version: 10.1.9(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) @@ -840,7 +840,7 @@ importers: version: 4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/react-webpack5': specifier: 10.1.9 - version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@types/react': specifier: 18.3.28 version: 18.3.28 @@ -967,7 +967,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(dtvn4w7qoqlvmrv3faup6wnpyq) + version: 1.1.9(cfofu6wo2ltptwv57eixwzcui4) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -1000,7 +1000,7 @@ importers: version: 4.22.4 vite: specifier: 5.4.21 - version: 5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) + version: 5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) webpack: specifier: 5.105.0 version: 5.105.0(@swc/core@1.15.3)(webpack-cli@4.10.0) @@ -1012,7 +1012,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.3.3 @@ -1024,10 +1024,10 @@ importers: version: 3.5.33 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) devextreme: specifier: workspace:* version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -1036,7 +1036,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(6762pvgzaajslw5yvfo6sjzsum) + version: 1.1.9(vbqrb3ybmbpgibsy2ykutbjol4) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1045,7 +1045,7 @@ importers: version: 2.4.0 eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: specifier: 'catalog:' version: 3.3.0 @@ -1054,16 +1054,16 @@ importers: version: 4.0.0 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 e2e/devextreme-bundler: dependencies: terser-webpack-plugin: specifier: 5.3.16 - version: 5.3.16(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)) + version: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack: specifier: ^5.105.0 - version: 5.105.0(@swc/core@1.15.3) + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) e2e/testcafe-devextreme: devDependencies: @@ -1108,7 +1108,7 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(yviunffsiellsqphxnml25un3u) + version: 1.1.9(dd2w7nl2menfwk3p3dds4fuim4) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1141,31 +1141,31 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) e2e/wrappers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))) '@angular/router': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@babel/runtime': specifier: ^7.24.0 version: 7.26.10 @@ -1244,16 +1244,16 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.22.5 - version: 1.22.5(@angular-devkit/build-angular@19.2.19(ihfqmcfqwotmudgtxv6gdppiha))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)) + version: 1.22.5(@angular-devkit/build-angular@20.3.16(vj7fuoslv5rsvi6waua4rggple))(@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(ihfqmcfqwotmudgtxv6gdppiha) + version: 20.3.16(vj7fuoslv5rsvi6waua4rggple) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.14.5)(chokidar@4.0.1) + version: 20.3.16(@types/node@24.1.0)(chokidar@4.0.1) '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@eslint/js': specifier: 9.39.2 version: 9.39.2 @@ -1268,10 +1268,10 @@ importers: version: 19.1.3(@types/react@19.1.2) '@vitejs/plugin-react': specifier: 4.4.1 - version: 4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@vitejs/plugin-vue': specifier: 5.2.4 - version: 5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) + version: 5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3)) eslint: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) @@ -1310,7 +1310,7 @@ importers: version: 5.8.3 vite: specifier: 6.4.1 - version: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + version: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) packages/devextreme: dependencies: @@ -1365,25 +1365,25 @@ importers: version: 7.28.6(@babel/core@7.28.6) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(dmyiz5qgrko5nyf5bxripiixoy) + version: 3.0.12(ukiqplx6dasmo2c3l5qjedmnve) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + version: 3.0.12(3xms7orqommrlrwsknoqxfp64m) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1494,7 +1494,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(6pos3irinh3rtrffzvgfv4iwaq) + version: 1.1.9(h5kz6jj4kiiitcetcia5t35m2u) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1506,7 +1506,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.0.1 - version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.2(jiti@2.6.1)) @@ -1755,13 +1755,13 @@ importers: version: 0.0.11 terser-webpack-plugin: specifier: 5.3.16 - version: 5.3.16(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)) + version: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) through2: specifier: 2.0.5 version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1782,7 +1782,7 @@ importers: version: 1.1.0 webpack: specifier: 5.105.0 - version: 5.105.0(@swc/core@1.15.3) + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-stream: specifier: 7.0.0 version: 7.0.0(webpack@5.105.0(@swc/core@1.15.3)) @@ -1798,7 +1798,7 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 19.2.19(chokidar@4.0.1) + version: 20.3.16(chokidar@4.0.1) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme @@ -1811,34 +1811,34 @@ importers: devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.1902.19(chokidar@4.0.1) + version: 0.2003.16(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.16(@types/node@24.1.0)(chokidar@4.0.1) '@angular/common': specifier: catalog:angular - version: 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.18 + version: 20.3.16 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) + version: 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/platform-server': specifier: catalog:angular - version: 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/eslint-parser': specifier: 'catalog:' version: 7.28.6(@babel/core@7.28.6)(eslint@9.39.2(jiti@2.6.1)) @@ -1852,23 +1852,23 @@ importers: specifier: 'catalog:' version: 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@types/jasmine': - specifier: 2.8.24 - version: 2.8.24 + specifier: ~6.0.0 + version: 6.0.0 '@types/node': - specifier: 20.11.17 - version: 20.11.17 + specifier: ~24.1.0 + version: 24.1.0 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@webcomponents/custom-elements': specifier: 1.6.0 version: 1.6.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)) + version: 6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)) core-js: specifier: 2.6.12 version: 2.6.12 @@ -1883,13 +1883,13 @@ importers: version: 9.39.2(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(jk7o2besgysqasi55pf2gsskwa) + version: 1.1.9(vbqrb3ybmbpgibsy2ykutbjol4) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) jasmine: specifier: 5.12.0 version: 5.12.0 @@ -1910,10 +1910,10 @@ importers: version: 5.0.1(webpack@5.105.0(@swc/core@1.15.3)) ng-packagr: specifier: catalog:angular - version: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + version: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) puppeteer: specifier: 23.6.1 - version: 23.6.1(typescript@5.5.4) + version: 23.6.1(typescript@5.8.3) reflect-metadata: specifier: 0.1.13 version: 0.1.13 @@ -1927,14 +1927,14 @@ importers: specifier: 3.3.4 version: 3.3.4(webpack@5.105.0(@swc/core@1.15.3)) tslib: - specifier: 2.6.3 - version: 2.6.3 + specifier: 2.8.1 + version: 2.8.1 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 webpack: specifier: 5.105.0 - version: 5.105.0(@swc/core@1.15.3) + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) yargs: specifier: 17.7.2 version: 17.7.2 @@ -1965,7 +1965,7 @@ importers: version: 29.5.14 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-react: dependencies: @@ -2011,7 +2011,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(zus5oy45zzygxruuxyw45cxnei) + version: 1.1.9(qdifyizpynqwr7wfbsnu7ywtha) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) @@ -2026,7 +2026,7 @@ importers: version: 18.3.1(react@18.3.1) ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2081,7 +2081,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-themebuilder: dependencies: @@ -2206,7 +2206,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(yk3hzor2e2amfaivylw2eienvu) + version: 1.1.9(keyg3byfrhnxueagapguje7izu) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -2227,7 +2227,7 @@ importers: version: 29.7.0 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2341,58 +2341,114 @@ packages: '@adobe/css-tools@4.4.1': resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@algolia/abtesting@1.1.0': + resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} + engines: {node: '>= 14.0.0'} + '@algolia/abtesting@1.6.1': resolution: {integrity: sha512-wV/gNRkzb7sI9vs1OneG129hwe3Q5zPj7zigz3Ps7M5Lpo2hSorrOnXNodHEOV+yXE/ks4Pd+G3CDFIjFTWhMQ==} engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.35.0': + resolution: {integrity: sha512-uUdHxbfHdoppDVflCHMxRlj49/IllPwwQ2cQ8DLC4LXr3kY96AHBpW0dMyi6ygkn2MtFCc6BxXCzr668ZRhLBQ==} + engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.40.1': resolution: {integrity: sha512-cxKNATPY5t+Mv8XAVTI57altkaPH+DZi4uMrnexPxPHODMljhGYY+GDZyHwv9a+8CbZHcY372OkxXrDMZA4Lnw==} engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.35.0': + resolution: {integrity: sha512-SunAgwa9CamLcRCPnPHx1V2uxdQwJGqb1crYrRWktWUdld0+B2KyakNEeVn5lln4VyeNtW17Ia7V7qBWyM/Skw==} + engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.40.1': resolution: {integrity: sha512-XP008aMffJCRGAY8/70t+hyEyvqqV7YKm502VPu0+Ji30oefrTn2al7LXkITz7CK6I4eYXWRhN6NaIUi65F1OA==} engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.35.0': + resolution: {integrity: sha512-ipE0IuvHu/bg7TjT2s+187kz/E3h5ssfTtjpg1LbWMgxlgiaZIgTTbyynM7NfpSJSKsgQvCQxWjGUO51WSCu7w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.40.1': resolution: {integrity: sha512-gWfQuQUBtzUboJv/apVGZMoxSaB0M4Imwl1c9Ap+HpCW7V0KhjBddqF2QQt5tJZCOFsfNIgBbZDGsEPaeKUosw==} engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.35.0': + resolution: {integrity: sha512-UNbCXcBpqtzUucxExwTSfAe8gknAJ485NfPN6o1ziHm6nnxx97piIbcBQ3edw823Tej2Wxu1C0xBY06KgeZ7gA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.40.1': resolution: {integrity: sha512-RTLjST/t+lsLMouQ4zeLJq2Ss+UNkLGyNVu+yWHanx6kQ3LT5jv8UvPwyht9s7R6jCPnlSI77WnL80J32ZuyJg==} engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.35.0': + resolution: {integrity: sha512-/KWjttZ6UCStt4QnWoDAJ12cKlQ+fkpMtyPmBgSS2WThJQdSV/4UWcqCUqGH7YLbwlj3JjNirCu3Y7uRTClxvA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.40.1': resolution: {integrity: sha512-2FEK6bUomBzEYkTKzD0iRs7Ljtjb45rKK/VSkyHqeJnG+77qx557IeSO0qVFE3SfzapNcoytTofnZum0BQ6r3Q==} engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.35.0': + resolution: {integrity: sha512-8oCuJCFf/71IYyvQQC+iu4kgViTODbXDk3m7yMctEncRSRV+u2RtDVlpGGfPlJQOrAY7OONwJlSHkmbbm2Kp/w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.40.1': resolution: {integrity: sha512-Nju4NtxAvXjrV2hHZNLKVJLXjOlW6jAXHef/CwNzk1b2qIrCWDO589ELi5ZHH1uiWYoYyBXDQTtHmhaOVVoyXg==} engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.35.0': + resolution: {integrity: sha512-FfmdHTrXhIduWyyuko1YTcGLuicVbhUyRjO3HbXE4aP655yKZgdTIfMhZ/V5VY9bHuxv/fGEh3Od1Lvv2ODNTg==} + engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.40.1': resolution: {integrity: sha512-Mw6pAUF121MfngQtcUb5quZVqMC68pSYYjCRZkSITC085S3zdk+h/g7i6FxnVdbSU6OztxikSDMh1r7Z+4iPlA==} engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.35.0': + resolution: {integrity: sha512-gPzACem9IL1Co8mM1LKMhzn1aSJmp+Vp434An4C0OBY4uEJRcqsLN3uLBlY+bYvFg8C8ImwM9YRiKczJXRk0XA==} + engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.40.1': resolution: {integrity: sha512-z+BPlhs45VURKJIxsR99NNBWpUEEqIgwt10v/fATlNxc4UlXvALdOsWzaFfe89/lbP5Bu4+mbO59nqBC87ZM/g==} engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.35.0': + resolution: {integrity: sha512-w9MGFLB6ashI8BGcQoVt7iLgDIJNCn4OIu0Q0giE3M2ItNrssvb8C0xuwJQyTy1OFZnemG0EB1OvXhIHOvQwWw==} + engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.40.1': resolution: {integrity: sha512-VJMUMbO0wD8Rd2VVV/nlFtLJsOAQvjnVNGkMkspFiFhpBA7s/xJOb+fJvvqwKFUjbKTUA7DjiSi1ljSMYBasXg==} engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.35.0': + resolution: {integrity: sha512-AhrVgaaXAb8Ue0u2nuRWwugt0dL5UmRgS9LXe0Hhz493a8KFeZVUE56RGIV3hAa6tHzmAV7eIoqcWTQvxzlJeQ==} + engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.40.1': resolution: {integrity: sha512-ehvJLadKVwTp9Scg9NfzVSlBKH34KoWOQNTaN8i1Ac64AnO6iH2apJVSP6GOxssaghZ/s8mFQsDH3QIZoluFHA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.35.0': + resolution: {integrity: sha512-diY415KLJZ6x1Kbwl9u96Jsz0OstE3asjXtJ9pmk1d+5gPuQ5jQyEsgC+WmEXzlec3iuVszm8AzNYYaqw6B+Zw==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.40.1': resolution: {integrity: sha512-PbidVsPurUSQIr6X9/7s34mgOMdJnn0i6p+N6Ab+lsNhY5eiu+S33kZEpZwkITYBCIbhzDLOvb7xZD3gDi+USA==} engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.35.0': + resolution: {integrity: sha512-uydqnSmpAjrgo8bqhE9N1wgcB98psTRRQXcjc4izwMB7yRl9C8uuAQ/5YqRj04U0mMQ+fdu2fcNF6m9+Z1BzDQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.40.1': resolution: {integrity: sha512-ThZ5j6uOZCF11fMw9IBkhigjOYdXGXQpj6h4k+T9UkZrF2RlKcPynFzDeRgaLdpYk8Yn3/MnFbwUmib7yxj5Lw==} engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.35.0': + resolution: {integrity: sha512-RgLX78ojYOrThJHrIiPzT4HW3yfQa0D7K+MQ81rhxqaNyNBu4F1r+72LNHYH/Z+y9I1Mrjrd/c/Ue5zfDgAEjQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.40.1': resolution: {integrity: sha512-H1gYPojO6krWHnUXu/T44DrEun/Wl95PJzMXRcM/szstNQczSbwq6wIFJPI9nyE95tarZfUNU3rgorT+wZ6iCQ==} engines: {node: '>= 14.0.0'} @@ -2412,9 +2468,9 @@ packages: '@angular/build': optional: true - '@angular-devkit/architect@0.1902.19': - resolution: {integrity: sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2003.16': + resolution: {integrity: sha512-W7FPVhZzIeHVP/duuKepfZU66LpQ0k9YMHFhrGpzaUuHPOwKmza6+pjVvvti3g6jzT8b1uVlb+XlYgNPZ5jrPQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/architect@0.2100.3': resolution: {integrity: sha512-PcruWF0+IxXOTZd9MN/3y4A5aTfblALzT/+zWym26PtisaBgWQ3tRPQsf/CgT8EdmZl8eUOAWlNBSkbUj/S/lQ==} @@ -2424,27 +2480,33 @@ packages: resolution: {integrity: sha512-KKmZMXzHCX0cWHY7xo9yy1J0fV7S/suhPO00YTcHBgLivkLsnbI177CrmWiMdLxSJD3NqTVkBEMPFQ2I2ooDFw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/build-angular@19.2.19': - resolution: {integrity: sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-angular@20.3.16': + resolution: {integrity: sha512-SsJmxRnBTrivG3UiRy0gaU1mGupRCAiEKrKlW30oe6Dm0UoIVXDi4srpSEECcng5Obr3jFPzJE6P16/gfp3ZBw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.16 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 - jest: ^29.5.0 - jest-environment-jsdom: ^29.5.0 + jest: ^29.5.0 || ^30.2.0 + jest-environment-jsdom: ^29.5.0 || ^30.2.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + typescript: '>=5.8 <6.0' peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2518,9 +2580,9 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.1902.19': - resolution: {integrity: sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-webpack@0.2003.16': + resolution: {integrity: sha512-88c6jTNAzqVinwYswsHOJAinIUSq08PQd1PfRwoH7RXiZt8XzkSmeLmXKchtamSflDXdcnjNd+AZY29b279zDA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 @@ -2541,9 +2603,9 @@ packages: chokidar: optional: true - '@angular-devkit/core@19.2.19': - resolution: {integrity: sha512-JbLL+4IMLMBgjLZlnPG4lYDfz4zGrJ/s6Aoon321NJKuw1Kb1k5KpFu9dUY0BqLIe8xPQ2UJBpI+xXdK5MXMHQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/core@20.3.16': + resolution: {integrity: sha512-6L9Lpe3lbkyz32gzqxZGVC8MhXxXht+yV+4LUsb4+6T/mG/V9lW6UTW0dhwVOS3vpWMEwpy75XHT298t7HcKEg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 peerDependenciesMeta: @@ -2572,9 +2634,9 @@ packages: resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/schematics@19.2.19': - resolution: {integrity: sha512-J4Jarr0SohdrHcb40gTL4wGPCQ952IMWF1G/MSAQfBAPvA9ZKApYhpxcY7PmehVePve+ujpus1dGsJ7dPxz8Kg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@20.3.16': + resolution: {integrity: sha512-3K8QwTpKjnLo3hIvNzB9sTjrlkeRyMK0TxdwgTbwJseewGhXLl98oBoTCWM2ygtpskiWNpYqXJNIhoslNN65WQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@21.0.5': resolution: {integrity: sha512-U6Z/OEce3R9CJl8/xuVrNVp0uhv3Ac4wRjpG18kE0dh5R87ablhqr/wkP3rZbWpdGwuGSJ+cR7LE5IbwSswejA==} @@ -2586,25 +2648,33 @@ packages: peerDependencies: '@angular/core': 21.0.5 - '@angular/build@19.2.19': - resolution: {integrity: sha512-SFzQ1bRkNFiOVu+aaz+9INmts7tDUrsHLEr9HmARXr9qk5UmR8prlw39p2u+Bvi6/lCiJ18TZMQQl9mGyr63lg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/build@20.3.16': + resolution: {integrity: sha512-p1W3wwMG1Bs4tkPW7ceXO4woO1KCP28sjfpBJg32dIMW3dYSC+iWNmUkYS/wb4YEkqCV0wd6Apnd98mZjL6rNg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler': ^19.0.0 || ^19.2.0-next.0 - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.16 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + vitest: ^3.1.1 peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2621,6 +2691,8 @@ packages: optional: true tailwindcss: optional: true + vitest: + optional: true '@angular/build@21.0.3': resolution: {integrity: sha512-3h2s0Igruei1RB/Hmu7nwbKvjJQ2ykNaiicXYuS2muWUBhDg+lm0QsGTGXrQV2BD0M9YdHU4Byh9upiZgMYpjA==} @@ -2668,9 +2740,9 @@ packages: vitest: optional: true - '@angular/cli@19.2.19': - resolution: {integrity: sha512-e9tAzFNOL4mMWfMnpC9Up83OCTOp2siIj8W41FCp8jfoEnw79AXDDLh3d70kOayiObchksTJVShslTogLUyhMw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/cli@20.3.16': + resolution: {integrity: sha512-kjGp0ywIWebWrH6U5eCRkS4Tx1D/yMe2iT7DXMfEcLc8iMSrBozEriMJppbot9ou8O2LeEH5d1Nw0efNNo78Kw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true '@angular/cli@21.0.5': @@ -2678,11 +2750,11 @@ packages: engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@19.2.18': - resolution: {integrity: sha512-CrV02Omzw/QtfjlEVXVPJVXipdx83NuA+qSASZYrxrhKFusUZyK3P/Zznqg+wiAeNDbedQwMUVqoAARHf0xQrw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/common@20.3.16': + resolution: {integrity: sha512-GRAziNlntwdnJy3F+8zCOvDdy7id0gITjDnM6P9+n2lXvtDuBLGJKU3DWBbvxcCjtD6JK/g/rEX5fbCxbUHkQQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 19.2.18 + '@angular/core': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/common@21.0.5': @@ -2692,13 +2764,16 @@ packages: '@angular/core': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@19.2.18': - resolution: {integrity: sha512-N4TMtLfImJIoMaRL6mx7885UBeQidywptHH6ACZj71Ar6++DBc1mMlcwuvbeJCd3r3y8MQ5nLv5PZSN/tHr13w==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler-cli@20.3.16': + resolution: {integrity: sha512-l3xF/fXfJAl/UrNnH9Ufkr79myjMgXdHq1mmmph2UnpeqilRB1b8lC9sLBV9MipQHVn3dwocxMIvtrcryfOaXw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.18 - typescript: '>=5.5 <5.9' + '@angular/compiler': 20.3.16 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + typescript: + optional: true '@angular/compiler-cli@21.0.8': resolution: {integrity: sha512-+i/wFvi5FTg47Ei+aiFf8j3iYfjQ79ieg8oJM86+Mw4bNwEKQqvWcpmKjoqcfmCescuw0sr2DXU6OEeX+yWeVg==} @@ -2711,20 +2786,26 @@ packages: typescript: optional: true - '@angular/compiler@19.2.18': - resolution: {integrity: sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler@20.3.16': + resolution: {integrity: sha512-Pt9Ms9GwTThgzdxWBwMfN8cH1JEtQ2DK5dc2yxYtPSaD+WKmG9AVL1PrzIYQEbaKcWk2jxASUHpEWSlNiwo8uw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/compiler@21.0.8': resolution: {integrity: sha512-k/EPMuNvfn0eebEMmVcwhMlCWqzER/BEHVqTQCKsAAt7AuYZuluz7oR8Ypw96v3jbY+ZaH1ZvAzrK6URzryhOg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@19.2.18': - resolution: {integrity: sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/core@20.3.16': + resolution: {integrity: sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: + '@angular/compiler': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true + zone.js: + optional: true '@angular/core@21.0.7': resolution: {integrity: sha512-MvgRRse2PaEleQFp+35rj7ew5gBmBh3wp5yNDYPTiPaVp1I3fJ08VYSpldodaXmdkdWRB+OU4WJhnFkagyRx7A==} @@ -2739,13 +2820,13 @@ packages: zone.js: optional: true - '@angular/forms@19.2.18': - resolution: {integrity: sha512-pe40934jWhoS7DyGl7jyZdoj1gvBgur2t1zrJD+csEkTitYnW14+La2Pv6SW1pNX5nIzFsgsS9Nex1KcH5S6Tw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/forms@20.3.16': + resolution: {integrity: sha512-1yzbXpExTqATpVcqA3wGrq4ACFIP3mRxA4pbso5KoJU+/4JfzNFwLsDaFXKpm5uxwchVnj8KM2vPaDOkvtp7NA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/forms@21.0.5': @@ -2758,14 +2839,14 @@ packages: '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/platform-browser-dynamic@19.2.18': - resolution: {integrity: sha512-wqDtK2yVN5VDqVeOSOfqELdu40fyoIDknBGSxA27CEXzFVdMWJyIpuvUi+GMa+9eGjlS+1uVVBaRwxmnuvHj+A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser-dynamic@20.3.16': + resolution: {integrity: sha512-5mECCV9YeKH6ue239GXRTGeDSd/eTbM1j8dDejhm5cGnPBhTxRw4o+GgSrWTYtb6VmIYdwUGBTC+wCBphiaQ2A==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 '@angular/platform-browser-dynamic@21.0.5': resolution: {integrity: sha512-0P5vFSS6UhiU7IBeVqPEKmRhMtyQqyXGN9+zF7kLK8H0cx1j0eGVmHRsVuY2YKoVp97fXDIeVGSbO0t5ZcFhoA==} @@ -2776,13 +2857,13 @@ packages: '@angular/core': 21.0.5 '@angular/platform-browser': 21.0.5 - '@angular/platform-browser@19.2.18': - resolution: {integrity: sha512-eahtsHPyXTYLARs9YOlXhnXGgzw0wcyOcDkBvNWK/3lA0NHIgIHmQgXAmBo+cJ+g9skiEQTD2OmSrrwbFKWJkw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser@20.3.16': + resolution: {integrity: sha512-YsrLS6vyS77i4pVHg4gdSBW74qvzHjpQRTVQ5Lv/OxIjJdYYYkMmjNalCNgy1ZuyY6CaLIB11ccxhrNnxfKGOQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 19.2.18 - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 + '@angular/animations': 20.3.16 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 peerDependenciesMeta: '@angular/animations': optional: true @@ -2798,14 +2879,14 @@ packages: '@angular/animations': optional: true - '@angular/platform-server@19.2.18': - resolution: {integrity: sha512-AWxrnFkO4VP10oePIIBTbICMroCgqfiBLOp1lUzDU55NRz/h+o6se9nFvux02tyakBVHkJTXewbQeZJ1xNERkQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-server@20.3.16': + resolution: {integrity: sha512-LxQscYd3UCWV8H3sdlnM05UB60MZVuVsdsHvXdkJ9+WOQjVDN1l1rYhj2aDL/5KkaRd/nqo0yFRnVjwceXDJhQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@angular/platform-server@21.0.5': @@ -2818,13 +2899,13 @@ packages: '@angular/platform-browser': 21.0.5 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@19.2.18': - resolution: {integrity: sha512-7cimxtPODSwokFQ0TRYzX0ad8Yjrl0MJfzaDCJejd1n/q7RZ7KZmHd0DS/LkDNXVMEh4swr00fK+3YWG/Szsrg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/router@20.3.16': + resolution: {integrity: sha512-e1LiQFZaajKqc00cY5FboIrWJZSMnZ64GDp5R0UejritYrqorQQQNOqP1W85BMuY2owibMmxVfX+dJg/Mc8PuQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.18 - '@angular/core': 19.2.18 - '@angular/platform-browser': 19.2.18 + '@angular/common': 20.3.16 + '@angular/core': 20.3.16 + '@angular/platform-browser': 20.3.16 rxjs: ^6.5.3 || ^7.4.0 '@aspnet/signalr@1.0.27': @@ -2846,12 +2927,8 @@ packages: resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} - engines: {node: '>=6.9.0'} - - '@babel/core@7.26.9': - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} engines: {node: '>=6.9.0'} '@babel/core@7.28.4': @@ -2869,10 +2946,6 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.28.3': resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} @@ -2881,10 +2954,6 @@ packages: resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.3': resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} @@ -2905,12 +2974,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.27.1': - resolution: {integrity: sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.28.5': resolution: {integrity: sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==} engines: {node: '>=6.9.0'} @@ -3115,12 +3178,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.26.0': - resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.28.6': resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} engines: {node: '>=6.9.0'} @@ -3305,12 +3362,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1': - resolution: {integrity: sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0': resolution: {integrity: sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==} engines: {node: '>=6.9.0'} @@ -3323,12 +3374,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.0': - resolution: {integrity: sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-explicit-resource-management@7.28.6': resolution: {integrity: sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==} engines: {node: '>=6.9.0'} @@ -3539,12 +3584,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regexp-modifiers@7.27.1': - resolution: {integrity: sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-regexp-modifiers@7.28.6': resolution: {integrity: sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==} engines: {node: '>=6.9.0'} @@ -3563,12 +3602,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.26.10': - resolution: {integrity: sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.28.3': resolution: {integrity: sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==} engines: {node: '>=6.9.0'} @@ -3641,12 +3674,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.26.9': - resolution: {integrity: sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/preset-env@7.28.3': resolution: {integrity: sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==} engines: {node: '>=6.9.0'} @@ -3686,6 +3713,10 @@ packages: resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.4': resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} @@ -3856,8 +3887,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.4': - resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==} + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -3880,8 +3911,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.4': - resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==} + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -3904,8 +3935,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.4': - resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==} + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -3928,8 +3959,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.4': - resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==} + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -3952,8 +3983,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.4': - resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==} + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -3976,8 +4007,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.4': - resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==} + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -4000,8 +4031,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.4': - resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==} + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -4024,8 +4055,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.4': - resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==} + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -4048,8 +4079,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.4': - resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==} + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -4072,8 +4103,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.4': - resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==} + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -4096,8 +4127,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.4': - resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==} + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -4126,8 +4157,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.4': - resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==} + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -4150,8 +4181,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.4': - resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==} + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -4174,8 +4205,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.4': - resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==} + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -4198,8 +4229,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.4': - resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==} + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -4222,8 +4253,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.4': - resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==} + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -4246,8 +4277,8 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.4': - resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==} + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} engines: {node: '>=18'} cpu: [x64] os: [linux] @@ -4264,8 +4295,8 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.25.4': - resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -4288,8 +4319,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.4': - resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==} + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -4306,8 +4337,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.25.4': - resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -4330,8 +4361,8 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.4': - resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==} + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] @@ -4342,6 +4373,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/openharmony-arm64@0.26.0': resolution: {integrity: sha512-nUHZ5jEYqbBthbiBksbmHTlbb5eElyVfs/s1iHQ8rLBq1eWsd5maOnDpCocw1OM8kFK747d1Xms8dXJHtduxSw==} engines: {node: '>=18'} @@ -4360,8 +4397,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.4': - resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -4384,8 +4421,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.4': - resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==} + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -4408,8 +4445,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.4': - resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==} + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -4432,8 +4469,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.4': - resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==} + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -4564,8 +4601,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.19': - resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} + '@inquirer/confirm@5.1.14': + resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4573,8 +4610,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.21': - resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} + '@inquirer/confirm@5.1.19': + resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4582,8 +4619,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.6': - resolution: {integrity: sha512-6ZXYK3M1XmaVBZX6FCfChgtponnL0R6I7k8Nu+kaoNkT828FVZTcca1MqmWQipaW2oNREQl5AaPCUOOCVNdRMw==} + '@inquirer/confirm@5.1.21': + resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4658,8 +4695,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.3.2': - resolution: {integrity: sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==} + '@inquirer/prompts@7.8.2': + resolution: {integrity: sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4703,10 +4740,6 @@ packages: '@types/node': optional: true - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@3.0.10': resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==} engines: {node: '>=18'} @@ -4961,11 +4994,12 @@ packages: '@lezer/lr@1.4.2': resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} - '@listr2/prompt-adapter-inquirer@2.0.18': - resolution: {integrity: sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==} - engines: {node: '>=18.0.0'} + '@listr2/prompt-adapter-inquirer@3.0.1': + resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' + listr2: 9.0.1 '@listr2/prompt-adapter-inquirer@3.0.5': resolution: {integrity: sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==} @@ -4979,8 +5013,8 @@ packages: cpu: [arm64] os: [darwin] - '@lmdb/lmdb-darwin-arm64@3.2.6': - resolution: {integrity: sha512-yF/ih9EJJZc72psFQbwnn8mExIWfTnzWJg+N02hnpXtDPETYLmQswIMBn7+V88lfCaFrMozJsUvcEQIkEPU0Gg==} + '@lmdb/lmdb-darwin-arm64@3.4.2': + resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} cpu: [arm64] os: [darwin] @@ -4994,8 +5028,8 @@ packages: cpu: [x64] os: [darwin] - '@lmdb/lmdb-darwin-x64@3.2.6': - resolution: {integrity: sha512-5BbCumsFLbCi586Bb1lTWQFkekdQUw8/t8cy++Uq251cl3hbDIGEwD9HAwh8H6IS2F6QA9KdKmO136LmipRNkg==} + '@lmdb/lmdb-darwin-x64@3.4.2': + resolution: {integrity: sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==} cpu: [x64] os: [darwin] @@ -5009,8 +5043,8 @@ packages: cpu: [arm64] os: [linux] - '@lmdb/lmdb-linux-arm64@3.2.6': - resolution: {integrity: sha512-l5VmJamJ3nyMmeD1ANBQCQqy7do1ESaJQfKPSm2IG9/ADZryptTyCj8N6QaYgIWewqNUrcbdMkJajRQAt5Qjfg==} + '@lmdb/lmdb-linux-arm64@3.4.2': + resolution: {integrity: sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==} cpu: [arm64] os: [linux] @@ -5024,8 +5058,8 @@ packages: cpu: [arm] os: [linux] - '@lmdb/lmdb-linux-arm@3.2.6': - resolution: {integrity: sha512-+6XgLpMb7HBoWxXj+bLbiiB4s0mRRcDPElnRS3LpWRzdYSe+gFk5MT/4RrVNqd2MESUDmb53NUXw1+BP69bjiQ==} + '@lmdb/lmdb-linux-arm@3.4.2': + resolution: {integrity: sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==} cpu: [arm] os: [linux] @@ -5039,8 +5073,8 @@ packages: cpu: [x64] os: [linux] - '@lmdb/lmdb-linux-x64@3.2.6': - resolution: {integrity: sha512-nDYT8qN9si5+onHYYaI4DiauDMx24OAiuZAUsEqrDy+ja/3EbpXPX/VAkMV8AEaQhy3xc4dRC+KcYIvOFefJ4Q==} + '@lmdb/lmdb-linux-x64@3.4.2': + resolution: {integrity: sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==} cpu: [x64] os: [linux] @@ -5049,6 +5083,11 @@ packages: cpu: [x64] os: [linux] + '@lmdb/lmdb-win32-arm64@3.4.2': + resolution: {integrity: sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==} + cpu: [arm64] + os: [win32] + '@lmdb/lmdb-win32-arm64@3.4.3': resolution: {integrity: sha512-yWVR0e5Gl35EGJBsAuqPOdjtUYuN8CcTLKrqpQFoM+KsMadViVCulhKNhkcjSGJB88Am5bRPjMro4MBB9FS23Q==} cpu: [arm64] @@ -5059,8 +5098,8 @@ packages: cpu: [x64] os: [win32] - '@lmdb/lmdb-win32-x64@3.2.6': - resolution: {integrity: sha512-XlqVtILonQnG+9fH2N3Aytria7P/1fwDgDhl29rde96uH2sLB8CHORIf2PfuLVzFQJ7Uqp8py9AYwr3ZUCFfWg==} + '@lmdb/lmdb-win32-x64@3.4.2': + resolution: {integrity: sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==} cpu: [x64] os: [win32] @@ -5234,12 +5273,12 @@ packages: '@napi-rs/wasm-runtime@1.1.0': resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} - '@ngtools/webpack@19.2.19': - resolution: {integrity: sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@ngtools/webpack@20.3.16': + resolution: {integrity: sha512-yXxo0CKkCa9SuP05OskOeFt9l1wirCzh7MhwW1S18Rpi6cyPbV1bc7GEz05+dfi5Ee8Dlbx3sbmdty0xtHvFQw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - typescript: '>=5.5 <5.9' + '@angular/compiler-cli': ^20.0.0 + typescript: '>=5.8 <6.0' webpack: ^5.54.0 '@ngtools/webpack@21.0.3': @@ -5269,26 +5308,14 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/agent@3.0.0': - resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/agent@4.0.0': resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/fs@4.0.0': - resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/fs@5.0.0': resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@6.0.3': - resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/git@7.0.1': resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5298,18 +5325,15 @@ packages: engines: {node: ^18.17.0 || >=20.5.0} hasBin: true - '@npmcli/node-gyp@4.0.0': - resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/installed-package-contents@4.0.0': + resolution: {integrity: sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true '@npmcli/node-gyp@5.0.0': resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@6.1.1': - resolution: {integrity: sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/package-json@7.0.4': resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5322,10 +5346,6 @@ packages: resolution: {integrity: sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/redact@3.2.0': - resolution: {integrity: sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/redact@4.0.0': resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5334,10 +5354,6 @@ packages: resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@9.1.0': - resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@nrwl/nx-cloud@19.1.0': resolution: {integrity: sha512-krngXVPfX0Zf6+zJDtcI59/Pt3JfcMPMZ9C/+/x6rvz4WGgyv1s0MI4crEUM0Lx5ZpS4QI0WNDCFVQSfGEBXUg==} @@ -6019,8 +6035,8 @@ packages: cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.34.8': - resolution: {integrity: sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==} + '@rollup/rollup-android-arm-eabi@4.52.3': + resolution: {integrity: sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==} cpu: [arm] os: [android] @@ -6034,8 +6050,8 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.34.8': - resolution: {integrity: sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==} + '@rollup/rollup-android-arm64@4.52.3': + resolution: {integrity: sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==} cpu: [arm64] os: [android] @@ -6049,8 +6065,8 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.34.8': - resolution: {integrity: sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==} + '@rollup/rollup-darwin-arm64@4.52.3': + resolution: {integrity: sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==} cpu: [arm64] os: [darwin] @@ -6064,8 +6080,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.34.8': - resolution: {integrity: sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==} + '@rollup/rollup-darwin-x64@4.52.3': + resolution: {integrity: sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==} cpu: [x64] os: [darwin] @@ -6074,8 +6090,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.34.8': - resolution: {integrity: sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==} + '@rollup/rollup-freebsd-arm64@4.52.3': + resolution: {integrity: sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==} cpu: [arm64] os: [freebsd] @@ -6084,8 +6100,8 @@ packages: cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.34.8': - resolution: {integrity: sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==} + '@rollup/rollup-freebsd-x64@4.52.3': + resolution: {integrity: sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==} cpu: [x64] os: [freebsd] @@ -6099,8 +6115,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': - resolution: {integrity: sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==} + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': + resolution: {integrity: sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==} cpu: [arm] os: [linux] @@ -6114,8 +6130,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.34.8': - resolution: {integrity: sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==} + '@rollup/rollup-linux-arm-musleabihf@4.52.3': + resolution: {integrity: sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==} cpu: [arm] os: [linux] @@ -6129,8 +6145,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.34.8': - resolution: {integrity: sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==} + '@rollup/rollup-linux-arm64-gnu@4.52.3': + resolution: {integrity: sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==} cpu: [arm64] os: [linux] @@ -6144,8 +6160,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.34.8': - resolution: {integrity: sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==} + '@rollup/rollup-linux-arm64-musl@4.52.3': + resolution: {integrity: sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==} cpu: [arm64] os: [linux] @@ -6154,13 +6170,13 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.53.3': - resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} + '@rollup/rollup-linux-loong64-gnu@4.52.3': + resolution: {integrity: sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': - resolution: {integrity: sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==} + '@rollup/rollup-linux-loong64-gnu@4.53.3': + resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} cpu: [loong64] os: [linux] @@ -6169,8 +6185,8 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': - resolution: {integrity: sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==} + '@rollup/rollup-linux-ppc64-gnu@4.52.3': + resolution: {integrity: sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==} cpu: [ppc64] os: [linux] @@ -6184,8 +6200,8 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.34.8': - resolution: {integrity: sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==} + '@rollup/rollup-linux-riscv64-gnu@4.52.3': + resolution: {integrity: sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==} cpu: [riscv64] os: [linux] @@ -6194,6 +6210,11 @@ packages: cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.52.3': + resolution: {integrity: sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.53.3': resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} cpu: [riscv64] @@ -6204,8 +6225,8 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.34.8': - resolution: {integrity: sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==} + '@rollup/rollup-linux-s390x-gnu@4.52.3': + resolution: {integrity: sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==} cpu: [s390x] os: [linux] @@ -6219,8 +6240,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.34.8': - resolution: {integrity: sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==} + '@rollup/rollup-linux-x64-gnu@4.52.3': + resolution: {integrity: sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==} cpu: [x64] os: [linux] @@ -6234,8 +6255,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.34.8': - resolution: {integrity: sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==} + '@rollup/rollup-linux-x64-musl@4.52.3': + resolution: {integrity: sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==} cpu: [x64] os: [linux] @@ -6244,6 +6265,11 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-openharmony-arm64@4.52.3': + resolution: {integrity: sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==} + cpu: [arm64] + os: [openharmony] + '@rollup/rollup-openharmony-arm64@4.53.3': resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} cpu: [arm64] @@ -6254,8 +6280,8 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.34.8': - resolution: {integrity: sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==} + '@rollup/rollup-win32-arm64-msvc@4.52.3': + resolution: {integrity: sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==} cpu: [arm64] os: [win32] @@ -6269,8 +6295,8 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.34.8': - resolution: {integrity: sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==} + '@rollup/rollup-win32-ia32-msvc@4.52.3': + resolution: {integrity: sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==} cpu: [ia32] os: [win32] @@ -6279,6 +6305,11 @@ packages: cpu: [ia32] os: [win32] + '@rollup/rollup-win32-x64-gnu@4.52.3': + resolution: {integrity: sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-gnu@4.53.3': resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} cpu: [x64] @@ -6289,8 +6320,8 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.34.8': - resolution: {integrity: sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==} + '@rollup/rollup-win32-x64-msvc@4.52.3': + resolution: {integrity: sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==} cpu: [x64] os: [win32] @@ -6311,58 +6342,34 @@ packages: resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@schematics/angular@19.2.19': - resolution: {integrity: sha512-6/0pvbPCY4UHeB4lnM/5r250QX5gcLgOYbR5FdhFu+22mOPHfWpRc5tNuY9kCephDHzAHjo6fTW1vefOOmA4jw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@20.3.16': + resolution: {integrity: sha512-KeOcsM5piwv/6tUKBmLD1zXTwtJlZBnR2WM/4T9ImaQbmFGe1MMHUABT5SQ3Bifv1YKCw58ImxiaQUY9sdNqEQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@21.0.5': resolution: {integrity: sha512-uNBIilq5bGnln3D7Nbm3/K+Ot++eGj4rygU0DCw//IZiTQU/iSyF3UAsN++iRetu/OMs+97T/RoGPjD22ryiZg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@sigstore/bundle@3.1.0': - resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/bundle@4.0.0': resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@2.0.0': - resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/core@3.0.0': resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/protobuf-specs@0.4.1': - resolution: {integrity: sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@3.1.0': - resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.0.1': resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@3.1.1': - resolution: {integrity: sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/tuf@4.0.0': resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@2.1.1': - resolution: {integrity: sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/verify@3.0.0': resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6373,10 +6380,6 @@ packages: '@sinclair/typebox@0.34.48': resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==} - '@sindresorhus/merge-streams@2.3.0': - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} - '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -6656,10 +6659,6 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@3.0.1': - resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@tufjs/models@4.0.0': resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6814,12 +6813,12 @@ packages: '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} - '@types/jasmine@2.8.24': - resolution: {integrity: sha512-AUiYOhMC7FV7risPijqkhCetw8Ar2Hk3Y5YOCBWRCAYd3KJX/nF13aF2xyRe4E4QH7fKo8fZWmX/V7lb6rZhMA==} - '@types/jasmine@5.1.4': resolution: {integrity: sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} + '@types/jest@29.5.14': resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} @@ -6883,6 +6882,9 @@ packages: '@types/node@20.14.5': resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} + '@types/node@24.1.0': + resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -7324,12 +7326,6 @@ packages: cpu: [x64] os: [win32] - '@vitejs/plugin-basic-ssl@1.2.0': - resolution: {integrity: sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==} - engines: {node: '>=14.21.3'} - peerDependencies: - vite: ^6.4.1 - '@vitejs/plugin-basic-ssl@2.1.0': resolution: {integrity: sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -7658,10 +7654,6 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - abbrev@3.0.1: - resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} - engines: {node: ^18.17.0 || >=20.5.0} - abbrev@4.0.0: resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -7790,6 +7782,10 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + algoliasearch@5.35.0: + resolution: {integrity: sha512-Y+moNhsqgLmvJdgTsO4GZNgsaDWv8AOGAaPeIeHKlDn/XunoAqYbA+XNpBd1dW8GOXAUDyxC9Rxc7AV4kpFcIg==} + engines: {node: '>= 14.0.0'} + algoliasearch@5.40.1: resolution: {integrity: sha512-iUNxcXUNg9085TJx0HJLjqtDE0r1RZ0GOGrt8KNQqQT5ugu8lZsHuMUYW/e0lHhq6xBvmktU9Bw4CXP9VQeKrg==} engines: {node: '>= 14.0.0'} @@ -8172,13 +8168,6 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.21: resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} @@ -8264,13 +8253,6 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5.61.0' - babel-loader@9.2.1: - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} - peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' - babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} @@ -8315,11 +8297,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.13.0: resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: @@ -8494,10 +8471,6 @@ packages: bcrypt-pbkdf@1.0.2: resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} - beasties@0.3.2: - resolution: {integrity: sha512-p4AF8uYzm9Fwu8m/hSVTCPXrRBPmB34hQpHsec2KOaR9CZmgoU8IOv4Cvwq4hgz2p4hLMNbsdNl5XeA6XbAQwA==} - engines: {node: '>=14.0.0'} - beasties@0.3.5: resolution: {integrity: sha512-NaWu+f4YrJxEttJSm16AzMIFtVldCvaJ68b1L098KpqXmxt9xOLtKoLkKxb8ekhOrLqEJAbvT6n6SEvB/sac7A==} engines: {node: '>=14.0.0'} @@ -8681,10 +8654,6 @@ packages: resolution: {integrity: sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==} engines: {node: '>=6.0.0'} - cacache@19.0.1: - resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} - engines: {node: ^18.17.0 || >=20.5.0} - cacache@20.0.3: resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -9119,6 +9088,10 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} + engines: {node: '>=20'} + commander@2.11.0: resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} @@ -9253,12 +9226,6 @@ packages: copy-props@2.0.5: resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} - copy-webpack-plugin@12.0.2: - resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} - engines: {node: '>= 18.12.0'} - peerDependencies: - webpack: ^5.1.0 - copy-webpack-plugin@13.0.1: resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} engines: {node: '>= 18.12.0'} @@ -9392,9 +9359,6 @@ packages: css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} - css-select@5.1.0: - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} - css-select@6.0.0: resolution: {integrity: sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==} @@ -10371,8 +10335,8 @@ packages: cpu: [x64] os: [sunos] - esbuild-wasm@0.25.4: - resolution: {integrity: sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ==} + esbuild-wasm@0.25.9: + resolution: {integrity: sha512-Jpv5tCSwQg18aCqCRD3oHIX/prBhXMDapIoG//A+6+dV0e7KQMGFg85ihJ5T1EeMjbZjON3TqFy0VrGAnIHLDA==} engines: {node: '>=18'} hasBin: true @@ -10414,8 +10378,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.25.4: - resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} engines: {node: '>=18'} hasBin: true @@ -11075,9 +11039,9 @@ packages: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} - find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + find-cache-directory@6.0.0: + resolution: {integrity: sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==} + engines: {node: '>=20'} find-up-simple@1.0.1: resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} @@ -11099,10 +11063,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - findup-sync@2.0.0: resolution: {integrity: sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==} engines: {node: '>= 0.10'} @@ -11526,10 +11486,6 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} - globby@14.1.0: - resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} - engines: {node: '>=18'} - globby@5.0.0: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} @@ -11904,10 +11860,6 @@ packages: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} - hosted-git-info@8.1.0: - resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} - engines: {node: ^18.17.0 || >=20.5.0} - hosted-git-info@9.0.2: resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12129,10 +12081,6 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - ignore-walk@7.0.0: - resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ignore-walk@8.0.0: resolution: {integrity: sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12380,10 +12328,6 @@ packages: resolution: {integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==} hasBin: true - is-core-module@2.15.1: - resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} - engines: {node: '>= 0.4'} - is-core-module@2.16.1: resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} engines: {node: '>= 0.4'} @@ -12699,6 +12643,10 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + is-unicode-supported@2.1.0: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} @@ -13171,10 +13119,6 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@4.0.0: - resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} - engines: {node: ^18.17.0 || >=20.5.0} - json-parse-even-better-errors@5.0.0: resolution: {integrity: sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13378,19 +13322,6 @@ packages: resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} engines: {node: '>=10.13.0'} - less-loader@12.2.0: - resolution: {integrity: sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==} - engines: {node: '>= 18.12.0'} - peerDependencies: - '@rspack/core': 0.x || 1.x - less: ^3.5.0 || ^4.0.0 - webpack: ^5.0.0 - peerDependenciesMeta: - '@rspack/core': - optional: true - webpack: - optional: true - less-loader@12.3.0: resolution: {integrity: sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==} engines: {node: '>= 18.12.0'} @@ -13404,9 +13335,9 @@ packages: webpack: optional: true - less@4.2.2: - resolution: {integrity: sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==} - engines: {node: '>=6'} + less@4.4.0: + resolution: {integrity: sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==} + engines: {node: '>=14'} hasBin: true less@4.4.2: @@ -13535,9 +13466,9 @@ packages: enquirer: optional: true - listr2@8.2.5: - resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} - engines: {node: '>=18.0.0'} + listr2@9.0.1: + resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + engines: {node: '>=20.0.0'} listr2@9.0.5: resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} @@ -13547,8 +13478,8 @@ packages: resolution: {integrity: sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==} hasBin: true - lmdb@3.2.6: - resolution: {integrity: sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ==} + lmdb@3.4.2: + resolution: {integrity: sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==} hasBin: true lmdb@3.4.3: @@ -13587,10 +13518,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} @@ -13671,6 +13598,10 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} + log-symbols@6.0.0: + resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} + engines: {node: '>=18'} + log-symbols@7.0.1: resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==} engines: {node: '>=18'} @@ -13771,6 +13702,9 @@ packages: magic-string@0.30.19: resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} @@ -13786,10 +13720,6 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@14.0.3: - resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - make-fetch-happen@15.0.3: resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14055,12 +13985,6 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - mini-css-extract-plugin@2.9.2: - resolution: {integrity: sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - mini-css-extract-plugin@2.9.4: resolution: {integrity: sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==} engines: {node: '>= 12.13.0'} @@ -14111,10 +14035,6 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@4.0.1: - resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} - engines: {node: ^18.17.0 || >=20.5.0} - minipass-fetch@5.0.0: resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14242,10 +14162,6 @@ packages: resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} engines: {node: '>= 0.10'} - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - mute-stream@2.0.0: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -14335,6 +14251,19 @@ packages: tailwindcss: optional: true + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + hasBin: true + peerDependencies: + '@angular/compiler-cli': ^20.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + tailwindcss: + optional: true + nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -14379,11 +14308,6 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@11.2.0: - resolution: {integrity: sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - node-gyp@12.1.0: resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14430,11 +14354,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - nopt@8.1.0: - resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - nopt@9.0.0: resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14471,9 +14390,9 @@ packages: resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} engines: {node: ^18.17.0 || >=20.5.0} - npm-install-checks@7.1.1: - resolution: {integrity: sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-bundled@5.0.0: + resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} + engines: {node: ^20.17.0 || >=22.9.0} npm-install-checks@8.0.0: resolution: {integrity: sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==} @@ -14487,9 +14406,9 @@ packages: resolution: {integrity: sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==} engines: {node: ^20.17.0 || >=22.9.0} - npm-package-arg@12.0.2: - resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@13.0.0: + resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} + engines: {node: ^20.17.0 || >=22.9.0} npm-package-arg@13.0.1: resolution: {integrity: sha512-6zqls5xFvJbgFjB1B2U6yITtyGBjDBORB7suI4zA4T/sZ1OmkMFlaQSNB/4K0LtXNA1t4OprAFxPisadK5O2ag==} @@ -14499,22 +14418,10 @@ packages: resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@9.0.0: - resolution: {integrity: sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==} - engines: {node: ^18.17.0 || >=20.5.0} - - npm-pick-manifest@10.0.0: - resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-pick-manifest@11.0.3: resolution: {integrity: sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==} engines: {node: ^20.17.0 || >=22.9.0} - npm-registry-fetch@18.0.2: - resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-registry-fetch@19.1.1: resolution: {integrity: sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14694,10 +14601,6 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - open@10.1.0: - resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} - engines: {node: '>=18'} - open@10.2.0: resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} @@ -14740,6 +14643,10 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} + ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} + engines: {node: '>=18'} + ora@9.0.0: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} @@ -14788,10 +14695,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -14804,10 +14707,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map@1.2.0: resolution: {integrity: sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==} engines: {node: '>=4'} @@ -14839,16 +14738,16 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@20.0.0: - resolution: {integrity: sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - pacote@21.0.3: resolution: {integrity: sha512-itdFlanxO0nmQv4ORsvA9K1wv40IPfB9OmWqfaJWvoJ30VKyHsqNgDVeG+TVhI7Gk7XW8slUy7cA9r6dF5qohw==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true + pacote@21.0.4: + resolution: {integrity: sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true + pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} @@ -14904,18 +14803,12 @@ packages: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} - parse5-html-rewriting-stream@7.0.0: - resolution: {integrity: sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==} - parse5-html-rewriting-stream@8.0.0: resolution: {integrity: sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==} parse5-htmlparser2-tree-adapter@6.0.1: resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} - parse5-sax-parser@7.0.0: - resolution: {integrity: sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==} - parse5-sax-parser@8.0.0: resolution: {integrity: sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==} @@ -14963,10 +14856,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -15023,10 +14912,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path-type@6.0.0: - resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} - engines: {node: '>=18'} - pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -15123,9 +15008,9 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + pkg-dir@8.0.0: + resolution: {integrity: sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==} + engines: {node: '>=18'} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -15283,10 +15168,6 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -15725,10 +15606,6 @@ packages: reflect.ownkeys@1.1.4: resolution: {integrity: sha512-iUNmtLgzudssL+qnTUosCmnq3eczlrVd1wXrgx/GhiI/8FvwrTYWtCJ9PNvWIRX+4ftupj2WUfB5mu5s9t6LnA==} - regenerate-unicode-properties@10.2.0: - resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==} - engines: {node: '>=4'} - regenerate-unicode-properties@10.2.2: resolution: {integrity: sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==} engines: {node: '>=4'} @@ -15772,10 +15649,6 @@ packages: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} - regexpu-core@6.2.0: - resolution: {integrity: sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==} - engines: {node: '>=4'} - regexpu-core@6.4.0: resolution: {integrity: sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==} engines: {node: '>=4'} @@ -16022,13 +15895,20 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rollup-plugin-dts@6.3.0: + resolution: {integrity: sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==} + engines: {node: '>=16'} + peerDependencies: + rollup: ^3.29.4 || ^4 + typescript: ^4.5 || ^5.0 + rollup@4.22.4: resolution: {integrity: sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.34.8: - resolution: {integrity: sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==} + rollup@4.52.3: + resolution: {integrity: sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -16354,8 +16234,8 @@ packages: engines: {node: '>=14'} hasBin: true - sass@1.85.0: - resolution: {integrity: sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==} + sass@1.90.0: + resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==} engines: {node: '>=14.0.0'} hasBin: true @@ -16601,10 +16481,6 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@3.1.0: - resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} - engines: {node: ^18.17.0 || >=20.5.0} - sigstore@4.0.0: resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -16629,10 +16505,6 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} @@ -17175,10 +17047,6 @@ packages: '@swc/core': ^1.2.147 webpack: '>=2' - symbol-observable@4.0.0: - resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} - engines: {node: '>=0.10'} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -17243,6 +17111,7 @@ packages: tar@7.5.7: resolution: {integrity: sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me teex@1.0.1: resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} @@ -17285,8 +17154,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.39.0: - resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==} + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} hasBin: true @@ -17424,6 +17293,10 @@ packages: tiny-invariant@1.3.3: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} @@ -17689,10 +17562,6 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@3.0.1: - resolution: {integrity: sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==} - engines: {node: ^18.17.0 || >=20.5.0} - tuf-js@4.0.0: resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17803,11 +17672,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} engines: {node: '>=14.17'} @@ -17863,6 +17727,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@7.8.0: + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} + undici@7.16.0: resolution: {integrity: sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==} engines: {node: '>=20.18.1'} @@ -17875,10 +17742,6 @@ packages: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} engines: {node: '>=4'} - unicode-match-property-value-ecmascript@2.2.0: - resolution: {integrity: sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==} - engines: {node: '>=4'} - unicode-match-property-value-ecmascript@2.2.1: resolution: {integrity: sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==} engines: {node: '>=4'} @@ -17887,10 +17750,6 @@ packages: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicorn-magic@0.3.0: - resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} - engines: {node: '>=18'} - unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} @@ -17902,18 +17761,10 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-filename@4.0.0: - resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-filename@5.0.0: resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} engines: {node: ^20.17.0 || >=22.9.0} - unique-slug@5.0.0: - resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-slug@6.0.0: resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -18250,6 +18101,46 @@ packages: yaml: optional: true + vite@7.1.11: + resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vite@7.2.2: resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==} engines: {node: ^20.19.0 || >=22.12.0} @@ -18575,16 +18466,6 @@ packages: webpack-cli: optional: true - webpack@5.98.0: - resolution: {integrity: sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} @@ -18856,10 +18737,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yoctocolors-cjs@2.1.3: resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} engines: {node: '>=18'} @@ -18908,6 +18785,13 @@ snapshots: '@adobe/css-tools@4.4.1': {} + '@algolia/abtesting@1.1.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/abtesting@1.6.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18915,6 +18799,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-abtesting@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-abtesting@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18922,6 +18813,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-analytics@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-analytics@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18929,8 +18827,17 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-common@5.35.0': {} + '@algolia/client-common@5.40.1': {} + '@algolia/client-insights@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-insights@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18938,6 +18845,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-personalization@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-personalization@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18945,6 +18859,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-query-suggestions@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-query-suggestions@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18952,6 +18873,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/client-search@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-search@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18959,6 +18887,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/ingestion@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/ingestion@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18966,6 +18901,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/monitoring@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/monitoring@1.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18973,6 +18915,13 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/recommend@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/recommend@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18980,14 +18929,26 @@ snapshots: '@algolia/requester-fetch': 5.40.1 '@algolia/requester-node-http': 5.40.1 + '@algolia/requester-browser-xhr@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-fetch@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-fetch@5.40.1': dependencies: '@algolia/client-common': 5.40.1 + '@algolia/requester-node-http@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-node-http@5.40.1': dependencies: '@algolia/client-common': 5.40.1 @@ -18997,18 +18958,18 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@19.2.19(ihfqmcfqwotmudgtxv6gdppiha))(@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1))': + '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.16(vj7fuoslv5rsvi6waua4rggple))(@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq))': dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 19.2.19(ihfqmcfqwotmudgtxv6gdppiha) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1) + '@angular-devkit/build-angular': 20.3.16(vj7fuoslv5rsvi6waua4rggple) + '@angular/build': 20.3.16(brvwwxl36fwcpirwa3vvmofdwq) - '@angular-devkit/architect@0.1902.19(chokidar@4.0.1)': + '@angular-devkit/architect@0.2003.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - rxjs: 7.8.1 + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19026,161 +18987,73 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@19.2.19(2d5z3y5cbxqmaehqzkittgqznm)': + '@angular-devkit/build-angular@20.3.16(t2k4gc2iakj7a4od6zj4idtpnm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 - '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) - ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 - fast-glob: 3.3.3 - http-proxy-middleware: 3.0.5 - istanbul-lib-instrument: 6.0.3 - jsonc-parser: 3.3.1 - karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - source-map-support: 0.5.21 - terser: 5.39.0 - tree-kill: 1.2.2 - tslib: 2.8.1 - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-environment-jsdom: 29.7.0 - karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - transitivePeerDependencies: - - '@angular/compiler' - - '@rspack/core' - - '@swc/core' - - '@types/node' - - bufferutil - - chokidar - - debug - - html-webpack-plugin - - jiti - - lightningcss - - node-sass - - sass-embedded - - stylus - - sugarss - - supports-color - - tsx - - uglify-js - - utf-8-validate - - vite - - webpack-cli - - yaml - - '@angular-devkit/build-angular@19.2.19(ihfqmcfqwotmudgtxv6gdppiha)': - dependencies: - '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular/build': 20.3.16(57it5ftdfvb7be6r2u7iy5fysm) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@ngtools/webpack': 20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.2(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19200,75 +19073,77 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@21.0.3(f565cn6xz3u6lqo5aq6ogeqy5i)': + '@angular-devkit/build-angular@20.3.16(vj7fuoslv5rsvi6waua4rggple)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.2100.3(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - '@angular-devkit/core': 21.0.3(chokidar@4.0.1) - '@angular/build': 21.0.3(o62fjw2el66grbjc3owazte63i) - '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3) - '@babel/core': 7.28.4 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular/build': 20.3.16(frdtceomeqhsoed5xmfmhe33ni) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 '@babel/generator': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.4) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.4) - '@babel/preset-env': 7.28.3(@babel/core@7.28.4) - '@babel/runtime': 7.28.4 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 21.0.3(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + '@ngtools/webpack': 20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.4)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - browserslist: 4.28.0 - copy-webpack-plugin: 13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - css-loader: 7.1.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - esbuild-wasm: 0.26.0 + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + browserslist: 4.28.1 + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + esbuild-wasm: 0.25.9 + fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.4.2 - less-loader: 12.3.0(less@4.4.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - license-webpack-plugin: 4.0.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) open: 10.2.0 - ora: 9.0.0 + ora: 8.2.0 picomatch: 4.0.3 piscina: 5.1.3 postcss: 8.5.6 - postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 - sass: 1.93.2 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.93.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - semver: 7.7.3 - source-map-loader: 5.0.0(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 - terser: 5.44.0 - tinyglobby: 0.2.15 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 - typescript: 5.9.3 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware: 7.4.5(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - webpack-dev-server: 5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + typescript: 5.8.3 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.2(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: - '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.26.0 - jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + esbuild: 0.25.9 + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-environment-jsdom: 29.7.0 karma: 6.4.4 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19292,12 +19167,100 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@angular-devkit/build-angular@21.0.3(g624bywty7pdaegpg2vpddqnvq)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - rxjs: 7.8.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + '@ampproject/remapping': 2.3.0 + '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2100.3(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + '@angular-devkit/core': 21.0.3(chokidar@4.0.1) + '@angular/build': 21.0.3(bb6urc4c3yaon5sg4slpakq7aa) + '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3) + '@babel/core': 7.28.4 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-split-export-declaration': 7.24.7 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.4) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.4) + '@babel/preset-env': 7.28.3(@babel/core@7.28.4) + '@babel/runtime': 7.28.4 + '@discoveryjs/json-ext': 0.6.3 + '@ngtools/webpack': 21.0.3(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + ansi-colors: 4.1.3 + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.4)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + browserslist: 4.28.0 + copy-webpack-plugin: 13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + css-loader: 7.1.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + esbuild-wasm: 0.26.0 + http-proxy-middleware: 3.0.5 + istanbul-lib-instrument: 6.0.3 + jsonc-parser: 3.3.1 + karma-source-map-support: 1.4.0 + less: 4.4.2 + less-loader: 12.3.0(less@4.4.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + license-webpack-plugin: 4.0.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + loader-utils: 3.3.1 + mini-css-extract-plugin: 2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + open: 10.2.0 + ora: 9.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + resolve-url-loader: 5.0.0 + rxjs: 7.8.2 + sass: 1.93.2 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.93.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + semver: 7.7.3 + source-map-loader: 5.0.0(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + source-map-support: 0.5.21 + terser: 5.44.0 + tinyglobby: 0.2.15 + tree-kill: 1.2.2 + tslib: 2.8.1 + typescript: 5.9.3 + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack-dev-middleware: 7.4.5(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + webpack-dev-server: 5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + webpack-merge: 6.0.1 + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) + optionalDependencies: + '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.26.0 + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + karma: 6.4.4 + transitivePeerDependencies: + - '@angular/compiler' + - '@rspack/core' + - '@swc/core' + - '@types/node' + - bufferutil + - chokidar + - debug + - html-webpack-plugin + - jiti + - lightningcss + - node-sass + - sass-embedded + - stylus + - sugarss + - supports-color + - tsx + - uglify-js + - utf-8-validate + - vitest + - webpack-cli + - yaml + + '@angular-devkit/build-webpack@0.2003.16(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': + dependencies: + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + rxjs: 7.8.2 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) transitivePeerDependencies: - chokidar @@ -19319,14 +19282,14 @@ snapshots: rxjs: 7.8.1 source-map: 0.7.4 - '@angular-devkit/core@19.2.19(chokidar@4.0.1)': + '@angular-devkit/core@20.3.16(chokidar@4.0.1)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1(ajv@8.17.1) jsonc-parser: 3.3.1 - picomatch: 4.0.2 - rxjs: 7.8.1 - source-map: 0.7.4 + picomatch: 4.0.3 + rxjs: 7.8.2 + source-map: 0.7.6 optionalDependencies: chokidar: 4.0.1 @@ -19362,13 +19325,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@19.2.19(chokidar@4.0.1)': + '@angular-devkit/schematics@20.3.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) jsonc-parser: 3.3.1 magic-string: 0.30.17 - ora: 5.4.1 - rxjs: 7.8.1 + ora: 8.2.0 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19387,44 +19350,47 @@ snapshots: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.6.3 - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1)': + '@angular/build@20.3.16(57it5ftdfvb7be6r2u7iy5fysm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@20.11.17) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 - typescript: 5.5.4 - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + tinyglobby: 0.2.14 + tslib: 2.8.1 + typescript: 5.8.3 + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - postcss: 8.5.2 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19438,44 +19404,47 @@ snapshots: - tsx - yaml - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.16(brvwwxl36fwcpirwa3vvmofdwq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.6.3 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.2 + less: 4.4.2 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19488,44 +19457,48 @@ snapshots: - terser - tsx - yaml + optional: true - '@angular/build@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(@angular/compiler@19.2.18)(@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@20.14.5)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.6)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.16(frdtceomeqhsoed5xmfmhe33ni)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.18 - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular/compiler': 20.3.16 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.14.5) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 - rollup: 4.34.8 - sass: 1.85.0 - semver: 7.7.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.52.3 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.4.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19539,9 +19512,8 @@ snapshots: - terser - tsx - yaml - optional: true - '@angular/build@21.0.3(o62fjw2el66grbjc3owazte63i)': + '@angular/build@21.0.3(bb6urc4c3yaon5sg4slpakq7aa)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2100.3(chokidar@4.0.1) @@ -19550,8 +19522,8 @@ snapshots: '@babel/core': 7.28.4 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.19(@types/node@20.12.8) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.19(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.26.0 @@ -19572,7 +19544,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 undici: 7.16.0 - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) watchpack: 2.4.4 optionalDependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) @@ -19595,61 +19567,65 @@ snapshots: - tsx - yaml - '@angular/cli@19.2.19(@types/node@20.11.17)(chokidar@4.0.1)': + '@angular/cli@20.3.16(@types/node@20.11.17)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.16(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@19.2.19(@types/node@20.14.5)(chokidar@4.0.1)': + '@angular/cli@20.3.16(@types/node@24.1.0)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.16(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.16(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@21.0.5(@types/node@20.12.8)(chokidar@4.0.1)': + '@angular/cli@21.0.5(@types/node@24.1.0)(chokidar@4.0.1)': dependencies: '@angular-devkit/architect': 0.2100.5(chokidar@4.0.1) '@angular-devkit/core': 21.0.5(chokidar@4.0.1) '@angular-devkit/schematics': 21.0.5(chokidar@4.0.1) - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) '@schematics/angular': 21.0.5(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 @@ -19670,23 +19646,23 @@ snapshots: - chokidar - supports-color - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.18(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.16(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: @@ -19694,33 +19670,19 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4)': - dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 - '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.1 - convert-source-map: 1.9.0 - reflect-metadata: 0.2.2 - semver: 7.7.4 - tslib: 2.6.3 - typescript: 5.5.4 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3)': + '@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3)': dependencies: - '@angular/compiler': 19.2.18 - '@babel/core': 7.26.9 + '@angular/compiler': 20.3.16 + '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.1 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 + yargs: 18.0.0 + optionalDependencies: typescript: 5.8.3 - yargs: 17.7.2 transitivePeerDependencies: - supports-color @@ -19756,24 +19718,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@19.2.18': + '@angular/compiler@20.3.16': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@angular/compiler@21.0.8': dependencies: tslib: 2.6.3 - '@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)': dependencies: rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.0 - '@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.16 zone.js: 0.15.1 '@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)': @@ -19784,21 +19750,21 @@ snapshots: '@angular/compiler': 21.0.8 zone.js: 0.15.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/forms@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/forms@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@standard-schema/spec@1.0.0)(rxjs@7.8.2)': dependencies: @@ -19809,21 +19775,21 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) + tslib: 2.8.1 - '@angular/platform-browser-dynamic@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) + tslib: 2.8.1 '@angular/platform-browser-dynamic@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: @@ -19833,17 +19799,17 @@ snapshots: '@angular/platform-browser': 21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) tslib: 2.6.3 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + tslib: 2.8.1 - '@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.8.1 '@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: @@ -19853,25 +19819,25 @@ snapshots: optionalDependencies: '@angular/animations': 21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 optional: true - '@angular/platform-server@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 '@angular/platform-server@21.0.5(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.5(@angular/animations@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.5(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': @@ -19884,21 +19850,21 @@ snapshots: tslib: 2.6.3 xhr2: 0.2.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.18(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.18(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/router@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.18(@angular/common@19.2.18(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.16(@angular/common@20.3.16(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@aspnet/signalr@1.0.27': {} @@ -19920,33 +19886,13 @@ snapshots: '@babel/compat-data@7.28.6': {} - '@babel/core@7.26.10': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) - '@babel/helpers': 7.28.6 - '@babel/parser': 7.28.6 - '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 - convert-source-map: 2.0.0 - debug: 4.4.3 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/core@7.26.9': + '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.29.0 '@babel/generator': 7.28.6 '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.9) + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helpers': 7.28.6 '@babel/parser': 7.28.6 '@babel/template': 7.28.6 @@ -20008,14 +19954,6 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.10': - dependencies: - '@babel/parser': 7.28.6 - '@babel/types': 7.28.6 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/generator@7.28.3': dependencies: '@babel/parser': 7.28.6 @@ -20032,10 +19970,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.28.6 - '@babel/helper-annotate-as-pure@7.27.3': dependencies: '@babel/types': 7.28.6 @@ -20061,13 +19995,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.26.10)': + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/traverse': 7.28.6 semver: 6.3.1 @@ -20100,16 +20034,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-annotate-as-pure': 7.27.3 - regexpu-core: 6.2.0 - semver: 6.3.1 - - '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.4.0 semver: 6.3.1 @@ -20150,9 +20077,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.26.10)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -20206,18 +20133,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.9)': - dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -20254,9 +20172,9 @@ snapshots: '@babel/helper-plugin-utils@7.28.6': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.26.10)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 '@babel/traverse': 7.28.6 @@ -20281,9 +20199,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.28.6(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.28.6 @@ -20357,9 +20275,9 @@ snapshots: dependencies: '@babel/types': 7.28.6 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20381,9 +20299,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.4)': @@ -20396,9 +20314,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.4)': @@ -20411,12 +20329,12 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20438,9 +20356,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20471,9 +20389,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.4)': dependencies: @@ -20518,9 +20436,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.4)': @@ -20533,14 +20451,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.4)': @@ -20613,10 +20526,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.4)': @@ -20631,9 +20544,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.4)': @@ -20646,20 +20559,20 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.28.6)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20673,11 +20586,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20700,21 +20613,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.28.6)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20727,12 +20640,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20754,9 +20667,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.4)': @@ -20769,9 +20682,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.4)': @@ -20792,10 +20705,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20824,10 +20737,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20848,14 +20761,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20884,9 +20797,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 @@ -20902,9 +20815,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20926,10 +20839,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.4)': @@ -20944,9 +20857,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.4)': @@ -20959,16 +20872,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.6)': @@ -20977,9 +20890,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.4)': @@ -20992,7 +20905,15 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.4)': + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 '@babel/helper-plugin-utils': 7.28.6 @@ -21013,9 +20934,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.4)': @@ -21028,9 +20949,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.4)': @@ -21049,9 +20970,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.28.6) - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21073,9 +20994,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 @@ -21100,9 +21021,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.4)': @@ -21115,9 +21036,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.4)': @@ -21130,9 +21051,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.4)': @@ -21145,9 +21066,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.4)': @@ -21160,10 +21081,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21184,10 +21105,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21208,10 +21129,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.28.6 @@ -21238,10 +21159,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21262,10 +21183,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.4)': @@ -21280,9 +21201,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.4)': @@ -21295,9 +21216,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.4)': @@ -21310,9 +21231,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.4)': @@ -21325,13 +21246,13 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -21358,11 +21279,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -21382,9 +21303,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.4)': @@ -21397,9 +21318,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21421,9 +21342,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.26.10)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.4)': @@ -21444,10 +21365,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21468,11 +21389,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21495,9 +21416,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.4)': @@ -21549,9 +21470,9 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.4)': @@ -21564,16 +21485,16 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.4) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.4)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.4) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.6)': @@ -21582,9 +21503,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.4)': @@ -21609,14 +21530,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-runtime@7.26.10(@babel/core@7.26.10)': + '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21645,9 +21566,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.4)': @@ -21660,9 +21581,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21684,9 +21605,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.4)': @@ -21699,9 +21620,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.4)': @@ -21714,9 +21635,9 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.4)': @@ -21740,9 +21661,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.4)': @@ -21755,10 +21676,10 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.4)': @@ -21773,10 +21694,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.4)': @@ -21791,10 +21712,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.4)': @@ -21809,76 +21730,77 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 - '@babel/preset-env@7.26.9(@babel/core@7.26.10)': + '@babel/preset-env@7.28.3(@babel/core@7.28.3)': dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10) - '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.26.10) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.26.10) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.10) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.3) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 semver: 6.3.1 transitivePeerDependencies: @@ -21912,9 +21834,9 @@ snapshots: '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.4) '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.4) '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.4) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.4) @@ -21940,7 +21862,7 @@ snapshots: '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.4) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.4) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.4) '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.4) '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.4) @@ -22043,9 +21965,9 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.28.6) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.10)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/types': 7.28.6 esutils: 2.0.3 @@ -22091,6 +22013,8 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} + '@babel/runtime@7.28.4': {} '@babel/runtime@7.28.6': {} @@ -22202,9 +22126,9 @@ snapshots: dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/angular@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22219,17 +22143,17 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(dmyiz5qgrko5nyf5bxripiixoy)': + '@devextreme-generator/build-helpers@3.0.12(ukiqplx6dasmo2c3l5qjedmnve)': dependencies: - '@devextreme-generator/angular': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/inferno': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/preact': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/angular': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/inferno': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/preact': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - '@swc/core' - '@typescript-eslint/eslint-plugin' @@ -22248,10 +22172,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/core@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(4favskg7c6uhgkqsp35iqbuplm) + eslint-config-devextreme: 0.2.0(3xms7orqommrlrwsknoqxfp64m) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22274,11 +22198,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/inferno@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/preact': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/preact': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22293,10 +22217,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/preact@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/react': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/react': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22311,9 +22235,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/react@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22328,10 +22252,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(4favskg7c6uhgkqsp35iqbuplm)': + '@devextreme-generator/vue@3.0.12(3xms7orqommrlrwsknoqxfp64m)': dependencies: - '@devextreme-generator/angular': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) - '@devextreme-generator/core': 3.0.12(4favskg7c6uhgkqsp35iqbuplm) + '@devextreme-generator/angular': 3.0.12(3xms7orqommrlrwsknoqxfp64m) + '@devextreme-generator/core': 3.0.12(3xms7orqommrlrwsknoqxfp64m) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -22362,15 +22286,15 @@ snapshots: '@emnapi/core@1.7.1': dependencies: '@emnapi/wasi-threads': 1.1.0 - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/runtime@1.7.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/wasi-threads@1.1.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@esbuild/aix-ppc64@0.21.5': optional: true @@ -22378,7 +22302,7 @@ snapshots: '@esbuild/aix-ppc64@0.25.0': optional: true - '@esbuild/aix-ppc64@0.25.4': + '@esbuild/aix-ppc64@0.25.9': optional: true '@esbuild/aix-ppc64@0.26.0': @@ -22390,7 +22314,7 @@ snapshots: '@esbuild/android-arm64@0.25.0': optional: true - '@esbuild/android-arm64@0.25.4': + '@esbuild/android-arm64@0.25.9': optional: true '@esbuild/android-arm64@0.26.0': @@ -22402,7 +22326,7 @@ snapshots: '@esbuild/android-arm@0.25.0': optional: true - '@esbuild/android-arm@0.25.4': + '@esbuild/android-arm@0.25.9': optional: true '@esbuild/android-arm@0.26.0': @@ -22414,7 +22338,7 @@ snapshots: '@esbuild/android-x64@0.25.0': optional: true - '@esbuild/android-x64@0.25.4': + '@esbuild/android-x64@0.25.9': optional: true '@esbuild/android-x64@0.26.0': @@ -22426,7 +22350,7 @@ snapshots: '@esbuild/darwin-arm64@0.25.0': optional: true - '@esbuild/darwin-arm64@0.25.4': + '@esbuild/darwin-arm64@0.25.9': optional: true '@esbuild/darwin-arm64@0.26.0': @@ -22438,7 +22362,7 @@ snapshots: '@esbuild/darwin-x64@0.25.0': optional: true - '@esbuild/darwin-x64@0.25.4': + '@esbuild/darwin-x64@0.25.9': optional: true '@esbuild/darwin-x64@0.26.0': @@ -22450,7 +22374,7 @@ snapshots: '@esbuild/freebsd-arm64@0.25.0': optional: true - '@esbuild/freebsd-arm64@0.25.4': + '@esbuild/freebsd-arm64@0.25.9': optional: true '@esbuild/freebsd-arm64@0.26.0': @@ -22462,7 +22386,7 @@ snapshots: '@esbuild/freebsd-x64@0.25.0': optional: true - '@esbuild/freebsd-x64@0.25.4': + '@esbuild/freebsd-x64@0.25.9': optional: true '@esbuild/freebsd-x64@0.26.0': @@ -22474,7 +22398,7 @@ snapshots: '@esbuild/linux-arm64@0.25.0': optional: true - '@esbuild/linux-arm64@0.25.4': + '@esbuild/linux-arm64@0.25.9': optional: true '@esbuild/linux-arm64@0.26.0': @@ -22486,7 +22410,7 @@ snapshots: '@esbuild/linux-arm@0.25.0': optional: true - '@esbuild/linux-arm@0.25.4': + '@esbuild/linux-arm@0.25.9': optional: true '@esbuild/linux-arm@0.26.0': @@ -22498,7 +22422,7 @@ snapshots: '@esbuild/linux-ia32@0.25.0': optional: true - '@esbuild/linux-ia32@0.25.4': + '@esbuild/linux-ia32@0.25.9': optional: true '@esbuild/linux-ia32@0.26.0': @@ -22513,7 +22437,7 @@ snapshots: '@esbuild/linux-loong64@0.25.0': optional: true - '@esbuild/linux-loong64@0.25.4': + '@esbuild/linux-loong64@0.25.9': optional: true '@esbuild/linux-loong64@0.26.0': @@ -22525,7 +22449,7 @@ snapshots: '@esbuild/linux-mips64el@0.25.0': optional: true - '@esbuild/linux-mips64el@0.25.4': + '@esbuild/linux-mips64el@0.25.9': optional: true '@esbuild/linux-mips64el@0.26.0': @@ -22537,7 +22461,7 @@ snapshots: '@esbuild/linux-ppc64@0.25.0': optional: true - '@esbuild/linux-ppc64@0.25.4': + '@esbuild/linux-ppc64@0.25.9': optional: true '@esbuild/linux-ppc64@0.26.0': @@ -22549,7 +22473,7 @@ snapshots: '@esbuild/linux-riscv64@0.25.0': optional: true - '@esbuild/linux-riscv64@0.25.4': + '@esbuild/linux-riscv64@0.25.9': optional: true '@esbuild/linux-riscv64@0.26.0': @@ -22561,7 +22485,7 @@ snapshots: '@esbuild/linux-s390x@0.25.0': optional: true - '@esbuild/linux-s390x@0.25.4': + '@esbuild/linux-s390x@0.25.9': optional: true '@esbuild/linux-s390x@0.26.0': @@ -22573,7 +22497,7 @@ snapshots: '@esbuild/linux-x64@0.25.0': optional: true - '@esbuild/linux-x64@0.25.4': + '@esbuild/linux-x64@0.25.9': optional: true '@esbuild/linux-x64@0.26.0': @@ -22582,7 +22506,7 @@ snapshots: '@esbuild/netbsd-arm64@0.25.0': optional: true - '@esbuild/netbsd-arm64@0.25.4': + '@esbuild/netbsd-arm64@0.25.9': optional: true '@esbuild/netbsd-arm64@0.26.0': @@ -22594,7 +22518,7 @@ snapshots: '@esbuild/netbsd-x64@0.25.0': optional: true - '@esbuild/netbsd-x64@0.25.4': + '@esbuild/netbsd-x64@0.25.9': optional: true '@esbuild/netbsd-x64@0.26.0': @@ -22603,7 +22527,7 @@ snapshots: '@esbuild/openbsd-arm64@0.25.0': optional: true - '@esbuild/openbsd-arm64@0.25.4': + '@esbuild/openbsd-arm64@0.25.9': optional: true '@esbuild/openbsd-arm64@0.26.0': @@ -22615,12 +22539,15 @@ snapshots: '@esbuild/openbsd-x64@0.25.0': optional: true - '@esbuild/openbsd-x64@0.25.4': + '@esbuild/openbsd-x64@0.25.9': optional: true '@esbuild/openbsd-x64@0.26.0': optional: true + '@esbuild/openharmony-arm64@0.25.9': + optional: true + '@esbuild/openharmony-arm64@0.26.0': optional: true @@ -22630,7 +22557,7 @@ snapshots: '@esbuild/sunos-x64@0.25.0': optional: true - '@esbuild/sunos-x64@0.25.4': + '@esbuild/sunos-x64@0.25.9': optional: true '@esbuild/sunos-x64@0.26.0': @@ -22642,7 +22569,7 @@ snapshots: '@esbuild/win32-arm64@0.25.0': optional: true - '@esbuild/win32-arm64@0.25.4': + '@esbuild/win32-arm64@0.25.9': optional: true '@esbuild/win32-arm64@0.26.0': @@ -22654,7 +22581,7 @@ snapshots: '@esbuild/win32-ia32@0.25.0': optional: true - '@esbuild/win32-ia32@0.25.4': + '@esbuild/win32-ia32@0.25.9': optional: true '@esbuild/win32-ia32@0.26.0': @@ -22666,7 +22593,7 @@ snapshots: '@esbuild/win32-x64@0.25.0': optional: true - '@esbuild/win32-x64@0.25.4': + '@esbuild/win32-x64@0.25.9': optional: true '@esbuild/win32-x64@0.26.0': @@ -22808,67 +22735,50 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/checkbox@4.3.2(@types/node@20.12.8)': + '@inquirer/checkbox@4.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/checkbox@4.3.2(@types/node@20.14.5)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/confirm@5.1.19(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/confirm@5.1.21(@types/node@20.11.17)': + '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.21(@types/node@20.12.8)': + '@inquirer/confirm@5.1.14(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.21(@types/node@20.14.5)': + '@inquirer/confirm@5.1.19(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/confirm@5.1.6(@types/node@20.11.17)': + '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.6(@types/node@20.14.5)': + '@inquirer/confirm@5.1.21(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/core@10.3.2(@types/node@20.11.17)': dependencies: @@ -22883,31 +22793,18 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/core@10.3.2(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - 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': 20.12.8 - - '@inquirer/core@10.3.2(@types/node@20.14.5)': + '@inquirer/core@10.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) 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': 20.14.5 + '@types/node': 24.1.0 '@inquirer/editor@4.2.23(@types/node@20.11.17)': dependencies: @@ -22917,21 +22814,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/editor@4.2.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/external-editor': 1.0.3(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/editor@4.2.23(@types/node@20.14.5)': + '@inquirer/editor@4.2.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/external-editor': 1.0.3(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/external-editor': 1.0.3(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/expand@4.0.23(@types/node@20.11.17)': dependencies: @@ -22941,21 +22830,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/expand@4.0.23(@types/node@20.12.8)': + '@inquirer/expand@4.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/expand@4.0.23(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/external-editor@1.0.3(@types/node@20.11.17)': dependencies: @@ -22964,19 +22845,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/external-editor@1.0.3(@types/node@20.12.8)': - dependencies: - chardet: 2.1.1 - iconv-lite: 0.7.1 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/external-editor@1.0.3(@types/node@20.14.5)': + '@inquirer/external-editor@1.0.3(@types/node@24.1.0)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/figures@1.0.15': {} @@ -22987,19 +22861,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/input@4.3.1(@types/node@20.12.8)': + '@inquirer/input@4.3.1(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/input@4.3.1(@types/node@20.14.5)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) - optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/number@3.0.23(@types/node@20.11.17)': dependencies: @@ -23008,19 +22875,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/number@3.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/number@3.0.23(@types/node@20.14.5)': + '@inquirer/number@3.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/password@4.0.23(@types/node@20.11.17)': dependencies: @@ -23030,23 +22890,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/password@4.0.23(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/password@4.0.23(@types/node@20.14.5)': + '@inquirer/password@4.0.23(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.3.2(@types/node@20.11.17)': + '@inquirer/prompts@7.8.2(@types/node@20.11.17)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.11.17) '@inquirer/confirm': 5.1.21(@types/node@20.11.17) @@ -23061,35 +22913,35 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/prompts@7.3.2(@types/node@20.14.5)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.14.5) - '@inquirer/confirm': 5.1.21(@types/node@20.14.5) - '@inquirer/editor': 4.2.23(@types/node@20.14.5) - '@inquirer/expand': 4.0.23(@types/node@20.14.5) - '@inquirer/input': 4.3.1(@types/node@20.14.5) - '@inquirer/number': 3.0.23(@types/node@20.14.5) - '@inquirer/password': 4.0.23(@types/node@20.14.5) - '@inquirer/rawlist': 4.1.11(@types/node@20.14.5) - '@inquirer/search': 3.2.2(@types/node@20.14.5) - '@inquirer/select': 4.4.2(@types/node@20.14.5) + '@inquirer/prompts@7.8.2(@types/node@24.1.0)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 - '@inquirer/prompts@7.9.0(@types/node@20.12.8)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.12.8) - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@inquirer/editor': 4.2.23(@types/node@20.12.8) - '@inquirer/expand': 4.0.23(@types/node@20.12.8) - '@inquirer/input': 4.3.1(@types/node@20.12.8) - '@inquirer/number': 3.0.23(@types/node@20.12.8) - '@inquirer/password': 4.0.23(@types/node@20.12.8) - '@inquirer/rawlist': 4.1.11(@types/node@20.12.8) - '@inquirer/search': 3.2.2(@types/node@20.12.8) - '@inquirer/select': 4.4.2(@types/node@20.12.8) + '@inquirer/prompts@7.9.0(@types/node@24.1.0)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/rawlist@4.1.11(@types/node@20.11.17)': dependencies: @@ -23099,21 +22951,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/rawlist@4.1.11(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/rawlist@4.1.11(@types/node@20.14.5)': + '@inquirer/rawlist@4.1.11(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/search@3.2.2(@types/node@20.11.17)': dependencies: @@ -23124,23 +22968,14 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/search@3.2.2(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/search@3.2.2(@types/node@20.14.5)': + '@inquirer/search@3.2.2(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@inquirer/select@4.4.2(@types/node@20.11.17)': dependencies: @@ -23152,41 +22987,23 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/select@4.4.2(@types/node@20.12.8)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/select@4.4.2(@types/node@20.14.5)': + '@inquirer/select@4.4.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.14.5) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.14.5) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.14.5 - - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 + '@types/node': 24.1.0 '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 - '@inquirer/type@3.0.10(@types/node@20.12.8)': - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/type@3.0.10(@types/node@20.14.5)': + '@inquirer/type@3.0.10(@types/node@24.1.0)': optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 '@isaacs/balanced-match@4.0.1': {} @@ -23220,7 +23037,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -23229,7 +23046,7 @@ snapshots: '@jest/console@30.2.0': dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 jest-message-util: 30.2.0 jest-util: 30.2.0 @@ -23242,14 +23059,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23272,21 +23089,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23317,14 +23134,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23347,21 +23164,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23383,7 +23200,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true '@jest/diff-sequences@30.0.1': {} @@ -23391,14 +23207,14 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 29.7.0 '@jest/environment@30.2.0': dependencies: '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 30.2.0 '@jest/expect-utils@29.7.0': @@ -23427,7 +23243,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -23436,7 +23252,7 @@ snapshots: dependencies: '@jest/types': 30.2.0 '@sinonjs/fake-timers': 13.0.5 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-message-util: 30.2.0 jest-mock: 30.2.0 jest-util: 30.2.0 @@ -23463,7 +23279,7 @@ snapshots: '@jest/pattern@30.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-regex-util: 30.0.1 '@jest/reporters@29.7.0(node-notifier@9.0.1)': @@ -23474,7 +23290,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -23505,7 +23321,7 @@ snapshots: '@jest/transform': 30.2.0 '@jest/types': 30.2.0 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit-x: 0.2.2 @@ -23627,7 +23443,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -23637,7 +23453,7 @@ snapshots: '@jest/schemas': 30.0.5 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -23680,41 +23496,41 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.3)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) + '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pointer@1.0.2(tslib@2.6.3)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 '@keyv/bigmap@1.3.0(keyv@5.5.5)': dependencies: @@ -23732,20 +23548,26 @@ snapshots: dependencies: '@lezer/common': 1.2.3 - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@inquirer/type': 3.0.10(@types/node@20.11.17) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.14.5))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.14.5) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.9.0(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5)': dependencies: - '@inquirer/prompts': 7.9.0(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/prompts': 7.9.0(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) listr2: 9.0.5 transitivePeerDependencies: - '@types/node' @@ -23753,7 +23575,7 @@ snapshots: '@lmdb/lmdb-darwin-arm64@2.8.5': optional: true - '@lmdb/lmdb-darwin-arm64@3.2.6': + '@lmdb/lmdb-darwin-arm64@3.4.2': optional: true '@lmdb/lmdb-darwin-arm64@3.4.3': @@ -23762,7 +23584,7 @@ snapshots: '@lmdb/lmdb-darwin-x64@2.8.5': optional: true - '@lmdb/lmdb-darwin-x64@3.2.6': + '@lmdb/lmdb-darwin-x64@3.4.2': optional: true '@lmdb/lmdb-darwin-x64@3.4.3': @@ -23771,7 +23593,7 @@ snapshots: '@lmdb/lmdb-linux-arm64@2.8.5': optional: true - '@lmdb/lmdb-linux-arm64@3.2.6': + '@lmdb/lmdb-linux-arm64@3.4.2': optional: true '@lmdb/lmdb-linux-arm64@3.4.3': @@ -23780,7 +23602,7 @@ snapshots: '@lmdb/lmdb-linux-arm@2.8.5': optional: true - '@lmdb/lmdb-linux-arm@3.2.6': + '@lmdb/lmdb-linux-arm@3.4.2': optional: true '@lmdb/lmdb-linux-arm@3.4.3': @@ -23789,19 +23611,22 @@ snapshots: '@lmdb/lmdb-linux-x64@2.8.5': optional: true - '@lmdb/lmdb-linux-x64@3.2.6': + '@lmdb/lmdb-linux-x64@3.4.2': optional: true '@lmdb/lmdb-linux-x64@3.4.3': optional: true + '@lmdb/lmdb-win32-arm64@3.4.2': + optional: true + '@lmdb/lmdb-win32-arm64@3.4.3': optional: true '@lmdb/lmdb-win32-x64@2.8.5': optional: true - '@lmdb/lmdb-win32-x64@3.2.6': + '@lmdb/lmdb-win32-x64@3.4.2': optional: true '@lmdb/lmdb-win32-x64@3.4.3': @@ -23951,17 +23776,11 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@ngtools/webpack@20.3.16(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) '@ngtools/webpack@21.0.3(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: @@ -23987,16 +23806,6 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@npmcli/agent@3.0.0': - dependencies: - agent-base: 7.1.3 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 - lru-cache: 10.4.3 - socks-proxy-agent: 8.0.4 - transitivePeerDependencies: - - supports-color - '@npmcli/agent@4.0.0': dependencies: agent-base: 7.1.3 @@ -24007,25 +23816,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/fs@4.0.0': - dependencies: - semver: 7.7.4 - '@npmcli/fs@5.0.0': dependencies: semver: 7.7.4 - '@npmcli/git@6.0.3': - dependencies: - '@npmcli/promise-spawn': 8.0.2 - ini: 5.0.0 - lru-cache: 10.4.3 - npm-pick-manifest: 10.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - semver: 7.7.4 - which: 5.0.0 - '@npmcli/git@7.0.1': dependencies: '@npmcli/promise-spawn': 9.0.1 @@ -24042,20 +23836,13 @@ snapshots: npm-bundled: 4.0.0 npm-normalize-package-bin: 4.0.0 - '@npmcli/node-gyp@4.0.0': {} + '@npmcli/installed-package-contents@4.0.0': + dependencies: + npm-bundled: 5.0.0 + npm-normalize-package-bin: 5.0.0 '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@6.1.1': - dependencies: - '@npmcli/git': 6.0.3 - glob: 10.5.0 - hosted-git-info: 8.1.0 - json-parse-even-better-errors: 4.0.0 - proc-log: 5.0.0 - semver: 7.7.4 - validate-npm-package-license: 3.0.4 - '@npmcli/package-json@7.0.4': dependencies: '@npmcli/git': 7.0.1 @@ -24074,8 +23861,6 @@ snapshots: dependencies: which: 6.0.0 - '@npmcli/redact@3.2.0': {} - '@npmcli/redact@4.0.0': {} '@npmcli/run-script@10.0.3': @@ -24089,17 +23874,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/run-script@9.1.0': - dependencies: - '@npmcli/node-gyp': 4.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - node-gyp: 11.2.0 - proc-log: 5.0.0 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - '@nrwl/nx-cloud@19.1.0': dependencies: nx-cloud: 19.1.0 @@ -24114,7 +23888,7 @@ snapshots: minimatch: 10.1.1 nx: 22.4.5(@swc/core@1.15.3) semver: 7.7.3 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/jest@22.4.5(@babel/traverse@7.28.6)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': @@ -24132,7 +23906,7 @@ snapshots: picocolors: 1.1.1 resolve.exports: 2.0.3 semver: 7.7.3 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' @@ -24176,7 +23950,7 @@ snapshots: semver: 7.7.3 source-map-support: 0.5.19 tinyglobby: 0.2.15 - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -24224,7 +23998,7 @@ snapshots: nx: 22.4.5(@swc/core@1.15.3) picomatch: 4.0.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -25141,7 +24915,7 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.22.4': optional: true - '@rollup/rollup-android-arm-eabi@4.34.8': + '@rollup/rollup-android-arm-eabi@4.52.3': optional: true '@rollup/rollup-android-arm-eabi@4.53.3': @@ -25150,7 +24924,7 @@ snapshots: '@rollup/rollup-android-arm64@4.22.4': optional: true - '@rollup/rollup-android-arm64@4.34.8': + '@rollup/rollup-android-arm64@4.52.3': optional: true '@rollup/rollup-android-arm64@4.53.3': @@ -25159,7 +24933,7 @@ snapshots: '@rollup/rollup-darwin-arm64@4.22.4': optional: true - '@rollup/rollup-darwin-arm64@4.34.8': + '@rollup/rollup-darwin-arm64@4.52.3': optional: true '@rollup/rollup-darwin-arm64@4.53.3': @@ -25168,19 +24942,19 @@ snapshots: '@rollup/rollup-darwin-x64@4.22.4': optional: true - '@rollup/rollup-darwin-x64@4.34.8': + '@rollup/rollup-darwin-x64@4.52.3': optional: true '@rollup/rollup-darwin-x64@4.53.3': optional: true - '@rollup/rollup-freebsd-arm64@4.34.8': + '@rollup/rollup-freebsd-arm64@4.52.3': optional: true '@rollup/rollup-freebsd-arm64@4.53.3': optional: true - '@rollup/rollup-freebsd-x64@4.34.8': + '@rollup/rollup-freebsd-x64@4.52.3': optional: true '@rollup/rollup-freebsd-x64@4.53.3': @@ -25189,7 +24963,7 @@ snapshots: '@rollup/rollup-linux-arm-gnueabihf@4.22.4': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.34.8': + '@rollup/rollup-linux-arm-gnueabihf@4.52.3': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.53.3': @@ -25198,7 +24972,7 @@ snapshots: '@rollup/rollup-linux-arm-musleabihf@4.22.4': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.34.8': + '@rollup/rollup-linux-arm-musleabihf@4.52.3': optional: true '@rollup/rollup-linux-arm-musleabihf@4.53.3': @@ -25207,7 +24981,7 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-arm64-gnu@4.34.8': + '@rollup/rollup-linux-arm64-gnu@4.52.3': optional: true '@rollup/rollup-linux-arm64-gnu@4.53.3': @@ -25216,22 +24990,22 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.22.4': optional: true - '@rollup/rollup-linux-arm64-musl@4.34.8': + '@rollup/rollup-linux-arm64-musl@4.52.3': optional: true '@rollup/rollup-linux-arm64-musl@4.53.3': optional: true - '@rollup/rollup-linux-loong64-gnu@4.53.3': + '@rollup/rollup-linux-loong64-gnu@4.52.3': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.34.8': + '@rollup/rollup-linux-loong64-gnu@4.53.3': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.34.8': + '@rollup/rollup-linux-ppc64-gnu@4.52.3': optional: true '@rollup/rollup-linux-ppc64-gnu@4.53.3': @@ -25240,19 +25014,22 @@ snapshots: '@rollup/rollup-linux-riscv64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.34.8': + '@rollup/rollup-linux-riscv64-gnu@4.52.3': optional: true '@rollup/rollup-linux-riscv64-gnu@4.53.3': optional: true + '@rollup/rollup-linux-riscv64-musl@4.52.3': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.53.3': optional: true '@rollup/rollup-linux-s390x-gnu@4.22.4': optional: true - '@rollup/rollup-linux-s390x-gnu@4.34.8': + '@rollup/rollup-linux-s390x-gnu@4.52.3': optional: true '@rollup/rollup-linux-s390x-gnu@4.53.3': @@ -25261,7 +25038,7 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.22.4': optional: true - '@rollup/rollup-linux-x64-gnu@4.34.8': + '@rollup/rollup-linux-x64-gnu@4.52.3': optional: true '@rollup/rollup-linux-x64-gnu@4.53.3': @@ -25270,19 +25047,22 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.22.4': optional: true - '@rollup/rollup-linux-x64-musl@4.34.8': + '@rollup/rollup-linux-x64-musl@4.52.3': optional: true '@rollup/rollup-linux-x64-musl@4.53.3': optional: true + '@rollup/rollup-openharmony-arm64@4.52.3': + optional: true + '@rollup/rollup-openharmony-arm64@4.53.3': optional: true '@rollup/rollup-win32-arm64-msvc@4.22.4': optional: true - '@rollup/rollup-win32-arm64-msvc@4.34.8': + '@rollup/rollup-win32-arm64-msvc@4.52.3': optional: true '@rollup/rollup-win32-arm64-msvc@4.53.3': @@ -25291,19 +25071,22 @@ snapshots: '@rollup/rollup-win32-ia32-msvc@4.22.4': optional: true - '@rollup/rollup-win32-ia32-msvc@4.34.8': + '@rollup/rollup-win32-ia32-msvc@4.52.3': optional: true '@rollup/rollup-win32-ia32-msvc@4.53.3': optional: true + '@rollup/rollup-win32-x64-gnu@4.52.3': + optional: true + '@rollup/rollup-win32-x64-gnu@4.53.3': optional: true '@rollup/rollup-win32-x64-msvc@4.22.4': optional: true - '@rollup/rollup-win32-x64-msvc@4.34.8': + '@rollup/rollup-win32-x64-msvc@4.52.3': optional: true '@rollup/rollup-win32-x64-msvc@4.53.3': @@ -25325,10 +25108,10 @@ snapshots: transitivePeerDependencies: - chokidar - '@schematics/angular@19.2.19(chokidar@4.0.1)': + '@schematics/angular@20.3.16(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.16(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.16(chokidar@4.0.1) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -25341,33 +25124,14 @@ snapshots: transitivePeerDependencies: - chokidar - '@sigstore/bundle@3.1.0': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/bundle@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@2.0.0': {} - '@sigstore/core@3.0.0': {} - '@sigstore/protobuf-specs@0.4.1': {} - '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@3.1.0': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - make-fetch-happen: 14.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/sign@4.0.1': dependencies: '@sigstore/bundle': 4.0.0 @@ -25379,13 +25143,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/tuf@3.1.1': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - tuf-js: 3.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/tuf@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 @@ -25393,12 +25150,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/verify@2.1.1': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/verify@3.0.0': dependencies: '@sigstore/bundle': 4.0.0 @@ -25409,8 +25160,6 @@ snapshots: '@sinclair/typebox@0.34.48': {} - '@sindresorhus/merge-streams@2.3.0': {} - '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -25439,10 +25188,10 @@ snapshots: '@standard-schema/spec@1.0.0': {} - '@storybook/addon-docs@10.1.9(@types/react@18.3.28)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/addon-docs@10.1.9(@types/react@18.3.28)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.3.28)(react@18.3.1) - '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/icons': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 @@ -25472,10 +25221,10 @@ snapshots: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.1 css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) @@ -25507,14 +25256,14 @@ snapshots: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ts-dedent: 2.2.0 - '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) unplugin: 2.3.11 optionalDependencies: esbuild: 0.26.0 rollup: 4.53.3 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) '@storybook/global@5.0.0': {} @@ -25555,7 +25304,7 @@ snapshots: flat-cache: 3.2.0 micromatch: 4.0.8 react-docgen-typescript: 2.2.2(typescript@5.9.3) - tslib: 2.6.3 + tslib: 2.8.1 typescript: 5.9.3 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) transitivePeerDependencies: @@ -25567,9 +25316,9 @@ snapshots: react-dom: 18.3.1(react@18.3.1) storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: - '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) '@storybook/react': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) react: 18.3.1 @@ -25685,7 +25434,7 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 '@babel/runtime': 7.28.6 '@types/aria-query': 5.0.4 aria-query: 5.1.3 @@ -25743,11 +25492,6 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@3.0.1': - dependencies: - '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.5 - '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 @@ -25755,12 +25499,12 @@ snapshots: '@tybys/wasm-util@0.10.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@types/aria-query@5.0.4': {} @@ -25792,11 +25536,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/chai@5.2.3': dependencies: @@ -25805,27 +25549,27 @@ snapshots: '@types/cheerio@0.22.35': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/clean-css@4.2.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 source-map: 0.6.1 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.1 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/debug@4.1.12': dependencies: @@ -25878,14 +25622,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -25911,16 +25655,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/hast@2.3.10': dependencies: @@ -25932,7 +25676,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/istanbul-lib-coverage@2.0.6': {} @@ -25944,10 +25688,10 @@ snapshots: dependencies: '@types/istanbul-lib-report': 3.0.3 - '@types/jasmine@2.8.24': {} - '@types/jasmine@5.1.4': {} + '@types/jasmine@6.0.0': {} + '@types/jest@29.5.14': dependencies: expect: 29.7.0 @@ -25959,7 +25703,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -25969,7 +25713,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/lodash@4.17.23': {} @@ -25991,12 +25735,12 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 form-data: 4.0.5 '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/node@18.19.130': dependencies: @@ -26018,6 +25762,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@24.1.0': + dependencies: + undici-types: 7.8.0 + '@types/normalize-package-data@2.4.4': {} '@types/normalize-path@3.0.2': {} @@ -26071,7 +25819,7 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/resolve@1.20.2': {} @@ -26086,7 +25834,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/serve-index@1.9.4': dependencies: @@ -26095,30 +25843,30 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/stack-utils@2.0.3': {} '@types/tar-fs@2.0.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tar-stream': 3.1.3 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie@4.0.5': {} @@ -26134,11 +25882,11 @@ snapshots: '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/ws@8.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs-parser@21.0.3': {} @@ -26148,7 +25896,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 optional: true '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.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)': @@ -26187,19 +25935,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/scope-manager': 8.52.0 - '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26277,15 +26025,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26310,12 +26058,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.52.0(typescript@5.5.4)': + '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 debug: 4.4.3 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26352,9 +26100,9 @@ snapshots: dependencies: typescript: 4.9.5 - '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.5.4)': + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.8.3)': dependencies: - typescript: 5.5.4 + typescript: 5.8.3 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': dependencies: @@ -26384,15 +26132,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26508,18 +26256,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.52.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/project-service': 8.52.0(typescript@5.5.4) - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/project-service': 8.52.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.5 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26589,14 +26337,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/utils@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26696,32 +26444,37 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1))': dependencies: - vite: 7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) + optional: true + + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1))': + dependencies: + vite: 7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1) - '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-react@4.4.1(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@babel/core': 7.28.6 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.28.6) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.28.6) '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(vue@3.5.13(typescript@5.8.3))': dependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) vue: 3.5.13(typescript@5.8.3) '@vitest/expect@3.2.4': @@ -26732,13 +26485,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.19 optionalDependencies: - vite: 6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) '@vitest/pretty-format@3.2.4': dependencies: @@ -27135,7 +26888,7 @@ snapshots: '@yarnpkg/parsers@3.0.2': dependencies: js-yaml: 3.14.2 - tslib: 2.6.3 + tslib: 2.8.1 '@zkochan/js-yaml@0.0.7': dependencies: @@ -27152,8 +26905,6 @@ snapshots: abbrev@2.0.0: {} - abbrev@3.0.1: {} - abbrev@4.0.0: {} abort-controller@3.0.0: @@ -27292,6 +27043,23 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + algoliasearch@5.35.0: + dependencies: + '@algolia/abtesting': 1.1.0 + '@algolia/client-abtesting': 5.35.0 + '@algolia/client-analytics': 5.35.0 + '@algolia/client-common': 5.35.0 + '@algolia/client-insights': 5.35.0 + '@algolia/client-personalization': 5.35.0 + '@algolia/client-query-suggestions': 5.35.0 + '@algolia/client-search': 5.35.0 + '@algolia/ingestion': 1.35.0 + '@algolia/monitoring': 1.35.0 + '@algolia/recommend': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + algoliasearch@5.40.1: dependencies: '@algolia/abtesting': 1.6.1 @@ -27662,7 +27430,7 @@ snapshots: ast-types@0.13.4: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 ast-types@0.14.2: dependencies: @@ -27670,7 +27438,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 astral-regex@2.0.0: {} @@ -27701,16 +27469,6 @@ snapshots: atob@2.1.2: {} - autoprefixer@10.4.20(postcss@8.5.2): - dependencies: - browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.5.2 - postcss-value-parser: 4.2.0 - autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 @@ -27862,19 +27620,18 @@ snapshots: transitivePeerDependencies: - supports-color + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + dependencies: + '@babel/core': 7.28.3 + find-up: 5.0.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + babel-loader@10.0.0(@babel/core@7.28.4)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@babel/core': 7.28.4 find-up: 5.0.0 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@babel/core': 7.26.10 - find-cache-dir: 4.0.0 - schema-utils: 4.3.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - babel-messages@6.23.0: dependencies: babel-runtime: 6.26.0 @@ -27942,11 +27699,11 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.26.10): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.3): dependencies: '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -27969,10 +27726,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.10): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 transitivePeerDependencies: - supports-color @@ -28008,10 +27765,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.26.10): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -28248,17 +28005,6 @@ snapshots: dependencies: tweetnacl: 0.14.5 - beasties@0.3.2: - dependencies: - css-select: 5.1.0 - css-what: 6.1.0 - dom-serializer: 2.0.0 - domhandler: 5.0.3 - htmlparser2: 10.0.0 - picocolors: 1.1.1 - postcss: 8.5.6 - postcss-media-query-parser: 0.2.3 - beasties@0.3.5: dependencies: css-select: 6.0.0 @@ -28540,21 +28286,6 @@ snapshots: bytestreamjs@2.0.1: {} - cacache@19.0.1: - dependencies: - '@npmcli/fs': 4.0.0 - fs-minipass: 3.0.3 - glob: 10.5.0 - lru-cache: 10.4.3 - minipass: 7.1.2 - minipass-collect: 2.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 7.0.3 - ssri: 12.0.0 - tar: 7.5.7 - unique-filename: 4.0.0 - cacache@20.0.3: dependencies: '@npmcli/fs': 5.0.0 @@ -28630,7 +28361,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.8.1 camelcase-keys@7.0.2: dependencies: @@ -28965,10 +28696,10 @@ snapshots: code-point-at@1.1.0: {} - codelyzer@6.0.2(@angular/compiler@19.2.18)(@angular/core@19.2.18(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)): + codelyzer@6.0.2(@angular/compiler@20.3.16)(@angular/core@20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)): dependencies: - '@angular/compiler': 19.2.18 - '@angular/core': 19.2.18(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 20.3.16 + '@angular/core': 20.3.16(@angular/compiler@20.3.16)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -28980,7 +28711,7 @@ snapshots: source-map: 0.5.7 sprintf-js: 1.1.3 tslib: 1.14.1 - tslint: 6.1.3(typescript@5.5.4) + tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 codelyzer@6.0.2(@angular/compiler@21.0.8)(@angular/core@21.0.7(@angular/compiler@21.0.8)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): @@ -29083,6 +28814,8 @@ snapshots: commander@13.1.0: {} + commander@14.0.3: {} + commander@2.11.0: {} commander@2.16.0: {} @@ -29206,24 +28939,23 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: - fast-glob: 3.3.3 glob-parent: 6.0.2 - globby: 14.1.0 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + tinyglobby: 0.2.15 + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - copy-webpack-plugin@13.0.1(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 6.0.2 tinyglobby: 0.2.15 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) core-js-compat@3.45.1: dependencies: @@ -29279,15 +29011,6 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.0(typescript@5.5.4): - dependencies: - env-paths: 2.2.1 - import-fresh: 3.3.1 - js-yaml: 4.1.0 - parse-json: 5.2.0 - optionalDependencies: - typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 @@ -29365,29 +29088,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29412,13 +29119,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29427,13 +29134,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29441,7 +29148,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true create-require@1.1.1: {} @@ -29498,7 +29204,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) css-loader@6.10.0(webpack@5.105.0): dependencies: @@ -29526,7 +29232,7 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29537,9 +29243,9 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - css-loader@7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29550,7 +29256,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) css-select@4.3.0: dependencies: @@ -29560,14 +29266,6 @@ snapshots: domutils: 2.8.0 nth-check: 2.1.1 - css-select@5.1.0: - dependencies: - boolbase: 1.0.0 - css-what: 6.1.0 - domhandler: 5.0.3 - domutils: 3.2.2 - nth-check: 2.1.1 - css-select@6.0.0: dependencies: boolbase: 1.0.0 @@ -30126,7 +29824,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 dot@1.1.3: {} @@ -30252,7 +29950,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.12.8 + '@types/node': 24.1.0 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -30664,7 +30362,7 @@ snapshots: esbuild-sunos-64@0.14.54: optional: true - esbuild-wasm@0.25.4: {} + esbuild-wasm@0.25.9: {} esbuild-wasm@0.26.0: {} @@ -30755,33 +30453,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.0 '@esbuild/win32-x64': 0.25.0 - esbuild@0.25.4: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.4 - '@esbuild/android-arm': 0.25.4 - '@esbuild/android-arm64': 0.25.4 - '@esbuild/android-x64': 0.25.4 - '@esbuild/darwin-arm64': 0.25.4 - '@esbuild/darwin-x64': 0.25.4 - '@esbuild/freebsd-arm64': 0.25.4 - '@esbuild/freebsd-x64': 0.25.4 - '@esbuild/linux-arm': 0.25.4 - '@esbuild/linux-arm64': 0.25.4 - '@esbuild/linux-ia32': 0.25.4 - '@esbuild/linux-loong64': 0.25.4 - '@esbuild/linux-mips64el': 0.25.4 - '@esbuild/linux-ppc64': 0.25.4 - '@esbuild/linux-riscv64': 0.25.4 - '@esbuild/linux-s390x': 0.25.4 - '@esbuild/linux-x64': 0.25.4 - '@esbuild/netbsd-arm64': 0.25.4 - '@esbuild/netbsd-x64': 0.25.4 - '@esbuild/openbsd-arm64': 0.25.4 - '@esbuild/openbsd-x64': 0.25.4 - '@esbuild/sunos-x64': 0.25.4 - '@esbuild/win32-arm64': 0.25.4 - '@esbuild/win32-ia32': 0.25.4 - '@esbuild/win32-x64': 0.25.4 + esbuild@0.25.9: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 esbuild@0.26.0: optionalDependencies: @@ -30871,47 +30570,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(4favskg7c6uhgkqsp35iqbuplm): + eslint-config-devextreme@0.2.0(3xms7orqommrlrwsknoqxfp64m): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(6762pvgzaajslw5yvfo6sjzsum): - dependencies: - '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) - eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-react: 7.37.5(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-rulesdir: 0.2.2 - eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) - - eslint-config-devextreme@1.1.9(6pos3irinh3rtrffzvgfv4iwaq): + eslint-config-devextreme@1.1.9(bxzporru323wbx5ffcfs2um6ai): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30920,17 +30600,17 @@ snapshots: eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 15.11.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(bxzporru323wbx5ffcfs2um6ai): + eslint-config-devextreme@1.1.9(cfofu6wo2ltptwv57eixwzcui4): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30938,18 +30618,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(dtvn4w7qoqlvmrv3faup6wnpyq): + eslint-config-devextreme@1.1.9(dd2w7nl2menfwk3p3dds4fuim4): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30961,14 +30641,14 @@ snapshots: stylelint: 16.22.0(typescript@5.9.3) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(jk7o2besgysqasi55pf2gsskwa): + eslint-config-devextreme@1.1.9(h5kz6jj4kiiitcetcia5t35m2u): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30976,18 +30656,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 15.11.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(yk3hzor2e2amfaivylw2eienvu): + eslint-config-devextreme@1.1.9(keyg3byfrhnxueagapguje7izu): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -30999,14 +30679,14 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(yviunffsiellsqphxnml25un3u): + eslint-config-devextreme@1.1.9(qdifyizpynqwr7wfbsnu7ywtha): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -31014,18 +30694,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(zus5oy45zzygxruuxyw45cxnei): + eslint-config-devextreme@1.1.9(vbqrb3ybmbpgibsy2ykutbjol4): dependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-jest: 29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.2(jiti@2.6.1)) @@ -31033,9 +30713,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) eslint-import-resolver-node@0.3.9: dependencies: @@ -31055,11 +30735,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -31123,7 +30803,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -31134,7 +30814,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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(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.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.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 @@ -31146,7 +30826,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -31196,57 +30876,46 @@ snapshots: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - transitivePeerDependencies: - - supports-color - - typescript - - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): - dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - eslint: 9.39.2(jiti@2.6.1) - optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.5.4): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(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.52.0(@typescript-eslint/parser@8.52.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: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.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@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.52.0(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.52.0(@typescript-eslint/parser@8.52.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: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) transitivePeerDependencies: - supports-color - typescript @@ -31416,7 +31085,7 @@ snapshots: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) eslint: 9.39.2(jiti@2.6.1) @@ -31428,7 +31097,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.7.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.7.1(eslint@9.39.2(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))): dependencies: @@ -32077,10 +31746,10 @@ snapshots: make-dir: 3.1.0 pkg-dir: 4.2.0 - find-cache-dir@4.0.0: + find-cache-directory@6.0.0: dependencies: common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 + pkg-dir: 8.0.0 find-up-simple@1.0.1: {} @@ -32103,11 +31772,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@6.3.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - findup-sync@2.0.0: dependencies: detect-file: 1.0.0 @@ -32486,9 +32150,9 @@ snapshots: normalize-path: 3.0.0 streamx: 2.22.0 - glob-to-regex.js@1.2.0(tslib@2.6.3): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -32622,15 +32286,6 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 - globby@14.1.0: - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.3 - ignore: 7.0.5 - path-type: 6.0.0 - slash: 5.1.0 - unicorn-magic: 0.3.0 - globby@5.0.0: dependencies: array-union: 1.0.2 @@ -33206,10 +32861,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - hosted-git-info@8.1.0: - dependencies: - lru-cache: 10.4.3 - hosted-git-info@9.0.2: dependencies: lru-cache: 11.2.4 @@ -33287,7 +32938,7 @@ snapshots: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) optional: true - html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33295,9 +32946,10 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + optional: true - html-webpack-plugin@5.6.3(webpack@5.105.2(@swc/core@1.15.3)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33305,10 +32957,9 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.2(@swc/core@1.15.3) - optional: true + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + html-webpack-plugin@5.6.3(webpack@5.105.2(@swc/core@1.15.3)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33316,7 +32967,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.2(@swc/core@1.15.3) optional: true html2canvas@1.4.1: @@ -33527,10 +33178,6 @@ snapshots: ieee754@1.2.1: {} - ignore-walk@7.0.0: - dependencies: - minimatch: 9.0.5 - ignore-walk@8.0.0: dependencies: minimatch: 10.1.1 @@ -33615,7 +33262,7 @@ snapshots: injection-js@2.4.0: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 inline-source-map@0.6.3: dependencies: @@ -33754,10 +33401,6 @@ snapshots: dependencies: ci-info: 1.6.0 - is-core-module@2.15.1: - dependencies: - hasown: 2.0.2 - is-core-module@2.16.1: dependencies: hasown: 2.0.2 @@ -34007,6 +33650,8 @@ snapshots: is-unicode-supported@0.1.0: {} + is-unicode-supported@1.3.0: {} + is-unicode-supported@2.1.0: {} is-url-superb@4.0.0: {} @@ -34174,7 +33819,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -34200,7 +33845,7 @@ snapshots: '@jest/expect': 30.2.0 '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -34262,38 +33907,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - exit: 0.1.2 - import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34327,16 +33950,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34348,16 +33971,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34368,7 +33991,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jest-config@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: @@ -34432,7 +34054,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34458,13 +34080,13 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34489,14 +34111,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 20.12.8 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34521,13 +34142,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34552,14 +34173,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34584,13 +34205,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.28.6 '@jest/test-sequencer': 29.7.0 @@ -34615,75 +34236,11 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.14.5 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.28.6 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.28.6) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.14.5 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - optional: true jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: @@ -34785,7 +34342,7 @@ snapshots: '@jest/environment': 30.2.0 '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 30.2.0 jest-util: 30.2.0 jest-validate: 30.2.0 @@ -34796,7 +34353,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.12.8 + '@types/node': 24.1.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -34811,7 +34368,7 @@ snapshots: jest-haste-map@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -34874,13 +34431,13 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 jest-mock@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 30.2.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -34932,7 +34489,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -34958,7 +34515,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 emittery: 0.13.1 exit-x: 0.2.2 @@ -34987,7 +34544,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -35014,7 +34571,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 cjs-module-lexer: 2.2.0 collect-v8-coverage: 1.0.2 @@ -35086,7 +34643,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -35095,7 +34652,7 @@ snapshots: jest-util@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 ci-info: 4.3.0 graceful-fs: 4.2.11 @@ -35123,7 +34680,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -35134,7 +34691,7 @@ snapshots: dependencies: '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -35143,20 +34700,20 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@30.2.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@ungap/structured-clone': 1.3.0 jest-util: 30.2.0 merge-stream: 2.0.0 @@ -35190,27 +34747,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - '@jest/types': 29.6.3 - import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -35234,12 +34776,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -35248,12 +34790,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -35261,7 +34803,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jiti@1.21.6: {} @@ -35357,8 +34898,6 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@4.0.0: {} - json-parse-even-better-errors@5.0.0: {} json-schema-traverse@0.4.1: {} @@ -35479,7 +35018,7 @@ snapshots: dependencies: glob: 7.2.3 minimatch: 9.0.5 - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-merge: 4.2.2 karma@6.4.4: @@ -35589,11 +35128,11 @@ snapshots: lead@4.0.0: {} - less-loader@12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: - less: 4.2.2 + less: 4.4.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) less-loader@12.3.0(less@4.4.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -35601,11 +35140,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - less@4.2.2: + less@4.4.0: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35619,7 +35158,7 @@ snapshots: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -35642,11 +35181,11 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - license-webpack-plugin@4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: webpack-sources: 3.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) lie@3.3.0: dependencies: @@ -35751,7 +35290,7 @@ snapshots: optionalDependencies: enquirer: 2.4.1 - listr2@8.2.5: + listr2@9.0.1: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 @@ -35784,7 +35323,7 @@ snapshots: '@lmdb/lmdb-linux-x64': 2.8.5 '@lmdb/lmdb-win32-x64': 2.8.5 - lmdb@3.2.6: + lmdb@3.4.2: dependencies: msgpackr: 1.11.2 node-addon-api: 6.1.0 @@ -35792,12 +35331,13 @@ snapshots: ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 3.2.6 - '@lmdb/lmdb-darwin-x64': 3.2.6 - '@lmdb/lmdb-linux-arm': 3.2.6 - '@lmdb/lmdb-linux-arm64': 3.2.6 - '@lmdb/lmdb-linux-x64': 3.2.6 - '@lmdb/lmdb-win32-x64': 3.2.6 + '@lmdb/lmdb-darwin-arm64': 3.4.2 + '@lmdb/lmdb-darwin-x64': 3.4.2 + '@lmdb/lmdb-linux-arm': 3.4.2 + '@lmdb/lmdb-linux-arm64': 3.4.2 + '@lmdb/lmdb-linux-x64': 3.4.2 + '@lmdb/lmdb-win32-arm64': 3.4.2 + '@lmdb/lmdb-win32-x64': 3.4.2 optional: true lmdb@3.4.3: @@ -35854,10 +35394,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash._reinterpolate@3.0.0: {} lodash.clone@4.5.0: {} @@ -35916,6 +35452,11 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 + log-symbols@6.0.0: + dependencies: + chalk: 5.6.2 + is-unicode-supported: 1.3.0 + log-symbols@7.0.1: dependencies: is-unicode-supported: 2.1.0 @@ -35991,7 +35532,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 lru-cache@10.4.3: {} @@ -36038,6 +35579,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + make-dir@2.1.0: dependencies: pify: 4.0.1 @@ -36054,22 +35599,6 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@14.0.3: - dependencies: - '@npmcli/agent': 3.0.0 - cacache: 19.0.1 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 1.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - ssri: 12.0.0 - transitivePeerDependencies: - - supports-color - make-fetch-happen@15.0.3: dependencies: '@npmcli/agent': 4.0.0 @@ -36203,12 +35732,12 @@ snapshots: memfs@4.51.1: dependencies: - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 memory-fs@0.5.0: dependencies: @@ -36458,17 +35987,17 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - mini-css-extract-plugin@2.9.4(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) minimalistic-assert@1.0.1: {} @@ -36514,14 +36043,6 @@ snapshots: dependencies: minipass: 7.1.2 - minipass-fetch@4.0.1: - dependencies: - minipass: 7.1.2 - minipass-sized: 1.0.3 - minizlib: 3.1.0 - optionalDependencies: - encoding: 0.1.13 - minipass-fetch@5.0.0: dependencies: minipass: 7.1.2 @@ -36654,8 +36175,6 @@ snapshots: mute-stdout@1.0.1: {} - mute-stream@1.0.0: {} - mute-stream@2.0.0: {} mylas@2.1.13: {} @@ -36723,63 +36242,6 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4): - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.5.4) - '@rollup/plugin-json': 6.1.0(rollup@4.53.3) - '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 - ansi-colors: 4.1.3 - browserslist: 4.28.1 - chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 - dependency-graph: 1.0.0 - esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 - injection-js: 2.4.0 - jsonc-parser: 3.3.1 - less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 - rxjs: 7.8.2 - sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.5.4 - optionalDependencies: - rollup: 4.53.3 - - ng-packagr@19.2.2(@angular/compiler-cli@19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): - dependencies: - '@angular/compiler-cli': 19.2.18(@angular/compiler@19.2.18)(typescript@5.8.3) - '@rollup/plugin-json': 6.1.0(rollup@4.53.3) - '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 - ansi-colors: 4.1.3 - browserslist: 4.28.1 - chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 - dependency-graph: 1.0.0 - esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 - injection-js: 2.4.0 - jsonc-parser: 3.3.1 - less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 - rxjs: 7.8.2 - sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.8.3 - optionalDependencies: - rollup: 4.53.3 - optional: true - ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) @@ -36808,6 +36270,65 @@ snapshots: optionalDependencies: rollup: 4.53.3 + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): + dependencies: + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@rollup/plugin-json': 6.1.0(rollup@4.53.3) + '@rollup/wasm-node': 4.27.3 + ajv: 8.17.1 + ansi-colors: 4.1.3 + browserslist: 4.28.1 + chokidar: 4.0.1 + commander: 14.0.3 + dependency-graph: 1.0.0 + esbuild: 0.25.0 + find-cache-directory: 6.0.0 + injection-js: 2.4.0 + jsonc-parser: 3.3.1 + less: 4.4.2 + ora: 8.2.0 + piscina: 5.1.3 + postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) + rxjs: 7.8.2 + sass: 1.97.1 + tinyglobby: 0.2.15 + tslib: 2.6.3 + typescript: 5.8.3 + optionalDependencies: + rollup: 4.53.3 + optional: true + + ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + dependencies: + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) + '@rollup/plugin-json': 6.1.0(rollup@4.53.3) + '@rollup/wasm-node': 4.27.3 + ajv: 8.17.1 + ansi-colors: 4.1.3 + browserslist: 4.28.1 + chokidar: 4.0.1 + commander: 14.0.3 + dependency-graph: 1.0.0 + esbuild: 0.25.0 + find-cache-directory: 6.0.0 + injection-js: 2.4.0 + jsonc-parser: 3.3.1 + less: 4.4.2 + ora: 8.2.0 + piscina: 5.1.3 + postcss: 8.5.6 + rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) + rxjs: 7.8.2 + sass: 1.97.1 + tinyglobby: 0.2.15 + tslib: 2.8.1 + typescript: 5.8.3 + optionalDependencies: + rollup: 4.53.3 + nice-try@1.0.5: {} nise@6.1.1: @@ -36821,7 +36342,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.8.1 node-abort-controller@3.1.1: {} @@ -36848,21 +36369,6 @@ snapshots: detect-libc: 2.0.3 optional: true - node-gyp@11.2.0: - dependencies: - env-paths: 2.2.1 - exponential-backoff: 3.1.1 - graceful-fs: 4.2.11 - make-fetch-happen: 14.0.3 - nopt: 8.1.0 - proc-log: 5.0.0 - semver: 7.7.4 - tar: 7.5.7 - tinyglobby: 0.2.15 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - node-gyp@12.1.0: dependencies: env-paths: 2.2.1 @@ -36925,10 +36431,6 @@ snapshots: dependencies: abbrev: 2.0.0 - nopt@8.1.0: - dependencies: - abbrev: 3.0.1 - nopt@9.0.0: dependencies: abbrev: 4.0.0 @@ -36967,9 +36469,9 @@ snapshots: dependencies: npm-normalize-package-bin: 4.0.0 - npm-install-checks@7.1.1: + npm-bundled@5.0.0: dependencies: - semver: 7.7.4 + npm-normalize-package-bin: 5.0.0 npm-install-checks@8.0.0: dependencies: @@ -36979,9 +36481,9 @@ snapshots: npm-normalize-package-bin@5.0.0: {} - npm-package-arg@12.0.2: + npm-package-arg@13.0.0: dependencies: - hosted-git-info: 8.1.0 + hosted-git-info: 9.0.2 proc-log: 5.0.0 semver: 7.7.4 validate-npm-package-name: 6.0.0 @@ -36998,17 +36500,6 @@ snapshots: ignore-walk: 8.0.0 proc-log: 6.1.0 - npm-packlist@9.0.0: - dependencies: - ignore-walk: 7.0.0 - - npm-pick-manifest@10.0.0: - dependencies: - npm-install-checks: 7.1.1 - npm-normalize-package-bin: 4.0.0 - npm-package-arg: 12.0.2 - semver: 7.7.4 - npm-pick-manifest@11.0.3: dependencies: npm-install-checks: 8.0.0 @@ -37016,19 +36507,6 @@ snapshots: npm-package-arg: 13.0.1 semver: 7.7.4 - npm-registry-fetch@18.0.2: - dependencies: - '@npmcli/redact': 3.2.0 - jsonparse: 1.3.1 - make-fetch-happen: 14.0.3 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minizlib: 3.1.0 - npm-package-arg: 12.0.2 - proc-log: 5.0.0 - transitivePeerDependencies: - - supports-color - npm-registry-fetch@19.1.1: dependencies: '@npmcli/redact': 4.0.0 @@ -37122,7 +36600,7 @@ snapshots: tmp: 0.2.5 tree-kill: 1.2.2 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 yaml: 2.8.1 yargs: 17.7.2 yargs-parser: 21.1.1 @@ -37289,13 +36767,6 @@ snapshots: dependencies: mimic-function: 5.0.1 - open@10.1.0: - dependencies: - default-browser: 5.2.1 - define-lazy-prop: 3.0.0 - is-inside-container: 1.0.0 - is-wsl: 3.1.0 - open@10.2.0: dependencies: default-browser: 5.2.1 @@ -37378,6 +36849,18 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@8.2.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 2.9.2 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 6.0.0 + stdin-discarder: 0.2.2 + string-width: 7.2.0 + strip-ansi: 7.1.2 + ora@9.0.0: dependencies: chalk: 5.6.2 @@ -37426,10 +36909,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@3.0.0: dependencies: p-limit: 2.3.0 @@ -37442,10 +36921,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map@1.2.0: {} p-map@3.0.0: @@ -37482,34 +36957,34 @@ snapshots: package-json-from-dist@1.0.1: {} - pacote@20.0.0: + pacote@21.0.3: dependencies: - '@npmcli/git': 6.0.3 + '@npmcli/git': 7.0.1 '@npmcli/installed-package-contents': 3.0.0 - '@npmcli/package-json': 6.1.1 + '@npmcli/package-json': 7.0.4 '@npmcli/promise-spawn': 8.0.2 - '@npmcli/run-script': 9.1.0 - cacache: 19.0.1 + '@npmcli/run-script': 10.0.3 + cacache: 20.0.3 fs-minipass: 3.0.3 minipass: 7.1.2 - npm-package-arg: 12.0.2 - npm-packlist: 9.0.0 - npm-pick-manifest: 10.0.0 - npm-registry-fetch: 18.0.2 + npm-package-arg: 13.0.1 + npm-packlist: 10.0.3 + npm-pick-manifest: 11.0.3 + npm-registry-fetch: 19.1.1 proc-log: 5.0.0 promise-retry: 2.0.1 - sigstore: 3.1.0 + sigstore: 4.0.0 ssri: 12.0.0 tar: 7.5.7 transitivePeerDependencies: - supports-color - pacote@21.0.3: + pacote@21.0.4: dependencies: '@npmcli/git': 7.0.1 - '@npmcli/installed-package-contents': 3.0.0 + '@npmcli/installed-package-contents': 4.0.0 '@npmcli/package-json': 7.0.4 - '@npmcli/promise-spawn': 8.0.2 + '@npmcli/promise-spawn': 9.0.1 '@npmcli/run-script': 10.0.3 cacache: 20.0.3 fs-minipass: 3.0.3 @@ -37518,10 +36993,10 @@ snapshots: npm-packlist: 10.0.3 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 - proc-log: 5.0.0 + proc-log: 6.1.0 promise-retry: 2.0.1 sigstore: 4.0.0 - ssri: 12.0.0 + ssri: 13.0.0 tar: 7.5.7 transitivePeerDependencies: - supports-color @@ -37533,7 +37008,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 parcel@2.16.3: dependencies: @@ -37607,12 +37082,6 @@ snapshots: parse-passwd@1.0.0: {} - parse5-html-rewriting-stream@7.0.0: - dependencies: - entities: 4.5.0 - parse5: 7.2.1 - parse5-sax-parser: 7.0.0 - parse5-html-rewriting-stream@8.0.0: dependencies: entities: 6.0.0 @@ -37623,10 +37092,6 @@ snapshots: dependencies: parse5: 6.0.1 - parse5-sax-parser@7.0.0: - dependencies: - parse5: 7.2.1 - parse5-sax-parser@8.0.0: dependencies: parse5: 8.0.0 @@ -37650,7 +37115,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 pascalcase@0.1.1: {} @@ -37666,8 +37131,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-is-inside@1.0.2: {} @@ -37710,8 +37173,6 @@ snapshots: path-type@4.0.0: {} - path-type@6.0.0: {} - pathval@1.1.1: {} pathval@2.0.1: {} @@ -37782,9 +37243,9 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-dir@7.0.0: + pkg-dir@8.0.0: dependencies: - find-up: 6.3.0 + find-up-simple: 1.0.1 pkg-up@3.1.0: dependencies: @@ -37851,25 +37312,14 @@ snapshots: postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - cosmiconfig: 9.0.0(typescript@5.5.4) - jiti: 1.21.6 - postcss: 8.5.2 - semver: 7.7.4 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - transitivePeerDependencies: - - typescript - - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.6 - postcss: 8.5.2 + postcss: 8.5.6 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - typescript @@ -37951,12 +37401,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.2: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -38151,11 +37595,11 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.6.1(typescript@5.5.4): + puppeteer@23.6.1(typescript@5.8.3): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 typed-query-selector: 2.12.0 @@ -38524,10 +37968,6 @@ snapshots: es-set-tostringtag: 2.1.0 globalthis: 1.0.4 - regenerate-unicode-properties@10.2.0: - dependencies: - regenerate: 1.4.2 - regenerate-unicode-properties@10.2.2: dependencies: regenerate: 1.4.2 @@ -38572,15 +38012,6 @@ snapshots: regexpp@3.2.0: {} - regexpu-core@6.2.0: - dependencies: - regenerate: 1.4.2 - regenerate-unicode-properties: 10.2.0 - regjsgen: 0.8.0 - regjsparser: 0.12.0 - unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.2.0 - regexpu-core@6.4.0: dependencies: regenerate: 1.4.2 @@ -38802,7 +38233,7 @@ snapshots: resolve@1.22.8: dependencies: - is-core-module: 2.15.1 + is-core-module: 2.16.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -38872,6 +38303,14 @@ snapshots: '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.47 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.47 + rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.8.3): + dependencies: + magic-string: 0.30.21 + rollup: 4.53.3 + typescript: 5.8.3 + optionalDependencies: + '@babel/code-frame': 7.29.0 + rollup@4.22.4: dependencies: '@types/estree': 1.0.5 @@ -38894,29 +38333,32 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.22.4 fsevents: 2.3.3 - rollup@4.34.8: + rollup@4.52.3: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.34.8 - '@rollup/rollup-android-arm64': 4.34.8 - '@rollup/rollup-darwin-arm64': 4.34.8 - '@rollup/rollup-darwin-x64': 4.34.8 - '@rollup/rollup-freebsd-arm64': 4.34.8 - '@rollup/rollup-freebsd-x64': 4.34.8 - '@rollup/rollup-linux-arm-gnueabihf': 4.34.8 - '@rollup/rollup-linux-arm-musleabihf': 4.34.8 - '@rollup/rollup-linux-arm64-gnu': 4.34.8 - '@rollup/rollup-linux-arm64-musl': 4.34.8 - '@rollup/rollup-linux-loongarch64-gnu': 4.34.8 - '@rollup/rollup-linux-powerpc64le-gnu': 4.34.8 - '@rollup/rollup-linux-riscv64-gnu': 4.34.8 - '@rollup/rollup-linux-s390x-gnu': 4.34.8 - '@rollup/rollup-linux-x64-gnu': 4.34.8 - '@rollup/rollup-linux-x64-musl': 4.34.8 - '@rollup/rollup-win32-arm64-msvc': 4.34.8 - '@rollup/rollup-win32-ia32-msvc': 4.34.8 - '@rollup/rollup-win32-x64-msvc': 4.34.8 + '@rollup/rollup-android-arm-eabi': 4.52.3 + '@rollup/rollup-android-arm64': 4.52.3 + '@rollup/rollup-darwin-arm64': 4.52.3 + '@rollup/rollup-darwin-x64': 4.52.3 + '@rollup/rollup-freebsd-arm64': 4.52.3 + '@rollup/rollup-freebsd-x64': 4.52.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.52.3 + '@rollup/rollup-linux-arm-musleabihf': 4.52.3 + '@rollup/rollup-linux-arm64-gnu': 4.52.3 + '@rollup/rollup-linux-arm64-musl': 4.52.3 + '@rollup/rollup-linux-loong64-gnu': 4.52.3 + '@rollup/rollup-linux-ppc64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-gnu': 4.52.3 + '@rollup/rollup-linux-riscv64-musl': 4.52.3 + '@rollup/rollup-linux-s390x-gnu': 4.52.3 + '@rollup/rollup-linux-x64-gnu': 4.52.3 + '@rollup/rollup-linux-x64-musl': 4.52.3 + '@rollup/rollup-openharmony-arm64': 4.52.3 + '@rollup/rollup-win32-arm64-msvc': 4.52.3 + '@rollup/rollup-win32-ia32-msvc': 4.52.3 + '@rollup/rollup-win32-x64-gnu': 4.52.3 + '@rollup/rollup-win32-x64-msvc': 4.52.3 fsevents: 2.3.3 rollup@4.53.3: @@ -39215,13 +38657,13 @@ snapshots: sass-embedded-win32-x64: 1.97.1 optional: true - sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.93.2)(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -39235,7 +38677,7 @@ snapshots: dependencies: commander: 10.0.1 - sass@1.85.0: + sass@1.90.0: dependencies: chokidar: 4.0.1 immutable: 5.1.4 @@ -39550,17 +38992,6 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@3.1.0: - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/sign': 3.1.0 - '@sigstore/tuf': 3.1.1 - '@sigstore/verify': 2.1.1 - transitivePeerDependencies: - - supports-color - sigstore@4.0.0: dependencies: '@sigstore/bundle': 4.0.0 @@ -39593,8 +39024,6 @@ snapshots: slash@3.0.0: {} - slash@5.1.0: {} - slice-ansi@4.0.0: dependencies: ansi-styles: 4.3.0 @@ -39689,11 +39118,11 @@ snapshots: source-map-js: 1.2.1 webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - source-map-loader@5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) source-map-resolve@0.5.3: dependencies: @@ -39943,7 +39372,7 @@ snapshots: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) string-width@1.0.2: dependencies: @@ -40099,7 +39528,7 @@ snapshots: style-loader@3.3.4(webpack@5.105.0(@swc/core@1.15.3)): dependencies: - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) style-loader@3.3.4(webpack@5.105.0): dependencies: @@ -40161,9 +39590,9 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) + stylelint: 16.22.0(typescript@5.8.3) stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -40192,10 +39621,10 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@4.9.5)) - stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.5.4)) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.8.3)) stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -40358,7 +39787,7 @@ snapshots: - supports-color - typescript - stylelint@16.22.0(typescript@5.5.4): + stylelint@16.22.0(typescript@5.8.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) '@csstools/css-tokenizer': 3.0.4 @@ -40367,7 +39796,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) css-functions-list: 3.2.3 css-tree: 3.1.0 debug: 4.4.3 @@ -40495,8 +39924,6 @@ snapshots: '@swc/counter': 0.1.3 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - symbol-observable@4.0.0: {} - symbol-tree@3.2.4: {} sync-child-process@1.0.2: @@ -40626,17 +40053,17 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.25.0 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): 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.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: '@swc/core': 1.15.3 - esbuild: 0.25.4 + esbuild: 0.25.9 terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -40650,17 +40077,6 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.26.0 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.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.3) - optionalDependencies: - '@swc/core': 1.15.3 - terser-webpack-plugin@5.3.16(@swc/core@1.15.3)(webpack@5.105.0): dependencies: '@jridgewell/trace-mapping': 0.3.31 @@ -40700,12 +40116,12 @@ snapshots: terser@5.36.0: dependencies: - '@jridgewell/source-map': 0.3.6 + '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.39.0: + terser@5.43.1: dependencies: '@jridgewell/source-map': 0.3.11 acorn: 8.15.0 @@ -41075,9 +40491,9 @@ snapshots: textextensions@3.3.0: {} - thingies@2.5.0(tslib@2.6.3): + thingies@2.5.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 through2-filter@3.0.0: dependencies: @@ -41133,6 +40549,11 @@ snapshots: tiny-invariant@1.3.3: {} + tinyglobby@0.2.14: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) @@ -41223,9 +40644,9 @@ snapshots: semver: 5.7.2 source-map-support: 0.2.10 - tree-dump@1.1.0(tslib@2.6.3): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 tree-kill@1.2.2: {} @@ -41253,9 +40674,9 @@ snapshots: dependencies: typescript: 4.9.5 - ts-api-utils@2.4.0(typescript@5.5.4): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: - typescript: 5.5.4 + typescript: 5.8.3 ts-api-utils@2.4.0(typescript@5.9.3): dependencies: @@ -41285,11 +40706,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41302,11 +40723,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.2(@babel/core@7.28.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41337,11 +40758,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41355,11 +40776,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.28.6) - ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.3(@babel/core@7.28.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.6))(jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.14.5)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41418,7 +40839,7 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -41432,7 +40853,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -41458,14 +40879,14 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.14.5)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.5 + '@types/node': 24.1.0 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -41515,7 +40936,7 @@ snapshots: tslib@2.8.1: {} - tslint@6.1.3(typescript@5.5.4): + tslint@6.1.3(typescript@5.8.3): dependencies: '@babel/code-frame': 7.29.0 builtin-modules: 1.1.1 @@ -41529,8 +40950,8 @@ snapshots: resolve: 1.22.11 semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0(typescript@5.5.4) - typescript: 5.5.4 + tsutils: 2.29.0(typescript@5.8.3) + typescript: 5.8.3 tslint@6.1.3(typescript@5.9.3): dependencies: @@ -41549,10 +40970,10 @@ snapshots: tsutils: 2.29.0(typescript@5.9.3) typescript: 5.9.3 - tsutils@2.29.0(typescript@5.5.4): + tsutils@2.29.0(typescript@5.8.3): dependencies: tslib: 1.14.1 - typescript: 5.5.4 + typescript: 5.8.3 tsutils@2.29.0(typescript@5.9.3): dependencies: @@ -41580,14 +41001,6 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@3.0.1: - dependencies: - '@tufjs/models': 3.0.1 - debug: 4.4.3 - make-fetch-happen: 14.0.3 - transitivePeerDependencies: - - supports-color - tuf-js@4.0.0: dependencies: '@tufjs/models': 4.0.0 @@ -41710,8 +41123,6 @@ snapshots: typescript@4.9.5: {} - typescript@5.5.4: {} - typescript@5.8.3: {} typescript@5.9.2: {} @@ -41770,6 +41181,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@7.8.0: {} + undici@7.16.0: {} unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -41779,14 +41192,10 @@ snapshots: unicode-canonical-property-names-ecmascript: 2.0.1 unicode-property-aliases-ecmascript: 2.1.0 - unicode-match-property-value-ecmascript@2.2.0: {} - unicode-match-property-value-ecmascript@2.2.1: {} unicode-property-aliases-ecmascript@2.1.0: {} - unicorn-magic@0.3.0: {} - unified@10.1.2: dependencies: '@types/unist': 2.0.11 @@ -41808,18 +41217,10 @@ snapshots: dependencies: qs: 6.14.1 - unique-filename@4.0.0: - dependencies: - unique-slug: 5.0.0 - unique-filename@5.0.0: dependencies: unique-slug: 6.0.0 - unique-slug@5.0.0: - dependencies: - imurmurhash: 0.1.4 - unique-slug@6.0.0: dependencies: imurmurhash: 0.1.4 @@ -42179,13 +41580,13 @@ snapshots: replace-ext: 2.0.0 teex: 1.0.1 - vite@5.4.21(@types/node@20.14.5)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): + vite@5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): dependencies: esbuild: 0.21.5 postcss: 8.5.6 rollup: 4.22.4 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 less: 4.4.2 lightningcss: 1.30.2 @@ -42193,7 +41594,7 @@ snapshots: sass-embedded: 1.97.1 terser: 5.46.0 - vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42202,17 +41603,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.97.1 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.46.0 yaml: 2.8.1 - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42221,17 +41622,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 20.11.17 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.43.1 yaml: 2.8.1 - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42240,18 +41641,17 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.46.0 + terser: 5.43.1 yaml: 2.8.1 - optional: true - vite@6.4.1(@types/node@20.14.5)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42260,17 +41660,18 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.14.5 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 lightningcss: 1.30.2 - sass: 1.97.1 + sass: 1.90.0 sass-embedded: 1.97.1 terser: 5.46.0 yaml: 2.8.1 + optional: true - vite@7.2.2(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): + vite@7.2.2(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42279,7 +41680,7 @@ snapshots: rollup: 4.53.3 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 @@ -42489,7 +41890,7 @@ snapshots: optionalDependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) - webpack-dev-middleware@7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42498,7 +41899,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-dev-middleware@7.4.5(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42511,7 +41912,7 @@ snapshots: optionalDependencies: webpack: 5.102.1(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware@7.4.5(webpack@5.105.0): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42520,9 +41921,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.5(webpack@5.105.0): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -42531,7 +41932,7 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-dev-server@5.2.2(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42571,7 +41972,7 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -42599,10 +42000,10 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ws: 8.18.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug @@ -42682,7 +42083,7 @@ snapshots: supports-color: 8.1.1 through: 2.3.8 vinyl: 2.2.1 - webpack: 5.105.0(@swc/core@1.15.3) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)))(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)): dependencies: @@ -42691,19 +42092,19 @@ snapshots: optionalDependencies: html-webpack-plugin: 5.6.3(webpack@5.102.1(@swc/core@1.15.3)(esbuild@0.26.0)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.2(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.2(@swc/core@1.15.3)) + html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.2(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + html-webpack-plugin: 5.6.3(webpack@5.105.2(@swc/core@1.15.3)) webpack-virtual-modules@0.6.2: {} @@ -42739,7 +42140,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -42763,7 +42164,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.3)(webpack@5.105.0(@swc/core@1.15.3)) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -42904,36 +42305,6 @@ snapshots: - uglify-js optional: true - webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4): - dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 - '@webassemblyjs/ast': 1.14.1 - '@webassemblyjs/wasm-edit': 1.14.1 - '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - browserslist: 4.28.1 - chrome-trace-event: 1.0.4 - enhanced-resolve: 5.19.0 - es-module-lexer: 1.5.4 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - watchpack: 2.5.1 - webpack-sources: 3.3.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - websocket-driver@0.7.4: dependencies: http-parser-js: 0.5.8 @@ -43234,8 +42605,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yoctocolors-cjs@2.1.3: {} yoctocolors@2.1.2: {} From 64b90164da8c779083be0a81a01a0b179c5bc220 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Tue, 17 Feb 2026 17:40:02 +0100 Subject: [PATCH 23/48] revert gregeneration for react and vue --- .../src/common/ai-integration.ts | 12 +- .../devextreme-react/src/common/charts.ts | 49 ++- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-react/src/common/data.ts | 45 ++- .../src/common/export/excel.ts | 10 +- .../devextreme-react/src/common/export/pdf.ts | 11 +- packages/devextreme-react/src/common/grids.ts | 80 +++- packages/devextreme-react/src/common/index.ts | 355 ++++-------------- packages/devextreme-react/src/index.ts | 3 +- .../src/common/ai-integration.ts | 12 +- packages/devextreme-vue/src/common/charts.ts | 49 ++- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../devextreme-vue/src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-vue/src/common/data.ts | 45 ++- .../devextreme-vue/src/common/export/excel.ts | 10 +- .../devextreme-vue/src/common/export/pdf.ts | 11 +- packages/devextreme-vue/src/common/grids.ts | 80 +++- packages/devextreme-vue/src/common/index.ts | 355 ++++-------------- packages/devextreme-vue/src/index.ts | 3 +- 24 files changed, 646 insertions(+), 586 deletions(-) diff --git a/packages/devextreme-react/src/common/ai-integration.ts b/packages/devextreme-react/src/common/ai-integration.ts index 6f38334e066f..b4af2d19435b 100644 --- a/packages/devextreme-react/src/common/ai-integration.ts +++ b/packages/devextreme-react/src/common/ai-integration.ts @@ -1 +1,11 @@ -export type { AIIntegration, AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file +export { + AIIntegration, + AIIntegrationOptions, + AIProvider, + AIResponse, + GenerateGridColumnCommandResponse, + Prompt, + RequestParams, + RequestParamsData, + Response, +} from "devextreme/common/ai-integration"; diff --git a/packages/devextreme-react/src/common/charts.ts b/packages/devextreme-react/src/common/charts.ts index 47caa060bbc4..2ed2d4a55665 100644 --- a/packages/devextreme-react/src/common/charts.ts +++ b/packages/devextreme-react/src/common/charts.ts @@ -1,2 +1,47 @@ -export { registerGradient, registerPattern } from "devextreme/common/charts"; -export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file +export { + AnimationEaseMode, + AnnotationType, + ArgumentAxisHoverMode, + AxisScaleType, + ChartsAxisLabelOverlap, + ChartsColor, + ChartsDataType, + ChartsLabelOverlap, + DashStyle, + DiscreteAxisDivisionMode, + Font, + GradientColor, + HatchDirection, + LabelOverlap, + LabelPosition, + LegendHoverMode, + LegendItem, + LegendMarkerState, + Palette, + PaletteColorSet, + PaletteExtensionMode, + PointInteractionMode, + PointSymbol, + registerGradient, + registerPattern, + RelativePosition, + ScaleBreak, + ScaleBreakLineStyle, + SeriesHoverMode, + SeriesLabel, + SeriesPoint, + SeriesSelectionMode, + SeriesType, + ShiftLabelOverlap, + TextOverflow, + Theme, + TimeInterval, + TimeIntervalConfig, + ValueAxisVisualRangeUpdateMode, + ValueErrorBarDisplayMode, + ValueErrorBarType, + VisualRange, + VisualRangeUpdateMode, + WordWrap, + ZoomPanAction, +} from "devextreme/common/charts"; diff --git a/packages/devextreme-react/src/common/core/animation.ts b/packages/devextreme-react/src/common/core/animation.ts index d6fd52789d19..65dbc2236713 100644 --- a/packages/devextreme-react/src/common/core/animation.ts +++ b/packages/devextreme-react/src/common/core/animation.ts @@ -1,2 +1,12 @@ -export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame } from "devextreme/common/core/animation"; -export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig, TransitionExecutor } from "devextreme/common/core/animation"; \ No newline at end of file +export { + AnimationConfig, + animationPresets, + AnimationState, + cancelAnimationFrame, + CollisionResolution, + CollisionResolutionCombination, + fx, + PositionConfig, + requestAnimationFrame, + TransitionExecutor, +} from "devextreme/common/core/animation"; diff --git a/packages/devextreme-react/src/common/core/environment.ts b/packages/devextreme-react/src/common/core/environment.ts index 052cb1176fe7..8830f31c4290 100644 --- a/packages/devextreme-react/src/common/core/environment.ts +++ b/packages/devextreme-react/src/common/core/environment.ts @@ -1,2 +1,7 @@ -export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; -export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file +export { + Device, + getTimeZones, + hideTopOverlay, + initMobileViewport, + SchedulerTimeZone, +} from "devextreme/common/core/environment"; diff --git a/packages/devextreme-react/src/common/core/events.ts b/packages/devextreme-react/src/common/core/events.ts index 3c800bee7cd5..f7b89308f060 100644 --- a/packages/devextreme-react/src/common/core/events.ts +++ b/packages/devextreme-react/src/common/core/events.ts @@ -1,2 +1,14 @@ -export { off, on, one, trigger } from "devextreme/common/core/events"; -export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file +export { + AsyncCancelable, + Cancelable, + ChangedOptionInfo, + EventInfo, + EventObject, + InitializedEventInfo, + ItemInfo, + NativeEventInfo, + off, + on, + one, + trigger, +} from "devextreme/common/core/events"; diff --git a/packages/devextreme-react/src/common/core/localization.ts b/packages/devextreme-react/src/common/core/localization.ts index fc7654b7c057..8dd8ec2ad04b 100644 --- a/packages/devextreme-react/src/common/core/localization.ts +++ b/packages/devextreme-react/src/common/core/localization.ts @@ -1,2 +1,10 @@ -export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; -export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file +export { + Format, + formatDate, + formatMessage, + formatNumber, + loadMessages, + locale, + parseDate, + parseNumber, +} from "devextreme/common/core/localization"; diff --git a/packages/devextreme-react/src/common/data.ts b/packages/devextreme-react/src/common/data.ts index 35bcfaea6560..16a77b01921d 100644 --- a/packages/devextreme-react/src/common/data.ts +++ b/packages/devextreme-react/src/common/data.ts @@ -1,2 +1,43 @@ -export { applyChanges, base64_encode, compileGetter, compileSetter, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, query, setErrorHandler } from "devextreme/common/data"; -export type { ArrayStore, ArrayStoreOptions, CustomStore, CustomStoreOptions, DataSource, DataSourceOptions, EdmLiteral, EndpointSelector, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStore, LocalStoreOptions, ODataContext, ODataContextOptions, ODataStore, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file +export { + applyChanges, + ArrayStore, + ArrayStoreOptions, + base64_encode, + compileGetter, + compileSetter, + CustomStore, + CustomStoreOptions, + DataSource, + DataSourceOptions, + EdmLiteral, + EndpointSelector, + errorHandler, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, + isGroupItemsArray, + isItemsArray, + isLoadResultObject, + keyConverters, + LangParams, + LoadOptions, + LoadResult, + LoadResultObject, + LocalStore, + LocalStoreOptions, + ODataContext, + ODataContextOptions, + ODataStore, + ODataStoreOptions, + query, + Query, + ResolvedData, + SearchOperation, + SelectDescriptor, + setErrorHandler, + SortDescriptor, + Store, + StoreOptions, + SummaryDescriptor, +} from "devextreme/common/data"; diff --git a/packages/devextreme-react/src/common/export/excel.ts b/packages/devextreme-react/src/common/export/excel.ts index 4770e529960b..62583b766d91 100644 --- a/packages/devextreme-react/src/common/export/excel.ts +++ b/packages/devextreme-react/src/common/export/excel.ts @@ -1,2 +1,8 @@ -export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; -export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file +export { + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportPivotGrid, + PivotGridCell, + PivotGridExportOptions, +} from "devextreme/common/export/excel"; diff --git a/packages/devextreme-react/src/common/export/pdf.ts b/packages/devextreme-react/src/common/export/pdf.ts index 5a0e50283214..2b95e14b2487 100644 --- a/packages/devextreme-react/src/common/export/pdf.ts +++ b/packages/devextreme-react/src/common/export/pdf.ts @@ -1,2 +1,9 @@ -export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; -export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file +export { + Cell, + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportGantt, + GanttExportFont, + GanttExportOptions, +} from "devextreme/common/export/pdf"; diff --git a/packages/devextreme-react/src/common/grids.ts b/packages/devextreme-react/src/common/grids.ts index b4132ba3a5bd..a899cf0d9278 100644 --- a/packages/devextreme-react/src/common/grids.ts +++ b/packages/devextreme-react/src/common/grids.ts @@ -1 +1,79 @@ -export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file +export { + AdaptiveDetailRowPreparingInfo, + AIColumnMode, + AIColumnRequestCreatingInfo, + ApplyChangesMode, + ApplyFilterMode, + ColumnAIOptions, + ColumnBase, + ColumnButtonBase, + ColumnChooser, + ColumnChooserMode, + ColumnChooserSearchConfig, + ColumnChooserSelectionConfig, + ColumnCustomizeTextArg, + ColumnFixing, + ColumnFixingIcons, + ColumnFixingTexts, + ColumnHeaderFilter, + ColumnHeaderFilterSearchConfig, + ColumnLookup, + ColumnResizeMode, + DataChange, + DataChangeInfo, + DataChangeType, + DataErrorOccurredInfo, + DataRenderMode, + EditingBase, + EditingTextsBase, + EnterKeyAction, + EnterKeyDirection, + FilterOperation, + FilterPanel, + FilterPanelTexts, + FilterRow, + FilterRowOperationDescriptions, + FilterType, + FixedPosition, + GridBase, + GridBaseOptions, + GridsContextMenuTarget, + GridsEditMode, + GridsEditRefreshMode, + GroupExpandMode, + HeaderFilter, + HeaderFilterGroupInterval, + HeaderFilterSearchConfig, + HeaderFilterTexts, + KeyboardNavigation, + KeyDownInfo, + LoadPanel, + NewRowInfo, + NewRowPosition, + Pager, + PagerPageSize, + PagingBase, + RowDragging, + RowDraggingTemplateData, + RowInsertedInfo, + RowInsertingInfo, + RowKeyInfo, + RowRemovedInfo, + RowRemovingInfo, + RowUpdatedInfo, + RowUpdatingInfo, + RowValidatingInfo, + SavingInfo, + ScrollingBase, + SearchPanel, + SelectedFilterOperation, + SelectionBase, + SelectionChangedInfo, + SelectionColumnDisplayMode, + Sorting, + StartEditAction, + StateStoreType, + StateStoring, + SummaryType, + ToolbarPreparingInfo, +} from "devextreme/common/grids"; diff --git a/packages/devextreme-react/src/common/index.ts b/packages/devextreme-react/src/common/index.ts index e741247dcb13..0c8863a9cd93 100644 --- a/packages/devextreme-react/src/common/index.ts +++ b/packages/devextreme-react/src/common/index.ts @@ -1,274 +1,83 @@ -import * as AiIntegrationModule from "devextreme/common/ai-integration"; -import * as ChartsModule from "devextreme/common/charts"; -import * as CoreAnimationModule from "devextreme/common/core/animation"; -import * as CoreEnvironmentModule from "devextreme/common/core/environment"; -import * as CoreEventsModule from "devextreme/common/core/events"; -import * as CoreLocalizationModule from "devextreme/common/core/localization"; -import * as DataModule from "devextreme/common/data"; -import * as ExportExcelModule from "devextreme/common/export/excel"; -import * as ExportPdfModule from "devextreme/common/export/pdf"; -import * as GridsModule from "devextreme/common/grids"; +export { + ApplyValueMode, + AsyncRule, + ButtonStyle, + ButtonType, + CompareRule, + ComparisonOperator, + config, + CustomRule, + DataStructure, + DataType, + DateLike, + DefaultOptionsRule, + Direction, + DisplayMode, + DragDirection, + Draggable, + DragHighlight, + EditorStyle, + EmailRule, + ExportFormat, + FieldChooserLayout, + FirstDayOfWeek, + FloatingActionButtonDirection, + Format, + GlobalConfig, + Guid, + HorizontalAlignment, + HorizontalEdge, + LabelMode, + MaskMode, + Mode, + NumericRule, + Orientation, + PageLoadMode, + PageOrientation, + PatternRule, + Position, + PositionAlignment, + RangeRule, + RequiredRule, + Scrollable, + ScrollbarMode, + ScrollDirection, + ScrollMode, + SearchMode, + SelectAllMode, + setTemplateEngine, + SimplifiedSearchMode, + SingleMultipleAllOrNone, + SingleMultipleOrNone, + SingleOrMultiple, + SingleOrNone, + SliderValueChangeMode, + Sortable, + SortOrder, + StoreType, + StringLengthRule, + SubmenuShowMode, + TabsIconPosition, + TabsStyle, + template, + TextBoxPredefinedButton, + TextEditorButton, + TextEditorButtonLocation, + ToolbarItemComponent, + ToolbarItemLocation, + TooltipShowMode, + ValidationCallbackData, + ValidationMessageMode, + ValidationRule, + ValidationRuleType, + ValidationStatus, + VerticalAlignment, + VerticalEdge, +} from "devextreme/common"; -export { config, setTemplateEngine } from "devextreme/common"; -export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, Guid, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; - -export namespace AiIntegration { - export const AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; - export type AIProvider = AiIntegrationModule.AIProvider; - export type AIResponse = AiIntegrationModule.AIResponse; - export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; - export type Prompt = AiIntegrationModule.Prompt; - export type RequestParams = AiIntegrationModule.RequestParams; - export type RequestParamsData = AiIntegrationModule.RequestParamsData; - export type Response = AiIntegrationModule.Response; -} - -export namespace Charts { - export type AnimationEaseMode = ChartsModule.AnimationEaseMode; - export type AnnotationType = ChartsModule.AnnotationType; - export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; - export type AxisScaleType = ChartsModule.AxisScaleType; - export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; - export type ChartsColor = ChartsModule.ChartsColor; - export type ChartsDataType = ChartsModule.ChartsDataType; - export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; - export type DashStyle = ChartsModule.DashStyle; - export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; - export type Font = ChartsModule.Font; - export type GradientColor = ChartsModule.GradientColor; - export type HatchDirection = ChartsModule.HatchDirection; - export type LabelOverlap = ChartsModule.LabelOverlap; - export type LabelPosition = ChartsModule.LabelPosition; - export type LegendHoverMode = ChartsModule.LegendHoverMode; - export type LegendItem = ChartsModule.LegendItem; - export type LegendMarkerState = ChartsModule.LegendMarkerState; - export type Palette = ChartsModule.Palette; - export type PaletteColorSet = ChartsModule.PaletteColorSet; - export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; - export type PointInteractionMode = ChartsModule.PointInteractionMode; - export type PointSymbol = ChartsModule.PointSymbol; - export const registerGradient = ChartsModule.registerGradient; - export const registerPattern = ChartsModule.registerPattern; - export type RelativePosition = ChartsModule.RelativePosition; - export type ScaleBreak = ChartsModule.ScaleBreak; - export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; - export type SeriesHoverMode = ChartsModule.SeriesHoverMode; - export type SeriesLabel = ChartsModule.SeriesLabel; - export type SeriesPoint = ChartsModule.SeriesPoint; - export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; - export type SeriesType = ChartsModule.SeriesType; - export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; - export type TextOverflow = ChartsModule.TextOverflow; - export type Theme = ChartsModule.Theme; - export type TimeInterval = ChartsModule.TimeInterval; - export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; - export type ValueErrorBarType = ChartsModule.ValueErrorBarType; - export type VisualRange = ChartsModule.VisualRange; - export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; - export type WordWrap = ChartsModule.WordWrap; - export type ZoomPanAction = ChartsModule.ZoomPanAction; -} - -export namespace Core { - export namespace Animation { - export type AnimationConfig = CoreAnimationModule.AnimationConfig; - export const animationPresets = CoreAnimationModule.animationPresets; - export type AnimationState = CoreAnimationModule.AnimationState; - export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; - export type CollisionResolution = CoreAnimationModule.CollisionResolution; - export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; - export const fx = CoreAnimationModule.fx; - export type PositionConfig = CoreAnimationModule.PositionConfig; - export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; - export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; - export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; - } - export namespace Environment { - export type Device = CoreEnvironmentModule.Device; - export const getTimeZones = CoreEnvironmentModule.getTimeZones; - export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; - export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; - export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; - } - export namespace Events { - export type AsyncCancelable = CoreEventsModule.AsyncCancelable; - export type Cancelable = CoreEventsModule.Cancelable; - export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; - export type EventInfo = CoreEventsModule.EventInfo; - export type EventObject = CoreEventsModule.EventObject; - export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; - export type ItemInfo = CoreEventsModule.ItemInfo; - export type NativeEventInfo = CoreEventsModule.NativeEventInfo; - export const off = CoreEventsModule.off; - export const on = CoreEventsModule.on; - export const one = CoreEventsModule.one; - export const trigger = CoreEventsModule.trigger; - } - export namespace Localization { - export type Format = CoreLocalizationModule.Format; - export const formatDate = CoreLocalizationModule.formatDate; - export const formatMessage = CoreLocalizationModule.formatMessage; - export const formatNumber = CoreLocalizationModule.formatNumber; - export const loadMessages = CoreLocalizationModule.loadMessages; - export const locale = CoreLocalizationModule.locale; - export const parseDate = CoreLocalizationModule.parseDate; - export const parseNumber = CoreLocalizationModule.parseNumber; - } -} - -export namespace Data { - export const applyChanges = DataModule.applyChanges; - export const ArrayStore = DataModule.ArrayStore; - export type ArrayStore = DataModule.ArrayStore; - export type ArrayStoreOptions = DataModule.ArrayStoreOptions; - export const base64_encode = DataModule.base64_encode; - export const compileGetter = DataModule.compileGetter; - export const compileSetter = DataModule.compileSetter; - export const CustomStore = DataModule.CustomStore; - export type CustomStore = DataModule.CustomStore; - export type CustomStoreOptions = DataModule.CustomStoreOptions; - export const DataSource = DataModule.DataSource; - export type DataSource = DataModule.DataSource; - export type DataSourceOptions = DataModule.DataSourceOptions; - export const EdmLiteral = DataModule.EdmLiteral; - export type EdmLiteral = DataModule.EdmLiteral; - export const EndpointSelector = DataModule.EndpointSelector; - export type EndpointSelector = DataModule.EndpointSelector; - export const errorHandler = DataModule.errorHandler; - export type FilterDescriptor = DataModule.FilterDescriptor; - export type GroupDescriptor = DataModule.GroupDescriptor; - export type GroupingInterval = DataModule.GroupingInterval; - export type GroupItem = DataModule.GroupItem; - export const isGroupItemsArray = DataModule.isGroupItemsArray; - export const isItemsArray = DataModule.isItemsArray; - export const isLoadResultObject = DataModule.isLoadResultObject; - export const keyConverters = DataModule.keyConverters; - export type LangParams = DataModule.LangParams; - export type LoadOptions = DataModule.LoadOptions; - export type LoadResult = DataModule.LoadResult; - export type LoadResultObject = DataModule.LoadResultObject; - export const LocalStore = DataModule.LocalStore; - export type LocalStore = DataModule.LocalStore; - export type LocalStoreOptions = DataModule.LocalStoreOptions; - export const ODataContext = DataModule.ODataContext; - export type ODataContext = DataModule.ODataContext; - export type ODataContextOptions = DataModule.ODataContextOptions; - export const ODataStore = DataModule.ODataStore; - export type ODataStore = DataModule.ODataStore; - export type ODataStoreOptions = DataModule.ODataStoreOptions; - export const query = DataModule.query; - export type Query = DataModule.Query; - export type ResolvedData = DataModule.ResolvedData; - export type SearchOperation = DataModule.SearchOperation; - export type SelectDescriptor = DataModule.SelectDescriptor; - export const setErrorHandler = DataModule.setErrorHandler; - export type SortDescriptor = DataModule.SortDescriptor; - export type Store = DataModule.Store; - export type StoreOptions = DataModule.StoreOptions; - export type SummaryDescriptor = DataModule.SummaryDescriptor; -} - -export namespace Export { - export namespace Excel { - export type DataGridCell = ExportExcelModule.DataGridCell; - export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; - export const exportDataGrid = ExportExcelModule.exportDataGrid; - export const exportPivotGrid = ExportExcelModule.exportPivotGrid; - export type PivotGridCell = ExportExcelModule.PivotGridCell; - export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; - } - export namespace Pdf { - export type Cell = ExportPdfModule.Cell; - export type DataGridCell = ExportPdfModule.DataGridCell; - export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; - export const exportDataGrid = ExportPdfModule.exportDataGrid; - export const exportGantt = ExportPdfModule.exportGantt; - export type GanttExportFont = ExportPdfModule.GanttExportFont; - export type GanttExportOptions = ExportPdfModule.GanttExportOptions; - } -} - -export function Grids(): void {} -export namespace Grids { - export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; - export type AIColumnMode = GridsModule.AIColumnMode; - export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; - export type ApplyChangesMode = GridsModule.ApplyChangesMode; - export type ApplyFilterMode = GridsModule.ApplyFilterMode; - export type ColumnAIOptions = GridsModule.ColumnAIOptions; - export type ColumnBase = GridsModule.ColumnBase; - export type ColumnButtonBase = GridsModule.ColumnButtonBase; - export type ColumnChooser = GridsModule.ColumnChooser; - export type ColumnChooserMode = GridsModule.ColumnChooserMode; - export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; - export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; - export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; - export type ColumnFixing = GridsModule.ColumnFixing; - export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; - export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; - export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; - export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; - export type ColumnLookup = GridsModule.ColumnLookup; - export type ColumnResizeMode = GridsModule.ColumnResizeMode; - export type DataChange = GridsModule.DataChange; - export type DataChangeInfo = GridsModule.DataChangeInfo; - export type DataChangeType = GridsModule.DataChangeType; - export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; - export type DataRenderMode = GridsModule.DataRenderMode; - export type EditingBase = GridsModule.EditingBase; - export type EditingTextsBase = GridsModule.EditingTextsBase; - export type EnterKeyAction = GridsModule.EnterKeyAction; - export type EnterKeyDirection = GridsModule.EnterKeyDirection; - export type FilterOperation = GridsModule.FilterOperation; - export type FilterPanel = GridsModule.FilterPanel; - export type FilterPanelTexts = GridsModule.FilterPanelTexts; - export type FilterRow = GridsModule.FilterRow; - export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; - export type FilterType = GridsModule.FilterType; - export type FixedPosition = GridsModule.FixedPosition; - export type GridBase = GridsModule.GridBase; - export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; - export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; - export type GridsEditMode = GridsModule.GridsEditMode; - export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; - export type GroupExpandMode = GridsModule.GroupExpandMode; - export type HeaderFilter = GridsModule.HeaderFilter; - export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; - export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; - export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; - export type KeyboardNavigation = GridsModule.KeyboardNavigation; - export type KeyDownInfo = GridsModule.KeyDownInfo; - export type LoadPanel = GridsModule.LoadPanel; - export type NewRowInfo = GridsModule.NewRowInfo; - export type NewRowPosition = GridsModule.NewRowPosition; - export type Pager = GridsModule.Pager; - export type PagerPageSize = GridsModule.PagerPageSize; - export type PagingBase = GridsModule.PagingBase; - export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; - export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; - export type RowInsertedInfo = GridsModule.RowInsertedInfo; - export type RowInsertingInfo = GridsModule.RowInsertingInfo; - export type RowKeyInfo = GridsModule.RowKeyInfo; - export type RowRemovedInfo = GridsModule.RowRemovedInfo; - export type RowRemovingInfo = GridsModule.RowRemovingInfo; - export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; - export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; - export type RowValidatingInfo = GridsModule.RowValidatingInfo; - export type SavingInfo = GridsModule.SavingInfo; - export type ScrollingBase = GridsModule.ScrollingBase; - export type SearchPanel = GridsModule.SearchPanel; - export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; - export type SelectionBase = GridsModule.SelectionBase; - export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; - export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; - export type Sorting = GridsModule.Sorting; - export type StartEditAction = GridsModule.StartEditAction; - export type StateStoreType = GridsModule.StateStoreType; - export type StateStoring = GridsModule.StateStoring; - export type SummaryType = GridsModule.SummaryType; - export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; -} +export * as AiIntegration from "./ai-integration"; +export * as Charts from "./charts"; +export * as Core from "./core/index"; +export * as Data from "./data"; +export * as Export from "./export/index"; +export * as Grids from "./grids"; diff --git a/packages/devextreme-react/src/index.ts b/packages/devextreme-react/src/index.ts index 8077d1edabdc..a80e1dfff0bf 100644 --- a/packages/devextreme-react/src/index.ts +++ b/packages/devextreme-react/src/index.ts @@ -83,5 +83,4 @@ export { ValidationSummary } from "./validation-summary"; export { Validator } from "./validator"; export { VectorMap } from "./vector-map"; -import * as Common from "./common/index"; -export { Common }; +export * as Common from "./common/index"; diff --git a/packages/devextreme-vue/src/common/ai-integration.ts b/packages/devextreme-vue/src/common/ai-integration.ts index 6f38334e066f..b4af2d19435b 100644 --- a/packages/devextreme-vue/src/common/ai-integration.ts +++ b/packages/devextreme-vue/src/common/ai-integration.ts @@ -1 +1,11 @@ -export type { AIIntegration, AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file +export { + AIIntegration, + AIIntegrationOptions, + AIProvider, + AIResponse, + GenerateGridColumnCommandResponse, + Prompt, + RequestParams, + RequestParamsData, + Response, +} from "devextreme/common/ai-integration"; diff --git a/packages/devextreme-vue/src/common/charts.ts b/packages/devextreme-vue/src/common/charts.ts index 47caa060bbc4..2ed2d4a55665 100644 --- a/packages/devextreme-vue/src/common/charts.ts +++ b/packages/devextreme-vue/src/common/charts.ts @@ -1,2 +1,47 @@ -export { registerGradient, registerPattern } from "devextreme/common/charts"; -export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file +export { + AnimationEaseMode, + AnnotationType, + ArgumentAxisHoverMode, + AxisScaleType, + ChartsAxisLabelOverlap, + ChartsColor, + ChartsDataType, + ChartsLabelOverlap, + DashStyle, + DiscreteAxisDivisionMode, + Font, + GradientColor, + HatchDirection, + LabelOverlap, + LabelPosition, + LegendHoverMode, + LegendItem, + LegendMarkerState, + Palette, + PaletteColorSet, + PaletteExtensionMode, + PointInteractionMode, + PointSymbol, + registerGradient, + registerPattern, + RelativePosition, + ScaleBreak, + ScaleBreakLineStyle, + SeriesHoverMode, + SeriesLabel, + SeriesPoint, + SeriesSelectionMode, + SeriesType, + ShiftLabelOverlap, + TextOverflow, + Theme, + TimeInterval, + TimeIntervalConfig, + ValueAxisVisualRangeUpdateMode, + ValueErrorBarDisplayMode, + ValueErrorBarType, + VisualRange, + VisualRangeUpdateMode, + WordWrap, + ZoomPanAction, +} from "devextreme/common/charts"; diff --git a/packages/devextreme-vue/src/common/core/animation.ts b/packages/devextreme-vue/src/common/core/animation.ts index d6fd52789d19..65dbc2236713 100644 --- a/packages/devextreme-vue/src/common/core/animation.ts +++ b/packages/devextreme-vue/src/common/core/animation.ts @@ -1,2 +1,12 @@ -export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame } from "devextreme/common/core/animation"; -export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig, TransitionExecutor } from "devextreme/common/core/animation"; \ No newline at end of file +export { + AnimationConfig, + animationPresets, + AnimationState, + cancelAnimationFrame, + CollisionResolution, + CollisionResolutionCombination, + fx, + PositionConfig, + requestAnimationFrame, + TransitionExecutor, +} from "devextreme/common/core/animation"; diff --git a/packages/devextreme-vue/src/common/core/environment.ts b/packages/devextreme-vue/src/common/core/environment.ts index 052cb1176fe7..8830f31c4290 100644 --- a/packages/devextreme-vue/src/common/core/environment.ts +++ b/packages/devextreme-vue/src/common/core/environment.ts @@ -1,2 +1,7 @@ -export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; -export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file +export { + Device, + getTimeZones, + hideTopOverlay, + initMobileViewport, + SchedulerTimeZone, +} from "devextreme/common/core/environment"; diff --git a/packages/devextreme-vue/src/common/core/events.ts b/packages/devextreme-vue/src/common/core/events.ts index 3c800bee7cd5..f7b89308f060 100644 --- a/packages/devextreme-vue/src/common/core/events.ts +++ b/packages/devextreme-vue/src/common/core/events.ts @@ -1,2 +1,14 @@ -export { off, on, one, trigger } from "devextreme/common/core/events"; -export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file +export { + AsyncCancelable, + Cancelable, + ChangedOptionInfo, + EventInfo, + EventObject, + InitializedEventInfo, + ItemInfo, + NativeEventInfo, + off, + on, + one, + trigger, +} from "devextreme/common/core/events"; diff --git a/packages/devextreme-vue/src/common/core/localization.ts b/packages/devextreme-vue/src/common/core/localization.ts index fc7654b7c057..8dd8ec2ad04b 100644 --- a/packages/devextreme-vue/src/common/core/localization.ts +++ b/packages/devextreme-vue/src/common/core/localization.ts @@ -1,2 +1,10 @@ -export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; -export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file +export { + Format, + formatDate, + formatMessage, + formatNumber, + loadMessages, + locale, + parseDate, + parseNumber, +} from "devextreme/common/core/localization"; diff --git a/packages/devextreme-vue/src/common/data.ts b/packages/devextreme-vue/src/common/data.ts index 35bcfaea6560..16a77b01921d 100644 --- a/packages/devextreme-vue/src/common/data.ts +++ b/packages/devextreme-vue/src/common/data.ts @@ -1,2 +1,43 @@ -export { applyChanges, base64_encode, compileGetter, compileSetter, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, query, setErrorHandler } from "devextreme/common/data"; -export type { ArrayStore, ArrayStoreOptions, CustomStore, CustomStoreOptions, DataSource, DataSourceOptions, EdmLiteral, EndpointSelector, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStore, LocalStoreOptions, ODataContext, ODataContextOptions, ODataStore, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file +export { + applyChanges, + ArrayStore, + ArrayStoreOptions, + base64_encode, + compileGetter, + compileSetter, + CustomStore, + CustomStoreOptions, + DataSource, + DataSourceOptions, + EdmLiteral, + EndpointSelector, + errorHandler, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, + isGroupItemsArray, + isItemsArray, + isLoadResultObject, + keyConverters, + LangParams, + LoadOptions, + LoadResult, + LoadResultObject, + LocalStore, + LocalStoreOptions, + ODataContext, + ODataContextOptions, + ODataStore, + ODataStoreOptions, + query, + Query, + ResolvedData, + SearchOperation, + SelectDescriptor, + setErrorHandler, + SortDescriptor, + Store, + StoreOptions, + SummaryDescriptor, +} from "devextreme/common/data"; diff --git a/packages/devextreme-vue/src/common/export/excel.ts b/packages/devextreme-vue/src/common/export/excel.ts index 4770e529960b..62583b766d91 100644 --- a/packages/devextreme-vue/src/common/export/excel.ts +++ b/packages/devextreme-vue/src/common/export/excel.ts @@ -1,2 +1,8 @@ -export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; -export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file +export { + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportPivotGrid, + PivotGridCell, + PivotGridExportOptions, +} from "devextreme/common/export/excel"; diff --git a/packages/devextreme-vue/src/common/export/pdf.ts b/packages/devextreme-vue/src/common/export/pdf.ts index 5a0e50283214..2b95e14b2487 100644 --- a/packages/devextreme-vue/src/common/export/pdf.ts +++ b/packages/devextreme-vue/src/common/export/pdf.ts @@ -1,2 +1,9 @@ -export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; -export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file +export { + Cell, + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportGantt, + GanttExportFont, + GanttExportOptions, +} from "devextreme/common/export/pdf"; diff --git a/packages/devextreme-vue/src/common/grids.ts b/packages/devextreme-vue/src/common/grids.ts index b4132ba3a5bd..a899cf0d9278 100644 --- a/packages/devextreme-vue/src/common/grids.ts +++ b/packages/devextreme-vue/src/common/grids.ts @@ -1 +1,79 @@ -export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file +export { + AdaptiveDetailRowPreparingInfo, + AIColumnMode, + AIColumnRequestCreatingInfo, + ApplyChangesMode, + ApplyFilterMode, + ColumnAIOptions, + ColumnBase, + ColumnButtonBase, + ColumnChooser, + ColumnChooserMode, + ColumnChooserSearchConfig, + ColumnChooserSelectionConfig, + ColumnCustomizeTextArg, + ColumnFixing, + ColumnFixingIcons, + ColumnFixingTexts, + ColumnHeaderFilter, + ColumnHeaderFilterSearchConfig, + ColumnLookup, + ColumnResizeMode, + DataChange, + DataChangeInfo, + DataChangeType, + DataErrorOccurredInfo, + DataRenderMode, + EditingBase, + EditingTextsBase, + EnterKeyAction, + EnterKeyDirection, + FilterOperation, + FilterPanel, + FilterPanelTexts, + FilterRow, + FilterRowOperationDescriptions, + FilterType, + FixedPosition, + GridBase, + GridBaseOptions, + GridsContextMenuTarget, + GridsEditMode, + GridsEditRefreshMode, + GroupExpandMode, + HeaderFilter, + HeaderFilterGroupInterval, + HeaderFilterSearchConfig, + HeaderFilterTexts, + KeyboardNavigation, + KeyDownInfo, + LoadPanel, + NewRowInfo, + NewRowPosition, + Pager, + PagerPageSize, + PagingBase, + RowDragging, + RowDraggingTemplateData, + RowInsertedInfo, + RowInsertingInfo, + RowKeyInfo, + RowRemovedInfo, + RowRemovingInfo, + RowUpdatedInfo, + RowUpdatingInfo, + RowValidatingInfo, + SavingInfo, + ScrollingBase, + SearchPanel, + SelectedFilterOperation, + SelectionBase, + SelectionChangedInfo, + SelectionColumnDisplayMode, + Sorting, + StartEditAction, + StateStoreType, + StateStoring, + SummaryType, + ToolbarPreparingInfo, +} from "devextreme/common/grids"; diff --git a/packages/devextreme-vue/src/common/index.ts b/packages/devextreme-vue/src/common/index.ts index e741247dcb13..0c8863a9cd93 100644 --- a/packages/devextreme-vue/src/common/index.ts +++ b/packages/devextreme-vue/src/common/index.ts @@ -1,274 +1,83 @@ -import * as AiIntegrationModule from "devextreme/common/ai-integration"; -import * as ChartsModule from "devextreme/common/charts"; -import * as CoreAnimationModule from "devextreme/common/core/animation"; -import * as CoreEnvironmentModule from "devextreme/common/core/environment"; -import * as CoreEventsModule from "devextreme/common/core/events"; -import * as CoreLocalizationModule from "devextreme/common/core/localization"; -import * as DataModule from "devextreme/common/data"; -import * as ExportExcelModule from "devextreme/common/export/excel"; -import * as ExportPdfModule from "devextreme/common/export/pdf"; -import * as GridsModule from "devextreme/common/grids"; +export { + ApplyValueMode, + AsyncRule, + ButtonStyle, + ButtonType, + CompareRule, + ComparisonOperator, + config, + CustomRule, + DataStructure, + DataType, + DateLike, + DefaultOptionsRule, + Direction, + DisplayMode, + DragDirection, + Draggable, + DragHighlight, + EditorStyle, + EmailRule, + ExportFormat, + FieldChooserLayout, + FirstDayOfWeek, + FloatingActionButtonDirection, + Format, + GlobalConfig, + Guid, + HorizontalAlignment, + HorizontalEdge, + LabelMode, + MaskMode, + Mode, + NumericRule, + Orientation, + PageLoadMode, + PageOrientation, + PatternRule, + Position, + PositionAlignment, + RangeRule, + RequiredRule, + Scrollable, + ScrollbarMode, + ScrollDirection, + ScrollMode, + SearchMode, + SelectAllMode, + setTemplateEngine, + SimplifiedSearchMode, + SingleMultipleAllOrNone, + SingleMultipleOrNone, + SingleOrMultiple, + SingleOrNone, + SliderValueChangeMode, + Sortable, + SortOrder, + StoreType, + StringLengthRule, + SubmenuShowMode, + TabsIconPosition, + TabsStyle, + template, + TextBoxPredefinedButton, + TextEditorButton, + TextEditorButtonLocation, + ToolbarItemComponent, + ToolbarItemLocation, + TooltipShowMode, + ValidationCallbackData, + ValidationMessageMode, + ValidationRule, + ValidationRuleType, + ValidationStatus, + VerticalAlignment, + VerticalEdge, +} from "devextreme/common"; -export { config, setTemplateEngine } from "devextreme/common"; -export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, Guid, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; - -export namespace AiIntegration { - export const AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; - export type AIProvider = AiIntegrationModule.AIProvider; - export type AIResponse = AiIntegrationModule.AIResponse; - export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; - export type Prompt = AiIntegrationModule.Prompt; - export type RequestParams = AiIntegrationModule.RequestParams; - export type RequestParamsData = AiIntegrationModule.RequestParamsData; - export type Response = AiIntegrationModule.Response; -} - -export namespace Charts { - export type AnimationEaseMode = ChartsModule.AnimationEaseMode; - export type AnnotationType = ChartsModule.AnnotationType; - export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; - export type AxisScaleType = ChartsModule.AxisScaleType; - export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; - export type ChartsColor = ChartsModule.ChartsColor; - export type ChartsDataType = ChartsModule.ChartsDataType; - export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; - export type DashStyle = ChartsModule.DashStyle; - export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; - export type Font = ChartsModule.Font; - export type GradientColor = ChartsModule.GradientColor; - export type HatchDirection = ChartsModule.HatchDirection; - export type LabelOverlap = ChartsModule.LabelOverlap; - export type LabelPosition = ChartsModule.LabelPosition; - export type LegendHoverMode = ChartsModule.LegendHoverMode; - export type LegendItem = ChartsModule.LegendItem; - export type LegendMarkerState = ChartsModule.LegendMarkerState; - export type Palette = ChartsModule.Palette; - export type PaletteColorSet = ChartsModule.PaletteColorSet; - export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; - export type PointInteractionMode = ChartsModule.PointInteractionMode; - export type PointSymbol = ChartsModule.PointSymbol; - export const registerGradient = ChartsModule.registerGradient; - export const registerPattern = ChartsModule.registerPattern; - export type RelativePosition = ChartsModule.RelativePosition; - export type ScaleBreak = ChartsModule.ScaleBreak; - export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; - export type SeriesHoverMode = ChartsModule.SeriesHoverMode; - export type SeriesLabel = ChartsModule.SeriesLabel; - export type SeriesPoint = ChartsModule.SeriesPoint; - export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; - export type SeriesType = ChartsModule.SeriesType; - export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; - export type TextOverflow = ChartsModule.TextOverflow; - export type Theme = ChartsModule.Theme; - export type TimeInterval = ChartsModule.TimeInterval; - export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; - export type ValueErrorBarType = ChartsModule.ValueErrorBarType; - export type VisualRange = ChartsModule.VisualRange; - export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; - export type WordWrap = ChartsModule.WordWrap; - export type ZoomPanAction = ChartsModule.ZoomPanAction; -} - -export namespace Core { - export namespace Animation { - export type AnimationConfig = CoreAnimationModule.AnimationConfig; - export const animationPresets = CoreAnimationModule.animationPresets; - export type AnimationState = CoreAnimationModule.AnimationState; - export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; - export type CollisionResolution = CoreAnimationModule.CollisionResolution; - export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; - export const fx = CoreAnimationModule.fx; - export type PositionConfig = CoreAnimationModule.PositionConfig; - export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; - export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; - export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; - } - export namespace Environment { - export type Device = CoreEnvironmentModule.Device; - export const getTimeZones = CoreEnvironmentModule.getTimeZones; - export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; - export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; - export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; - } - export namespace Events { - export type AsyncCancelable = CoreEventsModule.AsyncCancelable; - export type Cancelable = CoreEventsModule.Cancelable; - export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; - export type EventInfo = CoreEventsModule.EventInfo; - export type EventObject = CoreEventsModule.EventObject; - export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; - export type ItemInfo = CoreEventsModule.ItemInfo; - export type NativeEventInfo = CoreEventsModule.NativeEventInfo; - export const off = CoreEventsModule.off; - export const on = CoreEventsModule.on; - export const one = CoreEventsModule.one; - export const trigger = CoreEventsModule.trigger; - } - export namespace Localization { - export type Format = CoreLocalizationModule.Format; - export const formatDate = CoreLocalizationModule.formatDate; - export const formatMessage = CoreLocalizationModule.formatMessage; - export const formatNumber = CoreLocalizationModule.formatNumber; - export const loadMessages = CoreLocalizationModule.loadMessages; - export const locale = CoreLocalizationModule.locale; - export const parseDate = CoreLocalizationModule.parseDate; - export const parseNumber = CoreLocalizationModule.parseNumber; - } -} - -export namespace Data { - export const applyChanges = DataModule.applyChanges; - export const ArrayStore = DataModule.ArrayStore; - export type ArrayStore = DataModule.ArrayStore; - export type ArrayStoreOptions = DataModule.ArrayStoreOptions; - export const base64_encode = DataModule.base64_encode; - export const compileGetter = DataModule.compileGetter; - export const compileSetter = DataModule.compileSetter; - export const CustomStore = DataModule.CustomStore; - export type CustomStore = DataModule.CustomStore; - export type CustomStoreOptions = DataModule.CustomStoreOptions; - export const DataSource = DataModule.DataSource; - export type DataSource = DataModule.DataSource; - export type DataSourceOptions = DataModule.DataSourceOptions; - export const EdmLiteral = DataModule.EdmLiteral; - export type EdmLiteral = DataModule.EdmLiteral; - export const EndpointSelector = DataModule.EndpointSelector; - export type EndpointSelector = DataModule.EndpointSelector; - export const errorHandler = DataModule.errorHandler; - export type FilterDescriptor = DataModule.FilterDescriptor; - export type GroupDescriptor = DataModule.GroupDescriptor; - export type GroupingInterval = DataModule.GroupingInterval; - export type GroupItem = DataModule.GroupItem; - export const isGroupItemsArray = DataModule.isGroupItemsArray; - export const isItemsArray = DataModule.isItemsArray; - export const isLoadResultObject = DataModule.isLoadResultObject; - export const keyConverters = DataModule.keyConverters; - export type LangParams = DataModule.LangParams; - export type LoadOptions = DataModule.LoadOptions; - export type LoadResult = DataModule.LoadResult; - export type LoadResultObject = DataModule.LoadResultObject; - export const LocalStore = DataModule.LocalStore; - export type LocalStore = DataModule.LocalStore; - export type LocalStoreOptions = DataModule.LocalStoreOptions; - export const ODataContext = DataModule.ODataContext; - export type ODataContext = DataModule.ODataContext; - export type ODataContextOptions = DataModule.ODataContextOptions; - export const ODataStore = DataModule.ODataStore; - export type ODataStore = DataModule.ODataStore; - export type ODataStoreOptions = DataModule.ODataStoreOptions; - export const query = DataModule.query; - export type Query = DataModule.Query; - export type ResolvedData = DataModule.ResolvedData; - export type SearchOperation = DataModule.SearchOperation; - export type SelectDescriptor = DataModule.SelectDescriptor; - export const setErrorHandler = DataModule.setErrorHandler; - export type SortDescriptor = DataModule.SortDescriptor; - export type Store = DataModule.Store; - export type StoreOptions = DataModule.StoreOptions; - export type SummaryDescriptor = DataModule.SummaryDescriptor; -} - -export namespace Export { - export namespace Excel { - export type DataGridCell = ExportExcelModule.DataGridCell; - export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; - export const exportDataGrid = ExportExcelModule.exportDataGrid; - export const exportPivotGrid = ExportExcelModule.exportPivotGrid; - export type PivotGridCell = ExportExcelModule.PivotGridCell; - export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; - } - export namespace Pdf { - export type Cell = ExportPdfModule.Cell; - export type DataGridCell = ExportPdfModule.DataGridCell; - export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; - export const exportDataGrid = ExportPdfModule.exportDataGrid; - export const exportGantt = ExportPdfModule.exportGantt; - export type GanttExportFont = ExportPdfModule.GanttExportFont; - export type GanttExportOptions = ExportPdfModule.GanttExportOptions; - } -} - -export function Grids(): void {} -export namespace Grids { - export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; - export type AIColumnMode = GridsModule.AIColumnMode; - export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; - export type ApplyChangesMode = GridsModule.ApplyChangesMode; - export type ApplyFilterMode = GridsModule.ApplyFilterMode; - export type ColumnAIOptions = GridsModule.ColumnAIOptions; - export type ColumnBase = GridsModule.ColumnBase; - export type ColumnButtonBase = GridsModule.ColumnButtonBase; - export type ColumnChooser = GridsModule.ColumnChooser; - export type ColumnChooserMode = GridsModule.ColumnChooserMode; - export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; - export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; - export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; - export type ColumnFixing = GridsModule.ColumnFixing; - export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; - export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; - export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; - export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; - export type ColumnLookup = GridsModule.ColumnLookup; - export type ColumnResizeMode = GridsModule.ColumnResizeMode; - export type DataChange = GridsModule.DataChange; - export type DataChangeInfo = GridsModule.DataChangeInfo; - export type DataChangeType = GridsModule.DataChangeType; - export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; - export type DataRenderMode = GridsModule.DataRenderMode; - export type EditingBase = GridsModule.EditingBase; - export type EditingTextsBase = GridsModule.EditingTextsBase; - export type EnterKeyAction = GridsModule.EnterKeyAction; - export type EnterKeyDirection = GridsModule.EnterKeyDirection; - export type FilterOperation = GridsModule.FilterOperation; - export type FilterPanel = GridsModule.FilterPanel; - export type FilterPanelTexts = GridsModule.FilterPanelTexts; - export type FilterRow = GridsModule.FilterRow; - export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; - export type FilterType = GridsModule.FilterType; - export type FixedPosition = GridsModule.FixedPosition; - export type GridBase = GridsModule.GridBase; - export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; - export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; - export type GridsEditMode = GridsModule.GridsEditMode; - export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; - export type GroupExpandMode = GridsModule.GroupExpandMode; - export type HeaderFilter = GridsModule.HeaderFilter; - export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; - export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; - export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; - export type KeyboardNavigation = GridsModule.KeyboardNavigation; - export type KeyDownInfo = GridsModule.KeyDownInfo; - export type LoadPanel = GridsModule.LoadPanel; - export type NewRowInfo = GridsModule.NewRowInfo; - export type NewRowPosition = GridsModule.NewRowPosition; - export type Pager = GridsModule.Pager; - export type PagerPageSize = GridsModule.PagerPageSize; - export type PagingBase = GridsModule.PagingBase; - export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; - export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; - export type RowInsertedInfo = GridsModule.RowInsertedInfo; - export type RowInsertingInfo = GridsModule.RowInsertingInfo; - export type RowKeyInfo = GridsModule.RowKeyInfo; - export type RowRemovedInfo = GridsModule.RowRemovedInfo; - export type RowRemovingInfo = GridsModule.RowRemovingInfo; - export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; - export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; - export type RowValidatingInfo = GridsModule.RowValidatingInfo; - export type SavingInfo = GridsModule.SavingInfo; - export type ScrollingBase = GridsModule.ScrollingBase; - export type SearchPanel = GridsModule.SearchPanel; - export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; - export type SelectionBase = GridsModule.SelectionBase; - export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; - export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; - export type Sorting = GridsModule.Sorting; - export type StartEditAction = GridsModule.StartEditAction; - export type StateStoreType = GridsModule.StateStoreType; - export type StateStoring = GridsModule.StateStoring; - export type SummaryType = GridsModule.SummaryType; - export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; -} +export * as AiIntegration from "./ai-integration"; +export * as Charts from "./charts"; +export * as Core from "./core/index"; +export * as Data from "./data"; +export * as Export from "./export/index"; +export * as Grids from "./grids"; diff --git a/packages/devextreme-vue/src/index.ts b/packages/devextreme-vue/src/index.ts index 24e303c260c8..3a0395e25650 100644 --- a/packages/devextreme-vue/src/index.ts +++ b/packages/devextreme-vue/src/index.ts @@ -82,5 +82,4 @@ export { DxValidationSummary } from "./validation-summary"; export { DxValidator } from "./validator"; export { DxVectorMap } from "./vector-map"; -import * as Common from "./common/index"; -export { Common }; +export * as Common from "./common/index"; From 3d7db2b7cdba46565ecfbfc0a1399b114937ec9d Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Tue, 17 Feb 2026 23:17:14 +0100 Subject: [PATCH 24/48] regenerate devextreme-angular --- .../devextreme-angular/src/common/ai-integration/index.ts | 3 ++- .../devextreme-angular/src/common/core/animation/index.ts | 4 ++-- packages/devextreme-angular/src/common/data/index.ts | 4 ++-- packages/devextreme-angular/src/common/index.ts | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/devextreme-angular/src/common/ai-integration/index.ts b/packages/devextreme-angular/src/common/ai-integration/index.ts index c52b8f02fd82..686ac26d3b5b 100644 --- a/packages/devextreme-angular/src/common/ai-integration/index.ts +++ b/packages/devextreme-angular/src/common/ai-integration/index.ts @@ -1 +1,2 @@ -export type { AIIntegration, AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from 'devextreme/common/ai-integration'; \ No newline at end of file +export { AIIntegration } from 'devextreme/common/ai-integration'; +export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from 'devextreme/common/ai-integration'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/core/animation/index.ts b/packages/devextreme-angular/src/common/core/animation/index.ts index 4b29562b1bf8..9a4d33842ab0 100644 --- a/packages/devextreme-angular/src/common/core/animation/index.ts +++ b/packages/devextreme-angular/src/common/core/animation/index.ts @@ -1,2 +1,2 @@ -export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame } from 'devextreme/common/core/animation'; -export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig, TransitionExecutor } from 'devextreme/common/core/animation'; \ No newline at end of file +export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from 'devextreme/common/core/animation'; +export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from 'devextreme/common/core/animation'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/data/index.ts b/packages/devextreme-angular/src/common/data/index.ts index 16f3c9c4e4ec..07bfb9b49398 100644 --- a/packages/devextreme-angular/src/common/data/index.ts +++ b/packages/devextreme-angular/src/common/data/index.ts @@ -1,2 +1,2 @@ -export { applyChanges, base64_encode, compileGetter, compileSetter, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, query, setErrorHandler } from 'devextreme/common/data'; -export type { ArrayStore, ArrayStoreOptions, CustomStore, CustomStoreOptions, DataSource, DataSourceOptions, EdmLiteral, EndpointSelector, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStore, LocalStoreOptions, ODataContext, ODataContextOptions, ODataStore, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; \ No newline at end of file +export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from 'devextreme/common/data'; +export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; \ No newline at end of file diff --git a/packages/devextreme-angular/src/common/index.ts b/packages/devextreme-angular/src/common/index.ts index d7ae955e46be..a9d1ad2a25ab 100644 --- a/packages/devextreme-angular/src/common/index.ts +++ b/packages/devextreme-angular/src/common/index.ts @@ -9,8 +9,8 @@ import * as ExportExcelModule from 'devextreme/common/export/excel'; import * as ExportPdfModule from 'devextreme/common/export/pdf'; import * as GridsModule from 'devextreme/common/grids'; -export { config, setTemplateEngine } from 'devextreme/common'; -export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, Guid, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from 'devextreme/common'; +export { config, Guid, setTemplateEngine } from 'devextreme/common'; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from 'devextreme/common'; export namespace AiIntegration { export const AIIntegration = AiIntegrationModule.AIIntegration; From 090aded09e5d27545d0c1f64f767b22bb3345998 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 18 Feb 2026 00:26:07 +0100 Subject: [PATCH 25/48] regenerate devextreme-react and devextreme-vue --- .../src/common/ai-integration.ts | 13 +- .../devextreme-react/src/common/charts.ts | 49 +-- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-react/src/common/data.ts | 45 +-- .../src/common/export/excel.ts | 10 +- .../devextreme-react/src/common/export/pdf.ts | 11 +- packages/devextreme-react/src/common/grids.ts | 80 +--- packages/devextreme-react/src/common/index.ts | 355 ++++++++++++++---- packages/devextreme-react/src/index.ts | 3 +- .../src/common/ai-integration.ts | 13 +- packages/devextreme-vue/src/common/charts.ts | 49 +-- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../devextreme-vue/src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-vue/src/common/data.ts | 45 +-- .../devextreme-vue/src/common/export/excel.ts | 10 +- .../devextreme-vue/src/common/export/pdf.ts | 11 +- packages/devextreme-vue/src/common/grids.ts | 80 +--- packages/devextreme-vue/src/common/index.ts | 355 ++++++++++++++---- packages/devextreme-vue/src/index.ts | 3 +- 24 files changed, 588 insertions(+), 646 deletions(-) diff --git a/packages/devextreme-react/src/common/ai-integration.ts b/packages/devextreme-react/src/common/ai-integration.ts index b4af2d19435b..44d3a74d51c2 100644 --- a/packages/devextreme-react/src/common/ai-integration.ts +++ b/packages/devextreme-react/src/common/ai-integration.ts @@ -1,11 +1,2 @@ -export { - AIIntegration, - AIIntegrationOptions, - AIProvider, - AIResponse, - GenerateGridColumnCommandResponse, - Prompt, - RequestParams, - RequestParamsData, - Response, -} from "devextreme/common/ai-integration"; +export { AIIntegration } from "devextreme/common/ai-integration"; +export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/charts.ts b/packages/devextreme-react/src/common/charts.ts index 2ed2d4a55665..47caa060bbc4 100644 --- a/packages/devextreme-react/src/common/charts.ts +++ b/packages/devextreme-react/src/common/charts.ts @@ -1,47 +1,2 @@ -export { - AnimationEaseMode, - AnnotationType, - ArgumentAxisHoverMode, - AxisScaleType, - ChartsAxisLabelOverlap, - ChartsColor, - ChartsDataType, - ChartsLabelOverlap, - DashStyle, - DiscreteAxisDivisionMode, - Font, - GradientColor, - HatchDirection, - LabelOverlap, - LabelPosition, - LegendHoverMode, - LegendItem, - LegendMarkerState, - Palette, - PaletteColorSet, - PaletteExtensionMode, - PointInteractionMode, - PointSymbol, - registerGradient, - registerPattern, - RelativePosition, - ScaleBreak, - ScaleBreakLineStyle, - SeriesHoverMode, - SeriesLabel, - SeriesPoint, - SeriesSelectionMode, - SeriesType, - ShiftLabelOverlap, - TextOverflow, - Theme, - TimeInterval, - TimeIntervalConfig, - ValueAxisVisualRangeUpdateMode, - ValueErrorBarDisplayMode, - ValueErrorBarType, - VisualRange, - VisualRangeUpdateMode, - WordWrap, - ZoomPanAction, -} from "devextreme/common/charts"; +export { registerGradient, registerPattern } from "devextreme/common/charts"; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/core/animation.ts b/packages/devextreme-react/src/common/core/animation.ts index 65dbc2236713..b97bcfa9b017 100644 --- a/packages/devextreme-react/src/common/core/animation.ts +++ b/packages/devextreme-react/src/common/core/animation.ts @@ -1,12 +1,2 @@ -export { - AnimationConfig, - animationPresets, - AnimationState, - cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, - fx, - PositionConfig, - requestAnimationFrame, - TransitionExecutor, -} from "devextreme/common/core/animation"; +export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from "devextreme/common/core/animation"; +export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from "devextreme/common/core/animation"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/core/environment.ts b/packages/devextreme-react/src/common/core/environment.ts index 8830f31c4290..052cb1176fe7 100644 --- a/packages/devextreme-react/src/common/core/environment.ts +++ b/packages/devextreme-react/src/common/core/environment.ts @@ -1,7 +1,2 @@ -export { - Device, - getTimeZones, - hideTopOverlay, - initMobileViewport, - SchedulerTimeZone, -} from "devextreme/common/core/environment"; +export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; +export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/core/events.ts b/packages/devextreme-react/src/common/core/events.ts index f7b89308f060..3c800bee7cd5 100644 --- a/packages/devextreme-react/src/common/core/events.ts +++ b/packages/devextreme-react/src/common/core/events.ts @@ -1,14 +1,2 @@ -export { - AsyncCancelable, - Cancelable, - ChangedOptionInfo, - EventInfo, - EventObject, - InitializedEventInfo, - ItemInfo, - NativeEventInfo, - off, - on, - one, - trigger, -} from "devextreme/common/core/events"; +export { off, on, one, trigger } from "devextreme/common/core/events"; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/core/localization.ts b/packages/devextreme-react/src/common/core/localization.ts index 8dd8ec2ad04b..fc7654b7c057 100644 --- a/packages/devextreme-react/src/common/core/localization.ts +++ b/packages/devextreme-react/src/common/core/localization.ts @@ -1,10 +1,2 @@ -export { - Format, - formatDate, - formatMessage, - formatNumber, - loadMessages, - locale, - parseDate, - parseNumber, -} from "devextreme/common/core/localization"; +export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; +export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/data.ts b/packages/devextreme-react/src/common/data.ts index 16a77b01921d..53f145aebf47 100644 --- a/packages/devextreme-react/src/common/data.ts +++ b/packages/devextreme-react/src/common/data.ts @@ -1,43 +1,2 @@ -export { - applyChanges, - ArrayStore, - ArrayStoreOptions, - base64_encode, - compileGetter, - compileSetter, - CustomStore, - CustomStoreOptions, - DataSource, - DataSourceOptions, - EdmLiteral, - EndpointSelector, - errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, - isGroupItemsArray, - isItemsArray, - isLoadResultObject, - keyConverters, - LangParams, - LoadOptions, - LoadResult, - LoadResultObject, - LocalStore, - LocalStoreOptions, - ODataContext, - ODataContextOptions, - ODataStore, - ODataStoreOptions, - query, - Query, - ResolvedData, - SearchOperation, - SelectDescriptor, - setErrorHandler, - SortDescriptor, - Store, - StoreOptions, - SummaryDescriptor, -} from "devextreme/common/data"; +export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from "devextreme/common/data"; +export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/export/excel.ts b/packages/devextreme-react/src/common/export/excel.ts index 62583b766d91..4770e529960b 100644 --- a/packages/devextreme-react/src/common/export/excel.ts +++ b/packages/devextreme-react/src/common/export/excel.ts @@ -1,8 +1,2 @@ -export { - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportPivotGrid, - PivotGridCell, - PivotGridExportOptions, -} from "devextreme/common/export/excel"; +export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; +export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/export/pdf.ts b/packages/devextreme-react/src/common/export/pdf.ts index 2b95e14b2487..5a0e50283214 100644 --- a/packages/devextreme-react/src/common/export/pdf.ts +++ b/packages/devextreme-react/src/common/export/pdf.ts @@ -1,9 +1,2 @@ -export { - Cell, - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportGantt, - GanttExportFont, - GanttExportOptions, -} from "devextreme/common/export/pdf"; +export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; +export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/grids.ts b/packages/devextreme-react/src/common/grids.ts index a899cf0d9278..b4132ba3a5bd 100644 --- a/packages/devextreme-react/src/common/grids.ts +++ b/packages/devextreme-react/src/common/grids.ts @@ -1,79 +1 @@ -export { - AdaptiveDetailRowPreparingInfo, - AIColumnMode, - AIColumnRequestCreatingInfo, - ApplyChangesMode, - ApplyFilterMode, - ColumnAIOptions, - ColumnBase, - ColumnButtonBase, - ColumnChooser, - ColumnChooserMode, - ColumnChooserSearchConfig, - ColumnChooserSelectionConfig, - ColumnCustomizeTextArg, - ColumnFixing, - ColumnFixingIcons, - ColumnFixingTexts, - ColumnHeaderFilter, - ColumnHeaderFilterSearchConfig, - ColumnLookup, - ColumnResizeMode, - DataChange, - DataChangeInfo, - DataChangeType, - DataErrorOccurredInfo, - DataRenderMode, - EditingBase, - EditingTextsBase, - EnterKeyAction, - EnterKeyDirection, - FilterOperation, - FilterPanel, - FilterPanelTexts, - FilterRow, - FilterRowOperationDescriptions, - FilterType, - FixedPosition, - GridBase, - GridBaseOptions, - GridsContextMenuTarget, - GridsEditMode, - GridsEditRefreshMode, - GroupExpandMode, - HeaderFilter, - HeaderFilterGroupInterval, - HeaderFilterSearchConfig, - HeaderFilterTexts, - KeyboardNavigation, - KeyDownInfo, - LoadPanel, - NewRowInfo, - NewRowPosition, - Pager, - PagerPageSize, - PagingBase, - RowDragging, - RowDraggingTemplateData, - RowInsertedInfo, - RowInsertingInfo, - RowKeyInfo, - RowRemovedInfo, - RowRemovingInfo, - RowUpdatedInfo, - RowUpdatingInfo, - RowValidatingInfo, - SavingInfo, - ScrollingBase, - SearchPanel, - SelectedFilterOperation, - SelectionBase, - SelectionChangedInfo, - SelectionColumnDisplayMode, - Sorting, - StartEditAction, - StateStoreType, - StateStoring, - SummaryType, - ToolbarPreparingInfo, -} from "devextreme/common/grids"; +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file diff --git a/packages/devextreme-react/src/common/index.ts b/packages/devextreme-react/src/common/index.ts index 0c8863a9cd93..f3970b18c1b8 100644 --- a/packages/devextreme-react/src/common/index.ts +++ b/packages/devextreme-react/src/common/index.ts @@ -1,83 +1,274 @@ -export { - ApplyValueMode, - AsyncRule, - ButtonStyle, - ButtonType, - CompareRule, - ComparisonOperator, - config, - CustomRule, - DataStructure, - DataType, - DateLike, - DefaultOptionsRule, - Direction, - DisplayMode, - DragDirection, - Draggable, - DragHighlight, - EditorStyle, - EmailRule, - ExportFormat, - FieldChooserLayout, - FirstDayOfWeek, - FloatingActionButtonDirection, - Format, - GlobalConfig, - Guid, - HorizontalAlignment, - HorizontalEdge, - LabelMode, - MaskMode, - Mode, - NumericRule, - Orientation, - PageLoadMode, - PageOrientation, - PatternRule, - Position, - PositionAlignment, - RangeRule, - RequiredRule, - Scrollable, - ScrollbarMode, - ScrollDirection, - ScrollMode, - SearchMode, - SelectAllMode, - setTemplateEngine, - SimplifiedSearchMode, - SingleMultipleAllOrNone, - SingleMultipleOrNone, - SingleOrMultiple, - SingleOrNone, - SliderValueChangeMode, - Sortable, - SortOrder, - StoreType, - StringLengthRule, - SubmenuShowMode, - TabsIconPosition, - TabsStyle, - template, - TextBoxPredefinedButton, - TextEditorButton, - TextEditorButtonLocation, - ToolbarItemComponent, - ToolbarItemLocation, - TooltipShowMode, - ValidationCallbackData, - ValidationMessageMode, - ValidationRule, - ValidationRuleType, - ValidationStatus, - VerticalAlignment, - VerticalEdge, -} from "devextreme/common"; +import * as AiIntegrationModule from "devextreme/common/ai-integration"; +import * as ChartsModule from "devextreme/common/charts"; +import * as CoreAnimationModule from "devextreme/common/core/animation"; +import * as CoreEnvironmentModule from "devextreme/common/core/environment"; +import * as CoreEventsModule from "devextreme/common/core/events"; +import * as CoreLocalizationModule from "devextreme/common/core/localization"; +import * as DataModule from "devextreme/common/data"; +import * as ExportExcelModule from "devextreme/common/export/excel"; +import * as ExportPdfModule from "devextreme/common/export/pdf"; +import * as GridsModule from "devextreme/common/grids"; -export * as AiIntegration from "./ai-integration"; -export * as Charts from "./charts"; -export * as Core from "./core/index"; -export * as Data from "./data"; -export * as Export from "./export/index"; -export * as Grids from "./grids"; +export { config, Guid, setTemplateEngine } from "devextreme/common"; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; + +export namespace AiIntegration { + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; +} + +export namespace Charts { + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; + } + export namespace Environment { + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; + } +} + +export namespace Data { + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; + } +} + +export function Grids(): void {} +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; +} diff --git a/packages/devextreme-react/src/index.ts b/packages/devextreme-react/src/index.ts index a80e1dfff0bf..8077d1edabdc 100644 --- a/packages/devextreme-react/src/index.ts +++ b/packages/devextreme-react/src/index.ts @@ -83,4 +83,5 @@ export { ValidationSummary } from "./validation-summary"; export { Validator } from "./validator"; export { VectorMap } from "./vector-map"; -export * as Common from "./common/index"; +import * as Common from "./common/index"; +export { Common }; diff --git a/packages/devextreme-vue/src/common/ai-integration.ts b/packages/devextreme-vue/src/common/ai-integration.ts index b4af2d19435b..44d3a74d51c2 100644 --- a/packages/devextreme-vue/src/common/ai-integration.ts +++ b/packages/devextreme-vue/src/common/ai-integration.ts @@ -1,11 +1,2 @@ -export { - AIIntegration, - AIIntegrationOptions, - AIProvider, - AIResponse, - GenerateGridColumnCommandResponse, - Prompt, - RequestParams, - RequestParamsData, - Response, -} from "devextreme/common/ai-integration"; +export { AIIntegration } from "devextreme/common/ai-integration"; +export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/charts.ts b/packages/devextreme-vue/src/common/charts.ts index 2ed2d4a55665..47caa060bbc4 100644 --- a/packages/devextreme-vue/src/common/charts.ts +++ b/packages/devextreme-vue/src/common/charts.ts @@ -1,47 +1,2 @@ -export { - AnimationEaseMode, - AnnotationType, - ArgumentAxisHoverMode, - AxisScaleType, - ChartsAxisLabelOverlap, - ChartsColor, - ChartsDataType, - ChartsLabelOverlap, - DashStyle, - DiscreteAxisDivisionMode, - Font, - GradientColor, - HatchDirection, - LabelOverlap, - LabelPosition, - LegendHoverMode, - LegendItem, - LegendMarkerState, - Palette, - PaletteColorSet, - PaletteExtensionMode, - PointInteractionMode, - PointSymbol, - registerGradient, - registerPattern, - RelativePosition, - ScaleBreak, - ScaleBreakLineStyle, - SeriesHoverMode, - SeriesLabel, - SeriesPoint, - SeriesSelectionMode, - SeriesType, - ShiftLabelOverlap, - TextOverflow, - Theme, - TimeInterval, - TimeIntervalConfig, - ValueAxisVisualRangeUpdateMode, - ValueErrorBarDisplayMode, - ValueErrorBarType, - VisualRange, - VisualRangeUpdateMode, - WordWrap, - ZoomPanAction, -} from "devextreme/common/charts"; +export { registerGradient, registerPattern } from "devextreme/common/charts"; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/animation.ts b/packages/devextreme-vue/src/common/core/animation.ts index 65dbc2236713..b97bcfa9b017 100644 --- a/packages/devextreme-vue/src/common/core/animation.ts +++ b/packages/devextreme-vue/src/common/core/animation.ts @@ -1,12 +1,2 @@ -export { - AnimationConfig, - animationPresets, - AnimationState, - cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, - fx, - PositionConfig, - requestAnimationFrame, - TransitionExecutor, -} from "devextreme/common/core/animation"; +export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from "devextreme/common/core/animation"; +export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from "devextreme/common/core/animation"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/environment.ts b/packages/devextreme-vue/src/common/core/environment.ts index 8830f31c4290..052cb1176fe7 100644 --- a/packages/devextreme-vue/src/common/core/environment.ts +++ b/packages/devextreme-vue/src/common/core/environment.ts @@ -1,7 +1,2 @@ -export { - Device, - getTimeZones, - hideTopOverlay, - initMobileViewport, - SchedulerTimeZone, -} from "devextreme/common/core/environment"; +export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; +export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/events.ts b/packages/devextreme-vue/src/common/core/events.ts index f7b89308f060..3c800bee7cd5 100644 --- a/packages/devextreme-vue/src/common/core/events.ts +++ b/packages/devextreme-vue/src/common/core/events.ts @@ -1,14 +1,2 @@ -export { - AsyncCancelable, - Cancelable, - ChangedOptionInfo, - EventInfo, - EventObject, - InitializedEventInfo, - ItemInfo, - NativeEventInfo, - off, - on, - one, - trigger, -} from "devextreme/common/core/events"; +export { off, on, one, trigger } from "devextreme/common/core/events"; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/localization.ts b/packages/devextreme-vue/src/common/core/localization.ts index 8dd8ec2ad04b..fc7654b7c057 100644 --- a/packages/devextreme-vue/src/common/core/localization.ts +++ b/packages/devextreme-vue/src/common/core/localization.ts @@ -1,10 +1,2 @@ -export { - Format, - formatDate, - formatMessage, - formatNumber, - loadMessages, - locale, - parseDate, - parseNumber, -} from "devextreme/common/core/localization"; +export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; +export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/data.ts b/packages/devextreme-vue/src/common/data.ts index 16a77b01921d..53f145aebf47 100644 --- a/packages/devextreme-vue/src/common/data.ts +++ b/packages/devextreme-vue/src/common/data.ts @@ -1,43 +1,2 @@ -export { - applyChanges, - ArrayStore, - ArrayStoreOptions, - base64_encode, - compileGetter, - compileSetter, - CustomStore, - CustomStoreOptions, - DataSource, - DataSourceOptions, - EdmLiteral, - EndpointSelector, - errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, - isGroupItemsArray, - isItemsArray, - isLoadResultObject, - keyConverters, - LangParams, - LoadOptions, - LoadResult, - LoadResultObject, - LocalStore, - LocalStoreOptions, - ODataContext, - ODataContextOptions, - ODataStore, - ODataStoreOptions, - query, - Query, - ResolvedData, - SearchOperation, - SelectDescriptor, - setErrorHandler, - SortDescriptor, - Store, - StoreOptions, - SummaryDescriptor, -} from "devextreme/common/data"; +export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from "devextreme/common/data"; +export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/export/excel.ts b/packages/devextreme-vue/src/common/export/excel.ts index 62583b766d91..4770e529960b 100644 --- a/packages/devextreme-vue/src/common/export/excel.ts +++ b/packages/devextreme-vue/src/common/export/excel.ts @@ -1,8 +1,2 @@ -export { - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportPivotGrid, - PivotGridCell, - PivotGridExportOptions, -} from "devextreme/common/export/excel"; +export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; +export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/export/pdf.ts b/packages/devextreme-vue/src/common/export/pdf.ts index 2b95e14b2487..5a0e50283214 100644 --- a/packages/devextreme-vue/src/common/export/pdf.ts +++ b/packages/devextreme-vue/src/common/export/pdf.ts @@ -1,9 +1,2 @@ -export { - Cell, - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportGantt, - GanttExportFont, - GanttExportOptions, -} from "devextreme/common/export/pdf"; +export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; +export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/grids.ts b/packages/devextreme-vue/src/common/grids.ts index a899cf0d9278..b4132ba3a5bd 100644 --- a/packages/devextreme-vue/src/common/grids.ts +++ b/packages/devextreme-vue/src/common/grids.ts @@ -1,79 +1 @@ -export { - AdaptiveDetailRowPreparingInfo, - AIColumnMode, - AIColumnRequestCreatingInfo, - ApplyChangesMode, - ApplyFilterMode, - ColumnAIOptions, - ColumnBase, - ColumnButtonBase, - ColumnChooser, - ColumnChooserMode, - ColumnChooserSearchConfig, - ColumnChooserSelectionConfig, - ColumnCustomizeTextArg, - ColumnFixing, - ColumnFixingIcons, - ColumnFixingTexts, - ColumnHeaderFilter, - ColumnHeaderFilterSearchConfig, - ColumnLookup, - ColumnResizeMode, - DataChange, - DataChangeInfo, - DataChangeType, - DataErrorOccurredInfo, - DataRenderMode, - EditingBase, - EditingTextsBase, - EnterKeyAction, - EnterKeyDirection, - FilterOperation, - FilterPanel, - FilterPanelTexts, - FilterRow, - FilterRowOperationDescriptions, - FilterType, - FixedPosition, - GridBase, - GridBaseOptions, - GridsContextMenuTarget, - GridsEditMode, - GridsEditRefreshMode, - GroupExpandMode, - HeaderFilter, - HeaderFilterGroupInterval, - HeaderFilterSearchConfig, - HeaderFilterTexts, - KeyboardNavigation, - KeyDownInfo, - LoadPanel, - NewRowInfo, - NewRowPosition, - Pager, - PagerPageSize, - PagingBase, - RowDragging, - RowDraggingTemplateData, - RowInsertedInfo, - RowInsertingInfo, - RowKeyInfo, - RowRemovedInfo, - RowRemovingInfo, - RowUpdatedInfo, - RowUpdatingInfo, - RowValidatingInfo, - SavingInfo, - ScrollingBase, - SearchPanel, - SelectedFilterOperation, - SelectionBase, - SelectionChangedInfo, - SelectionColumnDisplayMode, - Sorting, - StartEditAction, - StateStoreType, - StateStoring, - SummaryType, - ToolbarPreparingInfo, -} from "devextreme/common/grids"; +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/index.ts b/packages/devextreme-vue/src/common/index.ts index 0c8863a9cd93..f3970b18c1b8 100644 --- a/packages/devextreme-vue/src/common/index.ts +++ b/packages/devextreme-vue/src/common/index.ts @@ -1,83 +1,274 @@ -export { - ApplyValueMode, - AsyncRule, - ButtonStyle, - ButtonType, - CompareRule, - ComparisonOperator, - config, - CustomRule, - DataStructure, - DataType, - DateLike, - DefaultOptionsRule, - Direction, - DisplayMode, - DragDirection, - Draggable, - DragHighlight, - EditorStyle, - EmailRule, - ExportFormat, - FieldChooserLayout, - FirstDayOfWeek, - FloatingActionButtonDirection, - Format, - GlobalConfig, - Guid, - HorizontalAlignment, - HorizontalEdge, - LabelMode, - MaskMode, - Mode, - NumericRule, - Orientation, - PageLoadMode, - PageOrientation, - PatternRule, - Position, - PositionAlignment, - RangeRule, - RequiredRule, - Scrollable, - ScrollbarMode, - ScrollDirection, - ScrollMode, - SearchMode, - SelectAllMode, - setTemplateEngine, - SimplifiedSearchMode, - SingleMultipleAllOrNone, - SingleMultipleOrNone, - SingleOrMultiple, - SingleOrNone, - SliderValueChangeMode, - Sortable, - SortOrder, - StoreType, - StringLengthRule, - SubmenuShowMode, - TabsIconPosition, - TabsStyle, - template, - TextBoxPredefinedButton, - TextEditorButton, - TextEditorButtonLocation, - ToolbarItemComponent, - ToolbarItemLocation, - TooltipShowMode, - ValidationCallbackData, - ValidationMessageMode, - ValidationRule, - ValidationRuleType, - ValidationStatus, - VerticalAlignment, - VerticalEdge, -} from "devextreme/common"; +import * as AiIntegrationModule from "devextreme/common/ai-integration"; +import * as ChartsModule from "devextreme/common/charts"; +import * as CoreAnimationModule from "devextreme/common/core/animation"; +import * as CoreEnvironmentModule from "devextreme/common/core/environment"; +import * as CoreEventsModule from "devextreme/common/core/events"; +import * as CoreLocalizationModule from "devextreme/common/core/localization"; +import * as DataModule from "devextreme/common/data"; +import * as ExportExcelModule from "devextreme/common/export/excel"; +import * as ExportPdfModule from "devextreme/common/export/pdf"; +import * as GridsModule from "devextreme/common/grids"; -export * as AiIntegration from "./ai-integration"; -export * as Charts from "./charts"; -export * as Core from "./core/index"; -export * as Data from "./data"; -export * as Export from "./export/index"; -export * as Grids from "./grids"; +export { config, Guid, setTemplateEngine } from "devextreme/common"; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; + +export namespace AiIntegration { + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; +} + +export namespace Charts { + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; + } + export namespace Environment { + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; + } +} + +export namespace Data { + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; + } +} + +export function Grids(): void {} +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; +} diff --git a/packages/devextreme-vue/src/index.ts b/packages/devextreme-vue/src/index.ts index 3a0395e25650..24e303c260c8 100644 --- a/packages/devextreme-vue/src/index.ts +++ b/packages/devextreme-vue/src/index.ts @@ -82,4 +82,5 @@ export { DxValidationSummary } from "./validation-summary"; export { DxValidator } from "./validator"; export { DxVectorMap } from "./vector-map"; -export * as Common from "./common/index"; +import * as Common from "./common/index"; +export { Common }; From 4acb27a01662bf6e5d6d589beb056aa2f2b709b0 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 18 Feb 2026 15:11:10 +0100 Subject: [PATCH 26/48] revert devextreme-vue --- .../src/common/ai-integration.ts | 13 +- packages/devextreme-vue/src/common/charts.ts | 49 ++- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../devextreme-vue/src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-vue/src/common/data.ts | 45 ++- .../devextreme-vue/src/common/export/excel.ts | 10 +- .../devextreme-vue/src/common/export/pdf.ts | 11 +- packages/devextreme-vue/src/common/grids.ts | 80 +++- packages/devextreme-vue/src/common/index.ts | 355 ++++-------------- packages/devextreme-vue/src/index.ts | 3 +- 12 files changed, 323 insertions(+), 294 deletions(-) diff --git a/packages/devextreme-vue/src/common/ai-integration.ts b/packages/devextreme-vue/src/common/ai-integration.ts index 44d3a74d51c2..b4af2d19435b 100644 --- a/packages/devextreme-vue/src/common/ai-integration.ts +++ b/packages/devextreme-vue/src/common/ai-integration.ts @@ -1,2 +1,11 @@ -export { AIIntegration } from "devextreme/common/ai-integration"; -export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file +export { + AIIntegration, + AIIntegrationOptions, + AIProvider, + AIResponse, + GenerateGridColumnCommandResponse, + Prompt, + RequestParams, + RequestParamsData, + Response, +} from "devextreme/common/ai-integration"; diff --git a/packages/devextreme-vue/src/common/charts.ts b/packages/devextreme-vue/src/common/charts.ts index 47caa060bbc4..2ed2d4a55665 100644 --- a/packages/devextreme-vue/src/common/charts.ts +++ b/packages/devextreme-vue/src/common/charts.ts @@ -1,2 +1,47 @@ -export { registerGradient, registerPattern } from "devextreme/common/charts"; -export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file +export { + AnimationEaseMode, + AnnotationType, + ArgumentAxisHoverMode, + AxisScaleType, + ChartsAxisLabelOverlap, + ChartsColor, + ChartsDataType, + ChartsLabelOverlap, + DashStyle, + DiscreteAxisDivisionMode, + Font, + GradientColor, + HatchDirection, + LabelOverlap, + LabelPosition, + LegendHoverMode, + LegendItem, + LegendMarkerState, + Palette, + PaletteColorSet, + PaletteExtensionMode, + PointInteractionMode, + PointSymbol, + registerGradient, + registerPattern, + RelativePosition, + ScaleBreak, + ScaleBreakLineStyle, + SeriesHoverMode, + SeriesLabel, + SeriesPoint, + SeriesSelectionMode, + SeriesType, + ShiftLabelOverlap, + TextOverflow, + Theme, + TimeInterval, + TimeIntervalConfig, + ValueAxisVisualRangeUpdateMode, + ValueErrorBarDisplayMode, + ValueErrorBarType, + VisualRange, + VisualRangeUpdateMode, + WordWrap, + ZoomPanAction, +} from "devextreme/common/charts"; diff --git a/packages/devextreme-vue/src/common/core/animation.ts b/packages/devextreme-vue/src/common/core/animation.ts index b97bcfa9b017..65dbc2236713 100644 --- a/packages/devextreme-vue/src/common/core/animation.ts +++ b/packages/devextreme-vue/src/common/core/animation.ts @@ -1,2 +1,12 @@ -export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from "devextreme/common/core/animation"; -export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from "devextreme/common/core/animation"; \ No newline at end of file +export { + AnimationConfig, + animationPresets, + AnimationState, + cancelAnimationFrame, + CollisionResolution, + CollisionResolutionCombination, + fx, + PositionConfig, + requestAnimationFrame, + TransitionExecutor, +} from "devextreme/common/core/animation"; diff --git a/packages/devextreme-vue/src/common/core/environment.ts b/packages/devextreme-vue/src/common/core/environment.ts index 052cb1176fe7..8830f31c4290 100644 --- a/packages/devextreme-vue/src/common/core/environment.ts +++ b/packages/devextreme-vue/src/common/core/environment.ts @@ -1,2 +1,7 @@ -export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; -export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file +export { + Device, + getTimeZones, + hideTopOverlay, + initMobileViewport, + SchedulerTimeZone, +} from "devextreme/common/core/environment"; diff --git a/packages/devextreme-vue/src/common/core/events.ts b/packages/devextreme-vue/src/common/core/events.ts index 3c800bee7cd5..f7b89308f060 100644 --- a/packages/devextreme-vue/src/common/core/events.ts +++ b/packages/devextreme-vue/src/common/core/events.ts @@ -1,2 +1,14 @@ -export { off, on, one, trigger } from "devextreme/common/core/events"; -export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file +export { + AsyncCancelable, + Cancelable, + ChangedOptionInfo, + EventInfo, + EventObject, + InitializedEventInfo, + ItemInfo, + NativeEventInfo, + off, + on, + one, + trigger, +} from "devextreme/common/core/events"; diff --git a/packages/devextreme-vue/src/common/core/localization.ts b/packages/devextreme-vue/src/common/core/localization.ts index fc7654b7c057..8dd8ec2ad04b 100644 --- a/packages/devextreme-vue/src/common/core/localization.ts +++ b/packages/devextreme-vue/src/common/core/localization.ts @@ -1,2 +1,10 @@ -export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; -export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file +export { + Format, + formatDate, + formatMessage, + formatNumber, + loadMessages, + locale, + parseDate, + parseNumber, +} from "devextreme/common/core/localization"; diff --git a/packages/devextreme-vue/src/common/data.ts b/packages/devextreme-vue/src/common/data.ts index 53f145aebf47..16a77b01921d 100644 --- a/packages/devextreme-vue/src/common/data.ts +++ b/packages/devextreme-vue/src/common/data.ts @@ -1,2 +1,43 @@ -export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from "devextreme/common/data"; -export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file +export { + applyChanges, + ArrayStore, + ArrayStoreOptions, + base64_encode, + compileGetter, + compileSetter, + CustomStore, + CustomStoreOptions, + DataSource, + DataSourceOptions, + EdmLiteral, + EndpointSelector, + errorHandler, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, + isGroupItemsArray, + isItemsArray, + isLoadResultObject, + keyConverters, + LangParams, + LoadOptions, + LoadResult, + LoadResultObject, + LocalStore, + LocalStoreOptions, + ODataContext, + ODataContextOptions, + ODataStore, + ODataStoreOptions, + query, + Query, + ResolvedData, + SearchOperation, + SelectDescriptor, + setErrorHandler, + SortDescriptor, + Store, + StoreOptions, + SummaryDescriptor, +} from "devextreme/common/data"; diff --git a/packages/devextreme-vue/src/common/export/excel.ts b/packages/devextreme-vue/src/common/export/excel.ts index 4770e529960b..62583b766d91 100644 --- a/packages/devextreme-vue/src/common/export/excel.ts +++ b/packages/devextreme-vue/src/common/export/excel.ts @@ -1,2 +1,8 @@ -export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; -export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file +export { + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportPivotGrid, + PivotGridCell, + PivotGridExportOptions, +} from "devextreme/common/export/excel"; diff --git a/packages/devextreme-vue/src/common/export/pdf.ts b/packages/devextreme-vue/src/common/export/pdf.ts index 5a0e50283214..2b95e14b2487 100644 --- a/packages/devextreme-vue/src/common/export/pdf.ts +++ b/packages/devextreme-vue/src/common/export/pdf.ts @@ -1,2 +1,9 @@ -export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; -export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file +export { + Cell, + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportGantt, + GanttExportFont, + GanttExportOptions, +} from "devextreme/common/export/pdf"; diff --git a/packages/devextreme-vue/src/common/grids.ts b/packages/devextreme-vue/src/common/grids.ts index b4132ba3a5bd..a899cf0d9278 100644 --- a/packages/devextreme-vue/src/common/grids.ts +++ b/packages/devextreme-vue/src/common/grids.ts @@ -1 +1,79 @@ -export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file +export { + AdaptiveDetailRowPreparingInfo, + AIColumnMode, + AIColumnRequestCreatingInfo, + ApplyChangesMode, + ApplyFilterMode, + ColumnAIOptions, + ColumnBase, + ColumnButtonBase, + ColumnChooser, + ColumnChooserMode, + ColumnChooserSearchConfig, + ColumnChooserSelectionConfig, + ColumnCustomizeTextArg, + ColumnFixing, + ColumnFixingIcons, + ColumnFixingTexts, + ColumnHeaderFilter, + ColumnHeaderFilterSearchConfig, + ColumnLookup, + ColumnResizeMode, + DataChange, + DataChangeInfo, + DataChangeType, + DataErrorOccurredInfo, + DataRenderMode, + EditingBase, + EditingTextsBase, + EnterKeyAction, + EnterKeyDirection, + FilterOperation, + FilterPanel, + FilterPanelTexts, + FilterRow, + FilterRowOperationDescriptions, + FilterType, + FixedPosition, + GridBase, + GridBaseOptions, + GridsContextMenuTarget, + GridsEditMode, + GridsEditRefreshMode, + GroupExpandMode, + HeaderFilter, + HeaderFilterGroupInterval, + HeaderFilterSearchConfig, + HeaderFilterTexts, + KeyboardNavigation, + KeyDownInfo, + LoadPanel, + NewRowInfo, + NewRowPosition, + Pager, + PagerPageSize, + PagingBase, + RowDragging, + RowDraggingTemplateData, + RowInsertedInfo, + RowInsertingInfo, + RowKeyInfo, + RowRemovedInfo, + RowRemovingInfo, + RowUpdatedInfo, + RowUpdatingInfo, + RowValidatingInfo, + SavingInfo, + ScrollingBase, + SearchPanel, + SelectedFilterOperation, + SelectionBase, + SelectionChangedInfo, + SelectionColumnDisplayMode, + Sorting, + StartEditAction, + StateStoreType, + StateStoring, + SummaryType, + ToolbarPreparingInfo, +} from "devextreme/common/grids"; diff --git a/packages/devextreme-vue/src/common/index.ts b/packages/devextreme-vue/src/common/index.ts index f3970b18c1b8..0c8863a9cd93 100644 --- a/packages/devextreme-vue/src/common/index.ts +++ b/packages/devextreme-vue/src/common/index.ts @@ -1,274 +1,83 @@ -import * as AiIntegrationModule from "devextreme/common/ai-integration"; -import * as ChartsModule from "devextreme/common/charts"; -import * as CoreAnimationModule from "devextreme/common/core/animation"; -import * as CoreEnvironmentModule from "devextreme/common/core/environment"; -import * as CoreEventsModule from "devextreme/common/core/events"; -import * as CoreLocalizationModule from "devextreme/common/core/localization"; -import * as DataModule from "devextreme/common/data"; -import * as ExportExcelModule from "devextreme/common/export/excel"; -import * as ExportPdfModule from "devextreme/common/export/pdf"; -import * as GridsModule from "devextreme/common/grids"; +export { + ApplyValueMode, + AsyncRule, + ButtonStyle, + ButtonType, + CompareRule, + ComparisonOperator, + config, + CustomRule, + DataStructure, + DataType, + DateLike, + DefaultOptionsRule, + Direction, + DisplayMode, + DragDirection, + Draggable, + DragHighlight, + EditorStyle, + EmailRule, + ExportFormat, + FieldChooserLayout, + FirstDayOfWeek, + FloatingActionButtonDirection, + Format, + GlobalConfig, + Guid, + HorizontalAlignment, + HorizontalEdge, + LabelMode, + MaskMode, + Mode, + NumericRule, + Orientation, + PageLoadMode, + PageOrientation, + PatternRule, + Position, + PositionAlignment, + RangeRule, + RequiredRule, + Scrollable, + ScrollbarMode, + ScrollDirection, + ScrollMode, + SearchMode, + SelectAllMode, + setTemplateEngine, + SimplifiedSearchMode, + SingleMultipleAllOrNone, + SingleMultipleOrNone, + SingleOrMultiple, + SingleOrNone, + SliderValueChangeMode, + Sortable, + SortOrder, + StoreType, + StringLengthRule, + SubmenuShowMode, + TabsIconPosition, + TabsStyle, + template, + TextBoxPredefinedButton, + TextEditorButton, + TextEditorButtonLocation, + ToolbarItemComponent, + ToolbarItemLocation, + TooltipShowMode, + ValidationCallbackData, + ValidationMessageMode, + ValidationRule, + ValidationRuleType, + ValidationStatus, + VerticalAlignment, + VerticalEdge, +} from "devextreme/common"; -export { config, Guid, setTemplateEngine } from "devextreme/common"; -export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; - -export namespace AiIntegration { - export const AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; - export type AIProvider = AiIntegrationModule.AIProvider; - export type AIResponse = AiIntegrationModule.AIResponse; - export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; - export type Prompt = AiIntegrationModule.Prompt; - export type RequestParams = AiIntegrationModule.RequestParams; - export type RequestParamsData = AiIntegrationModule.RequestParamsData; - export type Response = AiIntegrationModule.Response; -} - -export namespace Charts { - export type AnimationEaseMode = ChartsModule.AnimationEaseMode; - export type AnnotationType = ChartsModule.AnnotationType; - export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; - export type AxisScaleType = ChartsModule.AxisScaleType; - export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; - export type ChartsColor = ChartsModule.ChartsColor; - export type ChartsDataType = ChartsModule.ChartsDataType; - export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; - export type DashStyle = ChartsModule.DashStyle; - export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; - export type Font = ChartsModule.Font; - export type GradientColor = ChartsModule.GradientColor; - export type HatchDirection = ChartsModule.HatchDirection; - export type LabelOverlap = ChartsModule.LabelOverlap; - export type LabelPosition = ChartsModule.LabelPosition; - export type LegendHoverMode = ChartsModule.LegendHoverMode; - export type LegendItem = ChartsModule.LegendItem; - export type LegendMarkerState = ChartsModule.LegendMarkerState; - export type Palette = ChartsModule.Palette; - export type PaletteColorSet = ChartsModule.PaletteColorSet; - export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; - export type PointInteractionMode = ChartsModule.PointInteractionMode; - export type PointSymbol = ChartsModule.PointSymbol; - export const registerGradient = ChartsModule.registerGradient; - export const registerPattern = ChartsModule.registerPattern; - export type RelativePosition = ChartsModule.RelativePosition; - export type ScaleBreak = ChartsModule.ScaleBreak; - export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; - export type SeriesHoverMode = ChartsModule.SeriesHoverMode; - export type SeriesLabel = ChartsModule.SeriesLabel; - export type SeriesPoint = ChartsModule.SeriesPoint; - export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; - export type SeriesType = ChartsModule.SeriesType; - export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; - export type TextOverflow = ChartsModule.TextOverflow; - export type Theme = ChartsModule.Theme; - export type TimeInterval = ChartsModule.TimeInterval; - export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; - export type ValueErrorBarType = ChartsModule.ValueErrorBarType; - export type VisualRange = ChartsModule.VisualRange; - export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; - export type WordWrap = ChartsModule.WordWrap; - export type ZoomPanAction = ChartsModule.ZoomPanAction; -} - -export namespace Core { - export namespace Animation { - export type AnimationConfig = CoreAnimationModule.AnimationConfig; - export const animationPresets = CoreAnimationModule.animationPresets; - export type AnimationState = CoreAnimationModule.AnimationState; - export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; - export type CollisionResolution = CoreAnimationModule.CollisionResolution; - export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; - export const fx = CoreAnimationModule.fx; - export type PositionConfig = CoreAnimationModule.PositionConfig; - export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; - export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; - export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; - } - export namespace Environment { - export type Device = CoreEnvironmentModule.Device; - export const getTimeZones = CoreEnvironmentModule.getTimeZones; - export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; - export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; - export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; - } - export namespace Events { - export type AsyncCancelable = CoreEventsModule.AsyncCancelable; - export type Cancelable = CoreEventsModule.Cancelable; - export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; - export type EventInfo = CoreEventsModule.EventInfo; - export type EventObject = CoreEventsModule.EventObject; - export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; - export type ItemInfo = CoreEventsModule.ItemInfo; - export type NativeEventInfo = CoreEventsModule.NativeEventInfo; - export const off = CoreEventsModule.off; - export const on = CoreEventsModule.on; - export const one = CoreEventsModule.one; - export const trigger = CoreEventsModule.trigger; - } - export namespace Localization { - export type Format = CoreLocalizationModule.Format; - export const formatDate = CoreLocalizationModule.formatDate; - export const formatMessage = CoreLocalizationModule.formatMessage; - export const formatNumber = CoreLocalizationModule.formatNumber; - export const loadMessages = CoreLocalizationModule.loadMessages; - export const locale = CoreLocalizationModule.locale; - export const parseDate = CoreLocalizationModule.parseDate; - export const parseNumber = CoreLocalizationModule.parseNumber; - } -} - -export namespace Data { - export const applyChanges = DataModule.applyChanges; - export const ArrayStore = DataModule.ArrayStore; - export type ArrayStore = DataModule.ArrayStore; - export type ArrayStoreOptions = DataModule.ArrayStoreOptions; - export const base64_encode = DataModule.base64_encode; - export const compileGetter = DataModule.compileGetter; - export const compileSetter = DataModule.compileSetter; - export const CustomStore = DataModule.CustomStore; - export type CustomStore = DataModule.CustomStore; - export type CustomStoreOptions = DataModule.CustomStoreOptions; - export const DataSource = DataModule.DataSource; - export type DataSource = DataModule.DataSource; - export type DataSourceOptions = DataModule.DataSourceOptions; - export const EdmLiteral = DataModule.EdmLiteral; - export type EdmLiteral = DataModule.EdmLiteral; - export const EndpointSelector = DataModule.EndpointSelector; - export type EndpointSelector = DataModule.EndpointSelector; - export const errorHandler = DataModule.errorHandler; - export type FilterDescriptor = DataModule.FilterDescriptor; - export type GroupDescriptor = DataModule.GroupDescriptor; - export type GroupingInterval = DataModule.GroupingInterval; - export type GroupItem = DataModule.GroupItem; - export const isGroupItemsArray = DataModule.isGroupItemsArray; - export const isItemsArray = DataModule.isItemsArray; - export const isLoadResultObject = DataModule.isLoadResultObject; - export const keyConverters = DataModule.keyConverters; - export type LangParams = DataModule.LangParams; - export type LoadOptions = DataModule.LoadOptions; - export type LoadResult = DataModule.LoadResult; - export type LoadResultObject = DataModule.LoadResultObject; - export const LocalStore = DataModule.LocalStore; - export type LocalStore = DataModule.LocalStore; - export type LocalStoreOptions = DataModule.LocalStoreOptions; - export const ODataContext = DataModule.ODataContext; - export type ODataContext = DataModule.ODataContext; - export type ODataContextOptions = DataModule.ODataContextOptions; - export const ODataStore = DataModule.ODataStore; - export type ODataStore = DataModule.ODataStore; - export type ODataStoreOptions = DataModule.ODataStoreOptions; - export const query = DataModule.query; - export type Query = DataModule.Query; - export type ResolvedData = DataModule.ResolvedData; - export type SearchOperation = DataModule.SearchOperation; - export type SelectDescriptor = DataModule.SelectDescriptor; - export const setErrorHandler = DataModule.setErrorHandler; - export type SortDescriptor = DataModule.SortDescriptor; - export type Store = DataModule.Store; - export type StoreOptions = DataModule.StoreOptions; - export type SummaryDescriptor = DataModule.SummaryDescriptor; -} - -export namespace Export { - export namespace Excel { - export type DataGridCell = ExportExcelModule.DataGridCell; - export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; - export const exportDataGrid = ExportExcelModule.exportDataGrid; - export const exportPivotGrid = ExportExcelModule.exportPivotGrid; - export type PivotGridCell = ExportExcelModule.PivotGridCell; - export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; - } - export namespace Pdf { - export type Cell = ExportPdfModule.Cell; - export type DataGridCell = ExportPdfModule.DataGridCell; - export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; - export const exportDataGrid = ExportPdfModule.exportDataGrid; - export const exportGantt = ExportPdfModule.exportGantt; - export type GanttExportFont = ExportPdfModule.GanttExportFont; - export type GanttExportOptions = ExportPdfModule.GanttExportOptions; - } -} - -export function Grids(): void {} -export namespace Grids { - export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; - export type AIColumnMode = GridsModule.AIColumnMode; - export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; - export type ApplyChangesMode = GridsModule.ApplyChangesMode; - export type ApplyFilterMode = GridsModule.ApplyFilterMode; - export type ColumnAIOptions = GridsModule.ColumnAIOptions; - export type ColumnBase = GridsModule.ColumnBase; - export type ColumnButtonBase = GridsModule.ColumnButtonBase; - export type ColumnChooser = GridsModule.ColumnChooser; - export type ColumnChooserMode = GridsModule.ColumnChooserMode; - export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; - export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; - export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; - export type ColumnFixing = GridsModule.ColumnFixing; - export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; - export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; - export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; - export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; - export type ColumnLookup = GridsModule.ColumnLookup; - export type ColumnResizeMode = GridsModule.ColumnResizeMode; - export type DataChange = GridsModule.DataChange; - export type DataChangeInfo = GridsModule.DataChangeInfo; - export type DataChangeType = GridsModule.DataChangeType; - export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; - export type DataRenderMode = GridsModule.DataRenderMode; - export type EditingBase = GridsModule.EditingBase; - export type EditingTextsBase = GridsModule.EditingTextsBase; - export type EnterKeyAction = GridsModule.EnterKeyAction; - export type EnterKeyDirection = GridsModule.EnterKeyDirection; - export type FilterOperation = GridsModule.FilterOperation; - export type FilterPanel = GridsModule.FilterPanel; - export type FilterPanelTexts = GridsModule.FilterPanelTexts; - export type FilterRow = GridsModule.FilterRow; - export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; - export type FilterType = GridsModule.FilterType; - export type FixedPosition = GridsModule.FixedPosition; - export type GridBase = GridsModule.GridBase; - export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; - export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; - export type GridsEditMode = GridsModule.GridsEditMode; - export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; - export type GroupExpandMode = GridsModule.GroupExpandMode; - export type HeaderFilter = GridsModule.HeaderFilter; - export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; - export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; - export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; - export type KeyboardNavigation = GridsModule.KeyboardNavigation; - export type KeyDownInfo = GridsModule.KeyDownInfo; - export type LoadPanel = GridsModule.LoadPanel; - export type NewRowInfo = GridsModule.NewRowInfo; - export type NewRowPosition = GridsModule.NewRowPosition; - export type Pager = GridsModule.Pager; - export type PagerPageSize = GridsModule.PagerPageSize; - export type PagingBase = GridsModule.PagingBase; - export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; - export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; - export type RowInsertedInfo = GridsModule.RowInsertedInfo; - export type RowInsertingInfo = GridsModule.RowInsertingInfo; - export type RowKeyInfo = GridsModule.RowKeyInfo; - export type RowRemovedInfo = GridsModule.RowRemovedInfo; - export type RowRemovingInfo = GridsModule.RowRemovingInfo; - export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; - export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; - export type RowValidatingInfo = GridsModule.RowValidatingInfo; - export type SavingInfo = GridsModule.SavingInfo; - export type ScrollingBase = GridsModule.ScrollingBase; - export type SearchPanel = GridsModule.SearchPanel; - export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; - export type SelectionBase = GridsModule.SelectionBase; - export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; - export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; - export type Sorting = GridsModule.Sorting; - export type StartEditAction = GridsModule.StartEditAction; - export type StateStoreType = GridsModule.StateStoreType; - export type StateStoring = GridsModule.StateStoring; - export type SummaryType = GridsModule.SummaryType; - export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; -} +export * as AiIntegration from "./ai-integration"; +export * as Charts from "./charts"; +export * as Core from "./core/index"; +export * as Data from "./data"; +export * as Export from "./export/index"; +export * as Grids from "./grids"; diff --git a/packages/devextreme-vue/src/index.ts b/packages/devextreme-vue/src/index.ts index 24e303c260c8..3a0395e25650 100644 --- a/packages/devextreme-vue/src/index.ts +++ b/packages/devextreme-vue/src/index.ts @@ -82,5 +82,4 @@ export { DxValidationSummary } from "./validation-summary"; export { DxValidator } from "./validator"; export { DxVectorMap } from "./vector-map"; -import * as Common from "./common/index"; -export { Common }; +export * as Common from "./common/index"; From e3cd83c482b8b0b3ceb720153409bf96fc3bdad8 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 18 Feb 2026 17:57:54 +0100 Subject: [PATCH 27/48] Revert "revert devextreme-vue" This reverts commit 4acb27a01662bf6e5d6d589beb056aa2f2b709b0. --- .../src/common/ai-integration.ts | 13 +- packages/devextreme-vue/src/common/charts.ts | 49 +-- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../devextreme-vue/src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-vue/src/common/data.ts | 45 +-- .../devextreme-vue/src/common/export/excel.ts | 10 +- .../devextreme-vue/src/common/export/pdf.ts | 11 +- packages/devextreme-vue/src/common/grids.ts | 80 +--- packages/devextreme-vue/src/common/index.ts | 355 ++++++++++++++---- packages/devextreme-vue/src/index.ts | 3 +- 12 files changed, 294 insertions(+), 323 deletions(-) diff --git a/packages/devextreme-vue/src/common/ai-integration.ts b/packages/devextreme-vue/src/common/ai-integration.ts index b4af2d19435b..44d3a74d51c2 100644 --- a/packages/devextreme-vue/src/common/ai-integration.ts +++ b/packages/devextreme-vue/src/common/ai-integration.ts @@ -1,11 +1,2 @@ -export { - AIIntegration, - AIIntegrationOptions, - AIProvider, - AIResponse, - GenerateGridColumnCommandResponse, - Prompt, - RequestParams, - RequestParamsData, - Response, -} from "devextreme/common/ai-integration"; +export { AIIntegration } from "devextreme/common/ai-integration"; +export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/charts.ts b/packages/devextreme-vue/src/common/charts.ts index 2ed2d4a55665..47caa060bbc4 100644 --- a/packages/devextreme-vue/src/common/charts.ts +++ b/packages/devextreme-vue/src/common/charts.ts @@ -1,47 +1,2 @@ -export { - AnimationEaseMode, - AnnotationType, - ArgumentAxisHoverMode, - AxisScaleType, - ChartsAxisLabelOverlap, - ChartsColor, - ChartsDataType, - ChartsLabelOverlap, - DashStyle, - DiscreteAxisDivisionMode, - Font, - GradientColor, - HatchDirection, - LabelOverlap, - LabelPosition, - LegendHoverMode, - LegendItem, - LegendMarkerState, - Palette, - PaletteColorSet, - PaletteExtensionMode, - PointInteractionMode, - PointSymbol, - registerGradient, - registerPattern, - RelativePosition, - ScaleBreak, - ScaleBreakLineStyle, - SeriesHoverMode, - SeriesLabel, - SeriesPoint, - SeriesSelectionMode, - SeriesType, - ShiftLabelOverlap, - TextOverflow, - Theme, - TimeInterval, - TimeIntervalConfig, - ValueAxisVisualRangeUpdateMode, - ValueErrorBarDisplayMode, - ValueErrorBarType, - VisualRange, - VisualRangeUpdateMode, - WordWrap, - ZoomPanAction, -} from "devextreme/common/charts"; +export { registerGradient, registerPattern } from "devextreme/common/charts"; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/animation.ts b/packages/devextreme-vue/src/common/core/animation.ts index 65dbc2236713..b97bcfa9b017 100644 --- a/packages/devextreme-vue/src/common/core/animation.ts +++ b/packages/devextreme-vue/src/common/core/animation.ts @@ -1,12 +1,2 @@ -export { - AnimationConfig, - animationPresets, - AnimationState, - cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, - fx, - PositionConfig, - requestAnimationFrame, - TransitionExecutor, -} from "devextreme/common/core/animation"; +export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from "devextreme/common/core/animation"; +export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from "devextreme/common/core/animation"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/environment.ts b/packages/devextreme-vue/src/common/core/environment.ts index 8830f31c4290..052cb1176fe7 100644 --- a/packages/devextreme-vue/src/common/core/environment.ts +++ b/packages/devextreme-vue/src/common/core/environment.ts @@ -1,7 +1,2 @@ -export { - Device, - getTimeZones, - hideTopOverlay, - initMobileViewport, - SchedulerTimeZone, -} from "devextreme/common/core/environment"; +export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; +export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/events.ts b/packages/devextreme-vue/src/common/core/events.ts index f7b89308f060..3c800bee7cd5 100644 --- a/packages/devextreme-vue/src/common/core/events.ts +++ b/packages/devextreme-vue/src/common/core/events.ts @@ -1,14 +1,2 @@ -export { - AsyncCancelable, - Cancelable, - ChangedOptionInfo, - EventInfo, - EventObject, - InitializedEventInfo, - ItemInfo, - NativeEventInfo, - off, - on, - one, - trigger, -} from "devextreme/common/core/events"; +export { off, on, one, trigger } from "devextreme/common/core/events"; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/core/localization.ts b/packages/devextreme-vue/src/common/core/localization.ts index 8dd8ec2ad04b..fc7654b7c057 100644 --- a/packages/devextreme-vue/src/common/core/localization.ts +++ b/packages/devextreme-vue/src/common/core/localization.ts @@ -1,10 +1,2 @@ -export { - Format, - formatDate, - formatMessage, - formatNumber, - loadMessages, - locale, - parseDate, - parseNumber, -} from "devextreme/common/core/localization"; +export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; +export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/data.ts b/packages/devextreme-vue/src/common/data.ts index 16a77b01921d..53f145aebf47 100644 --- a/packages/devextreme-vue/src/common/data.ts +++ b/packages/devextreme-vue/src/common/data.ts @@ -1,43 +1,2 @@ -export { - applyChanges, - ArrayStore, - ArrayStoreOptions, - base64_encode, - compileGetter, - compileSetter, - CustomStore, - CustomStoreOptions, - DataSource, - DataSourceOptions, - EdmLiteral, - EndpointSelector, - errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, - isGroupItemsArray, - isItemsArray, - isLoadResultObject, - keyConverters, - LangParams, - LoadOptions, - LoadResult, - LoadResultObject, - LocalStore, - LocalStoreOptions, - ODataContext, - ODataContextOptions, - ODataStore, - ODataStoreOptions, - query, - Query, - ResolvedData, - SearchOperation, - SelectDescriptor, - setErrorHandler, - SortDescriptor, - Store, - StoreOptions, - SummaryDescriptor, -} from "devextreme/common/data"; +export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from "devextreme/common/data"; +export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/export/excel.ts b/packages/devextreme-vue/src/common/export/excel.ts index 62583b766d91..4770e529960b 100644 --- a/packages/devextreme-vue/src/common/export/excel.ts +++ b/packages/devextreme-vue/src/common/export/excel.ts @@ -1,8 +1,2 @@ -export { - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportPivotGrid, - PivotGridCell, - PivotGridExportOptions, -} from "devextreme/common/export/excel"; +export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; +export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/export/pdf.ts b/packages/devextreme-vue/src/common/export/pdf.ts index 2b95e14b2487..5a0e50283214 100644 --- a/packages/devextreme-vue/src/common/export/pdf.ts +++ b/packages/devextreme-vue/src/common/export/pdf.ts @@ -1,9 +1,2 @@ -export { - Cell, - DataGridCell, - DataGridExportOptions, - exportDataGrid, - exportGantt, - GanttExportFont, - GanttExportOptions, -} from "devextreme/common/export/pdf"; +export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; +export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/grids.ts b/packages/devextreme-vue/src/common/grids.ts index a899cf0d9278..b4132ba3a5bd 100644 --- a/packages/devextreme-vue/src/common/grids.ts +++ b/packages/devextreme-vue/src/common/grids.ts @@ -1,79 +1 @@ -export { - AdaptiveDetailRowPreparingInfo, - AIColumnMode, - AIColumnRequestCreatingInfo, - ApplyChangesMode, - ApplyFilterMode, - ColumnAIOptions, - ColumnBase, - ColumnButtonBase, - ColumnChooser, - ColumnChooserMode, - ColumnChooserSearchConfig, - ColumnChooserSelectionConfig, - ColumnCustomizeTextArg, - ColumnFixing, - ColumnFixingIcons, - ColumnFixingTexts, - ColumnHeaderFilter, - ColumnHeaderFilterSearchConfig, - ColumnLookup, - ColumnResizeMode, - DataChange, - DataChangeInfo, - DataChangeType, - DataErrorOccurredInfo, - DataRenderMode, - EditingBase, - EditingTextsBase, - EnterKeyAction, - EnterKeyDirection, - FilterOperation, - FilterPanel, - FilterPanelTexts, - FilterRow, - FilterRowOperationDescriptions, - FilterType, - FixedPosition, - GridBase, - GridBaseOptions, - GridsContextMenuTarget, - GridsEditMode, - GridsEditRefreshMode, - GroupExpandMode, - HeaderFilter, - HeaderFilterGroupInterval, - HeaderFilterSearchConfig, - HeaderFilterTexts, - KeyboardNavigation, - KeyDownInfo, - LoadPanel, - NewRowInfo, - NewRowPosition, - Pager, - PagerPageSize, - PagingBase, - RowDragging, - RowDraggingTemplateData, - RowInsertedInfo, - RowInsertingInfo, - RowKeyInfo, - RowRemovedInfo, - RowRemovingInfo, - RowUpdatedInfo, - RowUpdatingInfo, - RowValidatingInfo, - SavingInfo, - ScrollingBase, - SearchPanel, - SelectedFilterOperation, - SelectionBase, - SelectionChangedInfo, - SelectionColumnDisplayMode, - Sorting, - StartEditAction, - StateStoreType, - StateStoring, - SummaryType, - ToolbarPreparingInfo, -} from "devextreme/common/grids"; +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file diff --git a/packages/devextreme-vue/src/common/index.ts b/packages/devextreme-vue/src/common/index.ts index 0c8863a9cd93..f3970b18c1b8 100644 --- a/packages/devextreme-vue/src/common/index.ts +++ b/packages/devextreme-vue/src/common/index.ts @@ -1,83 +1,274 @@ -export { - ApplyValueMode, - AsyncRule, - ButtonStyle, - ButtonType, - CompareRule, - ComparisonOperator, - config, - CustomRule, - DataStructure, - DataType, - DateLike, - DefaultOptionsRule, - Direction, - DisplayMode, - DragDirection, - Draggable, - DragHighlight, - EditorStyle, - EmailRule, - ExportFormat, - FieldChooserLayout, - FirstDayOfWeek, - FloatingActionButtonDirection, - Format, - GlobalConfig, - Guid, - HorizontalAlignment, - HorizontalEdge, - LabelMode, - MaskMode, - Mode, - NumericRule, - Orientation, - PageLoadMode, - PageOrientation, - PatternRule, - Position, - PositionAlignment, - RangeRule, - RequiredRule, - Scrollable, - ScrollbarMode, - ScrollDirection, - ScrollMode, - SearchMode, - SelectAllMode, - setTemplateEngine, - SimplifiedSearchMode, - SingleMultipleAllOrNone, - SingleMultipleOrNone, - SingleOrMultiple, - SingleOrNone, - SliderValueChangeMode, - Sortable, - SortOrder, - StoreType, - StringLengthRule, - SubmenuShowMode, - TabsIconPosition, - TabsStyle, - template, - TextBoxPredefinedButton, - TextEditorButton, - TextEditorButtonLocation, - ToolbarItemComponent, - ToolbarItemLocation, - TooltipShowMode, - ValidationCallbackData, - ValidationMessageMode, - ValidationRule, - ValidationRuleType, - ValidationStatus, - VerticalAlignment, - VerticalEdge, -} from "devextreme/common"; +import * as AiIntegrationModule from "devextreme/common/ai-integration"; +import * as ChartsModule from "devextreme/common/charts"; +import * as CoreAnimationModule from "devextreme/common/core/animation"; +import * as CoreEnvironmentModule from "devextreme/common/core/environment"; +import * as CoreEventsModule from "devextreme/common/core/events"; +import * as CoreLocalizationModule from "devextreme/common/core/localization"; +import * as DataModule from "devextreme/common/data"; +import * as ExportExcelModule from "devextreme/common/export/excel"; +import * as ExportPdfModule from "devextreme/common/export/pdf"; +import * as GridsModule from "devextreme/common/grids"; -export * as AiIntegration from "./ai-integration"; -export * as Charts from "./charts"; -export * as Core from "./core/index"; -export * as Data from "./data"; -export * as Export from "./export/index"; -export * as Grids from "./grids"; +export { config, Guid, setTemplateEngine } from "devextreme/common"; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; + +export namespace AiIntegration { + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; +} + +export namespace Charts { + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; + } + export namespace Environment { + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; + } +} + +export namespace Data { + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; + } +} + +export function Grids(): void {} +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; +} diff --git a/packages/devextreme-vue/src/index.ts b/packages/devextreme-vue/src/index.ts index 3a0395e25650..24e303c260c8 100644 --- a/packages/devextreme-vue/src/index.ts +++ b/packages/devextreme-vue/src/index.ts @@ -82,4 +82,5 @@ export { DxValidationSummary } from "./validation-summary"; export { DxValidator } from "./validator"; export { DxVectorMap } from "./vector-map"; -export * as Common from "./common/index"; +import * as Common from "./common/index"; +export { Common }; From fd809505c1891ed1785511a1fe0c35fea84124be Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 18 Feb 2026 17:58:50 +0100 Subject: [PATCH 28/48] revert devextreme-vue update lock --- .../devextreme-angular/src/common/data/index.ts | 2 +- pnpm-lock.yaml | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/packages/devextreme-angular/src/common/data/index.ts b/packages/devextreme-angular/src/common/data/index.ts index 07bfb9b49398..d59c158dd636 100644 --- a/packages/devextreme-angular/src/common/data/index.ts +++ b/packages/devextreme-angular/src/common/data/index.ts @@ -1,2 +1,2 @@ +export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from 'devextreme/common/data'; -export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c4b1089e0d23..869c463c01d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -177,7 +177,7 @@ overrides: glob@>=10.2.0 <10.5.0: ^10.5.0 node-forge@<1.3.2: ^1.3.2 vite@>=6.0.0 <6.4.1: ^6.4.1 - tar@<7.5.7: ^7.5.7 + tar@<7.5.8: ^7.5.8 importers: @@ -17105,10 +17105,9 @@ packages: tar-stream@3.1.7: resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} - tar@7.5.7: - resolution: {integrity: sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==} + tar@7.5.9: + resolution: {integrity: sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==} engines: {node: '>=18'} - deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me teex@1.0.1: resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} @@ -36367,7 +36366,7 @@ snapshots: nopt: 9.0.0 proc-log: 6.1.0 semver: 7.7.4 - tar: 7.5.7 + tar: 7.5.9 tinyglobby: 0.2.15 which: 6.0.0 transitivePeerDependencies: @@ -36551,7 +36550,7 @@ snapshots: ini: 4.1.3 node-machine-id: 1.1.12 open: 8.4.2 - tar: 7.5.7 + tar: 7.5.9 yargs-parser: 22.0.0 transitivePeerDependencies: - debug @@ -36964,7 +36963,7 @@ snapshots: promise-retry: 2.0.1 sigstore: 4.0.0 ssri: 12.0.0 - tar: 7.5.7 + tar: 7.5.9 transitivePeerDependencies: - supports-color @@ -36986,7 +36985,7 @@ snapshots: promise-retry: 2.0.1 sigstore: 4.0.0 ssri: 13.0.0 - tar: 7.5.7 + tar: 7.5.9 transitivePeerDependencies: - supports-color @@ -40009,7 +40008,7 @@ snapshots: fast-fifo: 1.3.2 streamx: 2.22.0 - tar@7.5.7: + tar@7.5.9: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 From 1fdc79b83708d817992f6c42eaf02e8fb4dabfe3 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 18 Feb 2026 18:42:02 +0100 Subject: [PATCH 29/48] fix demos --- apps/demos/utils/bundle/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/demos/utils/bundle/index.js b/apps/demos/utils/bundle/index.js index 836218aa8ac3..e38d08161b01 100644 --- a/apps/demos/utils/bundle/index.js +++ b/apps/demos/utils/bundle/index.js @@ -21,6 +21,7 @@ const prepareModulesToNamedImport = () => { 'time_zone_utils.js', 'devextreme/ui/dialog.js', 'common/charts.js', + 'common/data.js', ]; const paths = [ From e5b9193f697b8a4dbd2c22c058a46252e725e4ba Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 18 Feb 2026 23:01:08 +0100 Subject: [PATCH 30/48] fix demos bundles --- apps/demos/utils/bundle/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/demos/utils/bundle/index.js b/apps/demos/utils/bundle/index.js index e38d08161b01..89b26373cac4 100644 --- a/apps/demos/utils/bundle/index.js +++ b/apps/demos/utils/bundle/index.js @@ -188,6 +188,11 @@ const prepareConfigs = (framework) => { ]; } + if (['react', 'vue'].includes(framework)) { + packages.push(`devextreme-${framework}/common/data.js`); + packages.push(`devextreme-${framework}/common/ai-integration.js`); + } + const builderConfig = getDefaultBuilderConfig(framework, additionPaths, modulesMap); additionPackage.forEach((p) => { From a781581a6db20db37729c3172f752fabf0f15fed Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 19 Feb 2026 00:12:58 +0100 Subject: [PATCH 31/48] fix demos bundles --- apps/demos/utils/bundle/index.js | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/apps/demos/utils/bundle/index.js b/apps/demos/utils/bundle/index.js index 89b26373cac4..493117b80a0a 100644 --- a/apps/demos/utils/bundle/index.js +++ b/apps/demos/utils/bundle/index.js @@ -189,8 +189,25 @@ const prepareConfigs = (framework) => { } if (['react', 'vue'].includes(framework)) { - packages.push(`devextreme-${framework}/common/data.js`); - packages.push(`devextreme-${framework}/common/ai-integration.js`); + const commonDir = path.join(process.cwd(), 'node_modules', `devextreme-${framework}`, 'cjs', 'common'); + + if (fs.existsSync(commonDir)) { + const collectJsExceptIndex = (dir, prefix = '') => { + const names = fs.readdirSync(dir, { withFileTypes: true }); + + for (const ent of names) { + const rel = prefix ? `${prefix}/${ent.name}` : ent.name; + + if (ent.isDirectory()) { + collectJsExceptIndex(path.join(dir, ent.name), rel); + } else if (ent.isFile() && ent.name.endsWith('.js') && ent.name !== 'index.js') { + packages.push(`devextreme-${framework}/common/${rel}`); + } + } + }; + + collectJsExceptIndex(commonDir); + } } const builderConfig = getDefaultBuilderConfig(framework, additionPaths, modulesMap); From 8ae29425cfdf855f5440c5706ca32c283440f5eb Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 19 Feb 2026 10:24:45 +0100 Subject: [PATCH 32/48] fix formatting --- apps/demos/utils/bundle/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/demos/utils/bundle/index.js b/apps/demos/utils/bundle/index.js index 493117b80a0a..115707345f41 100644 --- a/apps/demos/utils/bundle/index.js +++ b/apps/demos/utils/bundle/index.js @@ -190,14 +190,14 @@ const prepareConfigs = (framework) => { if (['react', 'vue'].includes(framework)) { const commonDir = path.join(process.cwd(), 'node_modules', `devextreme-${framework}`, 'cjs', 'common'); - + if (fs.existsSync(commonDir)) { const collectJsExceptIndex = (dir, prefix = '') => { const names = fs.readdirSync(dir, { withFileTypes: true }); - + for (const ent of names) { const rel = prefix ? `${prefix}/${ent.name}` : ent.name; - + if (ent.isDirectory()) { collectJsExceptIndex(path.join(dir, ent.name), rel); } else if (ent.isFile() && ent.name.endsWith('.js') && ent.name !== 'index.js') { @@ -205,7 +205,7 @@ const prepareConfigs = (framework) => { } } }; - + collectJsExceptIndex(commonDir); } } From 9bd4215b1354d5e744d73957355e15da769c0c32 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 19 Feb 2026 10:39:10 +0100 Subject: [PATCH 33/48] fix regenerated --- packages/devextreme-angular/src/common/data/index.ts | 2 +- packages/devextreme-react/src/index.ts | 3 +-- packages/devextreme-vue/src/index.ts | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/devextreme-angular/src/common/data/index.ts b/packages/devextreme-angular/src/common/data/index.ts index d59c158dd636..07bfb9b49398 100644 --- a/packages/devextreme-angular/src/common/data/index.ts +++ b/packages/devextreme-angular/src/common/data/index.ts @@ -1,2 +1,2 @@ -export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from 'devextreme/common/data'; +export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; \ No newline at end of file diff --git a/packages/devextreme-react/src/index.ts b/packages/devextreme-react/src/index.ts index 8077d1edabdc..a80e1dfff0bf 100644 --- a/packages/devextreme-react/src/index.ts +++ b/packages/devextreme-react/src/index.ts @@ -83,5 +83,4 @@ export { ValidationSummary } from "./validation-summary"; export { Validator } from "./validator"; export { VectorMap } from "./vector-map"; -import * as Common from "./common/index"; -export { Common }; +export * as Common from "./common/index"; diff --git a/packages/devextreme-vue/src/index.ts b/packages/devextreme-vue/src/index.ts index 24e303c260c8..3a0395e25650 100644 --- a/packages/devextreme-vue/src/index.ts +++ b/packages/devextreme-vue/src/index.ts @@ -82,5 +82,4 @@ export { DxValidationSummary } from "./validation-summary"; export { DxValidator } from "./validator"; export { DxVectorMap } from "./vector-map"; -import * as Common from "./common/index"; -export { Common }; +export * as Common from "./common/index"; From 46ed807eda0cd2632bb79e84077081bef4620a2e Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 19 Feb 2026 12:06:32 +0100 Subject: [PATCH 34/48] regenerate root index --- packages/devextreme-angular/src/index.ts | 2 +- packages/devextreme-react/src/index.ts | 2 +- packages/devextreme-vue/src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index c41d0dea9b16..eb818530d4aa 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -86,7 +86,7 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -import * as CommonModule from './common/index'; +import * as CommonModule from './common'; import * as AiIntegrationModule from './common/ai-integration'; import * as ChartsModule from './common/charts'; import * as CoreAnimationModule from './common/core/animation'; diff --git a/packages/devextreme-react/src/index.ts b/packages/devextreme-react/src/index.ts index a80e1dfff0bf..c4ab7d13d19e 100644 --- a/packages/devextreme-react/src/index.ts +++ b/packages/devextreme-react/src/index.ts @@ -83,4 +83,4 @@ export { ValidationSummary } from "./validation-summary"; export { Validator } from "./validator"; export { VectorMap } from "./vector-map"; -export * as Common from "./common/index"; +export * as Common from "./common"; diff --git a/packages/devextreme-vue/src/index.ts b/packages/devextreme-vue/src/index.ts index 3a0395e25650..bf975339cbb9 100644 --- a/packages/devextreme-vue/src/index.ts +++ b/packages/devextreme-vue/src/index.ts @@ -82,4 +82,4 @@ export { DxValidationSummary } from "./validation-summary"; export { DxValidator } from "./validator"; export { DxVectorMap } from "./vector-map"; -export * as Common from "./common/index"; +export * as Common from "./common"; From 03487d915013a893bf29a03fc8a170435ae63b50 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 19 Feb 2026 14:53:22 +0100 Subject: [PATCH 35/48] regenerate root index --- packages/devextreme-angular/src/index.ts | 2 +- packages/devextreme-react/src/index.ts | 2 +- packages/devextreme-vue/src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index eb818530d4aa..c41d0dea9b16 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -86,7 +86,7 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -import * as CommonModule from './common'; +import * as CommonModule from './common/index'; import * as AiIntegrationModule from './common/ai-integration'; import * as ChartsModule from './common/charts'; import * as CoreAnimationModule from './common/core/animation'; diff --git a/packages/devextreme-react/src/index.ts b/packages/devextreme-react/src/index.ts index c4ab7d13d19e..a80e1dfff0bf 100644 --- a/packages/devextreme-react/src/index.ts +++ b/packages/devextreme-react/src/index.ts @@ -83,4 +83,4 @@ export { ValidationSummary } from "./validation-summary"; export { Validator } from "./validator"; export { VectorMap } from "./vector-map"; -export * as Common from "./common"; +export * as Common from "./common/index"; diff --git a/packages/devextreme-vue/src/index.ts b/packages/devextreme-vue/src/index.ts index bf975339cbb9..3a0395e25650 100644 --- a/packages/devextreme-vue/src/index.ts +++ b/packages/devextreme-vue/src/index.ts @@ -82,4 +82,4 @@ export { DxValidationSummary } from "./validation-summary"; export { DxValidator } from "./validator"; export { DxVectorMap } from "./vector-map"; -export * as Common from "./common"; +export * as Common from "./common/index"; From 14195214ca6d65bfccbf7e9031da5e0ef6dd7157 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Tue, 3 Mar 2026 12:01:34 +0100 Subject: [PATCH 36/48] regenerate wrappers --- .../src/common/ai-integration/index.ts | 13 +- .../src/common/charts/index.ts | 49 +- .../src/common/core/animation/index.ts | 14 +- .../src/common/core/environment/index.ts | 9 +- .../src/common/core/events/index.ts | 16 +- .../src/common/core/localization/index.ts | 12 +- .../src/common/data/index.ts | 45 +- .../src/common/export/excel/index.ts | 10 +- .../src/common/export/pdf/index.ts | 11 +- .../src/common/grids/index.ts | 80 +- .../devextreme-angular/src/common/index.ts | 355 ++---- packages/devextreme-angular/src/index.ts | 345 +----- .../src/common/ai-integration.ts | 13 +- .../devextreme-react/src/common/charts.ts | 49 +- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-react/src/common/data.ts | 45 +- .../src/common/export/excel.ts | 10 +- .../devextreme-react/src/common/export/pdf.ts | 11 +- packages/devextreme-react/src/common/grids.ts | 80 +- packages/devextreme-react/src/common/index.ts | 355 ++---- .../src/common/ai-integration.ts | 13 +- packages/devextreme-vue/src/common/charts.ts | 49 +- .../src/common/core/animation.ts | 14 +- .../src/common/core/environment.ts | 9 +- .../devextreme-vue/src/common/core/events.ts | 16 +- .../src/common/core/localization.ts | 12 +- packages/devextreme-vue/src/common/data.ts | 45 +- .../devextreme-vue/src/common/export/excel.ts | 10 +- .../devextreme-vue/src/common/export/pdf.ts | 11 +- packages/devextreme-vue/src/common/grids.ts | 80 +- packages/devextreme-vue/src/common/index.ts | 355 ++---- pnpm-lock.yaml | 1097 ++++++----------- 35 files changed, 1326 insertions(+), 1958 deletions(-) diff --git a/packages/devextreme-angular/src/common/ai-integration/index.ts b/packages/devextreme-angular/src/common/ai-integration/index.ts index 686ac26d3b5b..083e552e74da 100644 --- a/packages/devextreme-angular/src/common/ai-integration/index.ts +++ b/packages/devextreme-angular/src/common/ai-integration/index.ts @@ -1,2 +1,11 @@ -export { AIIntegration } from 'devextreme/common/ai-integration'; -export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from 'devextreme/common/ai-integration'; \ No newline at end of file +export { + AIIntegration, + AIIntegrationOptions, + AIProvider, + AIResponse, + GenerateGridColumnCommandResponse, + Prompt, + RequestParams, + RequestParamsData, + Response, +} from 'devextreme/common/ai-integration'; diff --git a/packages/devextreme-angular/src/common/charts/index.ts b/packages/devextreme-angular/src/common/charts/index.ts index 7d5f47129578..97be47287157 100644 --- a/packages/devextreme-angular/src/common/charts/index.ts +++ b/packages/devextreme-angular/src/common/charts/index.ts @@ -1,2 +1,47 @@ -export { registerGradient, registerPattern } from 'devextreme/common/charts'; -export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from 'devextreme/common/charts'; \ No newline at end of file +export { + AnimationEaseMode, + AnnotationType, + ArgumentAxisHoverMode, + AxisScaleType, + ChartsAxisLabelOverlap, + ChartsColor, + ChartsDataType, + ChartsLabelOverlap, + DashStyle, + DiscreteAxisDivisionMode, + Font, + GradientColor, + HatchDirection, + LabelOverlap, + LabelPosition, + LegendHoverMode, + LegendItem, + LegendMarkerState, + Palette, + PaletteColorSet, + PaletteExtensionMode, + PointInteractionMode, + PointSymbol, + registerGradient, + registerPattern, + RelativePosition, + ScaleBreak, + ScaleBreakLineStyle, + SeriesHoverMode, + SeriesLabel, + SeriesPoint, + SeriesSelectionMode, + SeriesType, + ShiftLabelOverlap, + TextOverflow, + Theme, + TimeInterval, + TimeIntervalConfig, + ValueAxisVisualRangeUpdateMode, + ValueErrorBarDisplayMode, + ValueErrorBarType, + VisualRange, + VisualRangeUpdateMode, + WordWrap, + ZoomPanAction, +} from 'devextreme/common/charts'; diff --git a/packages/devextreme-angular/src/common/core/animation/index.ts b/packages/devextreme-angular/src/common/core/animation/index.ts index 9a4d33842ab0..9014c94673c5 100644 --- a/packages/devextreme-angular/src/common/core/animation/index.ts +++ b/packages/devextreme-angular/src/common/core/animation/index.ts @@ -1,2 +1,12 @@ -export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from 'devextreme/common/core/animation'; -export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from 'devextreme/common/core/animation'; \ No newline at end of file +export { + AnimationConfig, + animationPresets, + AnimationState, + cancelAnimationFrame, + CollisionResolution, + CollisionResolutionCombination, + fx, + PositionConfig, + requestAnimationFrame, + TransitionExecutor, +} from 'devextreme/common/core/animation'; diff --git a/packages/devextreme-angular/src/common/core/environment/index.ts b/packages/devextreme-angular/src/common/core/environment/index.ts index 90312de6d45d..19ae8891d1ea 100644 --- a/packages/devextreme-angular/src/common/core/environment/index.ts +++ b/packages/devextreme-angular/src/common/core/environment/index.ts @@ -1,2 +1,7 @@ -export { getTimeZones, hideTopOverlay, initMobileViewport } from 'devextreme/common/core/environment'; -export type { Device, SchedulerTimeZone } from 'devextreme/common/core/environment'; \ No newline at end of file +export { + Device, + getTimeZones, + hideTopOverlay, + initMobileViewport, + SchedulerTimeZone, +} from 'devextreme/common/core/environment'; diff --git a/packages/devextreme-angular/src/common/core/events/index.ts b/packages/devextreme-angular/src/common/core/events/index.ts index ebd5d2df1814..23f9af001715 100644 --- a/packages/devextreme-angular/src/common/core/events/index.ts +++ b/packages/devextreme-angular/src/common/core/events/index.ts @@ -1,2 +1,14 @@ -export { off, on, one, trigger } from 'devextreme/common/core/events'; -export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from 'devextreme/common/core/events'; \ No newline at end of file +export { + AsyncCancelable, + Cancelable, + ChangedOptionInfo, + EventInfo, + EventObject, + InitializedEventInfo, + ItemInfo, + NativeEventInfo, + off, + on, + one, + trigger, +} from 'devextreme/common/core/events'; diff --git a/packages/devextreme-angular/src/common/core/localization/index.ts b/packages/devextreme-angular/src/common/core/localization/index.ts index bf9dc83ad894..e2fe4bb70025 100644 --- a/packages/devextreme-angular/src/common/core/localization/index.ts +++ b/packages/devextreme-angular/src/common/core/localization/index.ts @@ -1,2 +1,10 @@ -export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from 'devextreme/common/core/localization'; -export type { Format } from 'devextreme/common/core/localization'; \ No newline at end of file +export { + Format, + formatDate, + formatMessage, + formatNumber, + loadMessages, + locale, + parseDate, + parseNumber, +} from 'devextreme/common/core/localization'; diff --git a/packages/devextreme-angular/src/common/data/index.ts b/packages/devextreme-angular/src/common/data/index.ts index 07bfb9b49398..25c15fd09554 100644 --- a/packages/devextreme-angular/src/common/data/index.ts +++ b/packages/devextreme-angular/src/common/data/index.ts @@ -1,2 +1,43 @@ -export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from 'devextreme/common/data'; -export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from 'devextreme/common/data'; \ No newline at end of file +export { + applyChanges, + ArrayStore, + ArrayStoreOptions, + base64_encode, + compileGetter, + compileSetter, + CustomStore, + CustomStoreOptions, + DataSource, + DataSourceOptions, + EdmLiteral, + EndpointSelector, + errorHandler, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, + isGroupItemsArray, + isItemsArray, + isLoadResultObject, + keyConverters, + LangParams, + LoadOptions, + LoadResult, + LoadResultObject, + LocalStore, + LocalStoreOptions, + ODataContext, + ODataContextOptions, + ODataStore, + ODataStoreOptions, + query, + Query, + ResolvedData, + SearchOperation, + SelectDescriptor, + setErrorHandler, + SortDescriptor, + Store, + StoreOptions, + SummaryDescriptor, +} from 'devextreme/common/data'; diff --git a/packages/devextreme-angular/src/common/export/excel/index.ts b/packages/devextreme-angular/src/common/export/excel/index.ts index 20524129a9bd..22ad01b8501d 100644 --- a/packages/devextreme-angular/src/common/export/excel/index.ts +++ b/packages/devextreme-angular/src/common/export/excel/index.ts @@ -1,2 +1,8 @@ -export { exportDataGrid, exportPivotGrid } from 'devextreme/common/export/excel'; -export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from 'devextreme/common/export/excel'; \ No newline at end of file +export { + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportPivotGrid, + PivotGridCell, + PivotGridExportOptions, +} from 'devextreme/common/export/excel'; diff --git a/packages/devextreme-angular/src/common/export/pdf/index.ts b/packages/devextreme-angular/src/common/export/pdf/index.ts index 9a16b3682bb2..e2deb669df82 100644 --- a/packages/devextreme-angular/src/common/export/pdf/index.ts +++ b/packages/devextreme-angular/src/common/export/pdf/index.ts @@ -1,2 +1,9 @@ -export { exportDataGrid, exportGantt } from 'devextreme/common/export/pdf'; -export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from 'devextreme/common/export/pdf'; \ No newline at end of file +export { + Cell, + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportGantt, + GanttExportFont, + GanttExportOptions, +} from 'devextreme/common/export/pdf'; diff --git a/packages/devextreme-angular/src/common/grids/index.ts b/packages/devextreme-angular/src/common/grids/index.ts index 63ec44d9053f..deb21ba859b0 100644 --- a/packages/devextreme-angular/src/common/grids/index.ts +++ b/packages/devextreme-angular/src/common/grids/index.ts @@ -1 +1,79 @@ -export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from 'devextreme/common/grids'; \ No newline at end of file +export { + AdaptiveDetailRowPreparingInfo, + AIColumnMode, + AIColumnRequestCreatingInfo, + ApplyChangesMode, + ApplyFilterMode, + ColumnAIOptions, + ColumnBase, + ColumnButtonBase, + ColumnChooser, + ColumnChooserMode, + ColumnChooserSearchConfig, + ColumnChooserSelectionConfig, + ColumnCustomizeTextArg, + ColumnFixing, + ColumnFixingIcons, + ColumnFixingTexts, + ColumnHeaderFilter, + ColumnHeaderFilterSearchConfig, + ColumnLookup, + ColumnResizeMode, + DataChange, + DataChangeInfo, + DataChangeType, + DataErrorOccurredInfo, + DataRenderMode, + EditingBase, + EditingTextsBase, + EnterKeyAction, + EnterKeyDirection, + FilterOperation, + FilterPanel, + FilterPanelTexts, + FilterRow, + FilterRowOperationDescriptions, + FilterType, + FixedPosition, + GridBase, + GridBaseOptions, + GridsContextMenuTarget, + GridsEditMode, + GridsEditRefreshMode, + GroupExpandMode, + HeaderFilter, + HeaderFilterGroupInterval, + HeaderFilterSearchConfig, + HeaderFilterTexts, + KeyboardNavigation, + KeyDownInfo, + LoadPanel, + NewRowInfo, + NewRowPosition, + Pager, + PagerPageSize, + PagingBase, + RowDragging, + RowDraggingTemplateData, + RowInsertedInfo, + RowInsertingInfo, + RowKeyInfo, + RowRemovedInfo, + RowRemovingInfo, + RowUpdatedInfo, + RowUpdatingInfo, + RowValidatingInfo, + SavingInfo, + ScrollingBase, + SearchPanel, + SelectedFilterOperation, + SelectionBase, + SelectionChangedInfo, + SelectionColumnDisplayMode, + Sorting, + StartEditAction, + StateStoreType, + StateStoring, + SummaryType, + ToolbarPreparingInfo, +} from 'devextreme/common/grids'; diff --git a/packages/devextreme-angular/src/common/index.ts b/packages/devextreme-angular/src/common/index.ts index a9d1ad2a25ab..42ed62d53711 100644 --- a/packages/devextreme-angular/src/common/index.ts +++ b/packages/devextreme-angular/src/common/index.ts @@ -1,274 +1,83 @@ -import * as AiIntegrationModule from 'devextreme/common/ai-integration'; -import * as ChartsModule from 'devextreme/common/charts'; -import * as CoreAnimationModule from 'devextreme/common/core/animation'; -import * as CoreEnvironmentModule from 'devextreme/common/core/environment'; -import * as CoreEventsModule from 'devextreme/common/core/events'; -import * as CoreLocalizationModule from 'devextreme/common/core/localization'; -import * as DataModule from 'devextreme/common/data'; -import * as ExportExcelModule from 'devextreme/common/export/excel'; -import * as ExportPdfModule from 'devextreme/common/export/pdf'; -import * as GridsModule from 'devextreme/common/grids'; +export { + ApplyValueMode, + AsyncRule, + ButtonStyle, + ButtonType, + CompareRule, + ComparisonOperator, + config, + CustomRule, + DataStructure, + DataType, + DateLike, + DefaultOptionsRule, + Direction, + DisplayMode, + DragDirection, + Draggable, + DragHighlight, + EditorStyle, + EmailRule, + ExportFormat, + FieldChooserLayout, + FirstDayOfWeek, + FloatingActionButtonDirection, + Format, + GlobalConfig, + Guid, + HorizontalAlignment, + HorizontalEdge, + LabelMode, + MaskMode, + Mode, + NumericRule, + Orientation, + PageLoadMode, + PageOrientation, + PatternRule, + Position, + PositionAlignment, + RangeRule, + RequiredRule, + Scrollable, + ScrollbarMode, + ScrollDirection, + ScrollMode, + SearchMode, + SelectAllMode, + setTemplateEngine, + SimplifiedSearchMode, + SingleMultipleAllOrNone, + SingleMultipleOrNone, + SingleOrMultiple, + SingleOrNone, + SliderValueChangeMode, + Sortable, + SortOrder, + StoreType, + StringLengthRule, + SubmenuShowMode, + TabsIconPosition, + TabsStyle, + template, + TextBoxPredefinedButton, + TextEditorButton, + TextEditorButtonLocation, + ToolbarItemComponent, + ToolbarItemLocation, + TooltipShowMode, + ValidationCallbackData, + ValidationMessageMode, + ValidationRule, + ValidationRuleType, + ValidationStatus, + VerticalAlignment, + VerticalEdge, +} from 'devextreme/common'; -export { config, Guid, setTemplateEngine } from 'devextreme/common'; -export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from 'devextreme/common'; - -export namespace AiIntegration { - export const AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; - export type AIProvider = AiIntegrationModule.AIProvider; - export type AIResponse = AiIntegrationModule.AIResponse; - export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; - export type Prompt = AiIntegrationModule.Prompt; - export type RequestParams = AiIntegrationModule.RequestParams; - export type RequestParamsData = AiIntegrationModule.RequestParamsData; - export type Response = AiIntegrationModule.Response; -} - -export namespace Charts { - export type AnimationEaseMode = ChartsModule.AnimationEaseMode; - export type AnnotationType = ChartsModule.AnnotationType; - export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; - export type AxisScaleType = ChartsModule.AxisScaleType; - export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; - export type ChartsColor = ChartsModule.ChartsColor; - export type ChartsDataType = ChartsModule.ChartsDataType; - export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; - export type DashStyle = ChartsModule.DashStyle; - export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; - export type Font = ChartsModule.Font; - export type GradientColor = ChartsModule.GradientColor; - export type HatchDirection = ChartsModule.HatchDirection; - export type LabelOverlap = ChartsModule.LabelOverlap; - export type LabelPosition = ChartsModule.LabelPosition; - export type LegendHoverMode = ChartsModule.LegendHoverMode; - export type LegendItem = ChartsModule.LegendItem; - export type LegendMarkerState = ChartsModule.LegendMarkerState; - export type Palette = ChartsModule.Palette; - export type PaletteColorSet = ChartsModule.PaletteColorSet; - export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; - export type PointInteractionMode = ChartsModule.PointInteractionMode; - export type PointSymbol = ChartsModule.PointSymbol; - export const registerGradient = ChartsModule.registerGradient; - export const registerPattern = ChartsModule.registerPattern; - export type RelativePosition = ChartsModule.RelativePosition; - export type ScaleBreak = ChartsModule.ScaleBreak; - export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; - export type SeriesHoverMode = ChartsModule.SeriesHoverMode; - export type SeriesLabel = ChartsModule.SeriesLabel; - export type SeriesPoint = ChartsModule.SeriesPoint; - export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; - export type SeriesType = ChartsModule.SeriesType; - export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; - export type TextOverflow = ChartsModule.TextOverflow; - export type Theme = ChartsModule.Theme; - export type TimeInterval = ChartsModule.TimeInterval; - export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; - export type ValueErrorBarType = ChartsModule.ValueErrorBarType; - export type VisualRange = ChartsModule.VisualRange; - export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; - export type WordWrap = ChartsModule.WordWrap; - export type ZoomPanAction = ChartsModule.ZoomPanAction; -} - -export namespace Core { - export namespace Animation { - export type AnimationConfig = CoreAnimationModule.AnimationConfig; - export const animationPresets = CoreAnimationModule.animationPresets; - export type AnimationState = CoreAnimationModule.AnimationState; - export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; - export type CollisionResolution = CoreAnimationModule.CollisionResolution; - export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; - export const fx = CoreAnimationModule.fx; - export type PositionConfig = CoreAnimationModule.PositionConfig; - export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; - export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; - export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; - } - export namespace Environment { - export type Device = CoreEnvironmentModule.Device; - export const getTimeZones = CoreEnvironmentModule.getTimeZones; - export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; - export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; - export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; - } - export namespace Events { - export type AsyncCancelable = CoreEventsModule.AsyncCancelable; - export type Cancelable = CoreEventsModule.Cancelable; - export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; - export type EventInfo = CoreEventsModule.EventInfo; - export type EventObject = CoreEventsModule.EventObject; - export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; - export type ItemInfo = CoreEventsModule.ItemInfo; - export type NativeEventInfo = CoreEventsModule.NativeEventInfo; - export const off = CoreEventsModule.off; - export const on = CoreEventsModule.on; - export const one = CoreEventsModule.one; - export const trigger = CoreEventsModule.trigger; - } - export namespace Localization { - export type Format = CoreLocalizationModule.Format; - export const formatDate = CoreLocalizationModule.formatDate; - export const formatMessage = CoreLocalizationModule.formatMessage; - export const formatNumber = CoreLocalizationModule.formatNumber; - export const loadMessages = CoreLocalizationModule.loadMessages; - export const locale = CoreLocalizationModule.locale; - export const parseDate = CoreLocalizationModule.parseDate; - export const parseNumber = CoreLocalizationModule.parseNumber; - } -} - -export namespace Data { - export const applyChanges = DataModule.applyChanges; - export const ArrayStore = DataModule.ArrayStore; - export type ArrayStore = DataModule.ArrayStore; - export type ArrayStoreOptions = DataModule.ArrayStoreOptions; - export const base64_encode = DataModule.base64_encode; - export const compileGetter = DataModule.compileGetter; - export const compileSetter = DataModule.compileSetter; - export const CustomStore = DataModule.CustomStore; - export type CustomStore = DataModule.CustomStore; - export type CustomStoreOptions = DataModule.CustomStoreOptions; - export const DataSource = DataModule.DataSource; - export type DataSource = DataModule.DataSource; - export type DataSourceOptions = DataModule.DataSourceOptions; - export const EdmLiteral = DataModule.EdmLiteral; - export type EdmLiteral = DataModule.EdmLiteral; - export const EndpointSelector = DataModule.EndpointSelector; - export type EndpointSelector = DataModule.EndpointSelector; - export const errorHandler = DataModule.errorHandler; - export type FilterDescriptor = DataModule.FilterDescriptor; - export type GroupDescriptor = DataModule.GroupDescriptor; - export type GroupingInterval = DataModule.GroupingInterval; - export type GroupItem = DataModule.GroupItem; - export const isGroupItemsArray = DataModule.isGroupItemsArray; - export const isItemsArray = DataModule.isItemsArray; - export const isLoadResultObject = DataModule.isLoadResultObject; - export const keyConverters = DataModule.keyConverters; - export type LangParams = DataModule.LangParams; - export type LoadOptions = DataModule.LoadOptions; - export type LoadResult = DataModule.LoadResult; - export type LoadResultObject = DataModule.LoadResultObject; - export const LocalStore = DataModule.LocalStore; - export type LocalStore = DataModule.LocalStore; - export type LocalStoreOptions = DataModule.LocalStoreOptions; - export const ODataContext = DataModule.ODataContext; - export type ODataContext = DataModule.ODataContext; - export type ODataContextOptions = DataModule.ODataContextOptions; - export const ODataStore = DataModule.ODataStore; - export type ODataStore = DataModule.ODataStore; - export type ODataStoreOptions = DataModule.ODataStoreOptions; - export const query = DataModule.query; - export type Query = DataModule.Query; - export type ResolvedData = DataModule.ResolvedData; - export type SearchOperation = DataModule.SearchOperation; - export type SelectDescriptor = DataModule.SelectDescriptor; - export const setErrorHandler = DataModule.setErrorHandler; - export type SortDescriptor = DataModule.SortDescriptor; - export type Store = DataModule.Store; - export type StoreOptions = DataModule.StoreOptions; - export type SummaryDescriptor = DataModule.SummaryDescriptor; -} - -export namespace Export { - export namespace Excel { - export type DataGridCell = ExportExcelModule.DataGridCell; - export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; - export const exportDataGrid = ExportExcelModule.exportDataGrid; - export const exportPivotGrid = ExportExcelModule.exportPivotGrid; - export type PivotGridCell = ExportExcelModule.PivotGridCell; - export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; - } - export namespace Pdf { - export type Cell = ExportPdfModule.Cell; - export type DataGridCell = ExportPdfModule.DataGridCell; - export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; - export const exportDataGrid = ExportPdfModule.exportDataGrid; - export const exportGantt = ExportPdfModule.exportGantt; - export type GanttExportFont = ExportPdfModule.GanttExportFont; - export type GanttExportOptions = ExportPdfModule.GanttExportOptions; - } -} - -export function Grids(): void {} -export namespace Grids { - export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; - export type AIColumnMode = GridsModule.AIColumnMode; - export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; - export type ApplyChangesMode = GridsModule.ApplyChangesMode; - export type ApplyFilterMode = GridsModule.ApplyFilterMode; - export type ColumnAIOptions = GridsModule.ColumnAIOptions; - export type ColumnBase = GridsModule.ColumnBase; - export type ColumnButtonBase = GridsModule.ColumnButtonBase; - export type ColumnChooser = GridsModule.ColumnChooser; - export type ColumnChooserMode = GridsModule.ColumnChooserMode; - export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; - export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; - export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; - export type ColumnFixing = GridsModule.ColumnFixing; - export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; - export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; - export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; - export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; - export type ColumnLookup = GridsModule.ColumnLookup; - export type ColumnResizeMode = GridsModule.ColumnResizeMode; - export type DataChange = GridsModule.DataChange; - export type DataChangeInfo = GridsModule.DataChangeInfo; - export type DataChangeType = GridsModule.DataChangeType; - export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; - export type DataRenderMode = GridsModule.DataRenderMode; - export type EditingBase = GridsModule.EditingBase; - export type EditingTextsBase = GridsModule.EditingTextsBase; - export type EnterKeyAction = GridsModule.EnterKeyAction; - export type EnterKeyDirection = GridsModule.EnterKeyDirection; - export type FilterOperation = GridsModule.FilterOperation; - export type FilterPanel = GridsModule.FilterPanel; - export type FilterPanelTexts = GridsModule.FilterPanelTexts; - export type FilterRow = GridsModule.FilterRow; - export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; - export type FilterType = GridsModule.FilterType; - export type FixedPosition = GridsModule.FixedPosition; - export type GridBase = GridsModule.GridBase; - export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; - export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; - export type GridsEditMode = GridsModule.GridsEditMode; - export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; - export type GroupExpandMode = GridsModule.GroupExpandMode; - export type HeaderFilter = GridsModule.HeaderFilter; - export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; - export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; - export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; - export type KeyboardNavigation = GridsModule.KeyboardNavigation; - export type KeyDownInfo = GridsModule.KeyDownInfo; - export type LoadPanel = GridsModule.LoadPanel; - export type NewRowInfo = GridsModule.NewRowInfo; - export type NewRowPosition = GridsModule.NewRowPosition; - export type Pager = GridsModule.Pager; - export type PagerPageSize = GridsModule.PagerPageSize; - export type PagingBase = GridsModule.PagingBase; - export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; - export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; - export type RowInsertedInfo = GridsModule.RowInsertedInfo; - export type RowInsertingInfo = GridsModule.RowInsertingInfo; - export type RowKeyInfo = GridsModule.RowKeyInfo; - export type RowRemovedInfo = GridsModule.RowRemovedInfo; - export type RowRemovingInfo = GridsModule.RowRemovingInfo; - export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; - export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; - export type RowValidatingInfo = GridsModule.RowValidatingInfo; - export type SavingInfo = GridsModule.SavingInfo; - export type ScrollingBase = GridsModule.ScrollingBase; - export type SearchPanel = GridsModule.SearchPanel; - export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; - export type SelectionBase = GridsModule.SelectionBase; - export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; - export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; - export type Sorting = GridsModule.Sorting; - export type StartEditAction = GridsModule.StartEditAction; - export type StateStoreType = GridsModule.StateStoreType; - export type StateStoring = GridsModule.StateStoring; - export type SummaryType = GridsModule.SummaryType; - export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; -} +export * as AiIntegration from './ai-integration'; +export * as Charts from './charts'; +export * as Core from './core/index'; +export * as Data from './data'; +export * as Export from './export/index'; +export * as Grids from './grids'; diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index c41d0dea9b16..e7a33f1eb8ac 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -86,347 +86,4 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -import * as CommonModule from './common/index'; -import * as AiIntegrationModule from './common/ai-integration'; -import * as ChartsModule from './common/charts'; -import * as CoreAnimationModule from './common/core/animation'; -import * as CoreEnvironmentModule from './common/core/environment'; -import * as CoreEventsModule from './common/core/events'; -import * as CoreLocalizationModule from './common/core/localization'; -import * as DataModule from './common/data'; -import * as ExportExcelModule from './common/export/excel'; -import * as ExportPdfModule from './common/export/pdf'; -import * as GridsModule from './common/grids'; - -export namespace Common { - export type ApplyValueMode = import('devextreme/common').ApplyValueMode; - export type AsyncRule = import('devextreme/common').AsyncRule; - export type ButtonStyle = import('devextreme/common').ButtonStyle; - export type ButtonType = import('devextreme/common').ButtonType; - export type CompareRule = import('devextreme/common').CompareRule; - export type ComparisonOperator = import('devextreme/common').ComparisonOperator; - export const config = (CommonModule as any).config as typeof import('devextreme/common').config; - export type CustomRule = import('devextreme/common').CustomRule; - export type DataStructure = import('devextreme/common').DataStructure; - export type DataType = import('devextreme/common').DataType; - export type DateLike = import('devextreme/common').DateLike; - export type DefaultOptionsRule = import('devextreme/common').DefaultOptionsRule; - export type Direction = import('devextreme/common').Direction; - export type DisplayMode = import('devextreme/common').DisplayMode; - export type DragDirection = import('devextreme/common').DragDirection; - export type Draggable = import('devextreme/common').Draggable; - export type DragHighlight = import('devextreme/common').DragHighlight; - export type EditorStyle = import('devextreme/common').EditorStyle; - export type EmailRule = import('devextreme/common').EmailRule; - export type ExportFormat = import('devextreme/common').ExportFormat; - export type FieldChooserLayout = import('devextreme/common').FieldChooserLayout; - export type FirstDayOfWeek = import('devextreme/common').FirstDayOfWeek; - export type FloatingActionButtonDirection = import('devextreme/common').FloatingActionButtonDirection; - export type Format = import('devextreme/common').Format; - export type GlobalConfig = import('devextreme/common').GlobalConfig; - export const Guid = (CommonModule as any).Guid as typeof import('devextreme/common').Guid; - export type Guid = import('devextreme/common').Guid; - export type HorizontalAlignment = import('devextreme/common').HorizontalAlignment; - export type HorizontalEdge = import('devextreme/common').HorizontalEdge; - export type LabelMode = import('devextreme/common').LabelMode; - export type MaskMode = import('devextreme/common').MaskMode; - export type Mode = import('devextreme/common').Mode; - export type NumericRule = import('devextreme/common').NumericRule; - export type Orientation = import('devextreme/common').Orientation; - export type PageLoadMode = import('devextreme/common').PageLoadMode; - export type PageOrientation = import('devextreme/common').PageOrientation; - export type PatternRule = import('devextreme/common').PatternRule; - export type Position = import('devextreme/common').Position; - export type PositionAlignment = import('devextreme/common').PositionAlignment; - export type RangeRule = import('devextreme/common').RangeRule; - export type RequiredRule = import('devextreme/common').RequiredRule; - export type Scrollable = import('devextreme/common').Scrollable; - export type ScrollbarMode = import('devextreme/common').ScrollbarMode; - export type ScrollDirection = import('devextreme/common').ScrollDirection; - export type ScrollMode = import('devextreme/common').ScrollMode; - export type SearchMode = import('devextreme/common').SearchMode; - export type SelectAllMode = import('devextreme/common').SelectAllMode; - export const setTemplateEngine = (CommonModule as any).setTemplateEngine as typeof import('devextreme/common').setTemplateEngine; - export type SimplifiedSearchMode = import('devextreme/common').SimplifiedSearchMode; - export type SingleMultipleAllOrNone = import('devextreme/common').SingleMultipleAllOrNone; - export type SingleMultipleOrNone = import('devextreme/common').SingleMultipleOrNone; - export type SingleOrMultiple = import('devextreme/common').SingleOrMultiple; - export type SingleOrNone = import('devextreme/common').SingleOrNone; - export type SliderValueChangeMode = import('devextreme/common').SliderValueChangeMode; - export type Sortable = import('devextreme/common').Sortable; - export type SortOrder = import('devextreme/common').SortOrder; - export type StoreType = import('devextreme/common').StoreType; - export type StringLengthRule = import('devextreme/common').StringLengthRule; - export type SubmenuShowMode = import('devextreme/common').SubmenuShowMode; - export type TabsIconPosition = import('devextreme/common').TabsIconPosition; - export type TabsStyle = import('devextreme/common').TabsStyle; - export type template = import('devextreme/common').template; - export type TextBoxPredefinedButton = import('devextreme/common').TextBoxPredefinedButton; - export type TextEditorButton = import('devextreme/common').TextEditorButton; - export type TextEditorButtonLocation = import('devextreme/common').TextEditorButtonLocation; - export type ToolbarItemComponent = import('devextreme/common').ToolbarItemComponent; - export type ToolbarItemLocation = import('devextreme/common').ToolbarItemLocation; - export type TooltipShowMode = import('devextreme/common').TooltipShowMode; - export type ValidationCallbackData = import('devextreme/common').ValidationCallbackData; - export type ValidationMessageMode = import('devextreme/common').ValidationMessageMode; - export type ValidationRule = import('devextreme/common').ValidationRule; - export type ValidationRuleType = import('devextreme/common').ValidationRuleType; - export type ValidationStatus = import('devextreme/common').ValidationStatus; - export type VerticalAlignment = import('devextreme/common').VerticalAlignment; - export type VerticalEdge = import('devextreme/common').VerticalEdge; - export namespace AiIntegration { - export const AIIntegration = (AiIntegrationModule as any).AIIntegration as typeof import('devextreme/common/ai-integration').AIIntegration; - export type AIIntegration = import('devextreme/common/ai-integration').AIIntegration; - export type AIIntegrationOptions = import('devextreme/common/ai-integration').AIIntegrationOptions; - export type AIProvider = import('devextreme/common/ai-integration').AIProvider; - export type AIResponse = import('devextreme/common/ai-integration').AIResponse; - export type GenerateGridColumnCommandResponse = import('devextreme/common/ai-integration').GenerateGridColumnCommandResponse; - export type Prompt = import('devextreme/common/ai-integration').Prompt; - export type RequestParams = import('devextreme/common/ai-integration').RequestParams; - export type RequestParamsData = import('devextreme/common/ai-integration').RequestParamsData; - export type Response = import('devextreme/common/ai-integration').Response; - } - export namespace Charts { - export type AnimationEaseMode = import('devextreme/common/charts').AnimationEaseMode; - export type AnnotationType = import('devextreme/common/charts').AnnotationType; - export type ArgumentAxisHoverMode = import('devextreme/common/charts').ArgumentAxisHoverMode; - export type AxisScaleType = import('devextreme/common/charts').AxisScaleType; - export type ChartsAxisLabelOverlap = import('devextreme/common/charts').ChartsAxisLabelOverlap; - export type ChartsColor = import('devextreme/common/charts').ChartsColor; - export type ChartsDataType = import('devextreme/common/charts').ChartsDataType; - export type ChartsLabelOverlap = import('devextreme/common/charts').ChartsLabelOverlap; - export type DashStyle = import('devextreme/common/charts').DashStyle; - export type DiscreteAxisDivisionMode = import('devextreme/common/charts').DiscreteAxisDivisionMode; - export type Font = import('devextreme/common/charts').Font; - export type GradientColor = import('devextreme/common/charts').GradientColor; - export type HatchDirection = import('devextreme/common/charts').HatchDirection; - export type LabelOverlap = import('devextreme/common/charts').LabelOverlap; - export type LabelPosition = import('devextreme/common/charts').LabelPosition; - export type LegendHoverMode = import('devextreme/common/charts').LegendHoverMode; - export type LegendItem = import('devextreme/common/charts').LegendItem; - export type LegendMarkerState = import('devextreme/common/charts').LegendMarkerState; - export type Palette = import('devextreme/common/charts').Palette; - export type PaletteColorSet = import('devextreme/common/charts').PaletteColorSet; - export type PaletteExtensionMode = import('devextreme/common/charts').PaletteExtensionMode; - export type PointInteractionMode = import('devextreme/common/charts').PointInteractionMode; - export type PointSymbol = import('devextreme/common/charts').PointSymbol; - export const registerGradient = (ChartsModule as any).registerGradient as typeof import('devextreme/common/charts').registerGradient; - export const registerPattern = (ChartsModule as any).registerPattern as typeof import('devextreme/common/charts').registerPattern; - export type RelativePosition = import('devextreme/common/charts').RelativePosition; - export type ScaleBreak = import('devextreme/common/charts').ScaleBreak; - export type ScaleBreakLineStyle = import('devextreme/common/charts').ScaleBreakLineStyle; - export type SeriesHoverMode = import('devextreme/common/charts').SeriesHoverMode; - export type SeriesLabel = import('devextreme/common/charts').SeriesLabel; - export type SeriesPoint = import('devextreme/common/charts').SeriesPoint; - export type SeriesSelectionMode = import('devextreme/common/charts').SeriesSelectionMode; - export type SeriesType = import('devextreme/common/charts').SeriesType; - export type ShiftLabelOverlap = import('devextreme/common/charts').ShiftLabelOverlap; - export type TextOverflow = import('devextreme/common/charts').TextOverflow; - export type Theme = import('devextreme/common/charts').Theme; - export type TimeInterval = import('devextreme/common/charts').TimeInterval; - export type TimeIntervalConfig = import('devextreme/common/charts').TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = import('devextreme/common/charts').ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = import('devextreme/common/charts').ValueErrorBarDisplayMode; - export type ValueErrorBarType = import('devextreme/common/charts').ValueErrorBarType; - export type VisualRange = import('devextreme/common/charts').VisualRange; - export type VisualRangeUpdateMode = import('devextreme/common/charts').VisualRangeUpdateMode; - export type WordWrap = import('devextreme/common/charts').WordWrap; - export type ZoomPanAction = import('devextreme/common/charts').ZoomPanAction; - } - export namespace Core { - export namespace Animation { - export type AnimationConfig = import('devextreme/common/core/animation').AnimationConfig; - export const animationPresets = (CoreAnimationModule as any).animationPresets as typeof import('devextreme/common/core/animation').animationPresets; - export type AnimationState = import('devextreme/common/core/animation').AnimationState; - export const cancelAnimationFrame = (CoreAnimationModule as any).cancelAnimationFrame as typeof import('devextreme/common/core/animation').cancelAnimationFrame; - export type CollisionResolution = import('devextreme/common/core/animation').CollisionResolution; - export type CollisionResolutionCombination = import('devextreme/common/core/animation').CollisionResolutionCombination; - export const fx = (CoreAnimationModule as any).fx as typeof import('devextreme/common/core/animation').fx; - export type PositionConfig = import('devextreme/common/core/animation').PositionConfig; - export const requestAnimationFrame = (CoreAnimationModule as any).requestAnimationFrame as typeof import('devextreme/common/core/animation').requestAnimationFrame; - export const TransitionExecutor = (CoreAnimationModule as any).TransitionExecutor as typeof import('devextreme/common/core/animation').TransitionExecutor; - export type TransitionExecutor = import('devextreme/common/core/animation').TransitionExecutor; - } - export namespace Environment { - export type Device = import('devextreme/common/core/environment').Device; - export const getTimeZones = (CoreEnvironmentModule as any).getTimeZones as typeof import('devextreme/common/core/environment').getTimeZones; - export const hideTopOverlay = (CoreEnvironmentModule as any).hideTopOverlay as typeof import('devextreme/common/core/environment').hideTopOverlay; - export const initMobileViewport = (CoreEnvironmentModule as any).initMobileViewport as typeof import('devextreme/common/core/environment').initMobileViewport; - export type SchedulerTimeZone = import('devextreme/common/core/environment').SchedulerTimeZone; - } - export namespace Events { - export type AsyncCancelable = import('devextreme/common/core/events').AsyncCancelable; - export type Cancelable = import('devextreme/common/core/events').Cancelable; - export type ChangedOptionInfo = import('devextreme/common/core/events').ChangedOptionInfo; - export type EventInfo = import('devextreme/common/core/events').EventInfo; - export type EventObject = import('devextreme/common/core/events').EventObject; - export type InitializedEventInfo = import('devextreme/common/core/events').InitializedEventInfo; - export type ItemInfo = import('devextreme/common/core/events').ItemInfo; - export type NativeEventInfo = import('devextreme/common/core/events').NativeEventInfo; - export const off = (CoreEventsModule as any).off as typeof import('devextreme/common/core/events').off; - export const on = (CoreEventsModule as any).on as typeof import('devextreme/common/core/events').on; - export const one = (CoreEventsModule as any).one as typeof import('devextreme/common/core/events').one; - export const trigger = (CoreEventsModule as any).trigger as typeof import('devextreme/common/core/events').trigger; - } - export namespace Localization { - export type Format = import('devextreme/common/core/localization').Format; - export const formatDate = (CoreLocalizationModule as any).formatDate as typeof import('devextreme/common/core/localization').formatDate; - export const formatMessage = (CoreLocalizationModule as any).formatMessage as typeof import('devextreme/common/core/localization').formatMessage; - export const formatNumber = (CoreLocalizationModule as any).formatNumber as typeof import('devextreme/common/core/localization').formatNumber; - export const loadMessages = (CoreLocalizationModule as any).loadMessages as typeof import('devextreme/common/core/localization').loadMessages; - export const locale = (CoreLocalizationModule as any).locale as typeof import('devextreme/common/core/localization').locale; - export const parseDate = (CoreLocalizationModule as any).parseDate as typeof import('devextreme/common/core/localization').parseDate; - export const parseNumber = (CoreLocalizationModule as any).parseNumber as typeof import('devextreme/common/core/localization').parseNumber; - } - } - export namespace Data { - export const applyChanges = (DataModule as any).applyChanges as typeof import('devextreme/common/data').applyChanges; - export const ArrayStore = (DataModule as any).ArrayStore as typeof import('devextreme/common/data').ArrayStore; - export type ArrayStore = import('devextreme/common/data').ArrayStore; - export type ArrayStoreOptions = import('devextreme/common/data').ArrayStoreOptions; - export const base64_encode = (DataModule as any).base64_encode as typeof import('devextreme/common/data').base64_encode; - export const compileGetter = (DataModule as any).compileGetter as typeof import('devextreme/common/data').compileGetter; - export const compileSetter = (DataModule as any).compileSetter as typeof import('devextreme/common/data').compileSetter; - export const CustomStore = (DataModule as any).CustomStore as typeof import('devextreme/common/data').CustomStore; - export type CustomStore = import('devextreme/common/data').CustomStore; - export type CustomStoreOptions = import('devextreme/common/data').CustomStoreOptions; - export const DataSource = (DataModule as any).DataSource as typeof import('devextreme/common/data').DataSource; - export type DataSource = import('devextreme/common/data').DataSource; - export type DataSourceOptions = import('devextreme/common/data').DataSourceOptions; - export const EdmLiteral = (DataModule as any).EdmLiteral as typeof import('devextreme/common/data').EdmLiteral; - export type EdmLiteral = import('devextreme/common/data').EdmLiteral; - export const EndpointSelector = (DataModule as any).EndpointSelector as typeof import('devextreme/common/data').EndpointSelector; - export type EndpointSelector = import('devextreme/common/data').EndpointSelector; - export const errorHandler = (DataModule as any).errorHandler as typeof import('devextreme/common/data').errorHandler; - export type FilterDescriptor = import('devextreme/common/data').FilterDescriptor; - export type GroupDescriptor = import('devextreme/common/data').GroupDescriptor; - export type GroupingInterval = import('devextreme/common/data').GroupingInterval; - export type GroupItem = import('devextreme/common/data').GroupItem; - export const isGroupItemsArray = (DataModule as any).isGroupItemsArray as typeof import('devextreme/common/data').isGroupItemsArray; - export const isItemsArray = (DataModule as any).isItemsArray as typeof import('devextreme/common/data').isItemsArray; - export const isLoadResultObject = (DataModule as any).isLoadResultObject as typeof import('devextreme/common/data').isLoadResultObject; - export const keyConverters = (DataModule as any).keyConverters as typeof import('devextreme/common/data').keyConverters; - export type LangParams = import('devextreme/common/data').LangParams; - export type LoadOptions = import('devextreme/common/data').LoadOptions; - export type LoadResult = import('devextreme/common/data').LoadResult; - export type LoadResultObject = import('devextreme/common/data').LoadResultObject; - export const LocalStore = (DataModule as any).LocalStore as typeof import('devextreme/common/data').LocalStore; - export type LocalStore = import('devextreme/common/data').LocalStore; - export type LocalStoreOptions = import('devextreme/common/data').LocalStoreOptions; - export const ODataContext = (DataModule as any).ODataContext as typeof import('devextreme/common/data').ODataContext; - export type ODataContext = import('devextreme/common/data').ODataContext; - export type ODataContextOptions = import('devextreme/common/data').ODataContextOptions; - export const ODataStore = (DataModule as any).ODataStore as typeof import('devextreme/common/data').ODataStore; - export type ODataStore = import('devextreme/common/data').ODataStore; - export type ODataStoreOptions = import('devextreme/common/data').ODataStoreOptions; - export const query = (DataModule as any).query as typeof import('devextreme/common/data').query; - export type Query = import('devextreme/common/data').Query; - export type ResolvedData = import('devextreme/common/data').ResolvedData; - export type SearchOperation = import('devextreme/common/data').SearchOperation; - export type SelectDescriptor = import('devextreme/common/data').SelectDescriptor; - export const setErrorHandler = (DataModule as any).setErrorHandler as typeof import('devextreme/common/data').setErrorHandler; - export type SortDescriptor = import('devextreme/common/data').SortDescriptor; - export type Store = import('devextreme/common/data').Store; - export type StoreOptions = import('devextreme/common/data').StoreOptions; - export type SummaryDescriptor = import('devextreme/common/data').SummaryDescriptor; - } - export namespace Export { - export namespace Excel { - export type DataGridCell = import('devextreme/common/export/excel').DataGridCell; - export type DataGridExportOptions = import('devextreme/common/export/excel').DataGridExportOptions; - export const exportDataGrid = (ExportExcelModule as any).exportDataGrid as typeof import('devextreme/common/export/excel').exportDataGrid; - export const exportPivotGrid = (ExportExcelModule as any).exportPivotGrid as typeof import('devextreme/common/export/excel').exportPivotGrid; - export type PivotGridCell = import('devextreme/common/export/excel').PivotGridCell; - export type PivotGridExportOptions = import('devextreme/common/export/excel').PivotGridExportOptions; - } - export namespace Pdf { - export type Cell = import('devextreme/common/export/pdf').Cell; - export type DataGridCell = import('devextreme/common/export/pdf').DataGridCell; - export type DataGridExportOptions = import('devextreme/common/export/pdf').DataGridExportOptions; - export const exportDataGrid = (ExportPdfModule as any).exportDataGrid as typeof import('devextreme/common/export/pdf').exportDataGrid; - export const exportGantt = (ExportPdfModule as any).exportGantt as typeof import('devextreme/common/export/pdf').exportGantt; - export type GanttExportFont = import('devextreme/common/export/pdf').GanttExportFont; - export type GanttExportOptions = import('devextreme/common/export/pdf').GanttExportOptions; - } - } - export function Grids(): void {} - export namespace Grids { - export type AdaptiveDetailRowPreparingInfo = import('devextreme/common/grids').AdaptiveDetailRowPreparingInfo; - export type AIColumnMode = import('devextreme/common/grids').AIColumnMode; - export type AIColumnRequestCreatingInfo = import('devextreme/common/grids').AIColumnRequestCreatingInfo; - export type ApplyChangesMode = import('devextreme/common/grids').ApplyChangesMode; - export type ApplyFilterMode = import('devextreme/common/grids').ApplyFilterMode; - export type ColumnAIOptions = import('devextreme/common/grids').ColumnAIOptions; - export type ColumnBase = import('devextreme/common/grids').ColumnBase; - export type ColumnButtonBase = import('devextreme/common/grids').ColumnButtonBase; - export type ColumnChooser = import('devextreme/common/grids').ColumnChooser; - export type ColumnChooserMode = import('devextreme/common/grids').ColumnChooserMode; - export type ColumnChooserSearchConfig = import('devextreme/common/grids').ColumnChooserSearchConfig; - export type ColumnChooserSelectionConfig = import('devextreme/common/grids').ColumnChooserSelectionConfig; - export type ColumnCustomizeTextArg = import('devextreme/common/grids').ColumnCustomizeTextArg; - export type ColumnFixing = import('devextreme/common/grids').ColumnFixing; - export type ColumnFixingIcons = import('devextreme/common/grids').ColumnFixingIcons; - export type ColumnFixingTexts = import('devextreme/common/grids').ColumnFixingTexts; - export type ColumnHeaderFilter = import('devextreme/common/grids').ColumnHeaderFilter; - export type ColumnHeaderFilterSearchConfig = import('devextreme/common/grids').ColumnHeaderFilterSearchConfig; - export type ColumnLookup = import('devextreme/common/grids').ColumnLookup; - export type ColumnResizeMode = import('devextreme/common/grids').ColumnResizeMode; - export type DataChange = import('devextreme/common/grids').DataChange; - export type DataChangeInfo = import('devextreme/common/grids').DataChangeInfo; - export type DataChangeType = import('devextreme/common/grids').DataChangeType; - export type DataErrorOccurredInfo = import('devextreme/common/grids').DataErrorOccurredInfo; - export type DataRenderMode = import('devextreme/common/grids').DataRenderMode; - export type EditingBase = import('devextreme/common/grids').EditingBase; - export type EditingTextsBase = import('devextreme/common/grids').EditingTextsBase; - export type EnterKeyAction = import('devextreme/common/grids').EnterKeyAction; - export type EnterKeyDirection = import('devextreme/common/grids').EnterKeyDirection; - export type FilterOperation = import('devextreme/common/grids').FilterOperation; - export type FilterPanel = import('devextreme/common/grids').FilterPanel; - export type FilterPanelTexts = import('devextreme/common/grids').FilterPanelTexts; - export type FilterRow = import('devextreme/common/grids').FilterRow; - export type FilterRowOperationDescriptions = import('devextreme/common/grids').FilterRowOperationDescriptions; - export type FilterType = import('devextreme/common/grids').FilterType; - export type FixedPosition = import('devextreme/common/grids').FixedPosition; - export type GridBase = import('devextreme/common/grids').GridBase; - export type GridBaseOptions, TRowData = any, TKey = any> = import('devextreme/common/grids').GridBaseOptions; - export type GridsContextMenuTarget = import('devextreme/common/grids').GridsContextMenuTarget; - export type GridsEditMode = import('devextreme/common/grids').GridsEditMode; - export type GridsEditRefreshMode = import('devextreme/common/grids').GridsEditRefreshMode; - export type GroupExpandMode = import('devextreme/common/grids').GroupExpandMode; - export type HeaderFilter = import('devextreme/common/grids').HeaderFilter; - export type HeaderFilterGroupInterval = import('devextreme/common/grids').HeaderFilterGroupInterval; - export type HeaderFilterSearchConfig = import('devextreme/common/grids').HeaderFilterSearchConfig; - export type HeaderFilterTexts = import('devextreme/common/grids').HeaderFilterTexts; - export type KeyboardNavigation = import('devextreme/common/grids').KeyboardNavigation; - export type KeyDownInfo = import('devextreme/common/grids').KeyDownInfo; - export type LoadPanel = import('devextreme/common/grids').LoadPanel; - export type NewRowInfo = import('devextreme/common/grids').NewRowInfo; - export type NewRowPosition = import('devextreme/common/grids').NewRowPosition; - export type Pager = import('devextreme/common/grids').Pager; - export type PagerPageSize = import('devextreme/common/grids').PagerPageSize; - export type PagingBase = import('devextreme/common/grids').PagingBase; - export type RowDragging, TRowData = any, TKey = any> = import('devextreme/common/grids').RowDragging; - export type RowDraggingTemplateData = import('devextreme/common/grids').RowDraggingTemplateData; - export type RowInsertedInfo = import('devextreme/common/grids').RowInsertedInfo; - export type RowInsertingInfo = import('devextreme/common/grids').RowInsertingInfo; - export type RowKeyInfo = import('devextreme/common/grids').RowKeyInfo; - export type RowRemovedInfo = import('devextreme/common/grids').RowRemovedInfo; - export type RowRemovingInfo = import('devextreme/common/grids').RowRemovingInfo; - export type RowUpdatedInfo = import('devextreme/common/grids').RowUpdatedInfo; - export type RowUpdatingInfo = import('devextreme/common/grids').RowUpdatingInfo; - export type RowValidatingInfo = import('devextreme/common/grids').RowValidatingInfo; - export type SavingInfo = import('devextreme/common/grids').SavingInfo; - export type ScrollingBase = import('devextreme/common/grids').ScrollingBase; - export type SearchPanel = import('devextreme/common/grids').SearchPanel; - export type SelectedFilterOperation = import('devextreme/common/grids').SelectedFilterOperation; - export type SelectionBase = import('devextreme/common/grids').SelectionBase; - export type SelectionChangedInfo = import('devextreme/common/grids').SelectionChangedInfo; - export type SelectionColumnDisplayMode = import('devextreme/common/grids').SelectionColumnDisplayMode; - export type Sorting = import('devextreme/common/grids').Sorting; - export type StartEditAction = import('devextreme/common/grids').StartEditAction; - export type StateStoreType = import('devextreme/common/grids').StateStoreType; - export type StateStoring = import('devextreme/common/grids').StateStoring; - export type SummaryType = import('devextreme/common/grids').SummaryType; - export type ToolbarPreparingInfo = import('devextreme/common/grids').ToolbarPreparingInfo; - } -} +export * as Common from './common/index'; diff --git a/packages/devextreme-react/src/common/ai-integration.ts b/packages/devextreme-react/src/common/ai-integration.ts index 44d3a74d51c2..b4af2d19435b 100644 --- a/packages/devextreme-react/src/common/ai-integration.ts +++ b/packages/devextreme-react/src/common/ai-integration.ts @@ -1,2 +1,11 @@ -export { AIIntegration } from "devextreme/common/ai-integration"; -export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file +export { + AIIntegration, + AIIntegrationOptions, + AIProvider, + AIResponse, + GenerateGridColumnCommandResponse, + Prompt, + RequestParams, + RequestParamsData, + Response, +} from "devextreme/common/ai-integration"; diff --git a/packages/devextreme-react/src/common/charts.ts b/packages/devextreme-react/src/common/charts.ts index 47caa060bbc4..2ed2d4a55665 100644 --- a/packages/devextreme-react/src/common/charts.ts +++ b/packages/devextreme-react/src/common/charts.ts @@ -1,2 +1,47 @@ -export { registerGradient, registerPattern } from "devextreme/common/charts"; -export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file +export { + AnimationEaseMode, + AnnotationType, + ArgumentAxisHoverMode, + AxisScaleType, + ChartsAxisLabelOverlap, + ChartsColor, + ChartsDataType, + ChartsLabelOverlap, + DashStyle, + DiscreteAxisDivisionMode, + Font, + GradientColor, + HatchDirection, + LabelOverlap, + LabelPosition, + LegendHoverMode, + LegendItem, + LegendMarkerState, + Palette, + PaletteColorSet, + PaletteExtensionMode, + PointInteractionMode, + PointSymbol, + registerGradient, + registerPattern, + RelativePosition, + ScaleBreak, + ScaleBreakLineStyle, + SeriesHoverMode, + SeriesLabel, + SeriesPoint, + SeriesSelectionMode, + SeriesType, + ShiftLabelOverlap, + TextOverflow, + Theme, + TimeInterval, + TimeIntervalConfig, + ValueAxisVisualRangeUpdateMode, + ValueErrorBarDisplayMode, + ValueErrorBarType, + VisualRange, + VisualRangeUpdateMode, + WordWrap, + ZoomPanAction, +} from "devextreme/common/charts"; diff --git a/packages/devextreme-react/src/common/core/animation.ts b/packages/devextreme-react/src/common/core/animation.ts index b97bcfa9b017..65dbc2236713 100644 --- a/packages/devextreme-react/src/common/core/animation.ts +++ b/packages/devextreme-react/src/common/core/animation.ts @@ -1,2 +1,12 @@ -export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from "devextreme/common/core/animation"; -export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from "devextreme/common/core/animation"; \ No newline at end of file +export { + AnimationConfig, + animationPresets, + AnimationState, + cancelAnimationFrame, + CollisionResolution, + CollisionResolutionCombination, + fx, + PositionConfig, + requestAnimationFrame, + TransitionExecutor, +} from "devextreme/common/core/animation"; diff --git a/packages/devextreme-react/src/common/core/environment.ts b/packages/devextreme-react/src/common/core/environment.ts index 052cb1176fe7..8830f31c4290 100644 --- a/packages/devextreme-react/src/common/core/environment.ts +++ b/packages/devextreme-react/src/common/core/environment.ts @@ -1,2 +1,7 @@ -export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; -export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file +export { + Device, + getTimeZones, + hideTopOverlay, + initMobileViewport, + SchedulerTimeZone, +} from "devextreme/common/core/environment"; diff --git a/packages/devextreme-react/src/common/core/events.ts b/packages/devextreme-react/src/common/core/events.ts index 3c800bee7cd5..f7b89308f060 100644 --- a/packages/devextreme-react/src/common/core/events.ts +++ b/packages/devextreme-react/src/common/core/events.ts @@ -1,2 +1,14 @@ -export { off, on, one, trigger } from "devextreme/common/core/events"; -export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file +export { + AsyncCancelable, + Cancelable, + ChangedOptionInfo, + EventInfo, + EventObject, + InitializedEventInfo, + ItemInfo, + NativeEventInfo, + off, + on, + one, + trigger, +} from "devextreme/common/core/events"; diff --git a/packages/devextreme-react/src/common/core/localization.ts b/packages/devextreme-react/src/common/core/localization.ts index fc7654b7c057..8dd8ec2ad04b 100644 --- a/packages/devextreme-react/src/common/core/localization.ts +++ b/packages/devextreme-react/src/common/core/localization.ts @@ -1,2 +1,10 @@ -export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; -export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file +export { + Format, + formatDate, + formatMessage, + formatNumber, + loadMessages, + locale, + parseDate, + parseNumber, +} from "devextreme/common/core/localization"; diff --git a/packages/devextreme-react/src/common/data.ts b/packages/devextreme-react/src/common/data.ts index 53f145aebf47..16a77b01921d 100644 --- a/packages/devextreme-react/src/common/data.ts +++ b/packages/devextreme-react/src/common/data.ts @@ -1,2 +1,43 @@ -export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from "devextreme/common/data"; -export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file +export { + applyChanges, + ArrayStore, + ArrayStoreOptions, + base64_encode, + compileGetter, + compileSetter, + CustomStore, + CustomStoreOptions, + DataSource, + DataSourceOptions, + EdmLiteral, + EndpointSelector, + errorHandler, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, + isGroupItemsArray, + isItemsArray, + isLoadResultObject, + keyConverters, + LangParams, + LoadOptions, + LoadResult, + LoadResultObject, + LocalStore, + LocalStoreOptions, + ODataContext, + ODataContextOptions, + ODataStore, + ODataStoreOptions, + query, + Query, + ResolvedData, + SearchOperation, + SelectDescriptor, + setErrorHandler, + SortDescriptor, + Store, + StoreOptions, + SummaryDescriptor, +} from "devextreme/common/data"; diff --git a/packages/devextreme-react/src/common/export/excel.ts b/packages/devextreme-react/src/common/export/excel.ts index 4770e529960b..62583b766d91 100644 --- a/packages/devextreme-react/src/common/export/excel.ts +++ b/packages/devextreme-react/src/common/export/excel.ts @@ -1,2 +1,8 @@ -export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; -export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file +export { + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportPivotGrid, + PivotGridCell, + PivotGridExportOptions, +} from "devextreme/common/export/excel"; diff --git a/packages/devextreme-react/src/common/export/pdf.ts b/packages/devextreme-react/src/common/export/pdf.ts index 5a0e50283214..2b95e14b2487 100644 --- a/packages/devextreme-react/src/common/export/pdf.ts +++ b/packages/devextreme-react/src/common/export/pdf.ts @@ -1,2 +1,9 @@ -export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; -export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file +export { + Cell, + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportGantt, + GanttExportFont, + GanttExportOptions, +} from "devextreme/common/export/pdf"; diff --git a/packages/devextreme-react/src/common/grids.ts b/packages/devextreme-react/src/common/grids.ts index b4132ba3a5bd..a899cf0d9278 100644 --- a/packages/devextreme-react/src/common/grids.ts +++ b/packages/devextreme-react/src/common/grids.ts @@ -1 +1,79 @@ -export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file +export { + AdaptiveDetailRowPreparingInfo, + AIColumnMode, + AIColumnRequestCreatingInfo, + ApplyChangesMode, + ApplyFilterMode, + ColumnAIOptions, + ColumnBase, + ColumnButtonBase, + ColumnChooser, + ColumnChooserMode, + ColumnChooserSearchConfig, + ColumnChooserSelectionConfig, + ColumnCustomizeTextArg, + ColumnFixing, + ColumnFixingIcons, + ColumnFixingTexts, + ColumnHeaderFilter, + ColumnHeaderFilterSearchConfig, + ColumnLookup, + ColumnResizeMode, + DataChange, + DataChangeInfo, + DataChangeType, + DataErrorOccurredInfo, + DataRenderMode, + EditingBase, + EditingTextsBase, + EnterKeyAction, + EnterKeyDirection, + FilterOperation, + FilterPanel, + FilterPanelTexts, + FilterRow, + FilterRowOperationDescriptions, + FilterType, + FixedPosition, + GridBase, + GridBaseOptions, + GridsContextMenuTarget, + GridsEditMode, + GridsEditRefreshMode, + GroupExpandMode, + HeaderFilter, + HeaderFilterGroupInterval, + HeaderFilterSearchConfig, + HeaderFilterTexts, + KeyboardNavigation, + KeyDownInfo, + LoadPanel, + NewRowInfo, + NewRowPosition, + Pager, + PagerPageSize, + PagingBase, + RowDragging, + RowDraggingTemplateData, + RowInsertedInfo, + RowInsertingInfo, + RowKeyInfo, + RowRemovedInfo, + RowRemovingInfo, + RowUpdatedInfo, + RowUpdatingInfo, + RowValidatingInfo, + SavingInfo, + ScrollingBase, + SearchPanel, + SelectedFilterOperation, + SelectionBase, + SelectionChangedInfo, + SelectionColumnDisplayMode, + Sorting, + StartEditAction, + StateStoreType, + StateStoring, + SummaryType, + ToolbarPreparingInfo, +} from "devextreme/common/grids"; diff --git a/packages/devextreme-react/src/common/index.ts b/packages/devextreme-react/src/common/index.ts index f3970b18c1b8..0c8863a9cd93 100644 --- a/packages/devextreme-react/src/common/index.ts +++ b/packages/devextreme-react/src/common/index.ts @@ -1,274 +1,83 @@ -import * as AiIntegrationModule from "devextreme/common/ai-integration"; -import * as ChartsModule from "devextreme/common/charts"; -import * as CoreAnimationModule from "devextreme/common/core/animation"; -import * as CoreEnvironmentModule from "devextreme/common/core/environment"; -import * as CoreEventsModule from "devextreme/common/core/events"; -import * as CoreLocalizationModule from "devextreme/common/core/localization"; -import * as DataModule from "devextreme/common/data"; -import * as ExportExcelModule from "devextreme/common/export/excel"; -import * as ExportPdfModule from "devextreme/common/export/pdf"; -import * as GridsModule from "devextreme/common/grids"; +export { + ApplyValueMode, + AsyncRule, + ButtonStyle, + ButtonType, + CompareRule, + ComparisonOperator, + config, + CustomRule, + DataStructure, + DataType, + DateLike, + DefaultOptionsRule, + Direction, + DisplayMode, + DragDirection, + Draggable, + DragHighlight, + EditorStyle, + EmailRule, + ExportFormat, + FieldChooserLayout, + FirstDayOfWeek, + FloatingActionButtonDirection, + Format, + GlobalConfig, + Guid, + HorizontalAlignment, + HorizontalEdge, + LabelMode, + MaskMode, + Mode, + NumericRule, + Orientation, + PageLoadMode, + PageOrientation, + PatternRule, + Position, + PositionAlignment, + RangeRule, + RequiredRule, + Scrollable, + ScrollbarMode, + ScrollDirection, + ScrollMode, + SearchMode, + SelectAllMode, + setTemplateEngine, + SimplifiedSearchMode, + SingleMultipleAllOrNone, + SingleMultipleOrNone, + SingleOrMultiple, + SingleOrNone, + SliderValueChangeMode, + Sortable, + SortOrder, + StoreType, + StringLengthRule, + SubmenuShowMode, + TabsIconPosition, + TabsStyle, + template, + TextBoxPredefinedButton, + TextEditorButton, + TextEditorButtonLocation, + ToolbarItemComponent, + ToolbarItemLocation, + TooltipShowMode, + ValidationCallbackData, + ValidationMessageMode, + ValidationRule, + ValidationRuleType, + ValidationStatus, + VerticalAlignment, + VerticalEdge, +} from "devextreme/common"; -export { config, Guid, setTemplateEngine } from "devextreme/common"; -export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; - -export namespace AiIntegration { - export const AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; - export type AIProvider = AiIntegrationModule.AIProvider; - export type AIResponse = AiIntegrationModule.AIResponse; - export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; - export type Prompt = AiIntegrationModule.Prompt; - export type RequestParams = AiIntegrationModule.RequestParams; - export type RequestParamsData = AiIntegrationModule.RequestParamsData; - export type Response = AiIntegrationModule.Response; -} - -export namespace Charts { - export type AnimationEaseMode = ChartsModule.AnimationEaseMode; - export type AnnotationType = ChartsModule.AnnotationType; - export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; - export type AxisScaleType = ChartsModule.AxisScaleType; - export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; - export type ChartsColor = ChartsModule.ChartsColor; - export type ChartsDataType = ChartsModule.ChartsDataType; - export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; - export type DashStyle = ChartsModule.DashStyle; - export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; - export type Font = ChartsModule.Font; - export type GradientColor = ChartsModule.GradientColor; - export type HatchDirection = ChartsModule.HatchDirection; - export type LabelOverlap = ChartsModule.LabelOverlap; - export type LabelPosition = ChartsModule.LabelPosition; - export type LegendHoverMode = ChartsModule.LegendHoverMode; - export type LegendItem = ChartsModule.LegendItem; - export type LegendMarkerState = ChartsModule.LegendMarkerState; - export type Palette = ChartsModule.Palette; - export type PaletteColorSet = ChartsModule.PaletteColorSet; - export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; - export type PointInteractionMode = ChartsModule.PointInteractionMode; - export type PointSymbol = ChartsModule.PointSymbol; - export const registerGradient = ChartsModule.registerGradient; - export const registerPattern = ChartsModule.registerPattern; - export type RelativePosition = ChartsModule.RelativePosition; - export type ScaleBreak = ChartsModule.ScaleBreak; - export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; - export type SeriesHoverMode = ChartsModule.SeriesHoverMode; - export type SeriesLabel = ChartsModule.SeriesLabel; - export type SeriesPoint = ChartsModule.SeriesPoint; - export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; - export type SeriesType = ChartsModule.SeriesType; - export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; - export type TextOverflow = ChartsModule.TextOverflow; - export type Theme = ChartsModule.Theme; - export type TimeInterval = ChartsModule.TimeInterval; - export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; - export type ValueErrorBarType = ChartsModule.ValueErrorBarType; - export type VisualRange = ChartsModule.VisualRange; - export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; - export type WordWrap = ChartsModule.WordWrap; - export type ZoomPanAction = ChartsModule.ZoomPanAction; -} - -export namespace Core { - export namespace Animation { - export type AnimationConfig = CoreAnimationModule.AnimationConfig; - export const animationPresets = CoreAnimationModule.animationPresets; - export type AnimationState = CoreAnimationModule.AnimationState; - export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; - export type CollisionResolution = CoreAnimationModule.CollisionResolution; - export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; - export const fx = CoreAnimationModule.fx; - export type PositionConfig = CoreAnimationModule.PositionConfig; - export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; - export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; - export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; - } - export namespace Environment { - export type Device = CoreEnvironmentModule.Device; - export const getTimeZones = CoreEnvironmentModule.getTimeZones; - export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; - export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; - export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; - } - export namespace Events { - export type AsyncCancelable = CoreEventsModule.AsyncCancelable; - export type Cancelable = CoreEventsModule.Cancelable; - export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; - export type EventInfo = CoreEventsModule.EventInfo; - export type EventObject = CoreEventsModule.EventObject; - export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; - export type ItemInfo = CoreEventsModule.ItemInfo; - export type NativeEventInfo = CoreEventsModule.NativeEventInfo; - export const off = CoreEventsModule.off; - export const on = CoreEventsModule.on; - export const one = CoreEventsModule.one; - export const trigger = CoreEventsModule.trigger; - } - export namespace Localization { - export type Format = CoreLocalizationModule.Format; - export const formatDate = CoreLocalizationModule.formatDate; - export const formatMessage = CoreLocalizationModule.formatMessage; - export const formatNumber = CoreLocalizationModule.formatNumber; - export const loadMessages = CoreLocalizationModule.loadMessages; - export const locale = CoreLocalizationModule.locale; - export const parseDate = CoreLocalizationModule.parseDate; - export const parseNumber = CoreLocalizationModule.parseNumber; - } -} - -export namespace Data { - export const applyChanges = DataModule.applyChanges; - export const ArrayStore = DataModule.ArrayStore; - export type ArrayStore = DataModule.ArrayStore; - export type ArrayStoreOptions = DataModule.ArrayStoreOptions; - export const base64_encode = DataModule.base64_encode; - export const compileGetter = DataModule.compileGetter; - export const compileSetter = DataModule.compileSetter; - export const CustomStore = DataModule.CustomStore; - export type CustomStore = DataModule.CustomStore; - export type CustomStoreOptions = DataModule.CustomStoreOptions; - export const DataSource = DataModule.DataSource; - export type DataSource = DataModule.DataSource; - export type DataSourceOptions = DataModule.DataSourceOptions; - export const EdmLiteral = DataModule.EdmLiteral; - export type EdmLiteral = DataModule.EdmLiteral; - export const EndpointSelector = DataModule.EndpointSelector; - export type EndpointSelector = DataModule.EndpointSelector; - export const errorHandler = DataModule.errorHandler; - export type FilterDescriptor = DataModule.FilterDescriptor; - export type GroupDescriptor = DataModule.GroupDescriptor; - export type GroupingInterval = DataModule.GroupingInterval; - export type GroupItem = DataModule.GroupItem; - export const isGroupItemsArray = DataModule.isGroupItemsArray; - export const isItemsArray = DataModule.isItemsArray; - export const isLoadResultObject = DataModule.isLoadResultObject; - export const keyConverters = DataModule.keyConverters; - export type LangParams = DataModule.LangParams; - export type LoadOptions = DataModule.LoadOptions; - export type LoadResult = DataModule.LoadResult; - export type LoadResultObject = DataModule.LoadResultObject; - export const LocalStore = DataModule.LocalStore; - export type LocalStore = DataModule.LocalStore; - export type LocalStoreOptions = DataModule.LocalStoreOptions; - export const ODataContext = DataModule.ODataContext; - export type ODataContext = DataModule.ODataContext; - export type ODataContextOptions = DataModule.ODataContextOptions; - export const ODataStore = DataModule.ODataStore; - export type ODataStore = DataModule.ODataStore; - export type ODataStoreOptions = DataModule.ODataStoreOptions; - export const query = DataModule.query; - export type Query = DataModule.Query; - export type ResolvedData = DataModule.ResolvedData; - export type SearchOperation = DataModule.SearchOperation; - export type SelectDescriptor = DataModule.SelectDescriptor; - export const setErrorHandler = DataModule.setErrorHandler; - export type SortDescriptor = DataModule.SortDescriptor; - export type Store = DataModule.Store; - export type StoreOptions = DataModule.StoreOptions; - export type SummaryDescriptor = DataModule.SummaryDescriptor; -} - -export namespace Export { - export namespace Excel { - export type DataGridCell = ExportExcelModule.DataGridCell; - export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; - export const exportDataGrid = ExportExcelModule.exportDataGrid; - export const exportPivotGrid = ExportExcelModule.exportPivotGrid; - export type PivotGridCell = ExportExcelModule.PivotGridCell; - export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; - } - export namespace Pdf { - export type Cell = ExportPdfModule.Cell; - export type DataGridCell = ExportPdfModule.DataGridCell; - export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; - export const exportDataGrid = ExportPdfModule.exportDataGrid; - export const exportGantt = ExportPdfModule.exportGantt; - export type GanttExportFont = ExportPdfModule.GanttExportFont; - export type GanttExportOptions = ExportPdfModule.GanttExportOptions; - } -} - -export function Grids(): void {} -export namespace Grids { - export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; - export type AIColumnMode = GridsModule.AIColumnMode; - export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; - export type ApplyChangesMode = GridsModule.ApplyChangesMode; - export type ApplyFilterMode = GridsModule.ApplyFilterMode; - export type ColumnAIOptions = GridsModule.ColumnAIOptions; - export type ColumnBase = GridsModule.ColumnBase; - export type ColumnButtonBase = GridsModule.ColumnButtonBase; - export type ColumnChooser = GridsModule.ColumnChooser; - export type ColumnChooserMode = GridsModule.ColumnChooserMode; - export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; - export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; - export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; - export type ColumnFixing = GridsModule.ColumnFixing; - export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; - export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; - export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; - export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; - export type ColumnLookup = GridsModule.ColumnLookup; - export type ColumnResizeMode = GridsModule.ColumnResizeMode; - export type DataChange = GridsModule.DataChange; - export type DataChangeInfo = GridsModule.DataChangeInfo; - export type DataChangeType = GridsModule.DataChangeType; - export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; - export type DataRenderMode = GridsModule.DataRenderMode; - export type EditingBase = GridsModule.EditingBase; - export type EditingTextsBase = GridsModule.EditingTextsBase; - export type EnterKeyAction = GridsModule.EnterKeyAction; - export type EnterKeyDirection = GridsModule.EnterKeyDirection; - export type FilterOperation = GridsModule.FilterOperation; - export type FilterPanel = GridsModule.FilterPanel; - export type FilterPanelTexts = GridsModule.FilterPanelTexts; - export type FilterRow = GridsModule.FilterRow; - export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; - export type FilterType = GridsModule.FilterType; - export type FixedPosition = GridsModule.FixedPosition; - export type GridBase = GridsModule.GridBase; - export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; - export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; - export type GridsEditMode = GridsModule.GridsEditMode; - export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; - export type GroupExpandMode = GridsModule.GroupExpandMode; - export type HeaderFilter = GridsModule.HeaderFilter; - export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; - export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; - export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; - export type KeyboardNavigation = GridsModule.KeyboardNavigation; - export type KeyDownInfo = GridsModule.KeyDownInfo; - export type LoadPanel = GridsModule.LoadPanel; - export type NewRowInfo = GridsModule.NewRowInfo; - export type NewRowPosition = GridsModule.NewRowPosition; - export type Pager = GridsModule.Pager; - export type PagerPageSize = GridsModule.PagerPageSize; - export type PagingBase = GridsModule.PagingBase; - export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; - export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; - export type RowInsertedInfo = GridsModule.RowInsertedInfo; - export type RowInsertingInfo = GridsModule.RowInsertingInfo; - export type RowKeyInfo = GridsModule.RowKeyInfo; - export type RowRemovedInfo = GridsModule.RowRemovedInfo; - export type RowRemovingInfo = GridsModule.RowRemovingInfo; - export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; - export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; - export type RowValidatingInfo = GridsModule.RowValidatingInfo; - export type SavingInfo = GridsModule.SavingInfo; - export type ScrollingBase = GridsModule.ScrollingBase; - export type SearchPanel = GridsModule.SearchPanel; - export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; - export type SelectionBase = GridsModule.SelectionBase; - export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; - export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; - export type Sorting = GridsModule.Sorting; - export type StartEditAction = GridsModule.StartEditAction; - export type StateStoreType = GridsModule.StateStoreType; - export type StateStoring = GridsModule.StateStoring; - export type SummaryType = GridsModule.SummaryType; - export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; -} +export * as AiIntegration from "./ai-integration"; +export * as Charts from "./charts"; +export * as Core from "./core/index"; +export * as Data from "./data"; +export * as Export from "./export/index"; +export * as Grids from "./grids"; diff --git a/packages/devextreme-vue/src/common/ai-integration.ts b/packages/devextreme-vue/src/common/ai-integration.ts index 44d3a74d51c2..b4af2d19435b 100644 --- a/packages/devextreme-vue/src/common/ai-integration.ts +++ b/packages/devextreme-vue/src/common/ai-integration.ts @@ -1,2 +1,11 @@ -export { AIIntegration } from "devextreme/common/ai-integration"; -export type { AIIntegrationOptions, AIProvider, AIResponse, GenerateGridColumnCommandResponse, Prompt, RequestParams, RequestParamsData, Response } from "devextreme/common/ai-integration"; \ No newline at end of file +export { + AIIntegration, + AIIntegrationOptions, + AIProvider, + AIResponse, + GenerateGridColumnCommandResponse, + Prompt, + RequestParams, + RequestParamsData, + Response, +} from "devextreme/common/ai-integration"; diff --git a/packages/devextreme-vue/src/common/charts.ts b/packages/devextreme-vue/src/common/charts.ts index 47caa060bbc4..2ed2d4a55665 100644 --- a/packages/devextreme-vue/src/common/charts.ts +++ b/packages/devextreme-vue/src/common/charts.ts @@ -1,2 +1,47 @@ -export { registerGradient, registerPattern } from "devextreme/common/charts"; -export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, ChartsColor, ChartsDataType, ChartsLabelOverlap, DashStyle, DiscreteAxisDivisionMode, Font, GradientColor, HatchDirection, LabelOverlap, LabelPosition, LegendHoverMode, LegendItem, LegendMarkerState, Palette, PaletteColorSet, PaletteExtensionMode, PointInteractionMode, PointSymbol, RelativePosition, ScaleBreak, ScaleBreakLineStyle, SeriesHoverMode, SeriesLabel, SeriesPoint, SeriesSelectionMode, SeriesType, ShiftLabelOverlap, TextOverflow, Theme, TimeInterval, TimeIntervalConfig, ValueAxisVisualRangeUpdateMode, ValueErrorBarDisplayMode, ValueErrorBarType, VisualRange, VisualRangeUpdateMode, WordWrap, ZoomPanAction } from "devextreme/common/charts"; \ No newline at end of file +export { + AnimationEaseMode, + AnnotationType, + ArgumentAxisHoverMode, + AxisScaleType, + ChartsAxisLabelOverlap, + ChartsColor, + ChartsDataType, + ChartsLabelOverlap, + DashStyle, + DiscreteAxisDivisionMode, + Font, + GradientColor, + HatchDirection, + LabelOverlap, + LabelPosition, + LegendHoverMode, + LegendItem, + LegendMarkerState, + Palette, + PaletteColorSet, + PaletteExtensionMode, + PointInteractionMode, + PointSymbol, + registerGradient, + registerPattern, + RelativePosition, + ScaleBreak, + ScaleBreakLineStyle, + SeriesHoverMode, + SeriesLabel, + SeriesPoint, + SeriesSelectionMode, + SeriesType, + ShiftLabelOverlap, + TextOverflow, + Theme, + TimeInterval, + TimeIntervalConfig, + ValueAxisVisualRangeUpdateMode, + ValueErrorBarDisplayMode, + ValueErrorBarType, + VisualRange, + VisualRangeUpdateMode, + WordWrap, + ZoomPanAction, +} from "devextreme/common/charts"; diff --git a/packages/devextreme-vue/src/common/core/animation.ts b/packages/devextreme-vue/src/common/core/animation.ts index b97bcfa9b017..65dbc2236713 100644 --- a/packages/devextreme-vue/src/common/core/animation.ts +++ b/packages/devextreme-vue/src/common/core/animation.ts @@ -1,2 +1,12 @@ -export { animationPresets, cancelAnimationFrame, fx, requestAnimationFrame, TransitionExecutor } from "devextreme/common/core/animation"; -export type { AnimationConfig, AnimationState, CollisionResolution, CollisionResolutionCombination, PositionConfig } from "devextreme/common/core/animation"; \ No newline at end of file +export { + AnimationConfig, + animationPresets, + AnimationState, + cancelAnimationFrame, + CollisionResolution, + CollisionResolutionCombination, + fx, + PositionConfig, + requestAnimationFrame, + TransitionExecutor, +} from "devextreme/common/core/animation"; diff --git a/packages/devextreme-vue/src/common/core/environment.ts b/packages/devextreme-vue/src/common/core/environment.ts index 052cb1176fe7..8830f31c4290 100644 --- a/packages/devextreme-vue/src/common/core/environment.ts +++ b/packages/devextreme-vue/src/common/core/environment.ts @@ -1,2 +1,7 @@ -export { getTimeZones, hideTopOverlay, initMobileViewport } from "devextreme/common/core/environment"; -export type { Device, SchedulerTimeZone } from "devextreme/common/core/environment"; \ No newline at end of file +export { + Device, + getTimeZones, + hideTopOverlay, + initMobileViewport, + SchedulerTimeZone, +} from "devextreme/common/core/environment"; diff --git a/packages/devextreme-vue/src/common/core/events.ts b/packages/devextreme-vue/src/common/core/events.ts index 3c800bee7cd5..f7b89308f060 100644 --- a/packages/devextreme-vue/src/common/core/events.ts +++ b/packages/devextreme-vue/src/common/core/events.ts @@ -1,2 +1,14 @@ -export { off, on, one, trigger } from "devextreme/common/core/events"; -export type { AsyncCancelable, Cancelable, ChangedOptionInfo, EventInfo, EventObject, InitializedEventInfo, ItemInfo, NativeEventInfo } from "devextreme/common/core/events"; \ No newline at end of file +export { + AsyncCancelable, + Cancelable, + ChangedOptionInfo, + EventInfo, + EventObject, + InitializedEventInfo, + ItemInfo, + NativeEventInfo, + off, + on, + one, + trigger, +} from "devextreme/common/core/events"; diff --git a/packages/devextreme-vue/src/common/core/localization.ts b/packages/devextreme-vue/src/common/core/localization.ts index fc7654b7c057..8dd8ec2ad04b 100644 --- a/packages/devextreme-vue/src/common/core/localization.ts +++ b/packages/devextreme-vue/src/common/core/localization.ts @@ -1,2 +1,10 @@ -export { formatDate, formatMessage, formatNumber, loadMessages, locale, parseDate, parseNumber } from "devextreme/common/core/localization"; -export type { Format } from "devextreme/common/core/localization"; \ No newline at end of file +export { + Format, + formatDate, + formatMessage, + formatNumber, + loadMessages, + locale, + parseDate, + parseNumber, +} from "devextreme/common/core/localization"; diff --git a/packages/devextreme-vue/src/common/data.ts b/packages/devextreme-vue/src/common/data.ts index 53f145aebf47..16a77b01921d 100644 --- a/packages/devextreme-vue/src/common/data.ts +++ b/packages/devextreme-vue/src/common/data.ts @@ -1,2 +1,43 @@ -export { applyChanges, ArrayStore, base64_encode, compileGetter, compileSetter, CustomStore, DataSource, EdmLiteral, EndpointSelector, errorHandler, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, LocalStore, ODataContext, ODataStore, query, setErrorHandler } from "devextreme/common/data"; -export type { ArrayStoreOptions, CustomStoreOptions, DataSourceOptions, FilterDescriptor, GroupDescriptor, GroupingInterval, GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, LocalStoreOptions, ODataContextOptions, ODataStoreOptions, Query, ResolvedData, SearchOperation, SelectDescriptor, SortDescriptor, Store, StoreOptions, SummaryDescriptor } from "devextreme/common/data"; \ No newline at end of file +export { + applyChanges, + ArrayStore, + ArrayStoreOptions, + base64_encode, + compileGetter, + compileSetter, + CustomStore, + CustomStoreOptions, + DataSource, + DataSourceOptions, + EdmLiteral, + EndpointSelector, + errorHandler, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, + isGroupItemsArray, + isItemsArray, + isLoadResultObject, + keyConverters, + LangParams, + LoadOptions, + LoadResult, + LoadResultObject, + LocalStore, + LocalStoreOptions, + ODataContext, + ODataContextOptions, + ODataStore, + ODataStoreOptions, + query, + Query, + ResolvedData, + SearchOperation, + SelectDescriptor, + setErrorHandler, + SortDescriptor, + Store, + StoreOptions, + SummaryDescriptor, +} from "devextreme/common/data"; diff --git a/packages/devextreme-vue/src/common/export/excel.ts b/packages/devextreme-vue/src/common/export/excel.ts index 4770e529960b..62583b766d91 100644 --- a/packages/devextreme-vue/src/common/export/excel.ts +++ b/packages/devextreme-vue/src/common/export/excel.ts @@ -1,2 +1,8 @@ -export { exportDataGrid, exportPivotGrid } from "devextreme/common/export/excel"; -export type { DataGridCell, DataGridExportOptions, PivotGridCell, PivotGridExportOptions } from "devextreme/common/export/excel"; \ No newline at end of file +export { + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportPivotGrid, + PivotGridCell, + PivotGridExportOptions, +} from "devextreme/common/export/excel"; diff --git a/packages/devextreme-vue/src/common/export/pdf.ts b/packages/devextreme-vue/src/common/export/pdf.ts index 5a0e50283214..2b95e14b2487 100644 --- a/packages/devextreme-vue/src/common/export/pdf.ts +++ b/packages/devextreme-vue/src/common/export/pdf.ts @@ -1,2 +1,9 @@ -export { exportDataGrid, exportGantt } from "devextreme/common/export/pdf"; -export type { Cell, DataGridCell, DataGridExportOptions, GanttExportFont, GanttExportOptions } from "devextreme/common/export/pdf"; \ No newline at end of file +export { + Cell, + DataGridCell, + DataGridExportOptions, + exportDataGrid, + exportGantt, + GanttExportFont, + GanttExportOptions, +} from "devextreme/common/export/pdf"; diff --git a/packages/devextreme-vue/src/common/grids.ts b/packages/devextreme-vue/src/common/grids.ts index b4132ba3a5bd..a899cf0d9278 100644 --- a/packages/devextreme-vue/src/common/grids.ts +++ b/packages/devextreme-vue/src/common/grids.ts @@ -1 +1,79 @@ -export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, ApplyChangesMode, ApplyFilterMode, ColumnAIOptions, ColumnBase, ColumnButtonBase, ColumnChooser, ColumnChooserMode, ColumnChooserSearchConfig, ColumnChooserSelectionConfig, ColumnCustomizeTextArg, ColumnFixing, ColumnFixingIcons, ColumnFixingTexts, ColumnHeaderFilter, ColumnHeaderFilterSearchConfig, ColumnLookup, ColumnResizeMode, DataChange, DataChangeInfo, DataChangeType, DataErrorOccurredInfo, DataRenderMode, EditingBase, EditingTextsBase, EnterKeyAction, EnterKeyDirection, FilterOperation, FilterPanel, FilterPanelTexts, FilterRow, FilterRowOperationDescriptions, FilterType, FixedPosition, GridBase, GridBaseOptions, GridsContextMenuTarget, GridsEditMode, GridsEditRefreshMode, GroupExpandMode, HeaderFilter, HeaderFilterGroupInterval, HeaderFilterSearchConfig, HeaderFilterTexts, KeyboardNavigation, KeyDownInfo, LoadPanel, NewRowInfo, NewRowPosition, Pager, PagerPageSize, PagingBase, RowDragging, RowDraggingTemplateData, RowInsertedInfo, RowInsertingInfo, RowKeyInfo, RowRemovedInfo, RowRemovingInfo, RowUpdatedInfo, RowUpdatingInfo, RowValidatingInfo, SavingInfo, ScrollingBase, SearchPanel, SelectedFilterOperation, SelectionBase, SelectionChangedInfo, SelectionColumnDisplayMode, Sorting, StartEditAction, StateStoreType, StateStoring, SummaryType, ToolbarPreparingInfo } from "devextreme/common/grids"; \ No newline at end of file +export { + AdaptiveDetailRowPreparingInfo, + AIColumnMode, + AIColumnRequestCreatingInfo, + ApplyChangesMode, + ApplyFilterMode, + ColumnAIOptions, + ColumnBase, + ColumnButtonBase, + ColumnChooser, + ColumnChooserMode, + ColumnChooserSearchConfig, + ColumnChooserSelectionConfig, + ColumnCustomizeTextArg, + ColumnFixing, + ColumnFixingIcons, + ColumnFixingTexts, + ColumnHeaderFilter, + ColumnHeaderFilterSearchConfig, + ColumnLookup, + ColumnResizeMode, + DataChange, + DataChangeInfo, + DataChangeType, + DataErrorOccurredInfo, + DataRenderMode, + EditingBase, + EditingTextsBase, + EnterKeyAction, + EnterKeyDirection, + FilterOperation, + FilterPanel, + FilterPanelTexts, + FilterRow, + FilterRowOperationDescriptions, + FilterType, + FixedPosition, + GridBase, + GridBaseOptions, + GridsContextMenuTarget, + GridsEditMode, + GridsEditRefreshMode, + GroupExpandMode, + HeaderFilter, + HeaderFilterGroupInterval, + HeaderFilterSearchConfig, + HeaderFilterTexts, + KeyboardNavigation, + KeyDownInfo, + LoadPanel, + NewRowInfo, + NewRowPosition, + Pager, + PagerPageSize, + PagingBase, + RowDragging, + RowDraggingTemplateData, + RowInsertedInfo, + RowInsertingInfo, + RowKeyInfo, + RowRemovedInfo, + RowRemovingInfo, + RowUpdatedInfo, + RowUpdatingInfo, + RowValidatingInfo, + SavingInfo, + ScrollingBase, + SearchPanel, + SelectedFilterOperation, + SelectionBase, + SelectionChangedInfo, + SelectionColumnDisplayMode, + Sorting, + StartEditAction, + StateStoreType, + StateStoring, + SummaryType, + ToolbarPreparingInfo, +} from "devextreme/common/grids"; diff --git a/packages/devextreme-vue/src/common/index.ts b/packages/devextreme-vue/src/common/index.ts index f3970b18c1b8..0c8863a9cd93 100644 --- a/packages/devextreme-vue/src/common/index.ts +++ b/packages/devextreme-vue/src/common/index.ts @@ -1,274 +1,83 @@ -import * as AiIntegrationModule from "devextreme/common/ai-integration"; -import * as ChartsModule from "devextreme/common/charts"; -import * as CoreAnimationModule from "devextreme/common/core/animation"; -import * as CoreEnvironmentModule from "devextreme/common/core/environment"; -import * as CoreEventsModule from "devextreme/common/core/events"; -import * as CoreLocalizationModule from "devextreme/common/core/localization"; -import * as DataModule from "devextreme/common/data"; -import * as ExportExcelModule from "devextreme/common/export/excel"; -import * as ExportPdfModule from "devextreme/common/export/pdf"; -import * as GridsModule from "devextreme/common/grids"; +export { + ApplyValueMode, + AsyncRule, + ButtonStyle, + ButtonType, + CompareRule, + ComparisonOperator, + config, + CustomRule, + DataStructure, + DataType, + DateLike, + DefaultOptionsRule, + Direction, + DisplayMode, + DragDirection, + Draggable, + DragHighlight, + EditorStyle, + EmailRule, + ExportFormat, + FieldChooserLayout, + FirstDayOfWeek, + FloatingActionButtonDirection, + Format, + GlobalConfig, + Guid, + HorizontalAlignment, + HorizontalEdge, + LabelMode, + MaskMode, + Mode, + NumericRule, + Orientation, + PageLoadMode, + PageOrientation, + PatternRule, + Position, + PositionAlignment, + RangeRule, + RequiredRule, + Scrollable, + ScrollbarMode, + ScrollDirection, + ScrollMode, + SearchMode, + SelectAllMode, + setTemplateEngine, + SimplifiedSearchMode, + SingleMultipleAllOrNone, + SingleMultipleOrNone, + SingleOrMultiple, + SingleOrNone, + SliderValueChangeMode, + Sortable, + SortOrder, + StoreType, + StringLengthRule, + SubmenuShowMode, + TabsIconPosition, + TabsStyle, + template, + TextBoxPredefinedButton, + TextEditorButton, + TextEditorButtonLocation, + ToolbarItemComponent, + ToolbarItemLocation, + TooltipShowMode, + ValidationCallbackData, + ValidationMessageMode, + ValidationRule, + ValidationRuleType, + ValidationStatus, + VerticalAlignment, + VerticalEdge, +} from "devextreme/common"; -export { config, Guid, setTemplateEngine } from "devextreme/common"; -export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, CustomRule, DataStructure, DataType, DateLike, DefaultOptionsRule, Direction, DisplayMode, DragDirection, Draggable, DragHighlight, EditorStyle, EmailRule, ExportFormat, FieldChooserLayout, FirstDayOfWeek, FloatingActionButtonDirection, Format, GlobalConfig, HorizontalAlignment, HorizontalEdge, LabelMode, MaskMode, Mode, NumericRule, Orientation, PageLoadMode, PageOrientation, PatternRule, Position, PositionAlignment, RangeRule, RequiredRule, Scrollable, ScrollbarMode, ScrollDirection, ScrollMode, SearchMode, SelectAllMode, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, SingleOrMultiple, SingleOrNone, SliderValueChangeMode, Sortable, SortOrder, StoreType, StringLengthRule, SubmenuShowMode, TabsIconPosition, TabsStyle, template, TextBoxPredefinedButton, TextEditorButton, TextEditorButtonLocation, ToolbarItemComponent, ToolbarItemLocation, TooltipShowMode, ValidationCallbackData, ValidationMessageMode, ValidationRule, ValidationRuleType, ValidationStatus, VerticalAlignment, VerticalEdge } from "devextreme/common"; - -export namespace AiIntegration { - export const AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegration = AiIntegrationModule.AIIntegration; - export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; - export type AIProvider = AiIntegrationModule.AIProvider; - export type AIResponse = AiIntegrationModule.AIResponse; - export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; - export type Prompt = AiIntegrationModule.Prompt; - export type RequestParams = AiIntegrationModule.RequestParams; - export type RequestParamsData = AiIntegrationModule.RequestParamsData; - export type Response = AiIntegrationModule.Response; -} - -export namespace Charts { - export type AnimationEaseMode = ChartsModule.AnimationEaseMode; - export type AnnotationType = ChartsModule.AnnotationType; - export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; - export type AxisScaleType = ChartsModule.AxisScaleType; - export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; - export type ChartsColor = ChartsModule.ChartsColor; - export type ChartsDataType = ChartsModule.ChartsDataType; - export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; - export type DashStyle = ChartsModule.DashStyle; - export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; - export type Font = ChartsModule.Font; - export type GradientColor = ChartsModule.GradientColor; - export type HatchDirection = ChartsModule.HatchDirection; - export type LabelOverlap = ChartsModule.LabelOverlap; - export type LabelPosition = ChartsModule.LabelPosition; - export type LegendHoverMode = ChartsModule.LegendHoverMode; - export type LegendItem = ChartsModule.LegendItem; - export type LegendMarkerState = ChartsModule.LegendMarkerState; - export type Palette = ChartsModule.Palette; - export type PaletteColorSet = ChartsModule.PaletteColorSet; - export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; - export type PointInteractionMode = ChartsModule.PointInteractionMode; - export type PointSymbol = ChartsModule.PointSymbol; - export const registerGradient = ChartsModule.registerGradient; - export const registerPattern = ChartsModule.registerPattern; - export type RelativePosition = ChartsModule.RelativePosition; - export type ScaleBreak = ChartsModule.ScaleBreak; - export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; - export type SeriesHoverMode = ChartsModule.SeriesHoverMode; - export type SeriesLabel = ChartsModule.SeriesLabel; - export type SeriesPoint = ChartsModule.SeriesPoint; - export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; - export type SeriesType = ChartsModule.SeriesType; - export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; - export type TextOverflow = ChartsModule.TextOverflow; - export type Theme = ChartsModule.Theme; - export type TimeInterval = ChartsModule.TimeInterval; - export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; - export type ValueErrorBarType = ChartsModule.ValueErrorBarType; - export type VisualRange = ChartsModule.VisualRange; - export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; - export type WordWrap = ChartsModule.WordWrap; - export type ZoomPanAction = ChartsModule.ZoomPanAction; -} - -export namespace Core { - export namespace Animation { - export type AnimationConfig = CoreAnimationModule.AnimationConfig; - export const animationPresets = CoreAnimationModule.animationPresets; - export type AnimationState = CoreAnimationModule.AnimationState; - export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; - export type CollisionResolution = CoreAnimationModule.CollisionResolution; - export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; - export const fx = CoreAnimationModule.fx; - export type PositionConfig = CoreAnimationModule.PositionConfig; - export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; - export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; - export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; - } - export namespace Environment { - export type Device = CoreEnvironmentModule.Device; - export const getTimeZones = CoreEnvironmentModule.getTimeZones; - export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; - export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; - export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; - } - export namespace Events { - export type AsyncCancelable = CoreEventsModule.AsyncCancelable; - export type Cancelable = CoreEventsModule.Cancelable; - export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; - export type EventInfo = CoreEventsModule.EventInfo; - export type EventObject = CoreEventsModule.EventObject; - export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; - export type ItemInfo = CoreEventsModule.ItemInfo; - export type NativeEventInfo = CoreEventsModule.NativeEventInfo; - export const off = CoreEventsModule.off; - export const on = CoreEventsModule.on; - export const one = CoreEventsModule.one; - export const trigger = CoreEventsModule.trigger; - } - export namespace Localization { - export type Format = CoreLocalizationModule.Format; - export const formatDate = CoreLocalizationModule.formatDate; - export const formatMessage = CoreLocalizationModule.formatMessage; - export const formatNumber = CoreLocalizationModule.formatNumber; - export const loadMessages = CoreLocalizationModule.loadMessages; - export const locale = CoreLocalizationModule.locale; - export const parseDate = CoreLocalizationModule.parseDate; - export const parseNumber = CoreLocalizationModule.parseNumber; - } -} - -export namespace Data { - export const applyChanges = DataModule.applyChanges; - export const ArrayStore = DataModule.ArrayStore; - export type ArrayStore = DataModule.ArrayStore; - export type ArrayStoreOptions = DataModule.ArrayStoreOptions; - export const base64_encode = DataModule.base64_encode; - export const compileGetter = DataModule.compileGetter; - export const compileSetter = DataModule.compileSetter; - export const CustomStore = DataModule.CustomStore; - export type CustomStore = DataModule.CustomStore; - export type CustomStoreOptions = DataModule.CustomStoreOptions; - export const DataSource = DataModule.DataSource; - export type DataSource = DataModule.DataSource; - export type DataSourceOptions = DataModule.DataSourceOptions; - export const EdmLiteral = DataModule.EdmLiteral; - export type EdmLiteral = DataModule.EdmLiteral; - export const EndpointSelector = DataModule.EndpointSelector; - export type EndpointSelector = DataModule.EndpointSelector; - export const errorHandler = DataModule.errorHandler; - export type FilterDescriptor = DataModule.FilterDescriptor; - export type GroupDescriptor = DataModule.GroupDescriptor; - export type GroupingInterval = DataModule.GroupingInterval; - export type GroupItem = DataModule.GroupItem; - export const isGroupItemsArray = DataModule.isGroupItemsArray; - export const isItemsArray = DataModule.isItemsArray; - export const isLoadResultObject = DataModule.isLoadResultObject; - export const keyConverters = DataModule.keyConverters; - export type LangParams = DataModule.LangParams; - export type LoadOptions = DataModule.LoadOptions; - export type LoadResult = DataModule.LoadResult; - export type LoadResultObject = DataModule.LoadResultObject; - export const LocalStore = DataModule.LocalStore; - export type LocalStore = DataModule.LocalStore; - export type LocalStoreOptions = DataModule.LocalStoreOptions; - export const ODataContext = DataModule.ODataContext; - export type ODataContext = DataModule.ODataContext; - export type ODataContextOptions = DataModule.ODataContextOptions; - export const ODataStore = DataModule.ODataStore; - export type ODataStore = DataModule.ODataStore; - export type ODataStoreOptions = DataModule.ODataStoreOptions; - export const query = DataModule.query; - export type Query = DataModule.Query; - export type ResolvedData = DataModule.ResolvedData; - export type SearchOperation = DataModule.SearchOperation; - export type SelectDescriptor = DataModule.SelectDescriptor; - export const setErrorHandler = DataModule.setErrorHandler; - export type SortDescriptor = DataModule.SortDescriptor; - export type Store = DataModule.Store; - export type StoreOptions = DataModule.StoreOptions; - export type SummaryDescriptor = DataModule.SummaryDescriptor; -} - -export namespace Export { - export namespace Excel { - export type DataGridCell = ExportExcelModule.DataGridCell; - export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; - export const exportDataGrid = ExportExcelModule.exportDataGrid; - export const exportPivotGrid = ExportExcelModule.exportPivotGrid; - export type PivotGridCell = ExportExcelModule.PivotGridCell; - export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; - } - export namespace Pdf { - export type Cell = ExportPdfModule.Cell; - export type DataGridCell = ExportPdfModule.DataGridCell; - export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; - export const exportDataGrid = ExportPdfModule.exportDataGrid; - export const exportGantt = ExportPdfModule.exportGantt; - export type GanttExportFont = ExportPdfModule.GanttExportFont; - export type GanttExportOptions = ExportPdfModule.GanttExportOptions; - } -} - -export function Grids(): void {} -export namespace Grids { - export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; - export type AIColumnMode = GridsModule.AIColumnMode; - export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; - export type ApplyChangesMode = GridsModule.ApplyChangesMode; - export type ApplyFilterMode = GridsModule.ApplyFilterMode; - export type ColumnAIOptions = GridsModule.ColumnAIOptions; - export type ColumnBase = GridsModule.ColumnBase; - export type ColumnButtonBase = GridsModule.ColumnButtonBase; - export type ColumnChooser = GridsModule.ColumnChooser; - export type ColumnChooserMode = GridsModule.ColumnChooserMode; - export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; - export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; - export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; - export type ColumnFixing = GridsModule.ColumnFixing; - export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; - export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; - export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; - export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; - export type ColumnLookup = GridsModule.ColumnLookup; - export type ColumnResizeMode = GridsModule.ColumnResizeMode; - export type DataChange = GridsModule.DataChange; - export type DataChangeInfo = GridsModule.DataChangeInfo; - export type DataChangeType = GridsModule.DataChangeType; - export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; - export type DataRenderMode = GridsModule.DataRenderMode; - export type EditingBase = GridsModule.EditingBase; - export type EditingTextsBase = GridsModule.EditingTextsBase; - export type EnterKeyAction = GridsModule.EnterKeyAction; - export type EnterKeyDirection = GridsModule.EnterKeyDirection; - export type FilterOperation = GridsModule.FilterOperation; - export type FilterPanel = GridsModule.FilterPanel; - export type FilterPanelTexts = GridsModule.FilterPanelTexts; - export type FilterRow = GridsModule.FilterRow; - export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; - export type FilterType = GridsModule.FilterType; - export type FixedPosition = GridsModule.FixedPosition; - export type GridBase = GridsModule.GridBase; - export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; - export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; - export type GridsEditMode = GridsModule.GridsEditMode; - export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; - export type GroupExpandMode = GridsModule.GroupExpandMode; - export type HeaderFilter = GridsModule.HeaderFilter; - export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; - export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; - export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; - export type KeyboardNavigation = GridsModule.KeyboardNavigation; - export type KeyDownInfo = GridsModule.KeyDownInfo; - export type LoadPanel = GridsModule.LoadPanel; - export type NewRowInfo = GridsModule.NewRowInfo; - export type NewRowPosition = GridsModule.NewRowPosition; - export type Pager = GridsModule.Pager; - export type PagerPageSize = GridsModule.PagerPageSize; - export type PagingBase = GridsModule.PagingBase; - export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; - export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; - export type RowInsertedInfo = GridsModule.RowInsertedInfo; - export type RowInsertingInfo = GridsModule.RowInsertingInfo; - export type RowKeyInfo = GridsModule.RowKeyInfo; - export type RowRemovedInfo = GridsModule.RowRemovedInfo; - export type RowRemovingInfo = GridsModule.RowRemovingInfo; - export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; - export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; - export type RowValidatingInfo = GridsModule.RowValidatingInfo; - export type SavingInfo = GridsModule.SavingInfo; - export type ScrollingBase = GridsModule.ScrollingBase; - export type SearchPanel = GridsModule.SearchPanel; - export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; - export type SelectionBase = GridsModule.SelectionBase; - export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; - export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; - export type Sorting = GridsModule.Sorting; - export type StartEditAction = GridsModule.StartEditAction; - export type StateStoreType = GridsModule.StateStoreType; - export type StateStoring = GridsModule.StateStoring; - export type SummaryType = GridsModule.SummaryType; - export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; -} +export * as AiIntegration from "./ai-integration"; +export * as Charts from "./charts"; +export * as Core from "./core/index"; +export * as Data from "./data"; +export * as Export from "./export/index"; +export * as Grids from "./grids"; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 869c463c01d1..641dfd9143c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,11 +80,11 @@ catalogs: specifier: ^4.11.1 version: 4.11.1 devexpress-diagram: - specifier: 2.2.24 - version: 2.2.24 + specifier: 2.2.25 + version: 2.2.25 devexpress-gantt: - specifier: 4.1.64 - version: 4.1.64 + specifier: 4.1.66 + version: 4.1.66 devextreme-exceljs-fork: specifier: 4.4.5 version: 4.4.5 @@ -162,13 +162,14 @@ catalogs: overrides: '@devexpress/callsite-record@^4.1.6': 4.1.7 + basic-ftp@<5.2.0: ~5.2.0 '@isaacs/brace-expansion@<=5.0.0': ^5.0.1 '@modelcontextprotocol/sdk@>=1.10.0 <=1.25.3': ^1.26.0 form-data@<2.5.4: 2.5.5 form-data@>=4.0.0 <4.0.4: ^4.0.5 pbkdf2@<=3.1.2: ^3.1.3 sha.js@<=2.4.11: ^2.4.12 - rollup@<2.79.2: ^4.53.3 + rollup@< 4.59.0: ^4.59.0 json5@<1.0.2: ^2.2.3 axios@<=1.13.4: ^1.13.5 braces@<3.0.3: ^3.0.3 @@ -178,6 +179,9 @@ overrides: node-forge@<1.3.2: ^1.3.2 vite@>=6.0.0 <6.4.1: ^6.4.1 tar@<7.5.8: ^7.5.8 + minimatch@<3.1.3: 3.1.3 + minimatch@>=9.0.0 < 9.0.6: 9.0.6 + minimatch@>=10.0.0 < 10.2.1: 10.2.1 importers: @@ -236,7 +240,7 @@ importers: version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jspdf-autotable: specifier: 3.8.4 - version: 3.8.4(jspdf@4.1.0) + version: 3.8.4(jspdf@4.2.0) lint-staged: specifier: 14.0.1 version: 14.0.1(enquirer@2.4.1) @@ -258,6 +262,9 @@ importers: source-map: specifier: 0.7.6 version: 0.7.6 + stylelint: + specifier: 15.11.0 + version: 15.11.0(typescript@5.9.3) tar-fs: specifier: 3.1.1 version: 3.1.1 @@ -375,7 +382,7 @@ importers: version: 1.8.0 '@rollup/plugin-commonjs': specifier: 19.0.2 - version: 19.0.2(rollup@4.22.4) + version: 19.0.2(rollup@4.59.0) '@vue/compiler-sfc': specifier: 3.4.27 version: 3.4.27 @@ -405,10 +412,10 @@ importers: version: 2.6.12 devexpress-diagram: specifier: 'catalog:' - version: 2.2.24 + version: 2.2.25 devexpress-gantt: specifier: 'catalog:' - version: 4.1.64 + version: 4.1.66 devextreme: specifier: workspace:* version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -470,11 +477,11 @@ importers: specifier: 'catalog:' version: 4.0.0 jspdf: - specifier: 4.1.0 - version: 4.1.0 + specifier: 4.2.0 + version: 4.2.0 jspdf-autotable: specifier: 5.0.2 - version: 5.0.2(jspdf@4.1.0) + version: 5.0.2(jspdf@4.2.0) jszip: specifier: ^3.10.1 version: 3.10.1 @@ -595,13 +602,13 @@ importers: version: 3.3.3 '@rollup/plugin-babel': specifier: 6.1.0 - version: 6.1.0(@babel/core@7.28.6)(@types/babel__core@7.20.5)(rollup@4.22.4) + version: 6.1.0(@babel/core@7.28.6)(@types/babel__core@7.20.5)(rollup@4.59.0) '@rollup/plugin-node-resolve': specifier: 15.3.1 - version: 15.3.1(rollup@4.22.4) + version: 15.3.1(rollup@4.59.0) '@rollup/plugin-replace': specifier: 5.0.7 - version: 5.0.7(rollup@4.22.4) + version: 5.0.7(rollup@4.59.0) '@stylistic/eslint-plugin': specifier: 'catalog:' version: 5.7.1(eslint@9.39.2(jiti@2.6.1)) @@ -729,8 +736,8 @@ importers: specifier: 8.4.2 version: 8.4.2 rollup: - specifier: 4.22.4 - version: 4.22.4 + specifier: 4.59.0 + version: 4.59.0 serve-index: specifier: 1.9.2 version: 1.9.2 @@ -831,16 +838,16 @@ importers: devDependencies: '@storybook/addon-docs': specifier: 10.1.9 - version: 10.1.9(@types/react@18.3.28)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + version: 10.1.9(@types/react@18.3.28)(esbuild@0.26.0)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/addon-links': specifier: 10.1.9 - version: 10.1.9(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + version: 10.1.9(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@storybook/addon-webpack5-compiler-swc': specifier: 4.0.2 - version: 4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + version: 4.0.2(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/react-webpack5': specifier: 10.1.9 - version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + version: 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) '@types/react': specifier: 18.3.28 version: 18.3.28 @@ -860,8 +867,8 @@ importers: specifier: 18.3.1 version: 18.3.1(react@18.3.1) storybook: - specifier: 10.1.10 - version: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 10.2.10 + version: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) typescript: specifier: 5.9.3 version: 5.9.3 @@ -891,8 +898,8 @@ importers: specifier: 6.10.0 version: 6.10.0(webpack@5.105.0) minimatch: - specifier: 4.2.3 - version: 4.2.3 + specifier: 10.2.3 + version: 10.2.3 source-map-loader: specifier: 4.0.2 version: 4.0.2(webpack@5.105.0) @@ -934,13 +941,13 @@ importers: version: 3.3.3 '@rollup/plugin-alias': specifier: 3.1.9 - version: 3.1.9(rollup@4.22.4) + version: 3.1.9(rollup@4.59.0) '@rollup/plugin-commonjs': specifier: 19.0.2 - version: 19.0.2(rollup@4.22.4) + version: 19.0.2(rollup@4.59.0) '@rollup/plugin-node-resolve': specifier: 13.3.0 - version: 13.3.0(rollup@4.22.4) + version: 13.3.0(rollup@4.59.0) '@stylistic/eslint-plugin': specifier: 'catalog:' version: 5.7.1(eslint@9.39.2(jiti@2.6.1)) @@ -996,8 +1003,8 @@ importers: specifier: 3.0.2 version: 3.0.2 rollup: - specifier: 4.22.4 - version: 4.22.4 + specifier: 4.59.0 + version: 4.59.0 vite: specifier: 5.4.21 version: 5.4.21(@types/node@24.1.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) @@ -1174,10 +1181,10 @@ importers: version: 1.8.0 devexpress-diagram: specifier: 'catalog:' - version: 2.2.24 + version: 2.2.25 devexpress-gantt: specifier: 'catalog:' - version: 4.1.64 + version: 4.1.66 devextreme: specifier: workspace:~ version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -1322,10 +1329,10 @@ importers: version: 1.8.0 devexpress-diagram: specifier: 'catalog:' - version: 2.2.24 + version: 2.2.25 devexpress-gantt: specifier: 'catalog:' - version: 4.1.64 + version: 4.1.66 devextreme-quill: specifier: 'catalog:' version: 1.7.8 @@ -1431,7 +1438,7 @@ importers: version: 0.14.2 autoprefixer: specifier: 10.4.23 - version: 10.4.23(postcss@8.4.38) + version: 10.4.23(postcss@8.5.6) axe-core: specifier: 'catalog:' version: 4.11.1 @@ -1667,11 +1674,11 @@ importers: specifier: 0.0.2 version: 0.0.2 jspdf: - specifier: 4.1.0 - version: 4.1.0 + specifier: 4.2.0 + version: 4.2.0 jspdf-autotable: specifier: 3.8.4 - version: 3.8.4(jspdf@4.1.0) + version: 3.8.4(jspdf@4.2.0) knockout: specifier: 3.5.1 version: 3.5.1 @@ -2288,6 +2295,9 @@ importers: lodash: specifier: 4.17.23 version: 4.17.23 + minimatch: + specifier: 10.2.3 + version: 10.2.3 ng-packagr: specifier: '>=19.0.0' version: 19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5) @@ -2297,6 +2307,9 @@ importers: rimraf: specifier: 3.0.2 version: 3.0.2 + tsc-alias: + specifier: 1.8.10 + version: 1.8.10 devDependencies: '@types/babel__core': specifier: 7.20.5 @@ -2310,6 +2323,9 @@ importers: '@types/lodash': specifier: 4.17.23 version: 4.17.23 + '@types/minimatch': + specifier: 5.1.2 + version: 5.1.2 '@types/node': specifier: 18.19.130 version: 18.19.130 @@ -4749,14 +4765,6 @@ packages: '@types/node': optional: true - '@isaacs/balanced-match@4.0.1': - resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} - engines: {node: 20 || >=22} - - '@isaacs/brace-expansion@5.0.1': - resolution: {integrity: sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==} - engines: {node: 20 || >=22} - '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -5961,7 +5969,7 @@ packages: resolution: {integrity: sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==} engines: {node: '>=8.0.0'} peerDependencies: - rollup: ^4.53.3 + rollup: ^4.59.0 '@rollup/plugin-babel@6.1.0': resolution: {integrity: sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==} @@ -5969,7 +5977,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 '@types/babel__core': ^7.1.9 - rollup: ^4.53.3 + rollup: ^4.59.0 peerDependenciesMeta: '@types/babel__core': optional: true @@ -5980,13 +5988,13 @@ packages: resolution: {integrity: sha512-gBjarfqlC7qs0AutpRW/hrFNm+cd2/QKxhwyFa+srbg1oX7rDsEU3l+W7LAUhsAp9mPJMAkXDhLbQaVwEaE8bA==} engines: {node: '>= 8.0.0'} peerDependencies: - rollup: ^4.53.3 + rollup: ^4.59.0 '@rollup/plugin-json@6.1.0': resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^4.53.3 + rollup: ^4.59.0 peerDependenciesMeta: rollup: optional: true @@ -5995,13 +6003,13 @@ packages: resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==} engines: {node: '>= 10.0.0'} peerDependencies: - rollup: ^4.53.3 + rollup: ^4.59.0 '@rollup/plugin-node-resolve@15.3.1': resolution: {integrity: sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==} engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^4.53.3 + rollup: ^4.59.0 peerDependenciesMeta: rollup: optional: true @@ -6010,7 +6018,7 @@ packages: resolution: {integrity: sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==} engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^4.53.3 + rollup: ^4.59.0 peerDependenciesMeta: rollup: optional: true @@ -6019,314 +6027,139 @@ packages: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: - rollup: ^4.53.3 + rollup: ^4.59.0 '@rollup/pluginutils@5.1.3': resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^4.53.3 + rollup: ^4.59.0 peerDependenciesMeta: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.22.4': - resolution: {integrity: sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==} - cpu: [arm] - os: [android] - - '@rollup/rollup-android-arm-eabi@4.52.3': - resolution: {integrity: sha512-h6cqHGZ6VdnwliFG1NXvMPTy/9PS3h8oLh7ImwR+kl+oYnQizgjxsONmmPSb2C66RksfkfIxEVtDSEcJiO0tqw==} + '@rollup/rollup-android-arm-eabi@4.59.0': + resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.53.3': - resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==} - cpu: [arm] - os: [android] - - '@rollup/rollup-android-arm64@4.22.4': - resolution: {integrity: sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==} - cpu: [arm64] - os: [android] - - '@rollup/rollup-android-arm64@4.52.3': - resolution: {integrity: sha512-wd+u7SLT/u6knklV/ifG7gr5Qy4GUbH2hMWcDauPFJzmCZUAJ8L2bTkVXC2niOIxp8lk3iH/QX8kSrUxVZrOVw==} - cpu: [arm64] - os: [android] - - '@rollup/rollup-android-arm64@4.53.3': - resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==} + '@rollup/rollup-android-arm64@4.59.0': + resolution: {integrity: sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.22.4': - resolution: {integrity: sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==} + '@rollup/rollup-darwin-arm64@4.59.0': + resolution: {integrity: sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.52.3': - resolution: {integrity: sha512-lj9ViATR1SsqycwFkJCtYfQTheBdvlWJqzqxwc9f2qrcVrQaF/gCuBRTiTolkRWS6KvNxSk4KHZWG7tDktLgjg==} - cpu: [arm64] - os: [darwin] - - '@rollup/rollup-darwin-arm64@4.53.3': - resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==} - cpu: [arm64] - os: [darwin] - - '@rollup/rollup-darwin-x64@4.22.4': - resolution: {integrity: sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==} - cpu: [x64] - os: [darwin] - - '@rollup/rollup-darwin-x64@4.52.3': - resolution: {integrity: sha512-+Dyo7O1KUmIsbzx1l+4V4tvEVnVQqMOIYtrxK7ncLSknl1xnMHLgn7gddJVrYPNZfEB8CIi3hK8gq8bDhb3h5A==} + '@rollup/rollup-darwin-x64@4.59.0': + resolution: {integrity: sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==} cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.53.3': - resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==} - cpu: [x64] - os: [darwin] - - '@rollup/rollup-freebsd-arm64@4.52.3': - resolution: {integrity: sha512-u9Xg2FavYbD30g3DSfNhxgNrxhi6xVG4Y6i9Ur1C7xUuGDW3banRbXj+qgnIrwRN4KeJ396jchwy9bCIzbyBEQ==} - cpu: [arm64] - os: [freebsd] - - '@rollup/rollup-freebsd-arm64@4.53.3': - resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==} + '@rollup/rollup-freebsd-arm64@4.59.0': + resolution: {integrity: sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.52.3': - resolution: {integrity: sha512-5M8kyi/OX96wtD5qJR89a/3x5x8x5inXBZO04JWhkQb2JWavOWfjgkdvUqibGJeNNaz1/Z1PPza5/tAPXICI6A==} + '@rollup/rollup-freebsd-x64@4.59.0': + resolution: {integrity: sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==} cpu: [x64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.53.3': - resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==} - cpu: [x64] - os: [freebsd] - - '@rollup/rollup-linux-arm-gnueabihf@4.22.4': - resolution: {integrity: sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==} + '@rollup/rollup-linux-arm-gnueabihf@4.59.0': + resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.52.3': - resolution: {integrity: sha512-IoerZJ4l1wRMopEHRKOO16e04iXRDyZFZnNZKrWeNquh5d6bucjezgd+OxG03mOMTnS1x7hilzb3uURPkJ0OfA==} + '@rollup/rollup-linux-arm-musleabihf@4.59.0': + resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.53.3': - resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==} - cpu: [arm] - os: [linux] - - '@rollup/rollup-linux-arm-musleabihf@4.22.4': - resolution: {integrity: sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==} - cpu: [arm] - os: [linux] - - '@rollup/rollup-linux-arm-musleabihf@4.52.3': - resolution: {integrity: sha512-ZYdtqgHTDfvrJHSh3W22TvjWxwOgc3ThK/XjgcNGP2DIwFIPeAPNsQxrJO5XqleSlgDux2VAoWQ5iJrtaC1TbA==} - cpu: [arm] - os: [linux] - - '@rollup/rollup-linux-arm-musleabihf@4.53.3': - resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==} - cpu: [arm] - os: [linux] - - '@rollup/rollup-linux-arm64-gnu@4.22.4': - resolution: {integrity: sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==} - cpu: [arm64] - os: [linux] - - '@rollup/rollup-linux-arm64-gnu@4.52.3': - resolution: {integrity: sha512-NcViG7A0YtuFDA6xWSgmFb6iPFzHlf5vcqb2p0lGEbT+gjrEEz8nC/EeDHvx6mnGXnGCC1SeVV+8u+smj0CeGQ==} - cpu: [arm64] - os: [linux] - - '@rollup/rollup-linux-arm64-gnu@4.53.3': - resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==} - cpu: [arm64] - os: [linux] - - '@rollup/rollup-linux-arm64-musl@4.22.4': - resolution: {integrity: sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==} - cpu: [arm64] - os: [linux] - - '@rollup/rollup-linux-arm64-musl@4.52.3': - resolution: {integrity: sha512-d3pY7LWno6SYNXRm6Ebsq0DJGoiLXTb83AIPCXl9fmtIQs/rXoS8SJxxUNtFbJ5MiOvs+7y34np77+9l4nfFMw==} + '@rollup/rollup-linux-arm64-gnu@4.59.0': + resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.53.3': - resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==} + '@rollup/rollup-linux-arm64-musl@4.59.0': + resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.52.3': - resolution: {integrity: sha512-3y5GA0JkBuirLqmjwAKwB0keDlI6JfGYduMlJD/Rl7fvb4Ni8iKdQs1eiunMZJhwDWdCvrcqXRY++VEBbvk6Eg==} + '@rollup/rollup-linux-loong64-gnu@4.59.0': + resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loong64-gnu@4.53.3': - resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==} + '@rollup/rollup-linux-loong64-musl@4.59.0': + resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': - resolution: {integrity: sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==} + '@rollup/rollup-linux-ppc64-gnu@4.59.0': + resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-ppc64-gnu@4.52.3': - resolution: {integrity: sha512-AUUH65a0p3Q0Yfm5oD2KVgzTKgwPyp9DSXc3UA7DtxhEb/WSPfbG4wqXeSN62OG5gSo18em4xv6dbfcUGXcagw==} + '@rollup/rollup-linux-ppc64-musl@4.59.0': + resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-ppc64-gnu@4.53.3': - resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==} - cpu: [ppc64] - os: [linux] - - '@rollup/rollup-linux-riscv64-gnu@4.22.4': - resolution: {integrity: sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==} + '@rollup/rollup-linux-riscv64-gnu@4.59.0': + resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.52.3': - resolution: {integrity: sha512-1makPhFFVBqZE+XFg3Dkq+IkQ7JvmUrwwqaYBL2CE+ZpxPaqkGaiWFEWVGyvTwZace6WLJHwjVh/+CXbKDGPmg==} + '@rollup/rollup-linux-riscv64-musl@4.59.0': + resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.53.3': - resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==} - cpu: [riscv64] - os: [linux] - - '@rollup/rollup-linux-riscv64-musl@4.52.3': - resolution: {integrity: sha512-OOFJa28dxfl8kLOPMUOQBCO6z3X2SAfzIE276fwT52uXDWUS178KWq0pL7d6p1kz7pkzA0yQwtqL0dEPoVcRWg==} - cpu: [riscv64] - os: [linux] - - '@rollup/rollup-linux-riscv64-musl@4.53.3': - resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==} - cpu: [riscv64] - os: [linux] - - '@rollup/rollup-linux-s390x-gnu@4.22.4': - resolution: {integrity: sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==} + '@rollup/rollup-linux-s390x-gnu@4.59.0': + resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.52.3': - resolution: {integrity: sha512-jMdsML2VI5l+V7cKfZx3ak+SLlJ8fKvLJ0Eoa4b9/vCUrzXKgoKxvHqvJ/mkWhFiyp88nCkM5S2v6nIwRtPcgg==} - cpu: [s390x] - os: [linux] - - '@rollup/rollup-linux-s390x-gnu@4.53.3': - resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==} - cpu: [s390x] - os: [linux] - - '@rollup/rollup-linux-x64-gnu@4.22.4': - resolution: {integrity: sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==} + '@rollup/rollup-linux-x64-gnu@4.59.0': + resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.52.3': - resolution: {integrity: sha512-tPgGd6bY2M2LJTA1uGq8fkSPK8ZLYjDjY+ZLK9WHncCnfIz29LIXIqUgzCR0hIefzy6Hpbe8Th5WOSwTM8E7LA==} + '@rollup/rollup-linux-x64-musl@4.59.0': + resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.53.3': - resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==} + '@rollup/rollup-openbsd-x64@4.59.0': + resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==} cpu: [x64] - os: [linux] - - '@rollup/rollup-linux-x64-musl@4.22.4': - resolution: {integrity: sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==} - cpu: [x64] - os: [linux] - - '@rollup/rollup-linux-x64-musl@4.52.3': - resolution: {integrity: sha512-BCFkJjgk+WFzP+tcSMXq77ymAPIxsX9lFJWs+2JzuZTLtksJ2o5hvgTdIcZ5+oKzUDMwI0PfWzRBYAydAHF2Mw==} - cpu: [x64] - os: [linux] - - '@rollup/rollup-linux-x64-musl@4.53.3': - resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==} - cpu: [x64] - os: [linux] - - '@rollup/rollup-openharmony-arm64@4.52.3': - resolution: {integrity: sha512-KTD/EqjZF3yvRaWUJdD1cW+IQBk4fbQaHYJUmP8N4XoKFZilVL8cobFSTDnjTtxWJQ3JYaMgF4nObY/+nYkumA==} - cpu: [arm64] - os: [openharmony] + os: [openbsd] - '@rollup/rollup-openharmony-arm64@4.53.3': - resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==} + '@rollup/rollup-openharmony-arm64@4.59.0': + resolution: {integrity: sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==} cpu: [arm64] os: [openharmony] - '@rollup/rollup-win32-arm64-msvc@4.22.4': - resolution: {integrity: sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==} + '@rollup/rollup-win32-arm64-msvc@4.59.0': + resolution: {integrity: sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.52.3': - resolution: {integrity: sha512-+zteHZdoUYLkyYKObGHieibUFLbttX2r+58l27XZauq0tcWYYuKUwY2wjeCN9oK1Um2YgH2ibd6cnX/wFD7DuA==} - cpu: [arm64] - os: [win32] - - '@rollup/rollup-win32-arm64-msvc@4.53.3': - resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==} - cpu: [arm64] - os: [win32] - - '@rollup/rollup-win32-ia32-msvc@4.22.4': - resolution: {integrity: sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==} - cpu: [ia32] - os: [win32] - - '@rollup/rollup-win32-ia32-msvc@4.52.3': - resolution: {integrity: sha512-of1iHkTQSo3kr6dTIRX6t81uj/c/b15HXVsPcEElN5sS859qHrOepM5p9G41Hah+CTqSh2r8Bm56dL2z9UQQ7g==} + '@rollup/rollup-win32-ia32-msvc@4.59.0': + resolution: {integrity: sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.53.3': - resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==} - cpu: [ia32] - os: [win32] - - '@rollup/rollup-win32-x64-gnu@4.52.3': - resolution: {integrity: sha512-s0hybmlHb56mWVZQj8ra9048/WZTPLILKxcvcq+8awSZmyiSUZjjem1AhU3Tf4ZKpYhK4mg36HtHDOe8QJS5PQ==} - cpu: [x64] - os: [win32] - - '@rollup/rollup-win32-x64-gnu@4.53.3': - resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==} + '@rollup/rollup-win32-x64-gnu@4.59.0': + resolution: {integrity: sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==} cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.22.4': - resolution: {integrity: sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==} - cpu: [x64] - os: [win32] - - '@rollup/rollup-win32-x64-msvc@4.52.3': - resolution: {integrity: sha512-zGIbEVVXVtauFgl3MRwGWEN36P5ZGenHRMgNw88X5wEhEBpq0XrMEZwOn07+ICrwM17XO5xfMZqh0OldCH5VTA==} - cpu: [x64] - os: [win32] - - '@rollup/rollup-win32-x64-msvc@4.53.3': - resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==} + '@rollup/rollup-win32-x64-msvc@4.59.0': + resolution: {integrity: sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==} cpu: [x64] os: [win32] @@ -6442,7 +6275,7 @@ packages: resolution: {integrity: sha512-17LXUqpbVvsMt7KJwgr0bPUX+uEGArc6EOi+DC5X/CQ+i0nXxxLMpDHdTyrsdKxCZIT087OpSNbTEWP5ACEAlA==} peerDependencies: esbuild: '*' - rollup: ^4.53.3 + rollup: ^4.59.0 storybook: ^10.1.9 vite: ^6.4.1 webpack: '*' @@ -6750,9 +6583,6 @@ packages: '@types/estree@0.0.46': resolution: {integrity: sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -8398,6 +8228,10 @@ packages: balanced-match@2.0.0: resolution: {integrity: sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==} + balanced-match@4.0.4: + resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} + engines: {node: 18 || 20 || >=22} + bare-events@2.5.4: resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==} @@ -8458,8 +8292,8 @@ packages: resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} engines: {node: '>= 0.8'} - basic-ftp@5.0.5: - resolution: {integrity: sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==} + basic-ftp@5.2.0: + resolution: {integrity: sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==} engines: {node: '>=10.0.0'} batch@0.6.1: @@ -8539,6 +8373,10 @@ packages: brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + brace-expansion@5.0.4: + resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==} + engines: {node: 18 || 20 || >=22} + braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} @@ -9761,11 +9599,11 @@ packages: engines: {node: '>=0.8.0'} hasBin: true - devexpress-diagram@2.2.24: - resolution: {integrity: sha512-PD3mW50OFS44PnqUq2ywJHYDeNFWCIPhXCeLHkzg2BEdDufGGpW73Ux5z3F9NtW91sP0qNE1f1PrsR+3CIN0jA==} + devexpress-diagram@2.2.25: + resolution: {integrity: sha512-gcj+7AyH6HEzURTbexqbIciCGNFOAbypM6Gi2OuyvtQNR04WQCYozh8C3H0kLfHBNpRm2nEyjJWpV9MWThM8hA==} - devexpress-gantt@4.1.64: - resolution: {integrity: sha512-q9+diTugmzf3YNzQ4Xutr7ndgCAdpH7IyjTzGy2SiY5I+ePf2BaAZ0R3LGADBC5TuFS2OamIhF0HOj4ALgkf+A==} + devexpress-gantt@4.1.66: + resolution: {integrity: sha512-4PptfJPxnhrwh8104cL6CzjMFnvYW42egKOpVfY92KJxCgAFjfkqPd5urt7pfHaEOGkfLIySayEeMgefMpREkw==} devextreme-aspnet-data-nojquery@5.0.0: resolution: {integrity: sha512-WC1JBUocjD7lxy2bMFlUTF0Z3GCUNYveucgarERJ85SO+h7czqAyYwnYCJT845Vyabfw5Ta9mOJ0y0fB/wWzwA==} @@ -10909,10 +10747,6 @@ packages: fast-fifo@1.3.2: resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} - fast-glob@3.3.2: - resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} - engines: {node: '>=8.6.0'} - fast-glob@3.3.3: resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} engines: {node: '>=8.6.0'} @@ -13173,8 +13007,8 @@ packages: peerDependencies: jspdf: ^2 || ^3 - jspdf@4.1.0: - resolution: {integrity: sha512-xd1d/XRkwqnsq6FP3zH1Q+Ejqn2ULIJeDZ+FTKpaabVpZREjsJKRJwuokTNgdqOU+fl55KgbvgZ1pRTSWCP2kQ==} + jspdf@4.2.0: + resolution: {integrity: sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==} jsprim@1.4.2: resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} @@ -13994,31 +13828,23 @@ packages: minimalistic-crypto-utils@1.0.1: resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} - minimatch@10.1.1: - resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==} + minimatch@10.2.1: + resolution: {integrity: sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==} engines: {node: 20 || >=22} - minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + minimatch@10.2.3: + resolution: {integrity: sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==} + engines: {node: 18 || 20 || >=22} - minimatch@4.2.3: - resolution: {integrity: sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==} - engines: {node: '>=10'} + minimatch@3.1.3: + resolution: {integrity: sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==} minimatch@5.1.6: resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} - minimatch@9.0.1: - resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==} - engines: {node: '>=16 || 14 >=14.17'} - - minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} - engines: {node: '>=16 || 14 >=14.17'} - - minimatch@9.0.5: - resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + minimatch@9.0.6: + resolution: {integrity: sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==} engines: {node: '>=16 || 14 >=14.17'} minimist-options@4.1.0: @@ -15896,21 +15722,11 @@ packages: resolution: {integrity: sha512-d0UrqxYd8KyZ6i3M2Nx7WOMy708qsV/7fTHMHxCMCBOAe3V/U7OMPu5GkX8hC+cmkHhzGnfeYongl1IgiooddA==} engines: {node: '>=16'} peerDependencies: - rollup: ^3.29.4 || ^4 + rollup: ^4.59.0 typescript: ^4.5 || ^5.0 - rollup@4.22.4: - resolution: {integrity: sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - - rollup@4.52.3: - resolution: {integrity: sha512-RIDh866U8agLgiIcdpB+COKnlCreHJLfIhWC3LVflku5YHfpnsIKigRZeFfMfCc4dVcqNVfQQ5gO/afOck064A==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - - rollup@4.53.3: - resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==} + rollup@4.59.0: + resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -16708,8 +16524,8 @@ packages: resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} engines: {node: '>= 0.4'} - storybook@10.1.10: - resolution: {integrity: sha512-oK0t0jEogiKKfv5Z1ao4Of99+xWw1TMUGuGRYDQS4kp2yyBsJQEgu7NI7OLYsCDI6gzt5p3RPtl1lqdeVLUi8A==} + storybook@10.2.10: + resolution: {integrity: sha512-N4U42qKgzMHS7DjqLz5bY4P7rnvJtYkWFCyKspZr3FhPUuy6CWOae3aYC2BjXkHrdug0Jyta6VxFTuB1tYUKhg==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -17016,10 +16832,6 @@ packages: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} engines: {node: '>=10'} - supports-hyperlinks@3.1.0: - resolution: {integrity: sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==} - engines: {node: '>=14.18'} - supports-hyperlinks@3.2.0: resolution: {integrity: sha512-zFObLMyZeEwzAoKCyu1B91U79K2t7ApXuQfo8OuxwXLDgcKxuwM+YvcbIhm6QWqz7mHUH1TVytR1PwVVjEuMig==} engines: {node: '>=14.18'} @@ -17083,10 +16895,6 @@ packages: systemjs@0.19.47: resolution: {integrity: sha512-6P+63y7bQhZXqOcim7QU0TKEjCmQArFkKa+CxlDchIerej7wrXLUoyGuWk+L0yC5rYrZ5LI6Eh1QOawttQq5xw==} - table@6.8.2: - resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==} - engines: {node: '>=10.0.0'} - table@6.9.0: resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} engines: {node: '>=10.0.0'} @@ -17504,6 +17312,10 @@ packages: '@swc/wasm': optional: true + tsc-alias@1.8.10: + resolution: {integrity: sha512-Ibv4KAWfFkFdKJxnWfVtdOmB0Zi1RJVxcbPGiCDsFpCQSsmpWyuzHG3rQyI5YkobWwxFPEyQfu1hdo4qLG2zPw==} + hasBin: true + tsc-alias@1.8.16: resolution: {integrity: sha512-QjCyu55NFyRSBAl6+MTFwplpFcnm2Pq01rR/uxfqJoLMm6X3O14KEGtaSDZpJYaE1bJBGDjD0eSuiIWPe2T58g==} engines: {node: '>=16.20.2'} @@ -19369,7 +19181,7 @@ snapshots: parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.3 piscina: 5.1.3 - rollup: 4.52.3 + rollup: 4.59.0 sass: 1.90.0 semver: 7.7.2 source-map-support: 0.5.21 @@ -19423,7 +19235,7 @@ snapshots: parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.3 piscina: 5.1.3 - rollup: 4.52.3 + rollup: 4.59.0 sass: 1.90.0 semver: 7.7.2 source-map-support: 0.5.21 @@ -19478,7 +19290,7 @@ snapshots: parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.3 piscina: 5.1.3 - rollup: 4.52.3 + rollup: 4.59.0 sass: 1.90.0 semver: 7.7.2 source-map-support: 0.5.21 @@ -22277,7 +22089,7 @@ snapshots: dependencies: commander: 5.1.0 glob: 7.2.3 - minimatch: 3.1.2 + minimatch: 3.1.3 '@emnapi/core@1.7.1': dependencies: @@ -22614,7 +22426,7 @@ snapshots: dependencies: '@eslint/object-schema': 2.1.7 debug: 4.4.3 - minimatch: 3.1.2 + minimatch: 3.1.3 transitivePeerDependencies: - supports-color @@ -22639,7 +22451,7 @@ snapshots: ignore: 4.0.6 import-fresh: 3.3.1 js-yaml: 3.14.2 - minimatch: 3.1.2 + minimatch: 3.1.3 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color @@ -22653,7 +22465,7 @@ snapshots: ignore: 5.3.2 import-fresh: 3.3.1 js-yaml: 4.1.1 - minimatch: 3.1.2 + minimatch: 3.1.3 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color @@ -22707,7 +22519,7 @@ snapshots: dependencies: '@humanwhocodes/object-schema': 1.2.1 debug: 4.4.3 - minimatch: 3.1.2 + minimatch: 3.1.3 transitivePeerDependencies: - supports-color @@ -23001,12 +22813,6 @@ snapshots: optionalDependencies: '@types/node': 24.1.0 - '@isaacs/balanced-match@4.0.1': {} - - '@isaacs/brace-expansion@5.0.1': - dependencies: - '@isaacs/balanced-match': 4.0.1 - '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -23881,7 +23687,7 @@ snapshots: '@zkochan/js-yaml': 0.0.7 ejs: 3.1.10 enquirer: 2.3.6 - minimatch: 10.1.1 + minimatch: 10.2.1 nx: 22.4.5(@swc/core@1.15.3) semver: 7.7.3 tslib: 2.8.1 @@ -23898,7 +23704,7 @@ snapshots: jest-config: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-resolve: 30.2.0 jest-util: 30.2.0 - minimatch: 10.1.1 + minimatch: 10.2.1 picocolors: 1.1.1 resolve.exports: 2.0.3 semver: 7.7.3 @@ -24825,267 +24631,154 @@ snapshots: '@rolldown/pluginutils@1.0.0-beta.47': {} - '@rollup/plugin-alias@3.1.9(rollup@4.22.4)': + '@rollup/plugin-alias@3.1.9(rollup@4.59.0)': dependencies: - rollup: 4.22.4 + rollup: 4.59.0 slash: 3.0.0 - '@rollup/plugin-babel@6.1.0(@babel/core@7.28.6)(@types/babel__core@7.20.5)(rollup@4.22.4)': + '@rollup/plugin-babel@6.1.0(@babel/core@7.28.6)(@types/babel__core@7.20.5)(rollup@4.59.0)': dependencies: '@babel/core': 7.28.6 '@babel/helper-module-imports': 7.28.6 - '@rollup/pluginutils': 5.1.3(rollup@4.22.4) + '@rollup/pluginutils': 5.1.3(rollup@4.59.0) optionalDependencies: '@types/babel__core': 7.20.5 - rollup: 4.22.4 + rollup: 4.59.0 transitivePeerDependencies: - supports-color - '@rollup/plugin-commonjs@19.0.2(rollup@4.22.4)': + '@rollup/plugin-commonjs@19.0.2(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 3.1.0(rollup@4.22.4) + '@rollup/pluginutils': 3.1.0(rollup@4.59.0) commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.2.3 is-reference: 1.2.1 magic-string: 0.25.9 resolve: 1.22.8 - rollup: 4.22.4 + rollup: 4.59.0 - '@rollup/plugin-json@6.1.0(rollup@4.53.3)': + '@rollup/plugin-json@6.1.0(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.53.3) + '@rollup/pluginutils': 5.1.3(rollup@4.59.0) optionalDependencies: - rollup: 4.53.3 + rollup: 4.59.0 - '@rollup/plugin-node-resolve@13.3.0(rollup@4.22.4)': + '@rollup/plugin-node-resolve@13.3.0(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 3.1.0(rollup@4.22.4) + '@rollup/pluginutils': 3.1.0(rollup@4.59.0) '@types/resolve': 1.17.1 deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.8 - rollup: 4.22.4 + rollup: 4.59.0 - '@rollup/plugin-node-resolve@15.3.1(rollup@4.22.4)': + '@rollup/plugin-node-resolve@15.3.1(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.22.4) + '@rollup/pluginutils': 5.1.3(rollup@4.59.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.11 optionalDependencies: - rollup: 4.22.4 + rollup: 4.59.0 - '@rollup/plugin-replace@5.0.7(rollup@4.22.4)': + '@rollup/plugin-replace@5.0.7(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.22.4) + '@rollup/pluginutils': 5.1.3(rollup@4.59.0) magic-string: 0.30.19 optionalDependencies: - rollup: 4.22.4 + rollup: 4.59.0 - '@rollup/pluginutils@3.1.0(rollup@4.22.4)': + '@rollup/pluginutils@3.1.0(rollup@4.59.0)': dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 - rollup: 4.22.4 + rollup: 4.59.0 - '@rollup/pluginutils@5.1.3(rollup@4.22.4)': + '@rollup/pluginutils@5.1.3(rollup@4.59.0)': dependencies: '@types/estree': 1.0.8 estree-walker: 2.0.2 picomatch: 4.0.3 optionalDependencies: - rollup: 4.22.4 + rollup: 4.59.0 - '@rollup/pluginutils@5.1.3(rollup@4.53.3)': - dependencies: - '@types/estree': 1.0.8 - estree-walker: 2.0.2 - picomatch: 4.0.3 - optionalDependencies: - rollup: 4.53.3 - - '@rollup/rollup-android-arm-eabi@4.22.4': - optional: true - - '@rollup/rollup-android-arm-eabi@4.52.3': - optional: true - - '@rollup/rollup-android-arm-eabi@4.53.3': - optional: true - - '@rollup/rollup-android-arm64@4.22.4': - optional: true - - '@rollup/rollup-android-arm64@4.52.3': - optional: true - - '@rollup/rollup-android-arm64@4.53.3': - optional: true - - '@rollup/rollup-darwin-arm64@4.22.4': - optional: true - - '@rollup/rollup-darwin-arm64@4.52.3': - optional: true - - '@rollup/rollup-darwin-arm64@4.53.3': - optional: true - - '@rollup/rollup-darwin-x64@4.22.4': - optional: true - - '@rollup/rollup-darwin-x64@4.52.3': - optional: true - - '@rollup/rollup-darwin-x64@4.53.3': - optional: true - - '@rollup/rollup-freebsd-arm64@4.52.3': - optional: true - - '@rollup/rollup-freebsd-arm64@4.53.3': - optional: true - - '@rollup/rollup-freebsd-x64@4.52.3': - optional: true - - '@rollup/rollup-freebsd-x64@4.53.3': - optional: true - - '@rollup/rollup-linux-arm-gnueabihf@4.22.4': + '@rollup/rollup-android-arm-eabi@4.59.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.52.3': + '@rollup/rollup-android-arm64@4.59.0': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.53.3': + '@rollup/rollup-darwin-arm64@4.59.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.22.4': + '@rollup/rollup-darwin-x64@4.59.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.52.3': + '@rollup/rollup-freebsd-arm64@4.59.0': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.53.3': + '@rollup/rollup-freebsd-x64@4.59.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.22.4': + '@rollup/rollup-linux-arm-gnueabihf@4.59.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.52.3': + '@rollup/rollup-linux-arm-musleabihf@4.59.0': optional: true - '@rollup/rollup-linux-arm64-gnu@4.53.3': + '@rollup/rollup-linux-arm64-gnu@4.59.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.22.4': + '@rollup/rollup-linux-arm64-musl@4.59.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.52.3': + '@rollup/rollup-linux-loong64-gnu@4.59.0': optional: true - '@rollup/rollup-linux-arm64-musl@4.53.3': + '@rollup/rollup-linux-loong64-musl@4.59.0': optional: true - '@rollup/rollup-linux-loong64-gnu@4.52.3': + '@rollup/rollup-linux-ppc64-gnu@4.59.0': optional: true - '@rollup/rollup-linux-loong64-gnu@4.53.3': + '@rollup/rollup-linux-ppc64-musl@4.59.0': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.22.4': + '@rollup/rollup-linux-riscv64-gnu@4.59.0': optional: true - '@rollup/rollup-linux-ppc64-gnu@4.52.3': + '@rollup/rollup-linux-riscv64-musl@4.59.0': optional: true - '@rollup/rollup-linux-ppc64-gnu@4.53.3': + '@rollup/rollup-linux-s390x-gnu@4.59.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.22.4': + '@rollup/rollup-linux-x64-gnu@4.59.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.52.3': + '@rollup/rollup-linux-x64-musl@4.59.0': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.53.3': + '@rollup/rollup-openbsd-x64@4.59.0': optional: true - '@rollup/rollup-linux-riscv64-musl@4.52.3': + '@rollup/rollup-openharmony-arm64@4.59.0': optional: true - '@rollup/rollup-linux-riscv64-musl@4.53.3': + '@rollup/rollup-win32-arm64-msvc@4.59.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.22.4': + '@rollup/rollup-win32-ia32-msvc@4.59.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.52.3': + '@rollup/rollup-win32-x64-gnu@4.59.0': optional: true - '@rollup/rollup-linux-s390x-gnu@4.53.3': - optional: true - - '@rollup/rollup-linux-x64-gnu@4.22.4': - optional: true - - '@rollup/rollup-linux-x64-gnu@4.52.3': - optional: true - - '@rollup/rollup-linux-x64-gnu@4.53.3': - optional: true - - '@rollup/rollup-linux-x64-musl@4.22.4': - optional: true - - '@rollup/rollup-linux-x64-musl@4.52.3': - optional: true - - '@rollup/rollup-linux-x64-musl@4.53.3': - optional: true - - '@rollup/rollup-openharmony-arm64@4.52.3': - optional: true - - '@rollup/rollup-openharmony-arm64@4.53.3': - optional: true - - '@rollup/rollup-win32-arm64-msvc@4.22.4': - optional: true - - '@rollup/rollup-win32-arm64-msvc@4.52.3': - optional: true - - '@rollup/rollup-win32-arm64-msvc@4.53.3': - optional: true - - '@rollup/rollup-win32-ia32-msvc@4.22.4': - optional: true - - '@rollup/rollup-win32-ia32-msvc@4.52.3': - optional: true - - '@rollup/rollup-win32-ia32-msvc@4.53.3': - optional: true - - '@rollup/rollup-win32-x64-gnu@4.52.3': - optional: true - - '@rollup/rollup-win32-x64-gnu@4.53.3': - optional: true - - '@rollup/rollup-win32-x64-msvc@4.22.4': - optional: true - - '@rollup/rollup-win32-x64-msvc@4.52.3': - optional: true - - '@rollup/rollup-win32-x64-msvc@4.53.3': + '@rollup/rollup-win32-x64-msvc@4.59.0': optional: true '@rollup/wasm-node@4.27.3': @@ -25184,15 +24877,15 @@ snapshots: '@standard-schema/spec@1.0.0': {} - '@storybook/addon-docs@10.1.9(@types/react@18.3.28)(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/addon-docs@10.1.9(@types/react@18.3.28)(esbuild@0.26.0)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.3.28)(react@18.3.1) - '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) + '@storybook/csf-plugin': 10.1.9(esbuild@0.26.0)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@storybook/icons': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' @@ -25201,25 +24894,25 @@ snapshots: - vite - webpack - '@storybook/addon-links@10.1.9(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@storybook/addon-links@10.1.9(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@storybook/global': 5.0.0 - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: react: 18.3.1 - '@storybook/addon-webpack5-compiler-swc@4.0.2(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/addon-webpack5-compiler-swc@4.0.2(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: '@swc/core': 1.15.3 - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) swc-loader: 0.2.6(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) transitivePeerDependencies: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: - '@storybook/core-webpack': 10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@storybook/core-webpack': 10.1.9(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 1.4.1 @@ -25228,7 +24921,7 @@ snapshots: fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) magic-string: 0.30.19 - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) style-loader: 4.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) terser-webpack-plugin: 5.3.16(@swc/core@1.15.3)(esbuild@0.26.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) ts-dedent: 2.2.0 @@ -25247,18 +24940,18 @@ snapshots: - vite - webpack-cli - '@storybook/core-webpack@10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@storybook/core-webpack@10.1.9(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ts-dedent: 2.2.0 - '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.53.3)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': + '@storybook/csf-plugin@10.1.9(esbuild@0.26.0)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0))': dependencies: - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) unplugin: 2.3.11 optionalDependencies: esbuild: 0.26.0 - rollup: 4.53.3 + rollup: 4.59.0 vite: 6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) @@ -25269,9 +24962,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/preset-react-webpack@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': + '@storybook/preset-react-webpack@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': dependencies: - '@storybook/core-webpack': 10.1.9(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@storybook/core-webpack': 10.1.9(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.26.0)) '@types/semver': 7.5.8 magic-string: 0.30.19 @@ -25280,7 +24973,7 @@ snapshots: react-dom: 18.3.1(react@18.3.1) resolve: 1.22.11 semver: 7.7.4 - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tsconfig-paths: 4.2.0 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.26.0) optionalDependencies: @@ -25306,20 +24999,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@storybook/react-dom-shim@10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@storybook/react-dom-shim@10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: - '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) - '@storybook/react': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) + '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) + '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) + '@storybook/react': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -25332,14 +25025,14 @@ snapshots: - vite - webpack-cli - '@storybook/react@10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': + '@storybook/react@10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': dependencies: '@storybook/global': 5.0.0 - '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 react-docgen: 8.0.2 react-dom: 18.3.1(react@18.3.1) - storybook: 10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + storybook: 10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -25474,7 +25167,7 @@ snapshots: '@ts-morph/common@0.22.0': dependencies: fast-glob: 3.3.3 - minimatch: 9.0.5 + minimatch: 9.0.6 mkdirp: 3.0.1 path-browserify: 1.0.1 @@ -25491,7 +25184,7 @@ snapshots: '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.5 + minimatch: 9.0.6 '@tybys/wasm-util@0.10.1': dependencies: @@ -25608,8 +25301,6 @@ snapshots: '@types/estree@0.0.46': {} - '@types/estree@1.0.5': {} - '@types/estree@1.0.6': {} '@types/estree@1.0.8': {} @@ -26214,7 +25905,7 @@ snapshots: debug: 4.4.3 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.3 + minimatch: 9.0.6 semver: 7.7.4 ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: @@ -26229,7 +25920,7 @@ snapshots: debug: 4.4.3 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.5 + minimatch: 9.0.6 semver: 7.7.4 ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: @@ -26244,7 +25935,7 @@ snapshots: '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 - minimatch: 9.0.5 + minimatch: 9.0.6 semver: 7.7.4 tinyglobby: 0.2.15 ts-api-utils: 2.4.0(typescript@4.9.5) @@ -26259,7 +25950,7 @@ snapshots: '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 - minimatch: 9.0.5 + minimatch: 9.0.6 semver: 7.7.4 tinyglobby: 0.2.15 ts-api-utils: 2.4.0(typescript@5.8.3) @@ -26274,7 +25965,7 @@ snapshots: '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 - minimatch: 9.0.5 + minimatch: 9.0.6 semver: 7.7.4 tinyglobby: 0.2.15 ts-api-utils: 2.4.0(typescript@5.9.3) @@ -27485,15 +27176,6 @@ snapshots: postcss: 8.4.38 postcss-value-parser: 4.2.0 - autoprefixer@10.4.23(postcss@8.4.38): - dependencies: - browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 - fraction.js: 5.3.4 - picocolors: 1.1.1 - postcss: 8.4.38 - postcss-value-parser: 4.2.0 - autoprefixer@10.4.23(postcss@8.5.6): dependencies: browserslist: 4.28.1 @@ -27551,7 +27233,7 @@ snapshots: debug: 2.6.9 json5: 2.2.3 lodash: 4.17.23 - minimatch: 3.1.2 + minimatch: 3.1.3 path-is-absolute: 1.0.1 private: 0.1.8 slash: 1.0.0 @@ -27931,6 +27613,8 @@ snapshots: balanced-match@2.0.0: {} + balanced-match@4.0.4: {} + bare-events@2.5.4: optional: true @@ -27985,7 +27669,7 @@ snapshots: dependencies: safe-buffer: 5.1.2 - basic-ftp@5.0.5: {} + basic-ftp@5.2.0: {} batch@0.6.1: {} @@ -28092,6 +27776,10 @@ snapshots: dependencies: balanced-match: 1.0.2 + brace-expansion@5.0.4: + dependencies: + balanced-match: 4.0.4 + braces@3.0.3: dependencies: fill-range: 7.1.1 @@ -28975,7 +28663,7 @@ snapshots: cosmiconfig@8.3.6(typescript@4.9.5): dependencies: import-fresh: 3.3.1 - js-yaml: 4.1.0 + js-yaml: 4.1.1 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: @@ -28984,7 +28672,7 @@ snapshots: cosmiconfig@8.3.6(typescript@5.9.3): dependencies: import-fresh: 3.3.1 - js-yaml: 4.1.0 + js-yaml: 4.1.1 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: @@ -29638,12 +29326,12 @@ snapshots: defined: 1.0.1 minimist: 1.2.8 - devexpress-diagram@2.2.24: + devexpress-diagram@2.2.25: dependencies: '@devexpress/utils': 1.4.7 es6-object-assign: 1.1.0 - devexpress-gantt@4.1.64: + devexpress-gantt@4.1.66: dependencies: '@devexpress/utils': 1.4.7 tslib: 2.3.1 @@ -29872,7 +29560,7 @@ snapshots: dependencies: '@one-ini/wasm': 0.1.1 commander: 10.0.1 - minimatch: 9.0.1 + minimatch: 9.0.6 semver: 7.7.4 ee-first@1.1.1: {} @@ -30777,7 +30465,7 @@ snapshots: hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 - minimatch: 3.1.2 + minimatch: 3.1.3 object.fromentries: 2.0.8 object.groupby: 1.0.3 object.values: 1.2.1 @@ -30806,7 +30494,7 @@ snapshots: hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 - minimatch: 3.1.2 + minimatch: 3.1.3 object.fromentries: 2.0.8 object.groupby: 1.0.3 object.values: 1.2.1 @@ -30835,7 +30523,7 @@ snapshots: hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 - minimatch: 3.1.2 + minimatch: 3.1.3 object.fromentries: 2.0.8 object.groupby: 1.0.3 object.values: 1.2.1 @@ -30922,7 +30610,7 @@ snapshots: hasown: 2.0.2 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 - minimatch: 3.1.2 + minimatch: 3.1.3 object.fromentries: 2.0.8 safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 @@ -30986,7 +30674,7 @@ snapshots: estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 - minimatch: 3.1.2 + minimatch: 3.1.3 object.entries: 1.1.9 object.fromentries: 2.0.8 object.values: 1.2.1 @@ -31164,7 +30852,7 @@ snapshots: json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 - minimatch: 3.1.2 + minimatch: 3.1.3 natural-compare: 1.4.0 optionator: 0.9.4 progress: 2.0.3 @@ -31211,7 +30899,7 @@ snapshots: is-glob: 4.0.3 json-stable-stringify-without-jsonify: 1.0.1 lodash.merge: 4.6.2 - minimatch: 3.1.2 + minimatch: 3.1.3 natural-compare: 1.4.0 optionator: 0.9.4 optionalDependencies: @@ -31575,14 +31263,6 @@ snapshots: fast-fifo@1.3.2: {} - fast-glob@3.3.2: - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.8 - fast-glob@3.3.3: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -31862,7 +31542,7 @@ snapshots: deepmerge: 4.3.1 fs-extra: 10.1.0 memfs: 3.5.3 - minimatch: 3.1.2 + minimatch: 3.1.3 node-abort-controller: 3.1.1 schema-utils: 3.3.0 semver: 7.7.4 @@ -32075,7 +31755,7 @@ snapshots: get-uri@6.0.3: dependencies: - basic-ftp: 5.0.5 + basic-ftp: 5.2.0 data-uri-to-buffer: 6.0.2 debug: 4.4.3 fs-extra: 11.2.0 @@ -32160,7 +31840,7 @@ snapshots: dependencies: foreground-child: 3.3.1 jackspeak: 3.4.3 - minimatch: 9.0.5 + minimatch: 9.0.6 minipass: 7.1.2 package-json-from-dist: 1.0.1 path-scurry: 1.11.1 @@ -32169,14 +31849,14 @@ snapshots: dependencies: foreground-child: 3.3.1 jackspeak: 4.1.1 - minimatch: 10.1.1 + minimatch: 10.2.1 minipass: 7.1.2 package-json-from-dist: 1.0.1 path-scurry: 2.0.1 glob@13.0.0: dependencies: - minimatch: 10.1.1 + minimatch: 10.2.1 minipass: 7.1.2 path-scurry: 2.0.1 @@ -32184,7 +31864,7 @@ snapshots: dependencies: inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.1.3 once: 1.4.0 path-is-absolute: 1.0.1 @@ -32193,7 +31873,7 @@ snapshots: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.1.3 once: 1.4.0 path-is-absolute: 1.0.1 @@ -32471,12 +32151,12 @@ snapshots: gulp-match@1.1.0: dependencies: - minimatch: 3.1.2 + minimatch: 3.1.3 gulp-minify@3.1.0: dependencies: ansi-colors: 1.1.0 - minimatch: 3.1.2 + minimatch: 3.1.3 plugin-error: 0.1.2 terser: 3.17.0 through2: 2.0.5 @@ -33168,7 +32848,7 @@ snapshots: ignore-walk@8.0.0: dependencies: - minimatch: 10.1.1 + minimatch: 10.2.1 ignore@4.0.6: {} @@ -33782,7 +33462,7 @@ snapshots: async: 3.2.6 chalk: 4.1.2 filelist: 1.0.4 - minimatch: 3.1.2 + minimatch: 3.1.3 jasmine-core@4.6.1: {} @@ -34922,17 +34602,17 @@ snapshots: jsonparse@1.3.1: {} - jspdf-autotable@3.8.4(jspdf@4.1.0): + jspdf-autotable@3.8.4(jspdf@4.2.0): dependencies: - jspdf: 4.1.0 + jspdf: 4.2.0 - jspdf-autotable@5.0.2(jspdf@4.1.0): + jspdf-autotable@5.0.2(jspdf@4.2.0): dependencies: - jspdf: 4.1.0 + jspdf: 4.2.0 - jspdf@4.1.0: + jspdf@4.2.0: dependencies: - '@babel/runtime': 7.28.4 + '@babel/runtime': 7.28.6 fast-png: 6.4.0 fflate: 0.8.2 optionalDependencies: @@ -34977,7 +34657,7 @@ snapshots: istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.7 - minimatch: 3.1.2 + minimatch: 3.1.3 transitivePeerDependencies: - supports-color @@ -35005,7 +34685,7 @@ snapshots: karma-webpack@5.0.1(webpack@5.105.0(@swc/core@1.15.3)): dependencies: glob: 7.2.3 - minimatch: 9.0.5 + minimatch: 9.0.6 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) webpack-merge: 4.2.2 @@ -35025,7 +34705,7 @@ snapshots: lodash: 4.17.23 log4js: 6.9.1 mime: 2.6.0 - minimatch: 3.1.2 + minimatch: 3.1.3 mkdirp: 0.5.6 qjobs: 1.2.0 range-parser: 1.2.1 @@ -35991,15 +35671,15 @@ snapshots: minimalistic-crypto-utils@1.0.1: {} - minimatch@10.1.1: + minimatch@10.2.1: dependencies: - '@isaacs/brace-expansion': 5.0.1 + brace-expansion: 5.0.4 - minimatch@3.1.2: + minimatch@10.2.3: dependencies: - brace-expansion: 1.1.11 + brace-expansion: 5.0.4 - minimatch@4.2.3: + minimatch@3.1.3: dependencies: brace-expansion: 1.1.11 @@ -36007,17 +35687,9 @@ snapshots: dependencies: brace-expansion: 2.0.1 - minimatch@9.0.1: - dependencies: - brace-expansion: 2.0.1 - - minimatch@9.0.3: + minimatch@9.0.6: dependencies: - brace-expansion: 2.0.1 - - minimatch@9.0.5: - dependencies: - brace-expansion: 2.0.1 + brace-expansion: 5.0.4 minimist-options@4.1.0: dependencies: @@ -36155,7 +35827,7 @@ snapshots: array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 - minimatch: 3.1.2 + minimatch: 3.1.3 mustache@2.3.2: {} @@ -36233,7 +35905,7 @@ snapshots: ng-packagr@19.2.2(@angular/compiler-cli@21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: '@angular/compiler-cli': 21.0.8(@angular/compiler@21.0.8)(typescript@4.9.5) - '@rollup/plugin-json': 6.1.0(rollup@4.53.3) + '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 @@ -36256,13 +35928,13 @@ snapshots: tslib: 2.8.1 typescript: 4.9.5 optionalDependencies: - rollup: 4.53.3 + rollup: 4.59.0 ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): dependencies: '@ampproject/remapping': 2.3.0 '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) - '@rollup/plugin-json': 6.1.0(rollup@4.53.3) + '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 @@ -36278,21 +35950,21 @@ snapshots: ora: 8.2.0 piscina: 5.1.3 postcss: 8.5.6 - rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) + rollup-plugin-dts: 6.3.0(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 tinyglobby: 0.2.15 tslib: 2.6.3 typescript: 5.8.3 optionalDependencies: - rollup: 4.53.3 + rollup: 4.59.0 optional: true ng-packagr@20.3.2(@angular/compiler-cli@20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: '@ampproject/remapping': 2.3.0 '@angular/compiler-cli': 20.3.16(@angular/compiler@20.3.16)(typescript@5.8.3) - '@rollup/plugin-json': 6.1.0(rollup@4.53.3) + '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 ansi-colors: 4.1.3 @@ -36308,14 +35980,14 @@ snapshots: ora: 8.2.0 piscina: 5.1.3 postcss: 8.5.6 - rollup-plugin-dts: 6.3.0(rollup@4.53.3)(typescript@5.8.3) + rollup-plugin-dts: 6.3.0(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 tinyglobby: 0.2.15 tslib: 2.8.1 typescript: 5.8.3 optionalDependencies: - rollup: 4.53.3 + rollup: 4.59.0 nice-try@1.0.5: {} @@ -36513,7 +36185,7 @@ snapshots: ansi-styles: 5.2.0 cross-spawn: 7.0.6 memorystream: 0.3.1 - minimatch: 3.1.2 + minimatch: 3.1.3 pidtree: 0.5.0 read-pkg: 5.2.0 shell-quote: 1.8.1 @@ -36576,7 +36248,7 @@ snapshots: jest-diff: 30.2.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.3 - minimatch: 10.1.1 + minimatch: 10.2.1 node-machine-id: 1.1.12 npm-run-path: 4.0.1 open: 8.4.2 @@ -38291,90 +37963,43 @@ snapshots: '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.47 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.47 - rollup-plugin-dts@6.3.0(rollup@4.53.3)(typescript@5.8.3): + rollup-plugin-dts@6.3.0(rollup@4.59.0)(typescript@5.8.3): dependencies: magic-string: 0.30.21 - rollup: 4.53.3 + rollup: 4.59.0 typescript: 5.8.3 optionalDependencies: '@babel/code-frame': 7.29.0 - rollup@4.22.4: - dependencies: - '@types/estree': 1.0.5 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.22.4 - '@rollup/rollup-android-arm64': 4.22.4 - '@rollup/rollup-darwin-arm64': 4.22.4 - '@rollup/rollup-darwin-x64': 4.22.4 - '@rollup/rollup-linux-arm-gnueabihf': 4.22.4 - '@rollup/rollup-linux-arm-musleabihf': 4.22.4 - '@rollup/rollup-linux-arm64-gnu': 4.22.4 - '@rollup/rollup-linux-arm64-musl': 4.22.4 - '@rollup/rollup-linux-powerpc64le-gnu': 4.22.4 - '@rollup/rollup-linux-riscv64-gnu': 4.22.4 - '@rollup/rollup-linux-s390x-gnu': 4.22.4 - '@rollup/rollup-linux-x64-gnu': 4.22.4 - '@rollup/rollup-linux-x64-musl': 4.22.4 - '@rollup/rollup-win32-arm64-msvc': 4.22.4 - '@rollup/rollup-win32-ia32-msvc': 4.22.4 - '@rollup/rollup-win32-x64-msvc': 4.22.4 - fsevents: 2.3.3 - - rollup@4.52.3: - dependencies: - '@types/estree': 1.0.8 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.52.3 - '@rollup/rollup-android-arm64': 4.52.3 - '@rollup/rollup-darwin-arm64': 4.52.3 - '@rollup/rollup-darwin-x64': 4.52.3 - '@rollup/rollup-freebsd-arm64': 4.52.3 - '@rollup/rollup-freebsd-x64': 4.52.3 - '@rollup/rollup-linux-arm-gnueabihf': 4.52.3 - '@rollup/rollup-linux-arm-musleabihf': 4.52.3 - '@rollup/rollup-linux-arm64-gnu': 4.52.3 - '@rollup/rollup-linux-arm64-musl': 4.52.3 - '@rollup/rollup-linux-loong64-gnu': 4.52.3 - '@rollup/rollup-linux-ppc64-gnu': 4.52.3 - '@rollup/rollup-linux-riscv64-gnu': 4.52.3 - '@rollup/rollup-linux-riscv64-musl': 4.52.3 - '@rollup/rollup-linux-s390x-gnu': 4.52.3 - '@rollup/rollup-linux-x64-gnu': 4.52.3 - '@rollup/rollup-linux-x64-musl': 4.52.3 - '@rollup/rollup-openharmony-arm64': 4.52.3 - '@rollup/rollup-win32-arm64-msvc': 4.52.3 - '@rollup/rollup-win32-ia32-msvc': 4.52.3 - '@rollup/rollup-win32-x64-gnu': 4.52.3 - '@rollup/rollup-win32-x64-msvc': 4.52.3 - fsevents: 2.3.3 - - rollup@4.53.3: + rollup@4.59.0: dependencies: '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.53.3 - '@rollup/rollup-android-arm64': 4.53.3 - '@rollup/rollup-darwin-arm64': 4.53.3 - '@rollup/rollup-darwin-x64': 4.53.3 - '@rollup/rollup-freebsd-arm64': 4.53.3 - '@rollup/rollup-freebsd-x64': 4.53.3 - '@rollup/rollup-linux-arm-gnueabihf': 4.53.3 - '@rollup/rollup-linux-arm-musleabihf': 4.53.3 - '@rollup/rollup-linux-arm64-gnu': 4.53.3 - '@rollup/rollup-linux-arm64-musl': 4.53.3 - '@rollup/rollup-linux-loong64-gnu': 4.53.3 - '@rollup/rollup-linux-ppc64-gnu': 4.53.3 - '@rollup/rollup-linux-riscv64-gnu': 4.53.3 - '@rollup/rollup-linux-riscv64-musl': 4.53.3 - '@rollup/rollup-linux-s390x-gnu': 4.53.3 - '@rollup/rollup-linux-x64-gnu': 4.53.3 - '@rollup/rollup-linux-x64-musl': 4.53.3 - '@rollup/rollup-openharmony-arm64': 4.53.3 - '@rollup/rollup-win32-arm64-msvc': 4.53.3 - '@rollup/rollup-win32-ia32-msvc': 4.53.3 - '@rollup/rollup-win32-x64-gnu': 4.53.3 - '@rollup/rollup-win32-x64-msvc': 4.53.3 + '@rollup/rollup-android-arm-eabi': 4.59.0 + '@rollup/rollup-android-arm64': 4.59.0 + '@rollup/rollup-darwin-arm64': 4.59.0 + '@rollup/rollup-darwin-x64': 4.59.0 + '@rollup/rollup-freebsd-arm64': 4.59.0 + '@rollup/rollup-freebsd-x64': 4.59.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.59.0 + '@rollup/rollup-linux-arm-musleabihf': 4.59.0 + '@rollup/rollup-linux-arm64-gnu': 4.59.0 + '@rollup/rollup-linux-arm64-musl': 4.59.0 + '@rollup/rollup-linux-loong64-gnu': 4.59.0 + '@rollup/rollup-linux-loong64-musl': 4.59.0 + '@rollup/rollup-linux-ppc64-gnu': 4.59.0 + '@rollup/rollup-linux-ppc64-musl': 4.59.0 + '@rollup/rollup-linux-riscv64-gnu': 4.59.0 + '@rollup/rollup-linux-riscv64-musl': 4.59.0 + '@rollup/rollup-linux-s390x-gnu': 4.59.0 + '@rollup/rollup-linux-x64-gnu': 4.59.0 + '@rollup/rollup-linux-x64-musl': 4.59.0 + '@rollup/rollup-openbsd-x64': 4.59.0 + '@rollup/rollup-openharmony-arm64': 4.59.0 + '@rollup/rollup-win32-arm64-msvc': 4.59.0 + '@rollup/rollup-win32-ia32-msvc': 4.59.0 + '@rollup/rollup-win32-x64-gnu': 4.59.0 + '@rollup/rollup-win32-x64-msvc': 4.59.0 fsevents: 2.3.3 router@2.2.0: @@ -39268,7 +38893,7 @@ snapshots: es-errors: 1.3.0 internal-slot: 1.1.0 - storybook@10.1.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + storybook@10.2.10(@testing-library/dom@10.4.0)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@storybook/global': 5.0.0 '@storybook/icons': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -39279,7 +38904,7 @@ snapshots: esbuild: 0.25.0 open: 10.2.0 recast: 0.23.11 - semver: 7.7.3 + semver: 7.7.4 use-sync-external-store: 1.6.0(react@18.3.1) ws: 8.18.0 optionalDependencies: @@ -39650,8 +39275,8 @@ snapshots: cosmiconfig: 8.3.6(typescript@4.9.5) css-functions-list: 3.2.3 css-tree: 2.3.1 - debug: 4.3.7 - fast-glob: 3.3.2 + debug: 4.4.3 + fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 file-entry-cache: 7.0.2 global-modules: 2.0.0 @@ -39677,9 +39302,9 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 style-search: 0.1.0 - supports-hyperlinks: 3.1.0 + supports-hyperlinks: 3.2.0 svg-tags: 1.0.0 - table: 6.8.2 + table: 6.9.0 write-file-atomic: 5.0.1 transitivePeerDependencies: - supports-color @@ -39696,8 +39321,8 @@ snapshots: cosmiconfig: 8.3.6(typescript@5.9.3) css-functions-list: 3.2.3 css-tree: 2.3.1 - debug: 4.3.7 - fast-glob: 3.3.2 + debug: 4.4.3 + fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 file-entry-cache: 7.0.2 global-modules: 2.0.0 @@ -39723,9 +39348,9 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 style-search: 0.1.0 - supports-hyperlinks: 3.1.0 + supports-hyperlinks: 3.2.0 svg-tags: 1.0.0 - table: 6.8.2 + table: 6.9.0 write-file-atomic: 5.0.1 transitivePeerDependencies: - supports-color @@ -39885,11 +39510,6 @@ snapshots: dependencies: has-flag: 4.0.0 - supports-hyperlinks@3.1.0: - dependencies: - has-flag: 4.0.0 - supports-color: 7.2.0 - supports-hyperlinks@3.2.0: dependencies: has-flag: 4.0.0 @@ -39942,7 +39562,7 @@ snapshots: es6-template-strings: 2.0.1 glob: 7.2.3 mkdirp: 0.5.6 - rollup: 4.53.3 + rollup: 4.59.0 source-map: 0.5.7 systemjs: 0.19.47 terser: 3.8.1 @@ -39966,14 +39586,6 @@ snapshots: dependencies: when: 3.7.8 - table@6.8.2: - dependencies: - ajv: 8.17.1 - lodash.truncate: 4.4.2 - slice-ansi: 4.0.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - table@6.9.0: dependencies: ajv: 8.17.1 @@ -40134,7 +39746,7 @@ snapshots: dependencies: '@istanbuljs/schema': 0.1.3 glob: 7.2.3 - minimatch: 3.1.2 + minimatch: 3.1.3 testcafe-browser-tools@2.0.26: dependencies: @@ -40887,6 +40499,15 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 + tsc-alias@1.8.10: + dependencies: + chokidar: 3.6.0 + commander: 9.5.0 + globby: 11.1.0 + mylas: 2.1.13 + normalize-path: 3.0.0 + plimit-lit: 1.6.1 + tsc-alias@1.8.16: dependencies: chokidar: 3.6.0 @@ -40933,7 +40554,7 @@ snapshots: diff: 4.0.4 glob: 7.2.3 js-yaml: 3.14.2 - minimatch: 3.1.2 + minimatch: 3.1.3 mkdirp: 0.5.6 resolve: 1.22.11 semver: 5.7.2 @@ -40950,7 +40571,7 @@ snapshots: diff: 4.0.4 glob: 7.2.3 js-yaml: 3.14.2 - minimatch: 3.1.2 + minimatch: 3.1.3 mkdirp: 0.5.6 resolve: 1.22.11 semver: 5.7.2 @@ -41572,7 +41193,7 @@ snapshots: dependencies: esbuild: 0.21.5 postcss: 8.5.6 - rollup: 4.22.4 + rollup: 4.59.0 optionalDependencies: '@types/node': 24.1.0 fsevents: 2.3.3 @@ -41588,7 +41209,7 @@ snapshots: fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.53.3 + rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: '@types/node': 24.1.0 @@ -41607,7 +41228,7 @@ snapshots: fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.53.3 + rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: '@types/node': 20.11.17 @@ -41626,7 +41247,7 @@ snapshots: fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.53.3 + rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: '@types/node': 24.1.0 @@ -41645,7 +41266,7 @@ snapshots: fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.53.3 + rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: '@types/node': 24.1.0 @@ -41665,7 +41286,7 @@ snapshots: fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.53.3 + rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: '@types/node': 24.1.0 From e62386710f0fd6c5dfdc7a45156ac49bd593ca88 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Tue, 3 Mar 2026 12:45:50 +0100 Subject: [PATCH 37/48] regenerate wrappers --- packages/devextreme-angular/src/ui/chat/index.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/devextreme-angular/src/ui/chat/index.ts b/packages/devextreme-angular/src/ui/chat/index.ts index 3d49ef607a40..6b608ca8a8ff 100644 --- a/packages/devextreme-angular/src/ui/chat/index.ts +++ b/packages/devextreme-angular/src/ui/chat/index.ts @@ -22,14 +22,14 @@ import { } from '@angular/core'; -import DataSource from 'devextreme/data/data_source'; -import dxChat from 'devextreme/ui/chat'; -import { Alert, Message, AttachmentDownloadClickEvent, DisposingEvent, InitializedEvent, InputFieldTextChangedEvent, MessageDeletedEvent, MessageDeletingEvent, MessageEditCanceledEvent, MessageEditingStartEvent, MessageEnteredEvent, MessageUpdatedEvent, MessageUpdatingEvent, OptionChangedEvent, TypingEndEvent, TypingStartEvent, User } from 'devextreme/ui/chat'; -import { DataSourceOptions } from 'devextreme/data/data_source'; -import { Store } from 'devextreme/data/store'; -import { Format } from 'devextreme/common/core/localization'; -import { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; -import { dxSpeechToTextOptions } from 'devextreme/ui/speech_to_text'; +import type DataSource from 'devextreme/data/data_source'; +import type dxChat from 'devextreme/ui/chat'; +import type { Alert, Message, AttachmentDownloadClickEvent, DisposingEvent, InitializedEvent, InputFieldTextChangedEvent, MessageDeletedEvent, MessageDeletingEvent, MessageEditCanceledEvent, MessageEditingStartEvent, MessageEnteredEvent, MessageUpdatedEvent, MessageUpdatingEvent, OptionChangedEvent, TypingEndEvent, TypingStartEvent, User } from 'devextreme/ui/chat'; +import type { DataSourceOptions } from 'devextreme/data/data_source'; +import type { Store } from 'devextreme/data/store'; +import type { Format } from 'devextreme/common/core/localization'; +import type { dxFileUploaderOptions } from 'devextreme/ui/file_uploader'; +import type { dxSpeechToTextOptions } from 'devextreme/ui/speech_to_text'; import DxChat from 'devextreme/ui/chat'; From d191cff4068bec38cda7e29d8ccf1e84753aa506 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 25 Mar 2026 13:02:42 +0100 Subject: [PATCH 38/48] use udpated devextreme-internal-tools for generation --- .../src/common/ai-integration/index.ts | 2 + .../src/common/charts/index.ts | 6 +- .../src/common/core/animation/index.ts | 12 +- .../src/common/core/environment/index.ts | 4 +- .../src/common/core/events/index.ts | 10 +- .../src/common/core/index.ts | 1 + .../src/common/core/localization/index.ts | 4 +- .../src/common/data/index.ts | 26 +- .../src/common/export/excel/index.ts | 6 +- .../src/common/export/index.ts | 1 + .../src/common/export/pdf/index.ts | 6 +- .../src/common/grids/index.ts | 2 +- .../devextreme-angular/src/common/index.ts | 288 +- packages/devextreme-angular/src/index.ts | 272 +- .../src/common/ai-integration.ts | 2 + .../devextreme-react/src/common/charts.ts | 6 +- .../src/common/core/animation.ts | 12 +- .../src/common/core/environment.ts | 4 +- .../src/common/core/events.ts | 10 +- .../devextreme-react/src/common/core/index.ts | 1 + .../src/common/core/localization.ts | 4 +- packages/devextreme-react/src/common/data.ts | 26 +- .../src/common/export/excel.ts | 6 +- .../src/common/export/index.ts | 1 + .../devextreme-react/src/common/export/pdf.ts | 6 +- packages/devextreme-react/src/common/grids.ts | 2 +- packages/devextreme-react/src/common/index.ts | 288 +- .../src/common/ai-integration.ts | 2 + packages/devextreme-vue/src/common/charts.ts | 6 +- .../src/common/core/animation.ts | 12 +- .../src/common/core/environment.ts | 4 +- .../devextreme-vue/src/common/core/events.ts | 10 +- .../devextreme-vue/src/common/core/index.ts | 1 + .../src/common/core/localization.ts | 4 +- packages/devextreme-vue/src/common/data.ts | 26 +- .../devextreme-vue/src/common/export/excel.ts | 6 +- .../devextreme-vue/src/common/export/index.ts | 1 + .../devextreme-vue/src/common/export/pdf.ts | 6 +- packages/devextreme-vue/src/common/grids.ts | 2 +- packages/devextreme-vue/src/common/index.ts | 288 +- pnpm-lock.yaml | 5051 ++++++++--------- pnpm-workspace.yaml | 2 +- 42 files changed, 3669 insertions(+), 2760 deletions(-) diff --git a/packages/devextreme-angular/src/common/ai-integration/index.ts b/packages/devextreme-angular/src/common/ai-integration/index.ts index 083e552e74da..66f7e1dec41e 100644 --- a/packages/devextreme-angular/src/common/ai-integration/index.ts +++ b/packages/devextreme-angular/src/common/ai-integration/index.ts @@ -1,5 +1,7 @@ export { AIIntegration, +} from 'devextreme/common/ai-integration'; +export type { AIIntegrationOptions, AIProvider, AIResponse, diff --git a/packages/devextreme-angular/src/common/charts/index.ts b/packages/devextreme-angular/src/common/charts/index.ts index 97be47287157..a00cf9b13037 100644 --- a/packages/devextreme-angular/src/common/charts/index.ts +++ b/packages/devextreme-angular/src/common/charts/index.ts @@ -1,4 +1,8 @@ export { + registerGradient, + registerPattern, +} from 'devextreme/common/charts'; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, @@ -22,8 +26,6 @@ export { PaletteExtensionMode, PointInteractionMode, PointSymbol, - registerGradient, - registerPattern, RelativePosition, ScaleBreak, ScaleBreakLineStyle, diff --git a/packages/devextreme-angular/src/common/core/animation/index.ts b/packages/devextreme-angular/src/common/core/animation/index.ts index 9014c94673c5..c69d7b8ad712 100644 --- a/packages/devextreme-angular/src/common/core/animation/index.ts +++ b/packages/devextreme-angular/src/common/core/animation/index.ts @@ -1,12 +1,14 @@ export { - AnimationConfig, animationPresets, - AnimationState, cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, fx, - PositionConfig, requestAnimationFrame, TransitionExecutor, } from 'devextreme/common/core/animation'; +export type { + AnimationConfig, + AnimationState, + CollisionResolution, + CollisionResolutionCombination, + PositionConfig, +} from 'devextreme/common/core/animation'; diff --git a/packages/devextreme-angular/src/common/core/environment/index.ts b/packages/devextreme-angular/src/common/core/environment/index.ts index 19ae8891d1ea..de7242f4f18b 100644 --- a/packages/devextreme-angular/src/common/core/environment/index.ts +++ b/packages/devextreme-angular/src/common/core/environment/index.ts @@ -1,7 +1,9 @@ export { - Device, getTimeZones, hideTopOverlay, initMobileViewport, +} from 'devextreme/common/core/environment'; +export type { + Device, SchedulerTimeZone, } from 'devextreme/common/core/environment'; diff --git a/packages/devextreme-angular/src/common/core/events/index.ts b/packages/devextreme-angular/src/common/core/events/index.ts index 23f9af001715..14aa089a9250 100644 --- a/packages/devextreme-angular/src/common/core/events/index.ts +++ b/packages/devextreme-angular/src/common/core/events/index.ts @@ -1,4 +1,10 @@ export { + off, + on, + one, + trigger, +} from 'devextreme/common/core/events'; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, @@ -7,8 +13,4 @@ export { InitializedEventInfo, ItemInfo, NativeEventInfo, - off, - on, - one, - trigger, } from 'devextreme/common/core/events'; diff --git a/packages/devextreme-angular/src/common/core/index.ts b/packages/devextreme-angular/src/common/core/index.ts index 3e8c304c3d8b..4cc5a124df5b 100644 --- a/packages/devextreme-angular/src/common/core/index.ts +++ b/packages/devextreme-angular/src/common/core/index.ts @@ -2,3 +2,4 @@ export * as Animation from './animation'; export * as Environment from './environment'; export * as Events from './events'; export * as Localization from './localization'; + diff --git a/packages/devextreme-angular/src/common/core/localization/index.ts b/packages/devextreme-angular/src/common/core/localization/index.ts index e2fe4bb70025..6e576bc9892d 100644 --- a/packages/devextreme-angular/src/common/core/localization/index.ts +++ b/packages/devextreme-angular/src/common/core/localization/index.ts @@ -1,5 +1,4 @@ export { - Format, formatDate, formatMessage, formatNumber, @@ -8,3 +7,6 @@ export { parseDate, parseNumber, } from 'devextreme/common/core/localization'; +export type { + Format, +} from 'devextreme/common/core/localization'; diff --git a/packages/devextreme-angular/src/common/data/index.ts b/packages/devextreme-angular/src/common/data/index.ts index 25c15fd09554..5a681f8150bf 100644 --- a/packages/devextreme-angular/src/common/data/index.ts +++ b/packages/devextreme-angular/src/common/data/index.ts @@ -1,41 +1,43 @@ export { applyChanges, ArrayStore, - ArrayStoreOptions, base64_encode, compileGetter, compileSetter, CustomStore, - CustomStoreOptions, DataSource, - DataSourceOptions, EdmLiteral, EndpointSelector, errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, + LocalStore, + ODataContext, + ODataStore, + query, + setErrorHandler, +} from 'devextreme/common/data'; +export type { + ArrayStoreOptions, + CustomStoreOptions, + DataSourceOptions, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, - LocalStore, LocalStoreOptions, - ODataContext, ODataContextOptions, - ODataStore, ODataStoreOptions, - query, Query, ResolvedData, SearchOperation, SelectDescriptor, - setErrorHandler, SortDescriptor, Store, StoreOptions, diff --git a/packages/devextreme-angular/src/common/export/excel/index.ts b/packages/devextreme-angular/src/common/export/excel/index.ts index 3950dc29547d..6a69a22c1442 100644 --- a/packages/devextreme-angular/src/common/export/excel/index.ts +++ b/packages/devextreme-angular/src/common/export/excel/index.ts @@ -1,10 +1,12 @@ export { + exportDataGrid, + exportPivotGrid, +} from 'devextreme/common/export/excel'; +export type { CellAddress, CellRange, DataGridCell, DataGridExportOptions, - exportDataGrid, - exportPivotGrid, PivotGridCell, PivotGridExportOptions, } from 'devextreme/common/export/excel'; diff --git a/packages/devextreme-angular/src/common/export/index.ts b/packages/devextreme-angular/src/common/export/index.ts index ef73ffadf731..0a7b55abcd7f 100644 --- a/packages/devextreme-angular/src/common/export/index.ts +++ b/packages/devextreme-angular/src/common/export/index.ts @@ -1,2 +1,3 @@ export * as Excel from './excel'; export * as Pdf from './pdf'; + diff --git a/packages/devextreme-angular/src/common/export/pdf/index.ts b/packages/devextreme-angular/src/common/export/pdf/index.ts index e2deb669df82..1a0d715a9f46 100644 --- a/packages/devextreme-angular/src/common/export/pdf/index.ts +++ b/packages/devextreme-angular/src/common/export/pdf/index.ts @@ -1,9 +1,11 @@ export { + exportDataGrid, + exportGantt, +} from 'devextreme/common/export/pdf'; +export type { Cell, DataGridCell, DataGridExportOptions, - exportDataGrid, - exportGantt, GanttExportFont, GanttExportOptions, } from 'devextreme/common/export/pdf'; diff --git a/packages/devextreme-angular/src/common/grids/index.ts b/packages/devextreme-angular/src/common/grids/index.ts index deb21ba859b0..3a0957fda2f1 100644 --- a/packages/devextreme-angular/src/common/grids/index.ts +++ b/packages/devextreme-angular/src/common/grids/index.ts @@ -1,4 +1,4 @@ -export { +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, diff --git a/packages/devextreme-angular/src/common/index.ts b/packages/devextreme-angular/src/common/index.ts index 42ed62d53711..05834113823d 100644 --- a/packages/devextreme-angular/src/common/index.ts +++ b/packages/devextreme-angular/src/common/index.ts @@ -1,11 +1,26 @@ +import * as AiIntegrationModule from 'devextreme/common/ai-integration'; +import * as ChartsModule from 'devextreme/common/charts'; +import * as CoreAnimationModule from 'devextreme/common/core/animation'; +import * as CoreEnvironmentModule from 'devextreme/common/core/environment'; +import * as CoreEventsModule from 'devextreme/common/core/events'; +import * as CoreLocalizationModule from 'devextreme/common/core/localization'; +import * as DataModule from 'devextreme/common/data'; +import * as ExportExcelModule from 'devextreme/common/export/excel'; +import * as ExportPdfModule from 'devextreme/common/export/pdf'; +import * as GridsModule from 'devextreme/common/grids'; + export { + config, + Guid, + setTemplateEngine, +} from 'devextreme/common'; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, - config, CustomRule, DataStructure, DataType, @@ -24,7 +39,6 @@ export { FloatingActionButtonDirection, Format, GlobalConfig, - Guid, HorizontalAlignment, HorizontalEdge, LabelMode, @@ -45,7 +59,6 @@ export { ScrollMode, SearchMode, SelectAllMode, - setTemplateEngine, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, @@ -75,9 +88,266 @@ export { VerticalEdge, } from 'devextreme/common'; -export * as AiIntegration from './ai-integration'; -export * as Charts from './charts'; -export * as Core from './core/index'; -export * as Data from './data'; -export * as Export from './export/index'; -export * as Grids from './grids'; +export namespace AiIntegration { + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; +} + +export namespace Charts { + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; + } + export namespace Environment { + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; + } +} + +export namespace Data { + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export type CellAddress = ExportExcelModule.CellAddress; + export type CellRange = ExportExcelModule.CellRange; + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; + } +} + +export function Grids(): void {} +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; +} + diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index e7a33f1eb8ac..b387f2eeeb37 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -1,8 +1,20 @@ -export * from 'devextreme-angular/core'; -export * from './ui/all'; import './common'; import './common/grids'; import './common/charts'; +import * as CommonModule from './common/index'; +import * as AiIntegrationModule from './common/ai-integration'; +import * as ChartsModule from './common/charts'; +import * as CoreAnimationModule from './common/core/animation'; +import * as CoreEnvironmentModule from './common/core/environment'; +import * as CoreEventsModule from './common/core/events'; +import * as CoreLocalizationModule from './common/core/localization'; +import * as DataModule from './common/data'; +import * as ExportExcelModule from './common/export/excel'; +import * as ExportPdfModule from './common/export/pdf'; + +export * from 'devextreme-angular/core'; +export * from './ui/all'; + export { DxAccordionComponent, DxAccordionModule } from 'devextreme-angular/ui/accordion'; export { DxActionSheetComponent, DxActionSheetModule } from 'devextreme-angular/ui/action-sheet'; export { DxAutocompleteComponent, DxAutocompleteModule } from 'devextreme-angular/ui/autocomplete'; @@ -86,4 +98,258 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -export * as Common from './common/index'; +export namespace Common { + export type ApplyValueMode = import('devextreme/common').ApplyValueMode; + export type AsyncRule = import('devextreme/common').AsyncRule; + export type ButtonStyle = import('devextreme/common').ButtonStyle; + export type ButtonType = import('devextreme/common').ButtonType; + export type CompareRule = import('devextreme/common').CompareRule; + export type ComparisonOperator = import('devextreme/common').ComparisonOperator; + export const config = (CommonModule as any).config as typeof import('devextreme/common').config; + export type CustomRule = import('devextreme/common').CustomRule; + export type DataStructure = import('devextreme/common').DataStructure; + export type DataType = import('devextreme/common').DataType; + export type DateLike = import('devextreme/common').DateLike; + export type DefaultOptionsRule = import('devextreme/common').DefaultOptionsRule; + export type Direction = import('devextreme/common').Direction; + export type DisplayMode = import('devextreme/common').DisplayMode; + export type DragDirection = import('devextreme/common').DragDirection; + export type Draggable = import('devextreme/common').Draggable; + export type DragHighlight = import('devextreme/common').DragHighlight; + export type EditorStyle = import('devextreme/common').EditorStyle; + export type EmailRule = import('devextreme/common').EmailRule; + export type ExportFormat = import('devextreme/common').ExportFormat; + export type FieldChooserLayout = import('devextreme/common').FieldChooserLayout; + export type FirstDayOfWeek = import('devextreme/common').FirstDayOfWeek; + export type FloatingActionButtonDirection = import('devextreme/common').FloatingActionButtonDirection; + export type Format = import('devextreme/common').Format; + export type GlobalConfig = import('devextreme/common').GlobalConfig; + export const Guid = (CommonModule as any).Guid as typeof import('devextreme/common').Guid; + export type Guid = import('devextreme/common').Guid; + export type HorizontalAlignment = import('devextreme/common').HorizontalAlignment; + export type HorizontalEdge = import('devextreme/common').HorizontalEdge; + export type LabelMode = import('devextreme/common').LabelMode; + export type MaskMode = import('devextreme/common').MaskMode; + export type Mode = import('devextreme/common').Mode; + export type NumericRule = import('devextreme/common').NumericRule; + export type Orientation = import('devextreme/common').Orientation; + export type PageLoadMode = import('devextreme/common').PageLoadMode; + export type PageOrientation = import('devextreme/common').PageOrientation; + export type PatternRule = import('devextreme/common').PatternRule; + export type Position = import('devextreme/common').Position; + export type PositionAlignment = import('devextreme/common').PositionAlignment; + export type RangeRule = import('devextreme/common').RangeRule; + export type RequiredRule = import('devextreme/common').RequiredRule; + export type Scrollable = import('devextreme/common').Scrollable; + export type ScrollbarMode = import('devextreme/common').ScrollbarMode; + export type ScrollDirection = import('devextreme/common').ScrollDirection; + export type ScrollMode = import('devextreme/common').ScrollMode; + export type SearchMode = import('devextreme/common').SearchMode; + export type SelectAllMode = import('devextreme/common').SelectAllMode; + export const setTemplateEngine = (CommonModule as any).setTemplateEngine as typeof import('devextreme/common').setTemplateEngine; + export type SimplifiedSearchMode = import('devextreme/common').SimplifiedSearchMode; + export type SingleMultipleAllOrNone = import('devextreme/common').SingleMultipleAllOrNone; + export type SingleMultipleOrNone = import('devextreme/common').SingleMultipleOrNone; + export type SingleOrMultiple = import('devextreme/common').SingleOrMultiple; + export type SingleOrNone = import('devextreme/common').SingleOrNone; + export type SliderValueChangeMode = import('devextreme/common').SliderValueChangeMode; + export type Sortable = import('devextreme/common').Sortable; + export type SortOrder = import('devextreme/common').SortOrder; + export type StoreType = import('devextreme/common').StoreType; + export type StringLengthRule = import('devextreme/common').StringLengthRule; + export type SubmenuShowMode = import('devextreme/common').SubmenuShowMode; + export type TabsIconPosition = import('devextreme/common').TabsIconPosition; + export type TabsStyle = import('devextreme/common').TabsStyle; + export type template = import('devextreme/common').template; + export type TextBoxPredefinedButton = import('devextreme/common').TextBoxPredefinedButton; + export type TextEditorButton = import('devextreme/common').TextEditorButton; + export type TextEditorButtonLocation = import('devextreme/common').TextEditorButtonLocation; + export type ToolbarItemComponent = import('devextreme/common').ToolbarItemComponent; + export type ToolbarItemLocation = import('devextreme/common').ToolbarItemLocation; + export type TooltipShowMode = import('devextreme/common').TooltipShowMode; + export type ValidationCallbackData = import('devextreme/common').ValidationCallbackData; + export type ValidationMessageMode = import('devextreme/common').ValidationMessageMode; + export type ValidationRule = import('devextreme/common').ValidationRule; + export type ValidationRuleType = import('devextreme/common').ValidationRuleType; + export type ValidationStatus = import('devextreme/common').ValidationStatus; + export type VerticalAlignment = import('devextreme/common').VerticalAlignment; + export type VerticalEdge = import('devextreme/common').VerticalEdge; + export namespace AiIntegration { + export const AIIntegration = (AiIntegrationModule as any).AIIntegration as typeof import('devextreme/common/ai-integration').AIIntegration; + export type AIIntegration = import('devextreme/common/ai-integration').AIIntegration; + export type AIIntegrationOptions = import('devextreme/common/ai-integration').AIIntegrationOptions; + export type AIProvider = import('devextreme/common/ai-integration').AIProvider; + export type AIResponse = import('devextreme/common/ai-integration').AIResponse; + export type GenerateGridColumnCommandResponse = import('devextreme/common/ai-integration').GenerateGridColumnCommandResponse; + export type Prompt = import('devextreme/common/ai-integration').Prompt; + export type RequestParams = import('devextreme/common/ai-integration').RequestParams; + export type RequestParamsData = import('devextreme/common/ai-integration').RequestParamsData; + export type Response = import('devextreme/common/ai-integration').Response; + } + export namespace Charts { + export type AnimationEaseMode = import('devextreme/common/charts').AnimationEaseMode; + export type AnnotationType = import('devextreme/common/charts').AnnotationType; + export type ArgumentAxisHoverMode = import('devextreme/common/charts').ArgumentAxisHoverMode; + export type AxisScaleType = import('devextreme/common/charts').AxisScaleType; + export type ChartsAxisLabelOverlap = import('devextreme/common/charts').ChartsAxisLabelOverlap; + export type ChartsColor = import('devextreme/common/charts').ChartsColor; + export type ChartsDataType = import('devextreme/common/charts').ChartsDataType; + export type ChartsLabelOverlap = import('devextreme/common/charts').ChartsLabelOverlap; + export type DashStyle = import('devextreme/common/charts').DashStyle; + export type DiscreteAxisDivisionMode = import('devextreme/common/charts').DiscreteAxisDivisionMode; + export type Font = import('devextreme/common/charts').Font; + export type GradientColor = import('devextreme/common/charts').GradientColor; + export type HatchDirection = import('devextreme/common/charts').HatchDirection; + export type LabelOverlap = import('devextreme/common/charts').LabelOverlap; + export type LabelPosition = import('devextreme/common/charts').LabelPosition; + export type LegendHoverMode = import('devextreme/common/charts').LegendHoverMode; + export type LegendItem = import('devextreme/common/charts').LegendItem; + export type LegendMarkerState = import('devextreme/common/charts').LegendMarkerState; + export type Palette = import('devextreme/common/charts').Palette; + export type PaletteColorSet = import('devextreme/common/charts').PaletteColorSet; + export type PaletteExtensionMode = import('devextreme/common/charts').PaletteExtensionMode; + export type PointInteractionMode = import('devextreme/common/charts').PointInteractionMode; + export type PointSymbol = import('devextreme/common/charts').PointSymbol; + export const registerGradient = (ChartsModule as any).registerGradient as typeof import('devextreme/common/charts').registerGradient; + export const registerPattern = (ChartsModule as any).registerPattern as typeof import('devextreme/common/charts').registerPattern; + export type RelativePosition = import('devextreme/common/charts').RelativePosition; + export type ScaleBreak = import('devextreme/common/charts').ScaleBreak; + export type ScaleBreakLineStyle = import('devextreme/common/charts').ScaleBreakLineStyle; + export type SeriesHoverMode = import('devextreme/common/charts').SeriesHoverMode; + export type SeriesLabel = import('devextreme/common/charts').SeriesLabel; + export type SeriesPoint = import('devextreme/common/charts').SeriesPoint; + export type SeriesSelectionMode = import('devextreme/common/charts').SeriesSelectionMode; + export type SeriesType = import('devextreme/common/charts').SeriesType; + export type ShiftLabelOverlap = import('devextreme/common/charts').ShiftLabelOverlap; + export type TextOverflow = import('devextreme/common/charts').TextOverflow; + export type Theme = import('devextreme/common/charts').Theme; + export type TimeInterval = import('devextreme/common/charts').TimeInterval; + export type TimeIntervalConfig = import('devextreme/common/charts').TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = import('devextreme/common/charts').ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = import('devextreme/common/charts').ValueErrorBarDisplayMode; + export type ValueErrorBarType = import('devextreme/common/charts').ValueErrorBarType; + export type VisualRange = import('devextreme/common/charts').VisualRange; + export type VisualRangeUpdateMode = import('devextreme/common/charts').VisualRangeUpdateMode; + export type WordWrap = import('devextreme/common/charts').WordWrap; + export type ZoomPanAction = import('devextreme/common/charts').ZoomPanAction; + } + export namespace Core { + export namespace Animation { + export type AnimationConfig = import('devextreme/common/core/animation').AnimationConfig; + export const animationPresets = (CoreAnimationModule as any).animationPresets as typeof import('devextreme/common/core/animation').animationPresets; + export type AnimationState = import('devextreme/common/core/animation').AnimationState; + export const cancelAnimationFrame = (CoreAnimationModule as any).cancelAnimationFrame as typeof import('devextreme/common/core/animation').cancelAnimationFrame; + export type CollisionResolution = import('devextreme/common/core/animation').CollisionResolution; + export type CollisionResolutionCombination = import('devextreme/common/core/animation').CollisionResolutionCombination; + export const fx = (CoreAnimationModule as any).fx as typeof import('devextreme/common/core/animation').fx; + export type PositionConfig = import('devextreme/common/core/animation').PositionConfig; + export const requestAnimationFrame = (CoreAnimationModule as any).requestAnimationFrame as typeof import('devextreme/common/core/animation').requestAnimationFrame; + export const TransitionExecutor = (CoreAnimationModule as any).TransitionExecutor as typeof import('devextreme/common/core/animation').TransitionExecutor; + export type TransitionExecutor = import('devextreme/common/core/animation').TransitionExecutor; + } + export namespace Environment { + export type Device = import('devextreme/common/core/environment').Device; + export const getTimeZones = (CoreEnvironmentModule as any).getTimeZones as typeof import('devextreme/common/core/environment').getTimeZones; + export const hideTopOverlay = (CoreEnvironmentModule as any).hideTopOverlay as typeof import('devextreme/common/core/environment').hideTopOverlay; + export const initMobileViewport = (CoreEnvironmentModule as any).initMobileViewport as typeof import('devextreme/common/core/environment').initMobileViewport; + export type SchedulerTimeZone = import('devextreme/common/core/environment').SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = import('devextreme/common/core/events').AsyncCancelable; + export type Cancelable = import('devextreme/common/core/events').Cancelable; + export type ChangedOptionInfo = import('devextreme/common/core/events').ChangedOptionInfo; + export type EventInfo = import('devextreme/common/core/events').EventInfo; + export type EventObject = import('devextreme/common/core/events').EventObject; + export type InitializedEventInfo = import('devextreme/common/core/events').InitializedEventInfo; + export type ItemInfo = import('devextreme/common/core/events').ItemInfo; + export type NativeEventInfo = import('devextreme/common/core/events').NativeEventInfo; + export const off = (CoreEventsModule as any).off as typeof import('devextreme/common/core/events').off; + export const on = (CoreEventsModule as any).on as typeof import('devextreme/common/core/events').on; + export const one = (CoreEventsModule as any).one as typeof import('devextreme/common/core/events').one; + export const trigger = (CoreEventsModule as any).trigger as typeof import('devextreme/common/core/events').trigger; + } + export namespace Localization { + export type Format = import('devextreme/common/core/localization').Format; + export const formatDate = (CoreLocalizationModule as any).formatDate as typeof import('devextreme/common/core/localization').formatDate; + export const formatMessage = (CoreLocalizationModule as any).formatMessage as typeof import('devextreme/common/core/localization').formatMessage; + export const formatNumber = (CoreLocalizationModule as any).formatNumber as typeof import('devextreme/common/core/localization').formatNumber; + export const loadMessages = (CoreLocalizationModule as any).loadMessages as typeof import('devextreme/common/core/localization').loadMessages; + export const locale = (CoreLocalizationModule as any).locale as typeof import('devextreme/common/core/localization').locale; + export const parseDate = (CoreLocalizationModule as any).parseDate as typeof import('devextreme/common/core/localization').parseDate; + export const parseNumber = (CoreLocalizationModule as any).parseNumber as typeof import('devextreme/common/core/localization').parseNumber; + } + } + export namespace Data { + export const applyChanges = (DataModule as any).applyChanges as typeof import('devextreme/common/data').applyChanges; + export const ArrayStore = (DataModule as any).ArrayStore as typeof import('devextreme/common/data').ArrayStore; + export type ArrayStore = import('devextreme/common/data').ArrayStore; + export type ArrayStoreOptions = import('devextreme/common/data').ArrayStoreOptions; + export const base64_encode = (DataModule as any).base64_encode as typeof import('devextreme/common/data').base64_encode; + export const compileGetter = (DataModule as any).compileGetter as typeof import('devextreme/common/data').compileGetter; + export const compileSetter = (DataModule as any).compileSetter as typeof import('devextreme/common/data').compileSetter; + export const CustomStore = (DataModule as any).CustomStore as typeof import('devextreme/common/data').CustomStore; + export type CustomStore = import('devextreme/common/data').CustomStore; + export type CustomStoreOptions = import('devextreme/common/data').CustomStoreOptions; + export const DataSource = (DataModule as any).DataSource as typeof import('devextreme/common/data').DataSource; + export type DataSource = import('devextreme/common/data').DataSource; + export type DataSourceOptions = import('devextreme/common/data').DataSourceOptions; + export const EdmLiteral = (DataModule as any).EdmLiteral as typeof import('devextreme/common/data').EdmLiteral; + export type EdmLiteral = import('devextreme/common/data').EdmLiteral; + export const EndpointSelector = (DataModule as any).EndpointSelector as typeof import('devextreme/common/data').EndpointSelector; + export type EndpointSelector = import('devextreme/common/data').EndpointSelector; + export const errorHandler = (DataModule as any).errorHandler as typeof import('devextreme/common/data').errorHandler; + export type FilterDescriptor = import('devextreme/common/data').FilterDescriptor; + export type GroupDescriptor = import('devextreme/common/data').GroupDescriptor; + export type GroupingInterval = import('devextreme/common/data').GroupingInterval; + export type GroupItem = import('devextreme/common/data').GroupItem; + export const isGroupItemsArray = (DataModule as any).isGroupItemsArray as typeof import('devextreme/common/data').isGroupItemsArray; + export const isItemsArray = (DataModule as any).isItemsArray as typeof import('devextreme/common/data').isItemsArray; + export const isLoadResultObject = (DataModule as any).isLoadResultObject as typeof import('devextreme/common/data').isLoadResultObject; + export const keyConverters = (DataModule as any).keyConverters as typeof import('devextreme/common/data').keyConverters; + export type LangParams = import('devextreme/common/data').LangParams; + export type LoadOptions = import('devextreme/common/data').LoadOptions; + export type LoadResult = import('devextreme/common/data').LoadResult; + export type LoadResultObject = import('devextreme/common/data').LoadResultObject; + export const LocalStore = (DataModule as any).LocalStore as typeof import('devextreme/common/data').LocalStore; + export type LocalStore = import('devextreme/common/data').LocalStore; + export type LocalStoreOptions = import('devextreme/common/data').LocalStoreOptions; + export const ODataContext = (DataModule as any).ODataContext as typeof import('devextreme/common/data').ODataContext; + export type ODataContext = import('devextreme/common/data').ODataContext; + export type ODataContextOptions = import('devextreme/common/data').ODataContextOptions; + export const ODataStore = (DataModule as any).ODataStore as typeof import('devextreme/common/data').ODataStore; + export type ODataStore = import('devextreme/common/data').ODataStore; + export type ODataStoreOptions = import('devextreme/common/data').ODataStoreOptions; + export const query = (DataModule as any).query as typeof import('devextreme/common/data').query; + export type Query = import('devextreme/common/data').Query; + export type ResolvedData = import('devextreme/common/data').ResolvedData; + export type SearchOperation = import('devextreme/common/data').SearchOperation; + export type SelectDescriptor = import('devextreme/common/data').SelectDescriptor; + export const setErrorHandler = (DataModule as any).setErrorHandler as typeof import('devextreme/common/data').setErrorHandler; + export type SortDescriptor = import('devextreme/common/data').SortDescriptor; + export type Store = import('devextreme/common/data').Store; + export type StoreOptions = import('devextreme/common/data').StoreOptions; + export type SummaryDescriptor = import('devextreme/common/data').SummaryDescriptor; + } + export namespace Export { + export namespace Excel { + export type CellAddress = import('devextreme/common/export/excel').CellAddress; + export type CellRange = import('devextreme/common/export/excel').CellRange; + export type DataGridCell = import('devextreme/common/export/excel').DataGridCell; + export type DataGridExportOptions = import('devextreme/common/export/excel').DataGridExportOptions; + export const exportDataGrid = (ExportExcelModule as any).exportDataGrid as typeof import('devextreme/common/export/excel').exportDataGrid; + export const exportPivotGrid = (ExportExcelModule as any).exportPivotGrid as typeof import('devextreme/common/export/excel').exportPivotGrid; + export type PivotGridCell = import('devextreme/common/export/excel').PivotGridCell; + export type PivotGridExportOptions = import('devextreme/common/export/excel').PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = import('devextreme/common/export/pdf').Cell; + export type DataGridCell = import('devextreme/common/export/pdf').DataGridCell; + export type DataGridExportOptions = import('devextreme/common/export/pdf').DataGridExportOptions; + export const exportDataGrid = (ExportPdfModule as any).exportDataGrid as typeof import('devextreme/common/export/pdf').exportDataGrid; + export const exportGantt = (ExportPdfModule as any).exportGantt as typeof import('devextreme/common/export/pdf').exportGantt; + export type GanttExportFont = import('devextreme/common/export/pdf').GanttExportFont; + export type GanttExportOptions = import('devextreme/common/export/pdf').GanttExportOptions; + } + } + export function Grids(): void {} +} diff --git a/packages/devextreme-react/src/common/ai-integration.ts b/packages/devextreme-react/src/common/ai-integration.ts index b4af2d19435b..f6ca0c1cbc5f 100644 --- a/packages/devextreme-react/src/common/ai-integration.ts +++ b/packages/devextreme-react/src/common/ai-integration.ts @@ -1,5 +1,7 @@ export { AIIntegration, +} from "devextreme/common/ai-integration"; +export type { AIIntegrationOptions, AIProvider, AIResponse, diff --git a/packages/devextreme-react/src/common/charts.ts b/packages/devextreme-react/src/common/charts.ts index 2ed2d4a55665..4a06e00e579d 100644 --- a/packages/devextreme-react/src/common/charts.ts +++ b/packages/devextreme-react/src/common/charts.ts @@ -1,4 +1,8 @@ export { + registerGradient, + registerPattern, +} from "devextreme/common/charts"; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, @@ -22,8 +26,6 @@ export { PaletteExtensionMode, PointInteractionMode, PointSymbol, - registerGradient, - registerPattern, RelativePosition, ScaleBreak, ScaleBreakLineStyle, diff --git a/packages/devextreme-react/src/common/core/animation.ts b/packages/devextreme-react/src/common/core/animation.ts index 65dbc2236713..a928927d94d1 100644 --- a/packages/devextreme-react/src/common/core/animation.ts +++ b/packages/devextreme-react/src/common/core/animation.ts @@ -1,12 +1,14 @@ export { - AnimationConfig, animationPresets, - AnimationState, cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, fx, - PositionConfig, requestAnimationFrame, TransitionExecutor, } from "devextreme/common/core/animation"; +export type { + AnimationConfig, + AnimationState, + CollisionResolution, + CollisionResolutionCombination, + PositionConfig, +} from "devextreme/common/core/animation"; diff --git a/packages/devextreme-react/src/common/core/environment.ts b/packages/devextreme-react/src/common/core/environment.ts index 8830f31c4290..16e3201b802f 100644 --- a/packages/devextreme-react/src/common/core/environment.ts +++ b/packages/devextreme-react/src/common/core/environment.ts @@ -1,7 +1,9 @@ export { - Device, getTimeZones, hideTopOverlay, initMobileViewport, +} from "devextreme/common/core/environment"; +export type { + Device, SchedulerTimeZone, } from "devextreme/common/core/environment"; diff --git a/packages/devextreme-react/src/common/core/events.ts b/packages/devextreme-react/src/common/core/events.ts index f7b89308f060..cbaeb8e02933 100644 --- a/packages/devextreme-react/src/common/core/events.ts +++ b/packages/devextreme-react/src/common/core/events.ts @@ -1,4 +1,10 @@ export { + off, + on, + one, + trigger, +} from "devextreme/common/core/events"; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, @@ -7,8 +13,4 @@ export { InitializedEventInfo, ItemInfo, NativeEventInfo, - off, - on, - one, - trigger, } from "devextreme/common/core/events"; diff --git a/packages/devextreme-react/src/common/core/index.ts b/packages/devextreme-react/src/common/core/index.ts index 2f48cae6d949..b89f27d74829 100644 --- a/packages/devextreme-react/src/common/core/index.ts +++ b/packages/devextreme-react/src/common/core/index.ts @@ -2,3 +2,4 @@ export * as Animation from "./animation"; export * as Environment from "./environment"; export * as Events from "./events"; export * as Localization from "./localization"; + diff --git a/packages/devextreme-react/src/common/core/localization.ts b/packages/devextreme-react/src/common/core/localization.ts index 8dd8ec2ad04b..6dbb7f75a2a6 100644 --- a/packages/devextreme-react/src/common/core/localization.ts +++ b/packages/devextreme-react/src/common/core/localization.ts @@ -1,5 +1,4 @@ export { - Format, formatDate, formatMessage, formatNumber, @@ -8,3 +7,6 @@ export { parseDate, parseNumber, } from "devextreme/common/core/localization"; +export type { + Format, +} from "devextreme/common/core/localization"; diff --git a/packages/devextreme-react/src/common/data.ts b/packages/devextreme-react/src/common/data.ts index 16a77b01921d..9dc779507085 100644 --- a/packages/devextreme-react/src/common/data.ts +++ b/packages/devextreme-react/src/common/data.ts @@ -1,41 +1,43 @@ export { applyChanges, ArrayStore, - ArrayStoreOptions, base64_encode, compileGetter, compileSetter, CustomStore, - CustomStoreOptions, DataSource, - DataSourceOptions, EdmLiteral, EndpointSelector, errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, + LocalStore, + ODataContext, + ODataStore, + query, + setErrorHandler, +} from "devextreme/common/data"; +export type { + ArrayStoreOptions, + CustomStoreOptions, + DataSourceOptions, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, - LocalStore, LocalStoreOptions, - ODataContext, ODataContextOptions, - ODataStore, ODataStoreOptions, - query, Query, ResolvedData, SearchOperation, SelectDescriptor, - setErrorHandler, SortDescriptor, Store, StoreOptions, diff --git a/packages/devextreme-react/src/common/export/excel.ts b/packages/devextreme-react/src/common/export/excel.ts index 694268a72b5e..9656f007ed7d 100644 --- a/packages/devextreme-react/src/common/export/excel.ts +++ b/packages/devextreme-react/src/common/export/excel.ts @@ -1,10 +1,12 @@ export { + exportDataGrid, + exportPivotGrid, +} from "devextreme/common/export/excel"; +export type { CellAddress, CellRange, DataGridCell, DataGridExportOptions, - exportDataGrid, - exportPivotGrid, PivotGridCell, PivotGridExportOptions, } from "devextreme/common/export/excel"; diff --git a/packages/devextreme-react/src/common/export/index.ts b/packages/devextreme-react/src/common/export/index.ts index ece2a724b2db..6e316e03d33a 100644 --- a/packages/devextreme-react/src/common/export/index.ts +++ b/packages/devextreme-react/src/common/export/index.ts @@ -1,2 +1,3 @@ export * as Excel from "./excel"; export * as Pdf from "./pdf"; + diff --git a/packages/devextreme-react/src/common/export/pdf.ts b/packages/devextreme-react/src/common/export/pdf.ts index 2b95e14b2487..56f2927634e8 100644 --- a/packages/devextreme-react/src/common/export/pdf.ts +++ b/packages/devextreme-react/src/common/export/pdf.ts @@ -1,9 +1,11 @@ export { + exportDataGrid, + exportGantt, +} from "devextreme/common/export/pdf"; +export type { Cell, DataGridCell, DataGridExportOptions, - exportDataGrid, - exportGantt, GanttExportFont, GanttExportOptions, } from "devextreme/common/export/pdf"; diff --git a/packages/devextreme-react/src/common/grids.ts b/packages/devextreme-react/src/common/grids.ts index a899cf0d9278..3a2c80da1a00 100644 --- a/packages/devextreme-react/src/common/grids.ts +++ b/packages/devextreme-react/src/common/grids.ts @@ -1,4 +1,4 @@ -export { +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, diff --git a/packages/devextreme-react/src/common/index.ts b/packages/devextreme-react/src/common/index.ts index 0c8863a9cd93..44eee965a2a0 100644 --- a/packages/devextreme-react/src/common/index.ts +++ b/packages/devextreme-react/src/common/index.ts @@ -1,11 +1,26 @@ +import * as AiIntegrationModule from "devextreme/common/ai-integration"; +import * as ChartsModule from "devextreme/common/charts"; +import * as CoreAnimationModule from "devextreme/common/core/animation"; +import * as CoreEnvironmentModule from "devextreme/common/core/environment"; +import * as CoreEventsModule from "devextreme/common/core/events"; +import * as CoreLocalizationModule from "devextreme/common/core/localization"; +import * as DataModule from "devextreme/common/data"; +import * as ExportExcelModule from "devextreme/common/export/excel"; +import * as ExportPdfModule from "devextreme/common/export/pdf"; +import * as GridsModule from "devextreme/common/grids"; + export { + config, + Guid, + setTemplateEngine, +} from "devextreme/common"; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, - config, CustomRule, DataStructure, DataType, @@ -24,7 +39,6 @@ export { FloatingActionButtonDirection, Format, GlobalConfig, - Guid, HorizontalAlignment, HorizontalEdge, LabelMode, @@ -45,7 +59,6 @@ export { ScrollMode, SearchMode, SelectAllMode, - setTemplateEngine, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, @@ -75,9 +88,266 @@ export { VerticalEdge, } from "devextreme/common"; -export * as AiIntegration from "./ai-integration"; -export * as Charts from "./charts"; -export * as Core from "./core/index"; -export * as Data from "./data"; -export * as Export from "./export/index"; -export * as Grids from "./grids"; +export namespace AiIntegration { + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; +} + +export namespace Charts { + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; + } + export namespace Environment { + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; + } +} + +export namespace Data { + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export type CellAddress = ExportExcelModule.CellAddress; + export type CellRange = ExportExcelModule.CellRange; + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; + } +} + +export function Grids(): void {} +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; +} + diff --git a/packages/devextreme-vue/src/common/ai-integration.ts b/packages/devextreme-vue/src/common/ai-integration.ts index b4af2d19435b..f6ca0c1cbc5f 100644 --- a/packages/devextreme-vue/src/common/ai-integration.ts +++ b/packages/devextreme-vue/src/common/ai-integration.ts @@ -1,5 +1,7 @@ export { AIIntegration, +} from "devextreme/common/ai-integration"; +export type { AIIntegrationOptions, AIProvider, AIResponse, diff --git a/packages/devextreme-vue/src/common/charts.ts b/packages/devextreme-vue/src/common/charts.ts index 2ed2d4a55665..4a06e00e579d 100644 --- a/packages/devextreme-vue/src/common/charts.ts +++ b/packages/devextreme-vue/src/common/charts.ts @@ -1,4 +1,8 @@ export { + registerGradient, + registerPattern, +} from "devextreme/common/charts"; +export type { AnimationEaseMode, AnnotationType, ArgumentAxisHoverMode, @@ -22,8 +26,6 @@ export { PaletteExtensionMode, PointInteractionMode, PointSymbol, - registerGradient, - registerPattern, RelativePosition, ScaleBreak, ScaleBreakLineStyle, diff --git a/packages/devextreme-vue/src/common/core/animation.ts b/packages/devextreme-vue/src/common/core/animation.ts index 65dbc2236713..a928927d94d1 100644 --- a/packages/devextreme-vue/src/common/core/animation.ts +++ b/packages/devextreme-vue/src/common/core/animation.ts @@ -1,12 +1,14 @@ export { - AnimationConfig, animationPresets, - AnimationState, cancelAnimationFrame, - CollisionResolution, - CollisionResolutionCombination, fx, - PositionConfig, requestAnimationFrame, TransitionExecutor, } from "devextreme/common/core/animation"; +export type { + AnimationConfig, + AnimationState, + CollisionResolution, + CollisionResolutionCombination, + PositionConfig, +} from "devextreme/common/core/animation"; diff --git a/packages/devextreme-vue/src/common/core/environment.ts b/packages/devextreme-vue/src/common/core/environment.ts index 8830f31c4290..16e3201b802f 100644 --- a/packages/devextreme-vue/src/common/core/environment.ts +++ b/packages/devextreme-vue/src/common/core/environment.ts @@ -1,7 +1,9 @@ export { - Device, getTimeZones, hideTopOverlay, initMobileViewport, +} from "devextreme/common/core/environment"; +export type { + Device, SchedulerTimeZone, } from "devextreme/common/core/environment"; diff --git a/packages/devextreme-vue/src/common/core/events.ts b/packages/devextreme-vue/src/common/core/events.ts index f7b89308f060..cbaeb8e02933 100644 --- a/packages/devextreme-vue/src/common/core/events.ts +++ b/packages/devextreme-vue/src/common/core/events.ts @@ -1,4 +1,10 @@ export { + off, + on, + one, + trigger, +} from "devextreme/common/core/events"; +export type { AsyncCancelable, Cancelable, ChangedOptionInfo, @@ -7,8 +13,4 @@ export { InitializedEventInfo, ItemInfo, NativeEventInfo, - off, - on, - one, - trigger, } from "devextreme/common/core/events"; diff --git a/packages/devextreme-vue/src/common/core/index.ts b/packages/devextreme-vue/src/common/core/index.ts index 2f48cae6d949..b89f27d74829 100644 --- a/packages/devextreme-vue/src/common/core/index.ts +++ b/packages/devextreme-vue/src/common/core/index.ts @@ -2,3 +2,4 @@ export * as Animation from "./animation"; export * as Environment from "./environment"; export * as Events from "./events"; export * as Localization from "./localization"; + diff --git a/packages/devextreme-vue/src/common/core/localization.ts b/packages/devextreme-vue/src/common/core/localization.ts index 8dd8ec2ad04b..6dbb7f75a2a6 100644 --- a/packages/devextreme-vue/src/common/core/localization.ts +++ b/packages/devextreme-vue/src/common/core/localization.ts @@ -1,5 +1,4 @@ export { - Format, formatDate, formatMessage, formatNumber, @@ -8,3 +7,6 @@ export { parseDate, parseNumber, } from "devextreme/common/core/localization"; +export type { + Format, +} from "devextreme/common/core/localization"; diff --git a/packages/devextreme-vue/src/common/data.ts b/packages/devextreme-vue/src/common/data.ts index 16a77b01921d..9dc779507085 100644 --- a/packages/devextreme-vue/src/common/data.ts +++ b/packages/devextreme-vue/src/common/data.ts @@ -1,41 +1,43 @@ export { applyChanges, ArrayStore, - ArrayStoreOptions, base64_encode, compileGetter, compileSetter, CustomStore, - CustomStoreOptions, DataSource, - DataSourceOptions, EdmLiteral, EndpointSelector, errorHandler, - FilterDescriptor, - GroupDescriptor, - GroupingInterval, - GroupItem, isGroupItemsArray, isItemsArray, isLoadResultObject, keyConverters, + LocalStore, + ODataContext, + ODataStore, + query, + setErrorHandler, +} from "devextreme/common/data"; +export type { + ArrayStoreOptions, + CustomStoreOptions, + DataSourceOptions, + FilterDescriptor, + GroupDescriptor, + GroupingInterval, + GroupItem, LangParams, LoadOptions, LoadResult, LoadResultObject, - LocalStore, LocalStoreOptions, - ODataContext, ODataContextOptions, - ODataStore, ODataStoreOptions, - query, Query, ResolvedData, SearchOperation, SelectDescriptor, - setErrorHandler, SortDescriptor, Store, StoreOptions, diff --git a/packages/devextreme-vue/src/common/export/excel.ts b/packages/devextreme-vue/src/common/export/excel.ts index 694268a72b5e..9656f007ed7d 100644 --- a/packages/devextreme-vue/src/common/export/excel.ts +++ b/packages/devextreme-vue/src/common/export/excel.ts @@ -1,10 +1,12 @@ export { + exportDataGrid, + exportPivotGrid, +} from "devextreme/common/export/excel"; +export type { CellAddress, CellRange, DataGridCell, DataGridExportOptions, - exportDataGrid, - exportPivotGrid, PivotGridCell, PivotGridExportOptions, } from "devextreme/common/export/excel"; diff --git a/packages/devextreme-vue/src/common/export/index.ts b/packages/devextreme-vue/src/common/export/index.ts index ece2a724b2db..6e316e03d33a 100644 --- a/packages/devextreme-vue/src/common/export/index.ts +++ b/packages/devextreme-vue/src/common/export/index.ts @@ -1,2 +1,3 @@ export * as Excel from "./excel"; export * as Pdf from "./pdf"; + diff --git a/packages/devextreme-vue/src/common/export/pdf.ts b/packages/devextreme-vue/src/common/export/pdf.ts index 2b95e14b2487..56f2927634e8 100644 --- a/packages/devextreme-vue/src/common/export/pdf.ts +++ b/packages/devextreme-vue/src/common/export/pdf.ts @@ -1,9 +1,11 @@ export { + exportDataGrid, + exportGantt, +} from "devextreme/common/export/pdf"; +export type { Cell, DataGridCell, DataGridExportOptions, - exportDataGrid, - exportGantt, GanttExportFont, GanttExportOptions, } from "devextreme/common/export/pdf"; diff --git a/packages/devextreme-vue/src/common/grids.ts b/packages/devextreme-vue/src/common/grids.ts index a899cf0d9278..3a2c80da1a00 100644 --- a/packages/devextreme-vue/src/common/grids.ts +++ b/packages/devextreme-vue/src/common/grids.ts @@ -1,4 +1,4 @@ -export { +export type { AdaptiveDetailRowPreparingInfo, AIColumnMode, AIColumnRequestCreatingInfo, diff --git a/packages/devextreme-vue/src/common/index.ts b/packages/devextreme-vue/src/common/index.ts index 0c8863a9cd93..44eee965a2a0 100644 --- a/packages/devextreme-vue/src/common/index.ts +++ b/packages/devextreme-vue/src/common/index.ts @@ -1,11 +1,26 @@ +import * as AiIntegrationModule from "devextreme/common/ai-integration"; +import * as ChartsModule from "devextreme/common/charts"; +import * as CoreAnimationModule from "devextreme/common/core/animation"; +import * as CoreEnvironmentModule from "devextreme/common/core/environment"; +import * as CoreEventsModule from "devextreme/common/core/events"; +import * as CoreLocalizationModule from "devextreme/common/core/localization"; +import * as DataModule from "devextreme/common/data"; +import * as ExportExcelModule from "devextreme/common/export/excel"; +import * as ExportPdfModule from "devextreme/common/export/pdf"; +import * as GridsModule from "devextreme/common/grids"; + export { + config, + Guid, + setTemplateEngine, +} from "devextreme/common"; +export type { ApplyValueMode, AsyncRule, ButtonStyle, ButtonType, CompareRule, ComparisonOperator, - config, CustomRule, DataStructure, DataType, @@ -24,7 +39,6 @@ export { FloatingActionButtonDirection, Format, GlobalConfig, - Guid, HorizontalAlignment, HorizontalEdge, LabelMode, @@ -45,7 +59,6 @@ export { ScrollMode, SearchMode, SelectAllMode, - setTemplateEngine, SimplifiedSearchMode, SingleMultipleAllOrNone, SingleMultipleOrNone, @@ -75,9 +88,266 @@ export { VerticalEdge, } from "devextreme/common"; -export * as AiIntegration from "./ai-integration"; -export * as Charts from "./charts"; -export * as Core from "./core/index"; -export * as Data from "./data"; -export * as Export from "./export/index"; -export * as Grids from "./grids"; +export namespace AiIntegration { + export const AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegration = AiIntegrationModule.AIIntegration; + export type AIIntegrationOptions = AiIntegrationModule.AIIntegrationOptions; + export type AIProvider = AiIntegrationModule.AIProvider; + export type AIResponse = AiIntegrationModule.AIResponse; + export type GenerateGridColumnCommandResponse = AiIntegrationModule.GenerateGridColumnCommandResponse; + export type Prompt = AiIntegrationModule.Prompt; + export type RequestParams = AiIntegrationModule.RequestParams; + export type RequestParamsData = AiIntegrationModule.RequestParamsData; + export type Response = AiIntegrationModule.Response; +} + +export namespace Charts { + export type AnimationEaseMode = ChartsModule.AnimationEaseMode; + export type AnnotationType = ChartsModule.AnnotationType; + export type ArgumentAxisHoverMode = ChartsModule.ArgumentAxisHoverMode; + export type AxisScaleType = ChartsModule.AxisScaleType; + export type ChartsAxisLabelOverlap = ChartsModule.ChartsAxisLabelOverlap; + export type ChartsColor = ChartsModule.ChartsColor; + export type ChartsDataType = ChartsModule.ChartsDataType; + export type ChartsLabelOverlap = ChartsModule.ChartsLabelOverlap; + export type DashStyle = ChartsModule.DashStyle; + export type DiscreteAxisDivisionMode = ChartsModule.DiscreteAxisDivisionMode; + export type Font = ChartsModule.Font; + export type GradientColor = ChartsModule.GradientColor; + export type HatchDirection = ChartsModule.HatchDirection; + export type LabelOverlap = ChartsModule.LabelOverlap; + export type LabelPosition = ChartsModule.LabelPosition; + export type LegendHoverMode = ChartsModule.LegendHoverMode; + export type LegendItem = ChartsModule.LegendItem; + export type LegendMarkerState = ChartsModule.LegendMarkerState; + export type Palette = ChartsModule.Palette; + export type PaletteColorSet = ChartsModule.PaletteColorSet; + export type PaletteExtensionMode = ChartsModule.PaletteExtensionMode; + export type PointInteractionMode = ChartsModule.PointInteractionMode; + export type PointSymbol = ChartsModule.PointSymbol; + export const registerGradient = ChartsModule.registerGradient; + export const registerPattern = ChartsModule.registerPattern; + export type RelativePosition = ChartsModule.RelativePosition; + export type ScaleBreak = ChartsModule.ScaleBreak; + export type ScaleBreakLineStyle = ChartsModule.ScaleBreakLineStyle; + export type SeriesHoverMode = ChartsModule.SeriesHoverMode; + export type SeriesLabel = ChartsModule.SeriesLabel; + export type SeriesPoint = ChartsModule.SeriesPoint; + export type SeriesSelectionMode = ChartsModule.SeriesSelectionMode; + export type SeriesType = ChartsModule.SeriesType; + export type ShiftLabelOverlap = ChartsModule.ShiftLabelOverlap; + export type TextOverflow = ChartsModule.TextOverflow; + export type Theme = ChartsModule.Theme; + export type TimeInterval = ChartsModule.TimeInterval; + export type TimeIntervalConfig = ChartsModule.TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = ChartsModule.ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = ChartsModule.ValueErrorBarDisplayMode; + export type ValueErrorBarType = ChartsModule.ValueErrorBarType; + export type VisualRange = ChartsModule.VisualRange; + export type VisualRangeUpdateMode = ChartsModule.VisualRangeUpdateMode; + export type WordWrap = ChartsModule.WordWrap; + export type ZoomPanAction = ChartsModule.ZoomPanAction; +} + +export namespace Core { + export namespace Animation { + export type AnimationConfig = CoreAnimationModule.AnimationConfig; + export const animationPresets = CoreAnimationModule.animationPresets; + export type AnimationState = CoreAnimationModule.AnimationState; + export const cancelAnimationFrame = CoreAnimationModule.cancelAnimationFrame; + export type CollisionResolution = CoreAnimationModule.CollisionResolution; + export type CollisionResolutionCombination = CoreAnimationModule.CollisionResolutionCombination; + export const fx = CoreAnimationModule.fx; + export type PositionConfig = CoreAnimationModule.PositionConfig; + export const requestAnimationFrame = CoreAnimationModule.requestAnimationFrame; + export const TransitionExecutor = CoreAnimationModule.TransitionExecutor; + export type TransitionExecutor = CoreAnimationModule.TransitionExecutor; + } + export namespace Environment { + export type Device = CoreEnvironmentModule.Device; + export const getTimeZones = CoreEnvironmentModule.getTimeZones; + export const hideTopOverlay = CoreEnvironmentModule.hideTopOverlay; + export const initMobileViewport = CoreEnvironmentModule.initMobileViewport; + export type SchedulerTimeZone = CoreEnvironmentModule.SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = CoreEventsModule.AsyncCancelable; + export type Cancelable = CoreEventsModule.Cancelable; + export type ChangedOptionInfo = CoreEventsModule.ChangedOptionInfo; + export type EventInfo = CoreEventsModule.EventInfo; + export type EventObject = CoreEventsModule.EventObject; + export type InitializedEventInfo = CoreEventsModule.InitializedEventInfo; + export type ItemInfo = CoreEventsModule.ItemInfo; + export type NativeEventInfo = CoreEventsModule.NativeEventInfo; + export const off = CoreEventsModule.off; + export const on = CoreEventsModule.on; + export const one = CoreEventsModule.one; + export const trigger = CoreEventsModule.trigger; + } + export namespace Localization { + export type Format = CoreLocalizationModule.Format; + export const formatDate = CoreLocalizationModule.formatDate; + export const formatMessage = CoreLocalizationModule.formatMessage; + export const formatNumber = CoreLocalizationModule.formatNumber; + export const loadMessages = CoreLocalizationModule.loadMessages; + export const locale = CoreLocalizationModule.locale; + export const parseDate = CoreLocalizationModule.parseDate; + export const parseNumber = CoreLocalizationModule.parseNumber; + } +} + +export namespace Data { + export const applyChanges = DataModule.applyChanges; + export const ArrayStore = DataModule.ArrayStore; + export type ArrayStore = DataModule.ArrayStore; + export type ArrayStoreOptions = DataModule.ArrayStoreOptions; + export const base64_encode = DataModule.base64_encode; + export const compileGetter = DataModule.compileGetter; + export const compileSetter = DataModule.compileSetter; + export const CustomStore = DataModule.CustomStore; + export type CustomStore = DataModule.CustomStore; + export type CustomStoreOptions = DataModule.CustomStoreOptions; + export const DataSource = DataModule.DataSource; + export type DataSource = DataModule.DataSource; + export type DataSourceOptions = DataModule.DataSourceOptions; + export const EdmLiteral = DataModule.EdmLiteral; + export type EdmLiteral = DataModule.EdmLiteral; + export const EndpointSelector = DataModule.EndpointSelector; + export type EndpointSelector = DataModule.EndpointSelector; + export const errorHandler = DataModule.errorHandler; + export type FilterDescriptor = DataModule.FilterDescriptor; + export type GroupDescriptor = DataModule.GroupDescriptor; + export type GroupingInterval = DataModule.GroupingInterval; + export type GroupItem = DataModule.GroupItem; + export const isGroupItemsArray = DataModule.isGroupItemsArray; + export const isItemsArray = DataModule.isItemsArray; + export const isLoadResultObject = DataModule.isLoadResultObject; + export const keyConverters = DataModule.keyConverters; + export type LangParams = DataModule.LangParams; + export type LoadOptions = DataModule.LoadOptions; + export type LoadResult = DataModule.LoadResult; + export type LoadResultObject = DataModule.LoadResultObject; + export const LocalStore = DataModule.LocalStore; + export type LocalStore = DataModule.LocalStore; + export type LocalStoreOptions = DataModule.LocalStoreOptions; + export const ODataContext = DataModule.ODataContext; + export type ODataContext = DataModule.ODataContext; + export type ODataContextOptions = DataModule.ODataContextOptions; + export const ODataStore = DataModule.ODataStore; + export type ODataStore = DataModule.ODataStore; + export type ODataStoreOptions = DataModule.ODataStoreOptions; + export const query = DataModule.query; + export type Query = DataModule.Query; + export type ResolvedData = DataModule.ResolvedData; + export type SearchOperation = DataModule.SearchOperation; + export type SelectDescriptor = DataModule.SelectDescriptor; + export const setErrorHandler = DataModule.setErrorHandler; + export type SortDescriptor = DataModule.SortDescriptor; + export type Store = DataModule.Store; + export type StoreOptions = DataModule.StoreOptions; + export type SummaryDescriptor = DataModule.SummaryDescriptor; +} + +export namespace Export { + export namespace Excel { + export type CellAddress = ExportExcelModule.CellAddress; + export type CellRange = ExportExcelModule.CellRange; + export type DataGridCell = ExportExcelModule.DataGridCell; + export type DataGridExportOptions = ExportExcelModule.DataGridExportOptions; + export const exportDataGrid = ExportExcelModule.exportDataGrid; + export const exportPivotGrid = ExportExcelModule.exportPivotGrid; + export type PivotGridCell = ExportExcelModule.PivotGridCell; + export type PivotGridExportOptions = ExportExcelModule.PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = ExportPdfModule.Cell; + export type DataGridCell = ExportPdfModule.DataGridCell; + export type DataGridExportOptions = ExportPdfModule.DataGridExportOptions; + export const exportDataGrid = ExportPdfModule.exportDataGrid; + export const exportGantt = ExportPdfModule.exportGantt; + export type GanttExportFont = ExportPdfModule.GanttExportFont; + export type GanttExportOptions = ExportPdfModule.GanttExportOptions; + } +} + +export function Grids(): void {} +export namespace Grids { + export type AdaptiveDetailRowPreparingInfo = GridsModule.AdaptiveDetailRowPreparingInfo; + export type AIColumnMode = GridsModule.AIColumnMode; + export type AIColumnRequestCreatingInfo = GridsModule.AIColumnRequestCreatingInfo; + export type ApplyChangesMode = GridsModule.ApplyChangesMode; + export type ApplyFilterMode = GridsModule.ApplyFilterMode; + export type ColumnAIOptions = GridsModule.ColumnAIOptions; + export type ColumnBase = GridsModule.ColumnBase; + export type ColumnButtonBase = GridsModule.ColumnButtonBase; + export type ColumnChooser = GridsModule.ColumnChooser; + export type ColumnChooserMode = GridsModule.ColumnChooserMode; + export type ColumnChooserSearchConfig = GridsModule.ColumnChooserSearchConfig; + export type ColumnChooserSelectionConfig = GridsModule.ColumnChooserSelectionConfig; + export type ColumnCustomizeTextArg = GridsModule.ColumnCustomizeTextArg; + export type ColumnFixing = GridsModule.ColumnFixing; + export type ColumnFixingIcons = GridsModule.ColumnFixingIcons; + export type ColumnFixingTexts = GridsModule.ColumnFixingTexts; + export type ColumnHeaderFilter = GridsModule.ColumnHeaderFilter; + export type ColumnHeaderFilterSearchConfig = GridsModule.ColumnHeaderFilterSearchConfig; + export type ColumnLookup = GridsModule.ColumnLookup; + export type ColumnResizeMode = GridsModule.ColumnResizeMode; + export type DataChange = GridsModule.DataChange; + export type DataChangeInfo = GridsModule.DataChangeInfo; + export type DataChangeType = GridsModule.DataChangeType; + export type DataErrorOccurredInfo = GridsModule.DataErrorOccurredInfo; + export type DataRenderMode = GridsModule.DataRenderMode; + export type EditingBase = GridsModule.EditingBase; + export type EditingTextsBase = GridsModule.EditingTextsBase; + export type EnterKeyAction = GridsModule.EnterKeyAction; + export type EnterKeyDirection = GridsModule.EnterKeyDirection; + export type FilterOperation = GridsModule.FilterOperation; + export type FilterPanel = GridsModule.FilterPanel; + export type FilterPanelTexts = GridsModule.FilterPanelTexts; + export type FilterRow = GridsModule.FilterRow; + export type FilterRowOperationDescriptions = GridsModule.FilterRowOperationDescriptions; + export type FilterType = GridsModule.FilterType; + export type FixedPosition = GridsModule.FixedPosition; + export type GridBase = GridsModule.GridBase; + export type GridBaseOptions, TRowData = any, TKey = any> = GridsModule.GridBaseOptions; + export type GridsContextMenuTarget = GridsModule.GridsContextMenuTarget; + export type GridsEditMode = GridsModule.GridsEditMode; + export type GridsEditRefreshMode = GridsModule.GridsEditRefreshMode; + export type GroupExpandMode = GridsModule.GroupExpandMode; + export type HeaderFilter = GridsModule.HeaderFilter; + export type HeaderFilterGroupInterval = GridsModule.HeaderFilterGroupInterval; + export type HeaderFilterSearchConfig = GridsModule.HeaderFilterSearchConfig; + export type HeaderFilterTexts = GridsModule.HeaderFilterTexts; + export type KeyboardNavigation = GridsModule.KeyboardNavigation; + export type KeyDownInfo = GridsModule.KeyDownInfo; + export type LoadPanel = GridsModule.LoadPanel; + export type NewRowInfo = GridsModule.NewRowInfo; + export type NewRowPosition = GridsModule.NewRowPosition; + export type Pager = GridsModule.Pager; + export type PagerPageSize = GridsModule.PagerPageSize; + export type PagingBase = GridsModule.PagingBase; + export type RowDragging, TRowData = any, TKey = any> = GridsModule.RowDragging; + export type RowDraggingTemplateData = GridsModule.RowDraggingTemplateData; + export type RowInsertedInfo = GridsModule.RowInsertedInfo; + export type RowInsertingInfo = GridsModule.RowInsertingInfo; + export type RowKeyInfo = GridsModule.RowKeyInfo; + export type RowRemovedInfo = GridsModule.RowRemovedInfo; + export type RowRemovingInfo = GridsModule.RowRemovingInfo; + export type RowUpdatedInfo = GridsModule.RowUpdatedInfo; + export type RowUpdatingInfo = GridsModule.RowUpdatingInfo; + export type RowValidatingInfo = GridsModule.RowValidatingInfo; + export type SavingInfo = GridsModule.SavingInfo; + export type ScrollingBase = GridsModule.ScrollingBase; + export type SearchPanel = GridsModule.SearchPanel; + export type SelectedFilterOperation = GridsModule.SelectedFilterOperation; + export type SelectionBase = GridsModule.SelectionBase; + export type SelectionChangedInfo = GridsModule.SelectionChangedInfo; + export type SelectionColumnDisplayMode = GridsModule.SelectionColumnDisplayMode; + export type Sorting = GridsModule.Sorting; + export type StartEditAction = GridsModule.StartEditAction; + export type StateStoreType = GridsModule.StateStoreType; + export type StateStoring = GridsModule.StateStoring; + export type SummaryType = GridsModule.SummaryType; + export type ToolbarPreparingInfo = GridsModule.ToolbarPreparingInfo; +} + diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab9499cad295..607d148c0073 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,52 +7,52 @@ settings: catalogs: angular: '@angular-devkit/architect': - specifier: ~0.1902.19 - version: 0.1902.19 + specifier: ~0.2003.15 + version: 0.2003.21 '@angular-devkit/build-angular': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.21 '@angular-devkit/schematics': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.21 '@angular/cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.21 '@angular/common': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/compiler': - specifier: ~19.2.19 - version: 19.2.20 + specifier: ~20.3.0 + version: 20.3.18 '@angular/compiler-cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/core': - specifier: ~19.2.19 - version: 19.2.20 + specifier: ~20.3.0 + version: 20.3.18 '@angular/forms': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/platform-browser': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/platform-browser-dynamic': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/platform-server': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/router': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 ng-packagr: - specifier: ~19.2.2 - version: 19.2.2 + specifier: ~20.3.0 + version: 20.3.2 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: ~5.8.0 + version: 5.8.3 zone.js: - specifier: 0.15.1 + specifier: ~0.15.1 version: 0.15.1 default: '@babel/eslint-parser': @@ -151,8 +151,8 @@ catalogs: specifier: 20.12.8 version: 20.12.8 devextreme-internal-tools: - specifier: 20.2.0 - version: 20.2.0 + specifier: 20.3.0 + version: 20.3.0 prettier: specifier: 3.5.3 version: 3.5.3 @@ -234,7 +234,7 @@ importers: version: 6.0.2(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)) devextreme-internal-tools: specifier: catalog:tools - version: 20.2.0 + version: 20.3.0 devextreme-metadata: specifier: workspace:* version: link:packages/devextreme-metadata @@ -291,28 +291,28 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.20 + version: 20.3.18 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) + version: 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/router': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) core-js: specifier: ^2.6.12 version: 2.6.12 @@ -331,10 +331,10 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(6puwliifxl3vwy3izo2bddls6i) + version: 20.3.21(sh2rtyesa3x47tuuiqyvytn6je) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.21(@types/node@20.11.17)(chokidar@4.0.1) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -346,22 +346,22 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 apps/demos: dependencies: '@angular-devkit/build-angular': specifier: ~21.1.0 - version: 21.1.5(6ufluysnpyscwwzwonpw7avw2i) + version: 21.1.5(ed64bbuhllp7ztdn56pjx3kjr4) '@angular/animations': specifier: ~21.1.0 version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.1.5 - version: 21.1.5(@types/node@20.12.8)(chokidar@5.0.0) + version: 21.1.5(@types/node@24.1.0)(chokidar@5.0.0) '@angular/common': specifier: ~21.1.0 version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -725,7 +725,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -776,7 +776,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.4(jiti@2.6.1)) @@ -1031,7 +1031,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 19.2.19(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.3.5 @@ -1043,10 +1043,10 @@ importers: version: 3.5.34 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) devextreme: specifier: workspace:* version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -1055,7 +1055,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(dzsrqj2jhzt6lvbrlsbxe7bbtu) + version: 1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1064,7 +1064,7 @@ importers: version: 2.4.0 eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: specifier: 'catalog:' version: 3.3.0 @@ -1073,16 +1073,16 @@ importers: version: 4.0.0 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 e2e/devextreme-bundler: dependencies: terser-webpack-plugin: specifier: 5.3.17 - version: 5.3.17(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)) + version: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack: specifier: ^5.105.0 - version: 5.105.0(@swc/core@1.15.3) + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) e2e/testcafe-devextreme: devDependencies: @@ -1166,25 +1166,25 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': specifier: catalog:angular - version: 19.2.20 + version: 20.3.18 '@angular/core': specifier: catalog:angular - version: 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) + version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))) '@angular/router': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@babel/runtime': specifier: ^7.24.0 version: 7.26.10 @@ -1263,16 +1263,16 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.22.5 - version: 1.22.5(@angular-devkit/build-angular@19.2.19(t7wj4gf5dx23n7rt6nouvk7npm))(@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.8)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)) + version: 1.22.5(@angular-devkit/build-angular@20.3.21(ufxagxuxuacgaxpvgx5kwt5h5u))(@angular/build@20.3.21(qqg7uwade6i2txhw26cb5clawq)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(t7wj4gf5dx23n7rt6nouvk7npm) + version: 20.3.21(ufxagxuxuacgaxpvgx5kwt5h5u) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@25.5.0)(chokidar@4.0.1) + version: 20.3.21(@types/node@25.5.0)(chokidar@4.0.1) '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) + version: 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@eslint/js': specifier: 9.39.4 version: 9.39.4 @@ -1384,25 +1384,25 @@ importers: version: 7.29.0(@babel/core@7.29.0) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(h5cwyqq6zwtbaf5nld75dd5oii) + version: 3.0.12(ufrovgmkx3l3boawyof7lcyblu) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1513,7 +1513,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(satltipdsoawfxnov7ffi4z7ju) + version: 1.1.9(mgwywexy3fq56cnqaoyrtjome4) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1525,7 +1525,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.15.0 - version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.4(jiti@2.6.1)) @@ -1780,7 +1780,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1817,7 +1817,7 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 19.2.19(chokidar@4.0.1) + version: 20.3.21(chokidar@4.0.1) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme @@ -1830,34 +1830,34 @@ importers: devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.1902.19(chokidar@4.0.1) + version: 0.2003.21(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.21(@types/node@24.1.0) '@angular/common': specifier: catalog:angular - version: 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.20 + version: 20.3.18 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) + version: 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/platform-server': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/eslint-parser': specifier: 'catalog:' version: 7.28.6(@babel/core@7.29.0)(eslint@9.39.4(jiti@2.6.1)) @@ -1871,23 +1871,23 @@ importers: specifier: 'catalog:' version: 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@types/jasmine': - specifier: 2.8.24 - version: 2.8.24 + specifier: ~6.0.0 + version: 6.0.0 '@types/node': - specifier: 20.11.17 - version: 20.11.17 + specifier: ~24.1.0 + version: 24.1.0 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@webcomponents/custom-elements': specifier: 1.6.0 version: 1.6.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)) + version: 6.0.2(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)) core-js: specifier: 2.6.12 version: 2.6.12 @@ -1902,13 +1902,13 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(sizsemxbssuejtezeqnearawue) + version: 1.1.9(7ld6bohnv6ihmf6c2zdfqnzhqe) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) jasmine: specifier: 5.12.0 version: 5.12.0 @@ -1929,10 +1929,10 @@ importers: version: 5.0.1(webpack@5.105.4(@swc/core@1.15.3)) ng-packagr: specifier: catalog:angular - version: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + version: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) puppeteer: specifier: 23.6.1 - version: 23.6.1(typescript@5.5.4) + version: 23.6.1(typescript@5.8.3) reflect-metadata: specifier: 0.1.13 version: 0.1.13 @@ -1946,11 +1946,11 @@ importers: specifier: 3.3.4 version: 3.3.4(webpack@5.105.4(@swc/core@1.15.3)) tslib: - specifier: 2.6.3 - version: 2.6.3 + specifier: 2.8.1 + version: 2.8.1 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 webpack: specifier: 5.105.4 version: 5.105.4(@swc/core@1.15.3) @@ -1969,7 +1969,7 @@ importers: version: 20.12.8 devextreme-internal-tools: specifier: catalog:tools - version: 20.2.0 + version: 20.3.0 prettier: specifier: catalog:tools version: 3.5.3 @@ -2372,58 +2372,114 @@ packages: '@adobe/css-tools@4.4.1': resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@algolia/abtesting@1.1.0': + resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} + engines: {node: '>= 14.0.0'} + '@algolia/abtesting@1.12.2': resolution: {integrity: sha512-oWknd6wpfNrmRcH0vzed3UPX0i17o4kYLM5OMITyMVM2xLgaRbIafoxL0e8mcrNNb0iORCJA0evnNDKRYth5WQ==} engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.35.0': + resolution: {integrity: sha512-uUdHxbfHdoppDVflCHMxRlj49/IllPwwQ2cQ8DLC4LXr3kY96AHBpW0dMyi6ygkn2MtFCc6BxXCzr668ZRhLBQ==} + engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.46.2': resolution: {integrity: sha512-oRSUHbylGIuxrlzdPA8FPJuwrLLRavOhAmFGgdAvMcX47XsyM+IOGa9tc7/K5SPvBqn4nhppOCEz7BrzOPWc4A==} engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.35.0': + resolution: {integrity: sha512-SunAgwa9CamLcRCPnPHx1V2uxdQwJGqb1crYrRWktWUdld0+B2KyakNEeVn5lln4VyeNtW17Ia7V7qBWyM/Skw==} + engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.46.2': resolution: {integrity: sha512-EPBN2Oruw0maWOF4OgGPfioTvd+gmiNwx0HmD9IgmlS+l75DatcBkKOPNJN+0z3wBQWUO5oq602ATxIfmTQ8bA==} engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.35.0': + resolution: {integrity: sha512-ipE0IuvHu/bg7TjT2s+187kz/E3h5ssfTtjpg1LbWMgxlgiaZIgTTbyynM7NfpSJSKsgQvCQxWjGUO51WSCu7w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.46.2': resolution: {integrity: sha512-Hj8gswSJNKZ0oyd0wWissqyasm+wTz1oIsv5ZmLarzOZAp3vFEda8bpDQ8PUhO+DfkbiLyVnAxsPe4cGzWtqkg==} engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.35.0': + resolution: {integrity: sha512-UNbCXcBpqtzUucxExwTSfAe8gknAJ485NfPN6o1ziHm6nnxx97piIbcBQ3edw823Tej2Wxu1C0xBY06KgeZ7gA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.46.2': resolution: {integrity: sha512-6dBZko2jt8FmQcHCbmNLB0kCV079Mx/DJcySTL3wirgDBUH7xhY1pOuUTLMiGkqM5D8moVZTvTdRKZUJRkrwBA==} engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.35.0': + resolution: {integrity: sha512-/KWjttZ6UCStt4QnWoDAJ12cKlQ+fkpMtyPmBgSS2WThJQdSV/4UWcqCUqGH7YLbwlj3JjNirCu3Y7uRTClxvA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.46.2': resolution: {integrity: sha512-1waE2Uqh/PHNeDXGn/PM/WrmYOBiUGSVxAWqiJIj73jqPqvfzZgzdakHscIVaDl6Cp+j5dwjsZ5LCgaUr6DtmA==} engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.35.0': + resolution: {integrity: sha512-8oCuJCFf/71IYyvQQC+iu4kgViTODbXDk3m7yMctEncRSRV+u2RtDVlpGGfPlJQOrAY7OONwJlSHkmbbm2Kp/w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.46.2': resolution: {integrity: sha512-EgOzTZkyDcNL6DV0V/24+oBJ+hKo0wNgyrOX/mePBM9bc9huHxIY2352sXmoZ648JXXY2x//V1kropF/Spx83w==} engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.35.0': + resolution: {integrity: sha512-FfmdHTrXhIduWyyuko1YTcGLuicVbhUyRjO3HbXE4aP655yKZgdTIfMhZ/V5VY9bHuxv/fGEh3Od1Lvv2ODNTg==} + engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.46.2': resolution: {integrity: sha512-ZsOJqu4HOG5BlvIFnMU0YKjQ9ZI6r3C31dg2jk5kMWPSdhJpYL9xa5hEe7aieE+707dXeMI4ej3diy6mXdZpgA==} engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.35.0': + resolution: {integrity: sha512-gPzACem9IL1Co8mM1LKMhzn1aSJmp+Vp434An4C0OBY4uEJRcqsLN3uLBlY+bYvFg8C8ImwM9YRiKczJXRk0XA==} + engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.46.2': resolution: {integrity: sha512-1Uw2OslTWiOFDtt83y0bGiErJYy5MizadV0nHnOoHFWMoDqWW0kQoMFI65pXqRSkVvit5zjXSLik2xMiyQJDWQ==} engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.35.0': + resolution: {integrity: sha512-w9MGFLB6ashI8BGcQoVt7iLgDIJNCn4OIu0Q0giE3M2ItNrssvb8C0xuwJQyTy1OFZnemG0EB1OvXhIHOvQwWw==} + engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.46.2': resolution: {integrity: sha512-xk9f+DPtNcddWN6E7n1hyNNsATBCHIqAvVGG2EAGHJc4AFYL18uM/kMTiOKXE/LKDPyy1JhIerrh9oYb7RBrgw==} engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.35.0': + resolution: {integrity: sha512-AhrVgaaXAb8Ue0u2nuRWwugt0dL5UmRgS9LXe0Hhz493a8KFeZVUE56RGIV3hAa6tHzmAV7eIoqcWTQvxzlJeQ==} + engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.46.2': resolution: {integrity: sha512-NApbTPj9LxGzNw4dYnZmj2BoXiAc8NmbbH6qBNzQgXklGklt/xldTvu+FACN6ltFsTzoNU6j2mWNlHQTKGC5+Q==} engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.35.0': + resolution: {integrity: sha512-diY415KLJZ6x1Kbwl9u96Jsz0OstE3asjXtJ9pmk1d+5gPuQ5jQyEsgC+WmEXzlec3iuVszm8AzNYYaqw6B+Zw==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.46.2': resolution: {integrity: sha512-ekotpCwpSp033DIIrsTpYlGUCF6momkgupRV/FA3m62SreTSZUKjgK6VTNyG7TtYfq9YFm/pnh65bATP/ZWJEg==} engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.35.0': + resolution: {integrity: sha512-uydqnSmpAjrgo8bqhE9N1wgcB98psTRRQXcjc4izwMB7yRl9C8uuAQ/5YqRj04U0mMQ+fdu2fcNF6m9+Z1BzDQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.46.2': resolution: {integrity: sha512-gKE+ZFi/6y7saTr34wS0SqYFDcjHW4Wminv8PDZEi0/mE99+hSrbKgJWxo2ztb5eqGirQTgIh1AMVacGGWM1iw==} engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.35.0': + resolution: {integrity: sha512-RgLX78ojYOrThJHrIiPzT4HW3yfQa0D7K+MQ81rhxqaNyNBu4F1r+72LNHYH/Z+y9I1Mrjrd/c/Ue5zfDgAEjQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.46.2': resolution: {integrity: sha512-ciPihkletp7ttweJ8Zt+GukSVLp2ANJHU+9ttiSxsJZThXc4Y2yJ8HGVWesW5jN1zrsZsezN71KrMx/iZsOYpg==} engines: {node: '>= 14.0.0'} @@ -2443,36 +2499,42 @@ packages: '@angular/build': optional: true - '@angular-devkit/architect@0.1902.19': - resolution: {integrity: sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2003.21': + resolution: {integrity: sha512-cdtiGFRW5Sgd8QkEAGw5daYT3Eh0hQtXFkUtnkU1HASpKrLdNLdfEUWho1y6A9bNlXL7fNVCvHOnK+G6Fd++rw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/architect@0.2101.5': resolution: {integrity: sha512-eTo6wWzUW5AyBBLTbaUTpBHhGbZhzteErtNGklWkhjicCr/soNH+2mVtvg8bqA8sNreYffK1VXKFsq5NyMh5qg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular-devkit/build-angular@19.2.19': - resolution: {integrity: sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-angular@20.3.21': + resolution: {integrity: sha512-RcXDeeUntlu1bajDS/GyZOrC0ROcV57SihseJ+W5FILUOFk0tOmAf2n7JMizLN9s5BKkKbHAtIjp9Y9i+rGemg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.21 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 - jest: ^29.5.0 - jest-environment-jsdom: ^29.5.0 + jest: ^29.5.0 || ^30.2.0 + jest-environment-jsdom: ^29.5.0 || ^30.2.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + typescript: '>=5.8 <6.0' peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2546,9 +2608,9 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.1902.19': - resolution: {integrity: sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-webpack@0.2003.21': + resolution: {integrity: sha512-yWYhRA6mcGYYcGm1bmmqFiYabFSt6RA5pStduHr9my/uTBWaPyda/HwnleF5p/QN8pgN3BLCjrDS1njiGu8ORg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 @@ -2569,9 +2631,9 @@ packages: chokidar: optional: true - '@angular-devkit/core@19.2.19': - resolution: {integrity: sha512-JbLL+4IMLMBgjLZlnPG4lYDfz4zGrJ/s6Aoon321NJKuw1Kb1k5KpFu9dUY0BqLIe8xPQ2UJBpI+xXdK5MXMHQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/core@20.3.21': + resolution: {integrity: sha512-+flPAkPPn6MLVOa4ereSo6M5QRqxElKvDL6rCJWOJHRzH7K4CcfA269vr5mQSlImI5ZZc/EAPpm9rwEfWZRwew==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 peerDependenciesMeta: @@ -2591,9 +2653,9 @@ packages: resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/schematics@19.2.19': - resolution: {integrity: sha512-J4Jarr0SohdrHcb40gTL4wGPCQ952IMWF1G/MSAQfBAPvA9ZKApYhpxcY7PmehVePve+ujpus1dGsJ7dPxz8Kg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@20.3.21': + resolution: {integrity: sha512-CFX8TrZvvm4G398DpbcJ2GY8kwR81M8ssyIVYn19gD4Kr2UmeiCT3/dtUpx2FvSvSHbNwLmU6Ym0Rkh+E7p9bQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@21.1.5': resolution: {integrity: sha512-CGmoorQL5+mVCJEHwHWOrhSd1hFxB3h66i9wUDizJAEQUM3mSml5SiglHArpWY/G4GmFwi6XVe+Jm3U8J/mcFg==} @@ -2605,25 +2667,33 @@ packages: peerDependencies: '@angular/core': 21.1.6 - '@angular/build@19.2.19': - resolution: {integrity: sha512-SFzQ1bRkNFiOVu+aaz+9INmts7tDUrsHLEr9HmARXr9qk5UmR8prlw39p2u+Bvi6/lCiJ18TZMQQl9mGyr63lg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/build@20.3.21': + resolution: {integrity: sha512-jh9QqMPmAO4CLozGena08IPVnK95G7SwWKiVvMXVPQTxvPRfg8o0okmXvO55V2cMx/87H30AWMtRiNdE9Eoqfg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler': ^19.0.0 || ^19.2.0-next.0 - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.21 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + vitest: ^3.1.1 peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2640,6 +2710,8 @@ packages: optional: true tailwindcss: optional: true + vitest: + optional: true '@angular/build@21.1.5': resolution: {integrity: sha512-v2eDinWKlSKuk5pyMMY8j5TMFW8HA9B1l13TrDDpxsRGAAzekg7TFNyuh1x9Y6Rq4Vn+8/8pCjMUPZigzWbMhQ==} @@ -2687,9 +2759,9 @@ packages: vitest: optional: true - '@angular/cli@19.2.19': - resolution: {integrity: sha512-e9tAzFNOL4mMWfMnpC9Up83OCTOp2siIj8W41FCp8jfoEnw79AXDDLh3d70kOayiObchksTJVShslTogLUyhMw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/cli@20.3.21': + resolution: {integrity: sha512-6i+qhtPsHk2uF4IoFi3Q9Rs4Wd2cxSodfND3wansld9MIRbTFDo8MGfhxaXqS0WwUlHZtp3Lt84q50xaF9Y7Yg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true '@angular/cli@21.1.5': @@ -2697,11 +2769,11 @@ packages: engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@19.2.19': - resolution: {integrity: sha512-/JYo8jJZ6BAgw3IVYJpinAfGb+RbaZubrElFvaq450BWxDPInv7Z99HKEQ3qEBRsBeIAQ/WrKXDxoJSjy7QMNQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/common@20.3.18': + resolution: {integrity: sha512-M62oQbSTRmnGavIVCwimoadg/PDWadgNhactMm9fgH0eM9rx+iWBAYJk4VufO0bwOhysFpRZpJgXlFjOifz/Jw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 19.2.19 + '@angular/core': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 '@angular/common@21.1.6': @@ -2711,13 +2783,16 @@ packages: '@angular/core': 21.1.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@19.2.19': - resolution: {integrity: sha512-vdMJX9E7wePN41T+6BYRQBA+XiR9a5DBhs20dqtv8YVireQktH6mxLZIg1pVxkL/gnao2gpl/lOvp0xmC7UN/Q==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler-cli@20.3.18': + resolution: {integrity: sha512-zsoEgLgnblmRbi47YwMghKirJ8IBKJ3+I8TxLBRIBrhx+KHFp+6oeDeLyu9H+djdyk88zexVd09wzR/YK73F0g==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.19 - typescript: '>=5.5 <5.9' + '@angular/compiler': 20.3.18 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + typescript: + optional: true '@angular/compiler-cli@21.1.6': resolution: {integrity: sha512-0JU2cBDMSB4hU4KwDS2ThrkGh+Njf8Yfm11CKR0NWbHGwW1xHa7whlcpUzX/USqL+FNGXQ75R0fOcZrT86YvrA==} @@ -2730,20 +2805,26 @@ packages: typescript: optional: true - '@angular/compiler@19.2.20': - resolution: {integrity: sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler@20.3.18': + resolution: {integrity: sha512-AaP/LCiDNcYmF135EEozjyR04NRBT38ZfBHQwjhgwiBBTejmvcpHwJaHSkraLpZqZzE4BQqqmgiQ1EJqxEwLVA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/compiler@21.2.4': resolution: {integrity: sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@19.2.20': - resolution: {integrity: sha512-pxzQh8ouqfE57lJlXjIzXFuRETwkfMVwS+NFCfv2yh01Qtx+vymO8ZClcJMgLPfBYinhBYX+hrRYVSa1nzlkRQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/core@20.3.18': + resolution: {integrity: sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: + '@angular/compiler': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true + zone.js: + optional: true '@angular/core@21.2.4': resolution: {integrity: sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==} @@ -2758,13 +2839,13 @@ packages: zone.js: optional: true - '@angular/forms@19.2.19': - resolution: {integrity: sha512-J09++utTVaPs962y/adeDjIgqyhzNpnzAS7Nex+HNy/LnWPcTNW781cOh1EGS1X/+CmgnI8HWs5z4KGeBeU1aA==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/forms@20.3.18': + resolution: {integrity: sha512-x6/99LfxolyZIFUL3Wr0OrtuXHEDwEz/rwx+WzE7NL+n35yO40t3kp0Sn5uMFwI94i91QZJmXHltMpZhrVLuYg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.19 - '@angular/core': 19.2.19 - '@angular/platform-browser': 19.2.19 + '@angular/common': 20.3.18 + '@angular/core': 20.3.18 + '@angular/platform-browser': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 '@angular/forms@21.1.6': @@ -2776,14 +2857,14 @@ packages: '@angular/platform-browser': 21.1.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/platform-browser-dynamic@19.2.19': - resolution: {integrity: sha512-u8aYmIRGtx4yOXhmqgiRIm+DyH+05bAkzMHr6RE0JV/wxVJmAIKZnquHM6ItFvF0eV0pfMTPwArmRuHVWu7tQg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser-dynamic@20.3.18': + resolution: {integrity: sha512-NyTobOGYVzGmPmtI+3lxMzxi0TbLq4SRNQ2ENEJAt6k2JnMmHBm483ppLRAM47nGlDdiraW0IX93EtYYNkiK3g==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.19 - '@angular/compiler': 19.2.19 - '@angular/core': 19.2.19 - '@angular/platform-browser': 19.2.19 + '@angular/common': 20.3.18 + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18 + '@angular/platform-browser': 20.3.18 '@angular/platform-browser-dynamic@21.1.6': resolution: {integrity: sha512-lVtHkhK/jnrGdX+4S8ItfMO+5buHAU9NMHeDq+QqalnXznMaC7Qd4BPLcRWW4QAI177zG0NE1Bet5cjO75N9+w==} @@ -2794,13 +2875,13 @@ packages: '@angular/core': 21.1.6 '@angular/platform-browser': 21.1.6 - '@angular/platform-browser@19.2.19': - resolution: {integrity: sha512-bnQSmoJNI1LQxJnHnB01XQXqgOdgAtLAOsa24ZT6b2pWV3Vw0/7+V2dZsNZX/TJtejunvSgSDCEqgJhIQ5vBVg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser@20.3.18': + resolution: {integrity: sha512-q6s5rEN1yYazpHYp+k4pboXRzMsRB9auzTRBEhyXSGYxqzrnn3qHN0DqgsLC9WAdyhCgnIEMFA8kRT+W277DqQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 19.2.19 - '@angular/common': 19.2.19 - '@angular/core': 19.2.19 + '@angular/animations': 20.3.18 + '@angular/common': 20.3.18 + '@angular/core': 20.3.18 peerDependenciesMeta: '@angular/animations': optional: true @@ -2816,14 +2897,14 @@ packages: '@angular/animations': optional: true - '@angular/platform-server@19.2.19': - resolution: {integrity: sha512-RPvR4vVDmJGbxY71X4jp0NhNyUyGBeI4XqPQSK0vqDhhasAFs6TTuyGqO6Z2BxaVQ3vFGFIWLOW/QVglZ3VV2Q==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-server@20.3.18': + resolution: {integrity: sha512-iw4QSmEWEKbyMT5u8QdhalNiPqRc7cRuo6lulU75pjXqVLwLb3Gq8it+Vo+LSKY6qI/bMO7olS7iyw09wXJ0OQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.19 - '@angular/compiler': 19.2.19 - '@angular/core': 19.2.19 - '@angular/platform-browser': 19.2.19 + '@angular/common': 20.3.18 + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18 + '@angular/platform-browser': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 '@angular/platform-server@21.1.6': @@ -2836,13 +2917,13 @@ packages: '@angular/platform-browser': 21.1.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@19.2.19': - resolution: {integrity: sha512-zh40ihKgYOM5pjgUOLlUKdWYsGgEj7MQHgzdV1E9Zz6LBrQTp/PGS/UdCQn88H6KAshR0uXrkc/vP+tnB2jqdg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/router@20.3.18': + resolution: {integrity: sha512-3CWejsEYr+ze+ktvWN/qHdyq5WLrj96QZpGYJyxh1pchIcpMPE9MmLpdjf0CUrWYB7g/85u0Geq/xsz72JrGng==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.19 - '@angular/core': 19.2.19 - '@angular/platform-browser': 19.2.19 + '@angular/common': 20.3.18 + '@angular/core': 20.3.18 + '@angular/platform-browser': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 '@aspnet/signalr@1.0.27': @@ -2868,12 +2949,8 @@ packages: resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} - engines: {node: '>=6.9.0'} - - '@babel/core@7.26.9': - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} engines: {node: '>=6.9.0'} '@babel/core@7.28.5': @@ -2895,8 +2972,8 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} + '@babel/generator@7.28.3': + resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} '@babel/generator@7.28.5': @@ -2911,10 +2988,6 @@ packages: resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.3': resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} @@ -3135,12 +3208,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.26.0': - resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.28.6': resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} engines: {node: '>=6.9.0'} @@ -3589,8 +3656,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.26.10': - resolution: {integrity: sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==} + '@babel/plugin-transform-runtime@7.28.3': + resolution: {integrity: sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3667,8 +3734,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.26.9': - resolution: {integrity: sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==} + '@babel/preset-env@7.28.3': + resolution: {integrity: sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3718,6 +3785,10 @@ packages: resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.4': resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} @@ -3896,8 +3967,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.4': - resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==} + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -3920,8 +3991,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.4': - resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==} + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -3944,8 +4015,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.4': - resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==} + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -3968,8 +4039,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.4': - resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==} + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -3992,8 +4063,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.4': - resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==} + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -4016,8 +4087,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.4': - resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==} + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -4040,8 +4111,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.4': - resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==} + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -4064,8 +4135,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.4': - resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==} + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -4088,8 +4159,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.4': - resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==} + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -4112,8 +4183,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.4': - resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==} + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -4136,8 +4207,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.4': - resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==} + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -4166,8 +4237,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.4': - resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==} + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -4190,8 +4261,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.4': - resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==} + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -4214,8 +4285,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.4': - resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==} + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -4238,8 +4309,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.4': - resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==} + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -4262,8 +4333,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.4': - resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==} + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -4286,8 +4357,8 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.4': - resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==} + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} engines: {node: '>=18'} cpu: [x64] os: [linux] @@ -4304,8 +4375,8 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.25.4': - resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -4328,8 +4399,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.4': - resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==} + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -4346,8 +4417,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.25.4': - resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -4370,8 +4441,8 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.4': - resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==} + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] @@ -4382,6 +4453,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/openharmony-arm64@0.27.2': resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==} engines: {node: '>=18'} @@ -4400,8 +4477,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.4': - resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -4424,8 +4501,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.4': - resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==} + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -4448,8 +4525,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.4': - resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==} + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -4472,8 +4549,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.4': - resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==} + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -4604,8 +4681,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.21': - resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} + '@inquirer/confirm@5.1.14': + resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4613,8 +4690,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.6': - resolution: {integrity: sha512-6ZXYK3M1XmaVBZX6FCfChgtponnL0R6I7k8Nu+kaoNkT828FVZTcca1MqmWQipaW2oNREQl5AaPCUOOCVNdRMw==} + '@inquirer/confirm@5.1.21': + resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4698,8 +4775,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.3.2': - resolution: {integrity: sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==} + '@inquirer/prompts@7.8.2': + resolution: {integrity: sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4734,10 +4811,6 @@ packages: '@types/node': optional: true - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@3.0.10': resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==} engines: {node: '>=18'} @@ -4990,11 +5063,12 @@ packages: '@lezer/lr@1.4.2': resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} - '@listr2/prompt-adapter-inquirer@2.0.18': - resolution: {integrity: sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==} - engines: {node: '>=18.0.0'} + '@listr2/prompt-adapter-inquirer@3.0.1': + resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' + listr2: 9.0.1 '@listr2/prompt-adapter-inquirer@3.0.5': resolution: {integrity: sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==} @@ -5008,8 +5082,8 @@ packages: cpu: [arm64] os: [darwin] - '@lmdb/lmdb-darwin-arm64@3.2.6': - resolution: {integrity: sha512-yF/ih9EJJZc72psFQbwnn8mExIWfTnzWJg+N02hnpXtDPETYLmQswIMBn7+V88lfCaFrMozJsUvcEQIkEPU0Gg==} + '@lmdb/lmdb-darwin-arm64@3.4.2': + resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} cpu: [arm64] os: [darwin] @@ -5023,8 +5097,8 @@ packages: cpu: [x64] os: [darwin] - '@lmdb/lmdb-darwin-x64@3.2.6': - resolution: {integrity: sha512-5BbCumsFLbCi586Bb1lTWQFkekdQUw8/t8cy++Uq251cl3hbDIGEwD9HAwh8H6IS2F6QA9KdKmO136LmipRNkg==} + '@lmdb/lmdb-darwin-x64@3.4.2': + resolution: {integrity: sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==} cpu: [x64] os: [darwin] @@ -5038,8 +5112,8 @@ packages: cpu: [arm64] os: [linux] - '@lmdb/lmdb-linux-arm64@3.2.6': - resolution: {integrity: sha512-l5VmJamJ3nyMmeD1ANBQCQqy7do1ESaJQfKPSm2IG9/ADZryptTyCj8N6QaYgIWewqNUrcbdMkJajRQAt5Qjfg==} + '@lmdb/lmdb-linux-arm64@3.4.2': + resolution: {integrity: sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==} cpu: [arm64] os: [linux] @@ -5053,8 +5127,8 @@ packages: cpu: [arm] os: [linux] - '@lmdb/lmdb-linux-arm@3.2.6': - resolution: {integrity: sha512-+6XgLpMb7HBoWxXj+bLbiiB4s0mRRcDPElnRS3LpWRzdYSe+gFk5MT/4RrVNqd2MESUDmb53NUXw1+BP69bjiQ==} + '@lmdb/lmdb-linux-arm@3.4.2': + resolution: {integrity: sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==} cpu: [arm] os: [linux] @@ -5068,8 +5142,8 @@ packages: cpu: [x64] os: [linux] - '@lmdb/lmdb-linux-x64@3.2.6': - resolution: {integrity: sha512-nDYT8qN9si5+onHYYaI4DiauDMx24OAiuZAUsEqrDy+ja/3EbpXPX/VAkMV8AEaQhy3xc4dRC+KcYIvOFefJ4Q==} + '@lmdb/lmdb-linux-x64@3.4.2': + resolution: {integrity: sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==} cpu: [x64] os: [linux] @@ -5078,6 +5152,11 @@ packages: cpu: [x64] os: [linux] + '@lmdb/lmdb-win32-arm64@3.4.2': + resolution: {integrity: sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==} + cpu: [arm64] + os: [win32] + '@lmdb/lmdb-win32-arm64@3.4.4': resolution: {integrity: sha512-tr/pwHDlZ33forLGAr0tI04cRmP4SgF93yHbb+2zvZiDEyln5yMHhbKDySxY66aUOkhvBvTuHq9q/3YmTj6ZHQ==} cpu: [arm64] @@ -5088,8 +5167,8 @@ packages: cpu: [x64] os: [win32] - '@lmdb/lmdb-win32-x64@3.2.6': - resolution: {integrity: sha512-XlqVtILonQnG+9fH2N3Aytria7P/1fwDgDhl29rde96uH2sLB8CHORIf2PfuLVzFQJ7Uqp8py9AYwr3ZUCFfWg==} + '@lmdb/lmdb-win32-x64@3.4.2': + resolution: {integrity: sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==} cpu: [x64] os: [win32] @@ -5263,12 +5342,12 @@ packages: '@napi-rs/wasm-runtime@1.1.1': resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} - '@ngtools/webpack@19.2.19': - resolution: {integrity: sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@ngtools/webpack@20.3.21': + resolution: {integrity: sha512-qO6tit1mm4bGTMT1ZL6RTQMiQvck1aQymTiuUSa9lYg5ZRGL/v9WhKVx9+ncf9yrq2kj28LEAVJcAtrEEd/YJA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - typescript: '>=5.5 <5.9' + '@angular/compiler-cli': ^20.0.0 + typescript: '>=5.8 <6.0' webpack: ^5.54.0 '@ngtools/webpack@21.1.5': @@ -5298,68 +5377,35 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/agent@3.0.0': - resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/agent@4.0.0': resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/fs@4.0.0': - resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/fs@5.0.0': resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@6.0.3': - resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/git@7.0.1': resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/installed-package-contents@3.0.0': - resolution: {integrity: sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - '@npmcli/installed-package-contents@4.0.0': resolution: {integrity: sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true - '@npmcli/node-gyp@4.0.0': - resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/node-gyp@5.0.0': resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@6.1.1': - resolution: {integrity: sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/package-json@7.0.4': resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/promise-spawn@8.0.2': - resolution: {integrity: sha512-/bNJhjc+o6qL+Dwz/bqfTQClkEO5nTQ1ZEcdCkAQjhkZMHIh22LPG7fNh1enJP1NKWDqYiiABnjFCY7E0zHYtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/promise-spawn@9.0.1': resolution: {integrity: sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/redact@3.2.0': - resolution: {integrity: sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/redact@4.0.0': resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5368,10 +5414,6 @@ packages: resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@9.1.0': - resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@nrwl/nx-cloud@19.1.0': resolution: {integrity: sha512-krngXVPfX0Zf6+zJDtcI59/Pt3JfcMPMZ9C/+/x6rvz4WGgyv1s0MI4crEUM0Lx5ZpS4QI0WNDCFVQSfGEBXUg==} @@ -6182,58 +6224,34 @@ packages: resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@schematics/angular@19.2.19': - resolution: {integrity: sha512-6/0pvbPCY4UHeB4lnM/5r250QX5gcLgOYbR5FdhFu+22mOPHfWpRc5tNuY9kCephDHzAHjo6fTW1vefOOmA4jw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@20.3.21': + resolution: {integrity: sha512-RzF+y4QOrerJ8H/7DrAnP/T3TzHeaNuBx5JweYYOwyx2/caDxN5uwjw/rQnUpQwUlSaM8NKve9FETUn7E7t0pw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@21.1.5': resolution: {integrity: sha512-AndJ17ePYUoqJqiIF9VaXbGAFfOqDcHuAxhwozsQlWDzwgQSOUC/WWeG9hKVCgMD6tE02Sxr2ova9DiBKsLQNg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@sigstore/bundle@3.1.0': - resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/bundle@4.0.0': resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@2.0.0': - resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/core@3.0.0': resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/protobuf-specs@0.4.1': - resolution: {integrity: sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@3.1.0': - resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.0.1': resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@3.1.1': - resolution: {integrity: sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/tuf@4.0.0': resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@2.1.1': - resolution: {integrity: sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/verify@3.0.0': resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6244,10 +6262,6 @@ packages: '@sinclair/typebox@0.34.48': resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==} - '@sindresorhus/merge-streams@2.3.0': - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} - '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -6531,10 +6545,6 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@3.0.1': - resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@tufjs/models@4.0.0': resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6686,12 +6696,12 @@ packages: '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} - '@types/jasmine@2.8.24': - resolution: {integrity: sha512-AUiYOhMC7FV7risPijqkhCetw8Ar2Hk3Y5YOCBWRCAYd3KJX/nF13aF2xyRe4E4QH7fKo8fZWmX/V7lb6rZhMA==} - '@types/jasmine@5.1.4': resolution: {integrity: sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} + '@types/jest@29.5.14': resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} @@ -6755,6 +6765,9 @@ packages: '@types/node@20.14.5': resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} + '@types/node@24.1.0': + resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} + '@types/node@25.5.0': resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==} @@ -7203,12 +7216,6 @@ packages: cpu: [x64] os: [win32] - '@vitejs/plugin-basic-ssl@1.2.0': - resolution: {integrity: sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==} - engines: {node: '>=14.21.3'} - peerDependencies: - vite: ^6.4.1 - '@vitejs/plugin-basic-ssl@2.1.0': resolution: {integrity: sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -7537,10 +7544,6 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - abbrev@3.0.1: - resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} - engines: {node: ^18.17.0 || >=20.5.0} - abbrev@4.0.0: resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -7677,6 +7680,10 @@ packages: ajv@8.18.0: resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} + algoliasearch@5.35.0: + resolution: {integrity: sha512-Y+moNhsqgLmvJdgTsO4GZNgsaDWv8AOGAaPeIeHKlDn/XunoAqYbA+XNpBd1dW8GOXAUDyxC9Rxc7AV4kpFcIg==} + engines: {node: '>= 14.0.0'} + algoliasearch@5.46.2: resolution: {integrity: sha512-qqAXW9QvKf2tTyhpDA4qXv1IfBwD2eduSW6tUEBFIfCeE9gn9HQ9I5+MaKoenRuHrzk5sQoNh1/iof8mY7uD6Q==} engines: {node: '>= 14.0.0'} @@ -8059,8 +8066,8 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} + autoprefixer@10.4.21: + resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -8148,13 +8155,6 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5.61.0' - babel-loader@9.2.1: - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} - peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' - babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} @@ -8204,11 +8204,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.13.0: resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: @@ -8397,10 +8392,6 @@ packages: bcrypt-pbkdf@1.0.2: resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} - beasties@0.3.2: - resolution: {integrity: sha512-p4AF8uYzm9Fwu8m/hSVTCPXrRBPmB34hQpHsec2KOaR9CZmgoU8IOv4Cvwq4hgz2p4hLMNbsdNl5XeA6XbAQwA==} - engines: {node: '>=14.0.0'} - beasties@0.3.5: resolution: {integrity: sha512-NaWu+f4YrJxEttJSm16AzMIFtVldCvaJ68b1L098KpqXmxt9xOLtKoLkKxb8ekhOrLqEJAbvT6n6SEvB/sac7A==} engines: {node: '>=14.0.0'} @@ -8588,10 +8579,6 @@ packages: resolution: {integrity: sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==} engines: {node: '>=6.0.0'} - cacache@19.0.1: - resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} - engines: {node: ^18.17.0 || >=20.5.0} - cacache@20.0.3: resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -9051,6 +9038,10 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} + engines: {node: '>=20'} + commander@2.11.0: resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} @@ -9185,15 +9176,15 @@ packages: copy-props@2.0.5: resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} - copy-webpack-plugin@12.0.2: - resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} + copy-webpack-plugin@13.0.1: + resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} engines: {node: '>= 18.12.0'} peerDependencies: webpack: ^5.1.0 - copy-webpack-plugin@13.0.1: - resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} - engines: {node: '>= 18.12.0'} + copy-webpack-plugin@14.0.0: + resolution: {integrity: sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==} + engines: {node: '>= 20.9.0'} peerDependencies: webpack: ^5.1.0 @@ -9571,10 +9562,6 @@ packages: resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==} engines: {node: '>=18'} - default-browser@5.2.1: - resolution: {integrity: sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==} - engines: {node: '>=18'} - default-browser@5.5.0: resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==} engines: {node: '>=18'} @@ -9762,8 +9749,8 @@ packages: resolution: {integrity: sha512-32Zao6Bn1l9owiC7hpyPynUtYY1Tae2eS2Zot3FWZSSWJW0R1O1tF7H1Nn2GOwONTFmaTFML2jo5bZL1idGSFA==} engines: {node: '>=18.20.8'} - devextreme-internal-tools@20.2.0: - resolution: {integrity: sha512-Za7CbEpn2zo3DxFjCcNNjMTBDF1t8j2itpvI0s/5ZEoOO2/JGlfCgJNdpbqCyJ0qEHTr68W9lglkFkftMLlvuA==} + devextreme-internal-tools@20.3.0: + resolution: {integrity: sha512-9SAqunJYsC0p5cWtoFeC8dU93v/OjCTWE2N8d6I2q+Ob6TCRlKDOIVg/F+nTlvPyRc4ojZb8mPw5Yp5l8Xng0Q==} engines: {node: '>=20.0.0'} hasBin: true @@ -10310,8 +10297,8 @@ packages: cpu: [x64] os: [sunos] - esbuild-wasm@0.25.4: - resolution: {integrity: sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ==} + esbuild-wasm@0.25.9: + resolution: {integrity: sha512-Jpv5tCSwQg18aCqCRD3oHIX/prBhXMDapIoG//A+6+dV0e7KQMGFg85ihJ5T1EeMjbZjON3TqFy0VrGAnIHLDA==} engines: {node: '>=18'} hasBin: true @@ -10353,8 +10340,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.25.4: - resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} engines: {node: '>=18'} hasBin: true @@ -11013,9 +11000,9 @@ packages: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} - find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + find-cache-directory@6.0.0: + resolution: {integrity: sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==} + engines: {node: '>=20'} find-up-simple@1.0.1: resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} @@ -11037,10 +11024,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - findup-sync@2.0.0: resolution: {integrity: sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==} engines: {node: '>= 0.10'} @@ -11464,10 +11447,6 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} - globby@14.1.0: - resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} - engines: {node: '>=18'} - globby@5.0.0: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} @@ -11835,10 +11814,6 @@ packages: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} - hosted-git-info@8.1.0: - resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} - engines: {node: ^18.17.0 || >=20.5.0} - hosted-git-info@9.0.2: resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12063,10 +12038,6 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - ignore-walk@7.0.0: - resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ignore-walk@8.0.0: resolution: {integrity: sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12634,6 +12605,10 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + is-unicode-supported@2.1.0: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} @@ -13130,10 +13105,6 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@4.0.0: - resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} - engines: {node: ^18.17.0 || >=20.5.0} - json-parse-even-better-errors@5.0.0: resolution: {integrity: sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13337,19 +13308,6 @@ packages: resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} engines: {node: '>=10.13.0'} - less-loader@12.2.0: - resolution: {integrity: sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==} - engines: {node: '>= 18.12.0'} - peerDependencies: - '@rspack/core': 0.x || 1.x - less: ^3.5.0 || ^4.0.0 - webpack: ^5.0.0 - peerDependenciesMeta: - '@rspack/core': - optional: true - webpack: - optional: true - less-loader@12.3.0: resolution: {integrity: sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==} engines: {node: '>= 18.12.0'} @@ -13363,9 +13321,9 @@ packages: webpack: optional: true - less@4.2.2: - resolution: {integrity: sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==} - engines: {node: '>=6'} + less@4.4.0: + resolution: {integrity: sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==} + engines: {node: '>=14'} hasBin: true less@4.4.2: @@ -13494,9 +13452,9 @@ packages: enquirer: optional: true - listr2@8.2.5: - resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} - engines: {node: '>=18.0.0'} + listr2@9.0.1: + resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + engines: {node: '>=20.0.0'} listr2@9.0.5: resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} @@ -13506,8 +13464,8 @@ packages: resolution: {integrity: sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==} hasBin: true - lmdb@3.2.6: - resolution: {integrity: sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ==} + lmdb@3.4.2: + resolution: {integrity: sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==} hasBin: true lmdb@3.4.4: @@ -13546,10 +13504,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} @@ -13630,6 +13584,10 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} + log-symbols@6.0.0: + resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} + engines: {node: '>=18'} + log-symbols@7.0.1: resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==} engines: {node: '>=18'} @@ -13748,10 +13706,6 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@14.0.3: - resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - make-fetch-happen@15.0.3: resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14017,12 +13971,6 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - mini-css-extract-plugin@2.9.2: - resolution: {integrity: sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - mini-css-extract-plugin@2.9.4: resolution: {integrity: sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==} engines: {node: '>= 12.13.0'} @@ -14061,10 +14009,6 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@4.0.1: - resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} - engines: {node: ^18.17.0 || >=20.5.0} - minipass-fetch@5.0.0: resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14192,10 +14136,6 @@ packages: resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} engines: {node: '>= 0.10'} - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - mute-stream@2.0.0: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -14285,6 +14225,19 @@ packages: tailwindcss: optional: true + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + hasBin: true + peerDependencies: + '@angular/compiler-cli': ^20.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + tailwindcss: + optional: true + nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -14329,11 +14282,6 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@11.2.0: - resolution: {integrity: sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - node-gyp@12.1.0: resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14380,11 +14328,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - nopt@8.1.0: - resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - nopt@9.0.0: resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14417,33 +14360,21 @@ packages: resolution: {integrity: sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==} engines: {node: '>= 10.13.0'} - npm-bundled@4.0.0: - resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-bundled@5.0.0: resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} engines: {node: ^20.17.0 || >=22.9.0} - npm-install-checks@7.1.1: - resolution: {integrity: sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-install-checks@8.0.0: resolution: {integrity: sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==} engines: {node: ^20.17.0 || >=22.9.0} - npm-normalize-package-bin@4.0.0: - resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-normalize-package-bin@5.0.0: resolution: {integrity: sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==} engines: {node: ^20.17.0 || >=22.9.0} - npm-package-arg@12.0.2: - resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@13.0.0: + resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} + engines: {node: ^20.17.0 || >=22.9.0} npm-package-arg@13.0.2: resolution: {integrity: sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==} @@ -14453,22 +14384,10 @@ packages: resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@9.0.0: - resolution: {integrity: sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==} - engines: {node: ^18.17.0 || >=20.5.0} - - npm-pick-manifest@10.0.0: - resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-pick-manifest@11.0.3: resolution: {integrity: sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==} engines: {node: ^20.17.0 || >=22.9.0} - npm-registry-fetch@18.0.2: - resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-registry-fetch@19.1.1: resolution: {integrity: sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14648,10 +14567,6 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - open@10.1.0: - resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} - engines: {node: '>=18'} - open@10.2.0: resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} @@ -14698,6 +14613,10 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} + ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} + engines: {node: '>=18'} + ora@9.0.0: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} @@ -14746,10 +14665,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -14762,10 +14677,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map@1.2.0: resolution: {integrity: sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==} engines: {node: '>=4'} @@ -14797,11 +14708,6 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@20.0.0: - resolution: {integrity: sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - pacote@21.0.4: resolution: {integrity: sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14862,9 +14768,6 @@ packages: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} - parse5-html-rewriting-stream@7.0.0: - resolution: {integrity: sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==} - parse5-html-rewriting-stream@8.0.0: resolution: {integrity: sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==} @@ -14877,9 +14780,6 @@ packages: parse5-parser-stream@7.1.2: resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==} - parse5-sax-parser@7.0.0: - resolution: {integrity: sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==} - parse5-sax-parser@8.0.0: resolution: {integrity: sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==} @@ -14930,10 +14830,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -14990,10 +14886,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path-type@6.0.0: - resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} - engines: {node: '>=18'} - pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -15078,6 +14970,10 @@ packages: piscina@4.8.0: resolution: {integrity: sha512-EZJb+ZxDrQf3dihsUL7p42pjNyrNIFJCrRHPMgxu/svsj+P3xS3fuEWp7k2+rfsavfl1N0G29b1HGs7J0m8rZA==} + piscina@5.1.3: + resolution: {integrity: sha512-0u3N7H4+hbr40KjuVn2uNhOcthu/9usKhnw5vT3J7ply79v3D3M8naI00el9Klcy16x557VsEkkUQaHCWFXC/g==} + engines: {node: '>=20.x'} + piscina@5.1.4: resolution: {integrity: sha512-7uU4ZnKeQq22t9AsmHGD2w4OYQGonwFnTypDypaWi7Qr2EvQIFVtG8J5D/3bE7W123Wdc9+v4CZDu5hJXVCtBg==} engines: {node: '>=20.x'} @@ -15090,9 +14986,9 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + pkg-dir@8.0.0: + resolution: {integrity: sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==} + engines: {node: '>=18'} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -15250,10 +15146,6 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -15993,6 +15885,13 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rollup-plugin-dts@6.4.1: + resolution: {integrity: sha512-l//F3Zf7ID5GoOfLfD8kroBjQKEKpy1qfhtAdnpibFZMffPaylrg1CoDC2vGkPeTeyxUe4bVFCln2EFuL7IGGg==} + engines: {node: '>=20'} + peerDependencies: + rollup: ^4.59.0 + typescript: ^4.5 || ^5.0 || ^6.0 + rollup@4.59.0: resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -16336,8 +16235,8 @@ packages: engines: {node: '>=14'} hasBin: true - sass@1.85.0: - resolution: {integrity: sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==} + sass@1.90.0: + resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==} engines: {node: '>=14.0.0'} hasBin: true @@ -16574,10 +16473,6 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@3.1.0: - resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} - engines: {node: ^18.17.0 || >=20.5.0} - sigstore@4.0.0: resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -16599,10 +16494,6 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} @@ -16755,10 +16646,6 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - ssri@12.0.0: - resolution: {integrity: sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ssri@13.0.0: resolution: {integrity: sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17141,10 +17028,6 @@ packages: '@swc/core': ^1.2.147 webpack: '>=2' - symbol-observable@4.0.0: - resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} - engines: {node: '>=0.10'} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -17263,8 +17146,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.39.0: - resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==} + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} hasBin: true @@ -17402,6 +17285,10 @@ packages: tiny-invariant@1.3.3: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} @@ -17667,10 +17554,6 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@3.0.1: - resolution: {integrity: sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==} - engines: {node: ^18.17.0 || >=20.5.0} - tuf-js@4.0.0: resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17781,11 +17664,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} engines: {node: '>=14.17'} @@ -17839,6 +17717,9 @@ packages: undici-types@7.18.2: resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} + undici-types@7.8.0: + resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} + undici@7.24.4: resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==} engines: {node: '>=20.18.1'} @@ -17859,10 +17740,6 @@ packages: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicorn-magic@0.3.0: - resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} - engines: {node: '>=18'} - unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} @@ -17874,18 +17751,10 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-filename@4.0.0: - resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-filename@5.0.0: resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} engines: {node: ^20.17.0 || >=22.9.0} - unique-slug@5.0.0: - resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-slug@6.0.0: resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -18226,6 +18095,46 @@ packages: yaml: optional: true + vite@7.1.11: + resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vite@7.3.0: resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -18363,6 +18272,10 @@ packages: resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} engines: {node: '>=10.13.0'} + watchpack@2.4.4: + resolution: {integrity: sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==} + engines: {node: '>=10.13.0'} + watchpack@2.5.0: resolution: {integrity: sha512-e6vZvY6xboSwLz2GD36c16+O/2Z6fKvIf4pOXptw2rY9MVwE/TXc6RGqxD3I3x0a28lwBY7DE+76uTPSsBrrCA==} engines: {node: '>=10.13.0'} @@ -18545,16 +18458,6 @@ packages: webpack-cli: optional: true - webpack@5.98.0: - resolution: {integrity: sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} @@ -18636,11 +18539,6 @@ packages: engines: {node: '>= 8'} hasBin: true - which@5.0.0: - resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - which@6.0.0: resolution: {integrity: sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -18839,10 +18737,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yoctocolors-cjs@2.1.3: resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} engines: {node: '>=18'} @@ -18894,6 +18788,13 @@ snapshots: '@adobe/css-tools@4.4.1': {} + '@algolia/abtesting@1.1.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/abtesting@1.12.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18901,6 +18802,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-abtesting@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-abtesting@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18908,6 +18816,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-analytics@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-analytics@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18915,8 +18830,17 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-common@5.35.0': {} + '@algolia/client-common@5.46.2': {} + '@algolia/client-insights@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-insights@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18924,6 +18848,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-personalization@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-personalization@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18931,6 +18862,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-query-suggestions@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-query-suggestions@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18938,6 +18876,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-search@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-search@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18945,6 +18890,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/ingestion@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/ingestion@1.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18952,6 +18904,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/monitoring@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/monitoring@1.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18959,6 +18918,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/recommend@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/recommend@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18966,14 +18932,26 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/requester-browser-xhr@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr@5.46.2': dependencies: '@algolia/client-common': 5.46.2 + '@algolia/requester-fetch@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-fetch@5.46.2': dependencies: '@algolia/client-common': 5.46.2 + '@algolia/requester-node-http@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-node-http@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18983,18 +18961,18 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@19.2.19(t7wj4gf5dx23n7rt6nouvk7npm))(@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.8)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1))': + '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.21(ufxagxuxuacgaxpvgx5kwt5h5u))(@angular/build@20.3.21(qqg7uwade6i2txhw26cb5clawq))': dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 19.2.19(t7wj4gf5dx23n7rt6nouvk7npm) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.8)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1) + '@angular-devkit/build-angular': 20.3.21(ufxagxuxuacgaxpvgx5kwt5h5u) + '@angular/build': 20.3.21(qqg7uwade6i2txhw26cb5clawq) - '@angular-devkit/architect@0.1902.19(chokidar@4.0.1)': + '@angular-devkit/architect@0.2003.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - rxjs: 7.8.1 + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19005,249 +18983,73 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@19.2.19(6puwliifxl3vwy3izo2bddls6i)': - dependencies: - '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 - '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) - ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 - fast-glob: 3.3.3 - http-proxy-middleware: 3.0.5 - istanbul-lib-instrument: 6.0.3 - jsonc-parser: 3.3.1 - karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - source-map-support: 0.5.21 - terser: 5.39.0 - tree-kill: 1.2.2 - tslib: 2.8.1 - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-environment-jsdom: 29.7.0 - karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - transitivePeerDependencies: - - '@angular/compiler' - - '@rspack/core' - - '@swc/core' - - '@types/node' - - bufferutil - - chokidar - - debug - - html-webpack-plugin - - jiti - - lightningcss - - node-sass - - sass-embedded - - stylus - - sugarss - - supports-color - - tsx - - uglify-js - - utf-8-validate - - vite - - webpack-cli - - yaml - - '@angular-devkit/build-angular@19.2.19(t7wj4gf5dx23n7rt6nouvk7npm)': + '@angular-devkit/build-angular@20.3.21(sh2rtyesa3x47tuuiqyvytn6je)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1) - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 - '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 - fast-glob: 3.3.3 - http-proxy-middleware: 3.0.5 - istanbul-lib-instrument: 6.0.3 - jsonc-parser: 3.3.1 - karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - source-map-support: 0.5.21 - terser: 5.39.0 - tree-kill: 1.2.2 - tslib: 2.8.1 - typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - jest-environment-jsdom: 29.7.0 - karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - transitivePeerDependencies: - - '@angular/compiler' - - '@rspack/core' - - '@swc/core' - - '@types/node' - - bufferutil - - chokidar - - debug - - html-webpack-plugin - - jiti - - lightningcss - - node-sass - - sass-embedded - - stylus - - sugarss - - supports-color - - tsx - - uglify-js - - utf-8-validate - - vite - - webpack-cli - - yaml - - '@angular-devkit/build-angular@21.1.5(6ufluysnpyscwwzwonpw7avw2i)': - dependencies: - '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) - '@angular-devkit/build-webpack': 0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - '@angular-devkit/core': 21.1.5(chokidar@5.0.0) - '@angular/build': 21.1.5(yfszryznq3cudajtfbi3mafxu4) - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) - '@babel/core': 7.28.5 - '@babel/generator': 7.28.5 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular/build': 20.3.21(selt4pbreu6bdvdveldv5xemge) + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.5) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-runtime': 7.28.5(@babel/core@7.28.5) - '@babel/preset-env': 7.28.5(@babel/core@7.28.5) - '@babel/runtime': 7.28.4 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 - autoprefixer: 10.4.23(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - esbuild-wasm: 0.27.2 + copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + esbuild-wasm: 0.25.9 + fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.4.2 - less-loader: 12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - open: 11.0.0 - ora: 9.0.0 + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + open: 10.2.0 + ora: 8.2.0 picomatch: 4.0.3 - piscina: 5.1.4 + piscina: 5.1.3 postcss: 8.5.6 - postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 - sass: 1.97.1 - sass-loader: 16.0.6(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - semver: 7.7.3 - source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 - terser: 5.44.1 - tinyglobby: 0.2.15 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 - typescript: 5.9.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + typescript: 5.8.3 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.27.2 - jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.25.9 + jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) + jest-environment-jsdom: 29.7.0 karma: 6.4.4 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19271,12 +19073,190 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@angular-devkit/build-angular@20.3.21(ufxagxuxuacgaxpvgx5kwt5h5u)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - rxjs: 7.8.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + '@ampproject/remapping': 2.3.0 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular/build': 20.3.21(ln5zcouty55pgefnysiyki2koi) + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-split-export-declaration': 7.24.7 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 + '@discoveryjs/json-ext': 0.6.3 + '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + ansi-colors: 4.1.3 + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + browserslist: 4.28.1 + copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + esbuild-wasm: 0.25.9 + fast-glob: 3.3.3 + http-proxy-middleware: 3.0.5 + istanbul-lib-instrument: 6.0.3 + jsonc-parser: 3.3.1 + karma-source-map-support: 1.4.0 + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + loader-utils: 3.3.1 + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + resolve-url-loader: 5.0.0 + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + source-map-support: 0.5.21 + terser: 5.43.1 + tree-kill: 1.2.2 + tslib: 2.8.1 + typescript: 5.8.3 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-merge: 6.0.1 + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + optionalDependencies: + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + esbuild: 0.25.9 + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + jest-environment-jsdom: 29.7.0 + karma: 6.4.4 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + transitivePeerDependencies: + - '@angular/compiler' + - '@rspack/core' + - '@swc/core' + - '@types/node' + - bufferutil + - chokidar + - debug + - html-webpack-plugin + - jiti + - lightningcss + - node-sass + - sass-embedded + - stylus + - sugarss + - supports-color + - tsx + - uglify-js + - utf-8-validate + - vitest + - webpack-cli + - yaml + + '@angular-devkit/build-angular@21.1.5(ed64bbuhllp7ztdn56pjx3kjr4)': + dependencies: + '@ampproject/remapping': 2.3.0 + '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) + '@angular-devkit/build-webpack': 0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + '@angular-devkit/core': 21.1.5(chokidar@5.0.0) + '@angular/build': 21.1.5(bn4jscjpltkam2x7uu3rp7jlri) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) + '@babel/core': 7.28.5 + '@babel/generator': 7.28.5 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-split-export-declaration': 7.24.7 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.5) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.5) + '@babel/plugin-transform-runtime': 7.28.5(@babel/core@7.28.5) + '@babel/preset-env': 7.28.5(@babel/core@7.28.5) + '@babel/runtime': 7.28.4 + '@discoveryjs/json-ext': 0.6.3 + '@ngtools/webpack': 21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + ansi-colors: 4.1.3 + autoprefixer: 10.4.23(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + browserslist: 4.28.1 + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + esbuild-wasm: 0.27.2 + http-proxy-middleware: 3.0.5 + istanbul-lib-instrument: 6.0.3 + jsonc-parser: 3.3.1 + karma-source-map-support: 1.4.0 + less: 4.4.2 + less-loader: 12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + loader-utils: 3.3.1 + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + open: 11.0.0 + ora: 9.0.0 + picomatch: 4.0.3 + piscina: 5.1.4 + postcss: 8.5.6 + postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + resolve-url-loader: 5.0.0 + rxjs: 7.8.2 + sass: 1.97.1 + sass-loader: 16.0.6(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + semver: 7.7.3 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + source-map-support: 0.5.21 + terser: 5.44.1 + tinyglobby: 0.2.15 + tree-kill: 1.2.2 + tslib: 2.8.1 + typescript: 5.9.3 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack-merge: 6.0.1 + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + optionalDependencies: + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.27.2 + jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + karma: 6.4.4 + transitivePeerDependencies: + - '@angular/compiler' + - '@rspack/core' + - '@swc/core' + - '@types/node' + - bufferutil + - chokidar + - debug + - html-webpack-plugin + - jiti + - lightningcss + - node-sass + - sass-embedded + - stylus + - sugarss + - supports-color + - tsx + - uglify-js + - utf-8-validate + - vitest + - webpack-cli + - yaml + + '@angular-devkit/build-webpack@0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': + dependencies: + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + rxjs: 7.8.2 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) transitivePeerDependencies: - chokidar @@ -19298,14 +19278,14 @@ snapshots: rxjs: 7.8.1 source-map: 0.7.4 - '@angular-devkit/core@19.2.19(chokidar@4.0.1)': + '@angular-devkit/core@20.3.21(chokidar@4.0.1)': dependencies: - ajv: 8.17.1 - ajv-formats: 3.0.1(ajv@8.17.1) + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) jsonc-parser: 3.3.1 - picomatch: 4.0.2 - rxjs: 7.8.1 - source-map: 0.7.4 + picomatch: 4.0.3 + rxjs: 7.8.2 + source-map: 0.7.6 optionalDependencies: chokidar: 4.0.1 @@ -19330,13 +19310,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@19.2.19(chokidar@4.0.1)': + '@angular-devkit/schematics@20.3.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) jsonc-parser: 3.3.1 magic-string: 0.30.17 - ora: 5.4.1 - rxjs: 7.8.1 + ora: 8.2.0 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19355,44 +19335,47 @@ snapshots: '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.6.3 - '@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.1)': + '@angular/build@20.3.21(ln5zcouty55pgefnysiyki2koi)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.20 - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular/compiler': 20.3.18 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@25.5.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 rollup: 4.59.0 - sass: 1.85.0 - semver: 7.7.1 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 - typescript: 5.5.4 - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + tinyglobby: 0.2.14 + tslib: 2.8.1 + typescript: 5.8.3 + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - postcss: 8.5.2 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19406,44 +19389,47 @@ snapshots: - tsx - yaml - '@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.21(qqg7uwade6i2txhw26cb5clawq)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.20 - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular/compiler': 20.3.18 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@25.5.0) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@25.5.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 rollup: 4.59.0 - sass: 1.85.0 - semver: 7.7.1 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.6.3 typescript: 5.8.3 - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.2 + less: 4.4.2 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.8 transitivePeerDependencies: - '@types/node' - chokidar @@ -19456,45 +19442,49 @@ snapshots: - terser - tsx - yaml + optional: true - '@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.8)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.1)': + '@angular/build@20.3.21(selt4pbreu6bdvdveldv5xemge)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.20 - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular/compiler': 20.3.18 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@25.5.0) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@20.11.17) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 rollup: 4.59.0 - sass: 1.85.0 - semver: 7.7.1 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 - less: 4.4.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.8 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19507,9 +19497,8 @@ snapshots: - terser - tsx - yaml - optional: true - '@angular/build@21.1.5(yfszryznq3cudajtfbi3mafxu4)': + '@angular/build@21.1.5(bn4jscjpltkam2x7uu3rp7jlri)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) @@ -19518,8 +19507,8 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.27.2 @@ -19540,7 +19529,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 undici: 7.24.4 - vite: 7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) watchpack: 2.5.0 optionalDependencies: '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) @@ -19563,61 +19552,91 @@ snapshots: - tsx - yaml - '@angular/cli@19.2.19(@types/node@20.11.17)(chokidar@4.0.1)': + '@angular/cli@20.3.21(@types/node@20.11.17)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.21(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@19.2.19(@types/node@25.5.0)(chokidar@4.0.1)': + '@angular/cli@20.3.21(@types/node@24.1.0)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@25.5.0) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@25.5.0)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.21(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 + transitivePeerDependencies: + - '@cfworker/json-schema' + - '@types/node' + - chokidar + - supports-color + + '@angular/cli@20.3.21(@types/node@25.5.0)(chokidar@4.0.1)': + dependencies: + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@25.5.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.21(chokidar@4.0.1) + '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 + ini: 5.0.0 + jsonc-parser: 3.3.1 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 + resolve: 1.22.10 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@21.1.5(@types/node@20.12.8)(chokidar@5.0.0)': + '@angular/cli@21.1.5(@types/node@24.1.0)(chokidar@5.0.0)': dependencies: '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) '@angular-devkit/core': 21.1.5(chokidar@5.0.0) '@angular-devkit/schematics': 21.1.5(chokidar@5.0.0) - '@inquirer/prompts': 7.10.1(@types/node@20.12.8) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5) + '@inquirer/prompts': 7.10.1(@types/node@24.1.0) + '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.26.0(zod@4.3.5) '@schematics/angular': 21.1.5(chokidar@5.0.0) '@yarnpkg/lockfile': 1.1.0 @@ -19638,23 +19657,23 @@ snapshots: - chokidar - supports-color - '@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + '@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': dependencies: - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.19(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.18(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: @@ -19662,33 +19681,19 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4)': - dependencies: - '@angular/compiler': 19.2.20 - '@babel/core': 7.26.9 - '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.1 - convert-source-map: 1.9.0 - reflect-metadata: 0.2.2 - semver: 7.7.4 - tslib: 2.6.3 - typescript: 5.5.4 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3)': + '@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3)': dependencies: - '@angular/compiler': 19.2.20 - '@babel/core': 7.26.9 + '@angular/compiler': 20.3.18 + '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.1 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 + yargs: 18.0.0 + optionalDependencies: typescript: 5.8.3 - yargs: 17.7.2 transitivePeerDependencies: - supports-color @@ -19724,24 +19729,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@19.2.20': + '@angular/compiler@20.3.18': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@angular/compiler@21.2.4': dependencies: tslib: 2.6.3 - '@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)': + '@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)': dependencies: rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.18 zone.js: 0.15.0 - '@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.18 zone.js: 0.15.1 '@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)': @@ -19752,21 +19761,21 @@ snapshots: '@angular/compiler': 21.2.4 zone.js: 0.15.1 - '@angular/forms@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/forms@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/forms@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/forms@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: @@ -19777,21 +19786,21 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/platform-browser-dynamic@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))': + '@angular/platform-browser-dynamic@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) - tslib: 2.6.3 + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + tslib: 2.8.1 - '@angular/platform-browser-dynamic@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) - tslib: 2.6.3 + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + tslib: 2.8.1 '@angular/platform-browser-dynamic@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: @@ -19801,17 +19810,17 @@ snapshots: '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) tslib: 2.6.3 - '@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))': + '@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - tslib: 2.6.3 + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + tslib: 2.8.1 - '@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.8.1 '@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: @@ -19821,25 +19830,25 @@ snapshots: optionalDependencies: '@angular/animations': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/platform-server@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 optional: true - '@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 '@angular/platform-server@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': @@ -19852,21 +19861,21 @@ snapshots: tslib: 2.6.3 xhr2: 0.2.1 - '@angular/router@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/router@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/router@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@aspnet/signalr@1.0.27': {} @@ -19890,38 +19899,18 @@ snapshots: '@babel/compat-data@7.29.0': {} - '@babel/core@7.26.10': + '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) - '@babel/helpers': 7.28.6 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 - convert-source-map: 2.0.0 - debug: 4.4.3 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/core@7.26.9': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.9) + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helpers': 7.28.6 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 convert-source-map: 2.0.0 debug: 4.4.3 gensync: 1.0.0-beta.2 @@ -19933,7 +19922,7 @@ snapshots: '@babel/core@7.28.5': dependencies: '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) '@babel/helpers': 7.28.6 @@ -19998,10 +19987,10 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.10': + '@babel/generator@7.28.3': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 @@ -20017,7 +20006,7 @@ snapshots: '@babel/generator@7.28.6': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 @@ -20030,13 +20019,9 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.28.6 - '@babel/helper-annotate-as-pure@7.27.3': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/helper-compilation-targets@7.28.6': dependencies: @@ -20046,15 +20031,15 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.26.10)': + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -20067,7 +20052,7 @@ snapshots: '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.5) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -20080,7 +20065,7 @@ snapshots: '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -20093,14 +20078,14 @@ snapshots: '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.4.0 semver: 6.3.1 @@ -20148,9 +20133,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.26.10)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -20192,6 +20177,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + debug: 4.4.3 + lodash.debounce: 4.0.8 + resolve: 1.22.11 + transitivePeerDependencies: + - supports-color + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -20207,8 +20203,8 @@ snapshots: '@babel/helper-member-expression-to-functions@7.28.5': dependencies: - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -20219,18 +20215,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.9)': - dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.29.0 @@ -20266,18 +20253,18 @@ snapshots: '@babel/helper-optimise-call-expression@7.27.1': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/helper-plugin-utils@7.27.1': {} '@babel/helper-plugin-utils@7.28.6': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.26.10)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20286,7 +20273,7 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20295,7 +20282,7 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20304,16 +20291,16 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.28.6(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20322,7 +20309,7 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20331,7 +20318,7 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20340,20 +20327,20 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/helper-string-parser@7.27.1': {} @@ -20364,8 +20351,8 @@ snapshots: '@babel/helper-wrap-function@7.28.3': dependencies: '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -20391,15 +20378,15 @@ snapshots: '@babel/parser@7.28.6': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/parser@7.29.0': dependencies: '@babel/types': 7.29.0 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20429,9 +20416,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.5)': @@ -20449,9 +20436,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.5)': @@ -20469,12 +20456,12 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20505,9 +20492,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20546,9 +20533,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5)': dependencies: @@ -20621,9 +20608,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.5)': @@ -20641,14 +20628,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.5)': @@ -20791,10 +20773,10 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.5)': @@ -20815,9 +20797,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.5)': @@ -20835,21 +20817,21 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) - '@babel/traverse': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.29.0)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20858,43 +20840,43 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.6)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.5)': + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.6)': + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.6 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6) - '@babel/traverse': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.29.0)': + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20907,21 +20889,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.29.0)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20934,12 +20916,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20970,9 +20952,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.5)': @@ -20990,9 +20972,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.5)': @@ -21018,10 +21000,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21058,10 +21040,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21090,14 +21072,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -21138,9 +21120,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 @@ -21162,9 +21144,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -21194,10 +21176,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.5)': @@ -21218,9 +21200,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.5)': @@ -21238,10 +21220,10 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.5)': @@ -21262,9 +21244,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.5)': @@ -21282,6 +21264,14 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 @@ -21311,9 +21301,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.5)': @@ -21331,9 +21321,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.5)': @@ -21357,9 +21347,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.29.0) - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21389,9 +21379,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 @@ -21425,9 +21415,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.5)': @@ -21445,9 +21435,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.5)': @@ -21465,9 +21455,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.5)': @@ -21485,9 +21475,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.5)': @@ -21505,10 +21495,10 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21537,10 +21527,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21569,23 +21559,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21595,7 +21575,17 @@ snapshots: '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21609,10 +21599,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21641,12 +21631,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 @@ -21659,15 +21643,21 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.5)': @@ -21685,9 +21675,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.5)': @@ -21705,9 +21695,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.5)': @@ -21725,13 +21715,13 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -21769,11 +21759,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -21801,9 +21791,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.5)': @@ -21821,9 +21811,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21853,9 +21843,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.26.10)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.5)': @@ -21881,10 +21871,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21913,11 +21903,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21949,9 +21939,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.5)': @@ -22008,11 +21998,6 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 @@ -22023,15 +22008,20 @@ snapshots: '@babel/core': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.5)': @@ -22052,9 +22042,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.5)': @@ -22084,14 +22074,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-runtime@7.26.10(@babel/core@7.26.10)': + '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -22132,9 +22122,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.5)': @@ -22152,9 +22142,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -22184,9 +22174,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.5)': @@ -22204,9 +22194,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.5)': @@ -22224,9 +22214,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.5)': @@ -22255,9 +22245,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.5)': @@ -22275,10 +22265,10 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.5)': @@ -22299,10 +22289,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.5)': @@ -22323,10 +22313,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.5)': @@ -22347,77 +22337,78 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/preset-env@7.26.9(@babel/core@7.26.10)': + '@babel/preset-env@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 + '@babel/compat-data': 7.29.0 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10) - '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.26.10) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.26.10) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.10) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) - core-js-compat: 3.45.1 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-modules-systemjs': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-regenerator': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.3) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.28.3) + core-js-compat: 3.49.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -22439,7 +22430,7 @@ snapshots: '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.5) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5) '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.5) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.28.5) '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.5) @@ -22657,9 +22648,9 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.29.0) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.10)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/types': 7.28.6 esutils: 2.0.3 @@ -22712,6 +22703,8 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} + '@babel/runtime@7.28.4': {} '@babel/runtime@7.28.6': {} @@ -22725,11 +22718,11 @@ snapshots: '@babel/traverse@7.28.6': dependencies: '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/helper-globals': 7.28.0 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -22840,9 +22833,9 @@ snapshots: dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/angular@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': dependencies: - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22857,13 +22850,13 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(h5cwyqq6zwtbaf5nld75dd5oii)': + '@devextreme-generator/build-helpers@3.0.12(ufrovgmkx3l3boawyof7lcyblu)': dependencies: - '@devextreme-generator/angular': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/inferno': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/preact': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/react': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/angular': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/inferno': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/preact': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/react': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 @@ -22886,10 +22879,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/core@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(yq7mldp4wyckzhqs3zqk5sdezm) + eslint-config-devextreme: 0.2.0(ztgrdajne6isg5ctaalc7x7gdm) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22912,11 +22905,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/inferno@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': dependencies: - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/preact': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/react': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/preact': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/react': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22931,10 +22924,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/preact@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': dependencies: - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/react': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/react': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22949,9 +22942,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/react@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': dependencies: - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22966,10 +22959,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/vue@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': dependencies: - '@devextreme-generator/angular': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/angular': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -23000,15 +22993,15 @@ snapshots: '@emnapi/core@1.7.1': dependencies: '@emnapi/wasi-threads': 1.1.0 - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/runtime@1.7.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/wasi-threads@1.1.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@esbuild/aix-ppc64@0.21.5': optional: true @@ -23016,7 +23009,7 @@ snapshots: '@esbuild/aix-ppc64@0.25.0': optional: true - '@esbuild/aix-ppc64@0.25.4': + '@esbuild/aix-ppc64@0.25.9': optional: true '@esbuild/aix-ppc64@0.27.2': @@ -23028,7 +23021,7 @@ snapshots: '@esbuild/android-arm64@0.25.0': optional: true - '@esbuild/android-arm64@0.25.4': + '@esbuild/android-arm64@0.25.9': optional: true '@esbuild/android-arm64@0.27.2': @@ -23040,7 +23033,7 @@ snapshots: '@esbuild/android-arm@0.25.0': optional: true - '@esbuild/android-arm@0.25.4': + '@esbuild/android-arm@0.25.9': optional: true '@esbuild/android-arm@0.27.2': @@ -23052,7 +23045,7 @@ snapshots: '@esbuild/android-x64@0.25.0': optional: true - '@esbuild/android-x64@0.25.4': + '@esbuild/android-x64@0.25.9': optional: true '@esbuild/android-x64@0.27.2': @@ -23064,7 +23057,7 @@ snapshots: '@esbuild/darwin-arm64@0.25.0': optional: true - '@esbuild/darwin-arm64@0.25.4': + '@esbuild/darwin-arm64@0.25.9': optional: true '@esbuild/darwin-arm64@0.27.2': @@ -23076,7 +23069,7 @@ snapshots: '@esbuild/darwin-x64@0.25.0': optional: true - '@esbuild/darwin-x64@0.25.4': + '@esbuild/darwin-x64@0.25.9': optional: true '@esbuild/darwin-x64@0.27.2': @@ -23088,7 +23081,7 @@ snapshots: '@esbuild/freebsd-arm64@0.25.0': optional: true - '@esbuild/freebsd-arm64@0.25.4': + '@esbuild/freebsd-arm64@0.25.9': optional: true '@esbuild/freebsd-arm64@0.27.2': @@ -23100,7 +23093,7 @@ snapshots: '@esbuild/freebsd-x64@0.25.0': optional: true - '@esbuild/freebsd-x64@0.25.4': + '@esbuild/freebsd-x64@0.25.9': optional: true '@esbuild/freebsd-x64@0.27.2': @@ -23112,7 +23105,7 @@ snapshots: '@esbuild/linux-arm64@0.25.0': optional: true - '@esbuild/linux-arm64@0.25.4': + '@esbuild/linux-arm64@0.25.9': optional: true '@esbuild/linux-arm64@0.27.2': @@ -23124,7 +23117,7 @@ snapshots: '@esbuild/linux-arm@0.25.0': optional: true - '@esbuild/linux-arm@0.25.4': + '@esbuild/linux-arm@0.25.9': optional: true '@esbuild/linux-arm@0.27.2': @@ -23136,7 +23129,7 @@ snapshots: '@esbuild/linux-ia32@0.25.0': optional: true - '@esbuild/linux-ia32@0.25.4': + '@esbuild/linux-ia32@0.25.9': optional: true '@esbuild/linux-ia32@0.27.2': @@ -23151,7 +23144,7 @@ snapshots: '@esbuild/linux-loong64@0.25.0': optional: true - '@esbuild/linux-loong64@0.25.4': + '@esbuild/linux-loong64@0.25.9': optional: true '@esbuild/linux-loong64@0.27.2': @@ -23163,7 +23156,7 @@ snapshots: '@esbuild/linux-mips64el@0.25.0': optional: true - '@esbuild/linux-mips64el@0.25.4': + '@esbuild/linux-mips64el@0.25.9': optional: true '@esbuild/linux-mips64el@0.27.2': @@ -23175,7 +23168,7 @@ snapshots: '@esbuild/linux-ppc64@0.25.0': optional: true - '@esbuild/linux-ppc64@0.25.4': + '@esbuild/linux-ppc64@0.25.9': optional: true '@esbuild/linux-ppc64@0.27.2': @@ -23187,7 +23180,7 @@ snapshots: '@esbuild/linux-riscv64@0.25.0': optional: true - '@esbuild/linux-riscv64@0.25.4': + '@esbuild/linux-riscv64@0.25.9': optional: true '@esbuild/linux-riscv64@0.27.2': @@ -23199,7 +23192,7 @@ snapshots: '@esbuild/linux-s390x@0.25.0': optional: true - '@esbuild/linux-s390x@0.25.4': + '@esbuild/linux-s390x@0.25.9': optional: true '@esbuild/linux-s390x@0.27.2': @@ -23211,7 +23204,7 @@ snapshots: '@esbuild/linux-x64@0.25.0': optional: true - '@esbuild/linux-x64@0.25.4': + '@esbuild/linux-x64@0.25.9': optional: true '@esbuild/linux-x64@0.27.2': @@ -23220,7 +23213,7 @@ snapshots: '@esbuild/netbsd-arm64@0.25.0': optional: true - '@esbuild/netbsd-arm64@0.25.4': + '@esbuild/netbsd-arm64@0.25.9': optional: true '@esbuild/netbsd-arm64@0.27.2': @@ -23232,7 +23225,7 @@ snapshots: '@esbuild/netbsd-x64@0.25.0': optional: true - '@esbuild/netbsd-x64@0.25.4': + '@esbuild/netbsd-x64@0.25.9': optional: true '@esbuild/netbsd-x64@0.27.2': @@ -23241,7 +23234,7 @@ snapshots: '@esbuild/openbsd-arm64@0.25.0': optional: true - '@esbuild/openbsd-arm64@0.25.4': + '@esbuild/openbsd-arm64@0.25.9': optional: true '@esbuild/openbsd-arm64@0.27.2': @@ -23253,12 +23246,15 @@ snapshots: '@esbuild/openbsd-x64@0.25.0': optional: true - '@esbuild/openbsd-x64@0.25.4': + '@esbuild/openbsd-x64@0.25.9': optional: true '@esbuild/openbsd-x64@0.27.2': optional: true + '@esbuild/openharmony-arm64@0.25.9': + optional: true + '@esbuild/openharmony-arm64@0.27.2': optional: true @@ -23268,7 +23264,7 @@ snapshots: '@esbuild/sunos-x64@0.25.0': optional: true - '@esbuild/sunos-x64@0.25.4': + '@esbuild/sunos-x64@0.25.9': optional: true '@esbuild/sunos-x64@0.27.2': @@ -23280,7 +23276,7 @@ snapshots: '@esbuild/win32-arm64@0.25.0': optional: true - '@esbuild/win32-arm64@0.25.4': + '@esbuild/win32-arm64@0.25.9': optional: true '@esbuild/win32-arm64@0.27.2': @@ -23292,7 +23288,7 @@ snapshots: '@esbuild/win32-ia32@0.25.0': optional: true - '@esbuild/win32-ia32@0.25.4': + '@esbuild/win32-ia32@0.25.9': optional: true '@esbuild/win32-ia32@0.27.2': @@ -23304,7 +23300,7 @@ snapshots: '@esbuild/win32-x64@0.25.0': optional: true - '@esbuild/win32-x64@0.25.4': + '@esbuild/win32-x64@0.25.9': optional: true '@esbuild/win32-x64@0.27.2': @@ -23446,15 +23442,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/checkbox@4.3.2(@types/node@20.12.8)': + '@inquirer/checkbox@4.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/checkbox@4.3.2(@types/node@25.5.0)': dependencies: @@ -23466,35 +23462,35 @@ snapshots: optionalDependencies: '@types/node': 25.5.0 - '@inquirer/confirm@5.1.21(@types/node@20.11.17)': + '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.21(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/confirm@5.1.21(@types/node@25.5.0)': + '@inquirer/confirm@5.1.14(@types/node@25.5.0)': dependencies: '@inquirer/core': 10.3.2(@types/node@25.5.0) '@inquirer/type': 3.0.10(@types/node@25.5.0) optionalDependencies: '@types/node': 25.5.0 - '@inquirer/confirm@5.1.6(@types/node@20.11.17)': + '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.6(@types/node@25.5.0)': + '@inquirer/confirm@5.1.21(@types/node@24.1.0)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) + optionalDependencies: + '@types/node': 24.1.0 + + '@inquirer/confirm@5.1.21(@types/node@25.5.0)': dependencies: '@inquirer/core': 10.3.2(@types/node@25.5.0) '@inquirer/type': 3.0.10(@types/node@25.5.0) @@ -23514,18 +23510,18 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/core@10.3.2(@types/node@20.12.8)': + '@inquirer/core@10.3.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) 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': 20.12.8 + '@types/node': 24.1.0 '@inquirer/core@10.3.2(@types/node@25.5.0)': dependencies: @@ -23548,13 +23544,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/editor@4.2.23(@types/node@20.12.8)': + '@inquirer/editor@4.2.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/external-editor': 1.0.3(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/external-editor': 1.0.3(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/editor@4.2.23(@types/node@25.5.0)': dependencies: @@ -23572,13 +23568,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/expand@4.0.23(@types/node@20.12.8)': + '@inquirer/expand@4.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/expand@4.0.23(@types/node@25.5.0)': dependencies: @@ -23595,12 +23591,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/external-editor@1.0.3(@types/node@20.12.8)': + '@inquirer/external-editor@1.0.3(@types/node@24.1.0)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/external-editor@1.0.3(@types/node@25.5.0)': dependencies: @@ -23618,12 +23614,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/input@4.3.1(@types/node@20.12.8)': + '@inquirer/input@4.3.1(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/input@4.3.1(@types/node@25.5.0)': dependencies: @@ -23639,12 +23635,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/number@3.0.23(@types/node@20.12.8)': + '@inquirer/number@3.0.23(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/number@3.0.23(@types/node@25.5.0)': dependencies: @@ -23661,13 +23657,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/password@4.0.23(@types/node@20.12.8)': + '@inquirer/password@4.0.23(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/password@4.0.23(@types/node@25.5.0)': dependencies: @@ -23677,22 +23673,22 @@ snapshots: optionalDependencies: '@types/node': 25.5.0 - '@inquirer/prompts@7.10.1(@types/node@20.12.8)': + '@inquirer/prompts@7.10.1(@types/node@24.1.0)': dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.12.8) - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@inquirer/editor': 4.2.23(@types/node@20.12.8) - '@inquirer/expand': 4.0.23(@types/node@20.12.8) - '@inquirer/input': 4.3.1(@types/node@20.12.8) - '@inquirer/number': 3.0.23(@types/node@20.12.8) - '@inquirer/password': 4.0.23(@types/node@20.12.8) - '@inquirer/rawlist': 4.1.11(@types/node@20.12.8) - '@inquirer/search': 3.2.2(@types/node@20.12.8) - '@inquirer/select': 4.4.2(@types/node@20.12.8) + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 - '@inquirer/prompts@7.3.2(@types/node@20.11.17)': + '@inquirer/prompts@7.8.2(@types/node@20.11.17)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.11.17) '@inquirer/confirm': 5.1.21(@types/node@20.11.17) @@ -23707,7 +23703,22 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/prompts@7.3.2(@types/node@25.5.0)': + '@inquirer/prompts@7.8.2(@types/node@24.1.0)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) + '@inquirer/confirm': 5.1.21(@types/node@24.1.0) + '@inquirer/editor': 4.2.23(@types/node@24.1.0) + '@inquirer/expand': 4.0.23(@types/node@24.1.0) + '@inquirer/input': 4.3.1(@types/node@24.1.0) + '@inquirer/number': 3.0.23(@types/node@24.1.0) + '@inquirer/password': 4.0.23(@types/node@24.1.0) + '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) + '@inquirer/search': 3.2.2(@types/node@24.1.0) + '@inquirer/select': 4.4.2(@types/node@24.1.0) + optionalDependencies: + '@types/node': 24.1.0 + + '@inquirer/prompts@7.8.2(@types/node@25.5.0)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@25.5.0) '@inquirer/confirm': 5.1.21(@types/node@25.5.0) @@ -23730,13 +23741,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/rawlist@4.1.11(@types/node@20.12.8)': + '@inquirer/rawlist@4.1.11(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/rawlist@4.1.11(@types/node@25.5.0)': dependencies: @@ -23755,14 +23766,14 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/search@3.2.2(@types/node@20.12.8)': + '@inquirer/search@3.2.2(@types/node@24.1.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/search@3.2.2(@types/node@25.5.0)': dependencies: @@ -23783,15 +23794,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/select@4.4.2(@types/node@20.12.8)': + '@inquirer/select@4.4.2(@types/node@24.1.0)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@24.1.0) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@24.1.0) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/select@4.4.2(@types/node@25.5.0)': dependencies: @@ -23803,17 +23814,13 @@ snapshots: optionalDependencies: '@types/node': 25.5.0 - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 - '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 - '@inquirer/type@3.0.10(@types/node@20.12.8)': + '@inquirer/type@3.0.10(@types/node@24.1.0)': optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@inquirer/type@3.0.10(@types/node@25.5.0)': optionalDependencies: @@ -23845,7 +23852,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -23854,27 +23861,27 @@ snapshots: '@jest/console@30.2.0': dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 jest-message-util: 30.2.0 jest-util: 30.2.0 slash: 3.0.0 - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23896,23 +23903,22 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23943,14 +23949,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23981,14 +23987,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24011,7 +24017,7 @@ snapshots: - supports-color - ts-node - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -24019,14 +24025,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24050,7 +24056,7 @@ snapshots: - ts-node optional: true - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -24058,14 +24064,52 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 + 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 24.1.0 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24087,6 +24131,7 @@ snapshots: - esbuild-register - supports-color - ts-node + optional: true '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5))': dependencies: @@ -24096,14 +24141,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24126,7 +24171,7 @@ snapshots: - supports-color - ts-node - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -24134,14 +24179,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24173,14 +24218,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24209,14 +24254,14 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 29.7.0 '@jest/environment@30.2.0': dependencies: '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 30.2.0 '@jest/expect-utils@29.7.0': @@ -24245,7 +24290,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -24254,7 +24299,7 @@ snapshots: dependencies: '@jest/types': 30.2.0 '@sinonjs/fake-timers': 13.0.5 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-message-util: 30.2.0 jest-mock: 30.2.0 jest-util: 30.2.0 @@ -24281,7 +24326,7 @@ snapshots: '@jest/pattern@30.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-regex-util: 30.0.1 '@jest/reporters@29.7.0(node-notifier@9.0.1)': @@ -24292,7 +24337,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -24323,7 +24368,7 @@ snapshots: '@jest/transform': 30.2.0 '@jest/types': 30.2.0 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit-x: 0.2.2 @@ -24445,7 +24490,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -24455,7 +24500,7 @@ snapshots: '@jest/schemas': 30.0.5 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -24493,41 +24538,41 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.3)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) + '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pointer@1.0.2(tslib@2.6.3)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 '@keyv/bigmap@1.3.0(keyv@5.5.5)': dependencies: @@ -24545,20 +24590,34 @@ snapshots: dependencies: '@lezer/common': 1.2.3 - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@inquirer/type': 3.0.10(@types/node@20.11.17) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' + + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1)': + dependencies: + '@inquirer/prompts': 7.8.2(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@25.5.0))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@25.5.0) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5)': dependencies: - '@inquirer/prompts': 7.10.1(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/prompts': 7.10.1(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@24.1.0) listr2: 9.0.5 transitivePeerDependencies: - '@types/node' @@ -24566,7 +24625,7 @@ snapshots: '@lmdb/lmdb-darwin-arm64@2.8.5': optional: true - '@lmdb/lmdb-darwin-arm64@3.2.6': + '@lmdb/lmdb-darwin-arm64@3.4.2': optional: true '@lmdb/lmdb-darwin-arm64@3.4.4': @@ -24575,7 +24634,7 @@ snapshots: '@lmdb/lmdb-darwin-x64@2.8.5': optional: true - '@lmdb/lmdb-darwin-x64@3.2.6': + '@lmdb/lmdb-darwin-x64@3.4.2': optional: true '@lmdb/lmdb-darwin-x64@3.4.4': @@ -24584,7 +24643,7 @@ snapshots: '@lmdb/lmdb-linux-arm64@2.8.5': optional: true - '@lmdb/lmdb-linux-arm64@3.2.6': + '@lmdb/lmdb-linux-arm64@3.4.2': optional: true '@lmdb/lmdb-linux-arm64@3.4.4': @@ -24593,7 +24652,7 @@ snapshots: '@lmdb/lmdb-linux-arm@2.8.5': optional: true - '@lmdb/lmdb-linux-arm@3.2.6': + '@lmdb/lmdb-linux-arm@3.4.2': optional: true '@lmdb/lmdb-linux-arm@3.4.4': @@ -24602,19 +24661,22 @@ snapshots: '@lmdb/lmdb-linux-x64@2.8.5': optional: true - '@lmdb/lmdb-linux-x64@3.2.6': + '@lmdb/lmdb-linux-x64@3.4.2': optional: true '@lmdb/lmdb-linux-x64@3.4.4': optional: true + '@lmdb/lmdb-win32-arm64@3.4.2': + optional: true + '@lmdb/lmdb-win32-arm64@3.4.4': optional: true '@lmdb/lmdb-win32-x64@2.8.5': optional: true - '@lmdb/lmdb-win32-x64@3.2.6': + '@lmdb/lmdb-win32-x64@3.4.2': optional: true '@lmdb/lmdb-win32-x64@3.4.4': @@ -24632,6 +24694,28 @@ snapshots: '@lezer/lr': 1.4.2 json5: 2.2.3 + '@modelcontextprotocol/sdk@1.26.0(zod@4.1.13)': + dependencies: + '@hono/node-server': 1.19.11(hono@4.12.7) + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) + content-type: 1.0.5 + cors: 2.8.5 + cross-spawn: 7.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.0.6 + express: 5.2.1 + express-rate-limit: 8.3.1(express@5.2.1) + hono: 4.12.7 + jose: 6.1.3 + json-schema-typed: 8.0.2 + pkce-challenge: 5.0.1 + raw-body: 3.0.2 + zod: 4.1.13 + zod-to-json-schema: 3.25.1(zod@4.1.13) + transitivePeerDependencies: + - supports-color + '@modelcontextprotocol/sdk@1.26.0(zod@4.3.5)': dependencies: '@hono/node-server': 1.19.11(hono@4.12.7) @@ -24764,17 +24848,11 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': - dependencies: - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@ngtools/webpack@20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': dependencies: - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) '@ngtools/webpack@21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2))': dependencies: @@ -24800,16 +24878,6 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@npmcli/agent@3.0.0': - dependencies: - agent-base: 7.1.3 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 - lru-cache: 10.4.3 - socks-proxy-agent: 8.0.4 - transitivePeerDependencies: - - supports-color - '@npmcli/agent@4.0.0': dependencies: agent-base: 7.1.3 @@ -24820,25 +24888,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/fs@4.0.0': - dependencies: - semver: 7.7.4 - '@npmcli/fs@5.0.0': dependencies: semver: 7.7.4 - '@npmcli/git@6.0.3': - dependencies: - '@npmcli/promise-spawn': 8.0.2 - ini: 5.0.0 - lru-cache: 10.4.3 - npm-pick-manifest: 10.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - semver: 7.7.4 - which: 5.0.0 - '@npmcli/git@7.0.1': dependencies: '@npmcli/promise-spawn': 9.0.1 @@ -24850,30 +24903,13 @@ snapshots: semver: 7.7.4 which: 6.0.0 - '@npmcli/installed-package-contents@3.0.0': - dependencies: - npm-bundled: 4.0.0 - npm-normalize-package-bin: 4.0.0 - '@npmcli/installed-package-contents@4.0.0': dependencies: npm-bundled: 5.0.0 npm-normalize-package-bin: 5.0.0 - '@npmcli/node-gyp@4.0.0': {} - '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@6.1.1': - dependencies: - '@npmcli/git': 6.0.3 - glob: 10.5.0 - hosted-git-info: 8.1.0 - json-parse-even-better-errors: 4.0.0 - proc-log: 5.0.0 - semver: 7.7.4 - validate-npm-package-license: 3.0.4 - '@npmcli/package-json@7.0.4': dependencies: '@npmcli/git': 7.0.1 @@ -24884,16 +24920,10 @@ snapshots: semver: 7.7.4 validate-npm-package-license: 3.0.4 - '@npmcli/promise-spawn@8.0.2': - dependencies: - which: 5.0.0 - '@npmcli/promise-spawn@9.0.1': dependencies: which: 6.0.0 - '@npmcli/redact@3.2.0': {} - '@npmcli/redact@4.0.0': {} '@npmcli/run-script@10.0.3': @@ -24907,17 +24937,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/run-script@9.1.0': - dependencies: - '@npmcli/node-gyp': 4.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - node-gyp: 11.2.0 - proc-log: 5.0.0 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - '@nrwl/nx-cloud@19.1.0': dependencies: nx-cloud: 19.1.0 @@ -24932,7 +24951,7 @@ snapshots: minimatch: 10.2.4 nx: 22.4.5(@swc/core@1.15.3) semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/jest@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': @@ -24950,7 +24969,7 @@ snapshots: picocolors: 1.1.1 resolve.exports: 2.0.3 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' @@ -24994,7 +25013,7 @@ snapshots: semver: 7.7.4 source-map-support: 0.5.19 tinyglobby: 0.2.15 - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -25042,7 +25061,7 @@ snapshots: nx: 22.4.5(@swc/core@1.15.3) picomatch: 4.0.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -26038,10 +26057,10 @@ snapshots: transitivePeerDependencies: - chokidar - '@schematics/angular@19.2.19(chokidar@4.0.1)': + '@schematics/angular@20.3.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -26054,33 +26073,14 @@ snapshots: transitivePeerDependencies: - chokidar - '@sigstore/bundle@3.1.0': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/bundle@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@2.0.0': {} - '@sigstore/core@3.0.0': {} - '@sigstore/protobuf-specs@0.4.1': {} - '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@3.1.0': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - make-fetch-happen: 14.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/sign@4.0.1': dependencies: '@sigstore/bundle': 4.0.0 @@ -26092,13 +26092,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/tuf@3.1.1': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - tuf-js: 3.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/tuf@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 @@ -26106,12 +26099,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/verify@2.1.1': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/verify@3.0.0': dependencies: '@sigstore/bundle': 4.0.0 @@ -26122,8 +26109,6 @@ snapshots: '@sinclair/typebox@0.34.48': {} - '@sindresorhus/merge-streams@2.3.0': {} - '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -26200,7 +26185,7 @@ snapshots: es-module-lexer: 1.7.0 fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) - magic-string: 0.30.19 + magic-string: 0.30.21 storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) style-loader: 4.0.0(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) @@ -26247,7 +26232,7 @@ snapshots: '@storybook/core-webpack': 10.1.9(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) '@types/semver': 7.5.8 - magic-string: 0.30.19 + magic-string: 0.30.21 react: 18.3.1 react-docgen: 7.1.1 react-dom: 18.3.1(react@18.3.1) @@ -26273,7 +26258,7 @@ snapshots: flat-cache: 3.2.0 micromatch: 4.0.8 react-docgen-typescript: 2.2.2(typescript@5.9.3) - tslib: 2.6.3 + tslib: 2.8.1 typescript: 5.9.3 webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) transitivePeerDependencies: @@ -26466,11 +26451,6 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@3.0.1': - dependencies: - '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.9 - '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 @@ -26478,12 +26458,12 @@ snapshots: '@tybys/wasm-util@0.10.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@types/aria-query@5.0.4': {} @@ -26497,29 +26477,29 @@ snapshots: '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/babel__template@7.4.4': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/babel__traverse@7.28.0': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/chai@5.2.3': dependencies: @@ -26528,27 +26508,27 @@ snapshots: '@types/cheerio@0.22.35': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/clean-css@4.2.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 source-map: 0.6.1 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.1 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/debug@4.1.12': dependencies: @@ -26599,14 +26579,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -26632,16 +26612,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/hast@2.3.10': dependencies: @@ -26653,7 +26633,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/istanbul-lib-coverage@2.0.6': {} @@ -26665,10 +26645,10 @@ snapshots: dependencies: '@types/istanbul-lib-report': 3.0.3 - '@types/jasmine@2.8.24': {} - '@types/jasmine@5.1.4': {} + '@types/jasmine@6.0.0': {} + '@types/jest@29.5.14': dependencies: expect: 29.7.0 @@ -26680,7 +26660,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -26690,7 +26670,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/lodash@4.17.24': {} @@ -26712,12 +26692,12 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 form-data: 4.0.5 '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/node@18.19.130': dependencies: @@ -26739,6 +26719,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@24.1.0': + dependencies: + undici-types: 7.8.0 + '@types/node@25.5.0': dependencies: undici-types: 7.18.2 @@ -26796,7 +26780,7 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/resolve@1.20.2': {} @@ -26811,7 +26795,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/serve-index@1.9.4': dependencies: @@ -26820,30 +26804,30 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/stack-utils@2.0.3': {} '@types/tar-fs@2.0.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tar-stream': 3.1.3 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/tough-cookie@4.0.5': {} @@ -26859,11 +26843,11 @@ snapshots: '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/ws@8.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@types/yargs-parser@21.0.3': {} @@ -26873,7 +26857,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 optional: true '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)': @@ -26912,19 +26896,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/scope-manager': 8.52.0 - '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 eslint: 9.39.4(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -27002,15 +26986,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -27035,12 +27019,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.52.0(typescript@5.5.4)': + '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.54.0 debug: 4.4.3 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -27077,9 +27061,9 @@ snapshots: dependencies: typescript: 4.9.5 - '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.5.4)': + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.8.3)': dependencies: - typescript: 5.5.4 + typescript: 5.8.3 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': dependencies: @@ -27109,15 +27093,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -27235,18 +27219,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.52.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/project-service': 8.52.0(typescript@5.5.4) - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/project-service': 8.52.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.9 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -27316,14 +27300,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/utils@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -27423,17 +27407,22 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1) + + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1))': + dependencies: + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) + optional: true - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': dependencies: - vite: 7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: @@ -27464,7 +27453,7 @@ snapshots: dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 - magic-string: 0.30.19 + magic-string: 0.30.21 optionalDependencies: vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1) @@ -27590,7 +27579,7 @@ snapshots: '@vue/compiler-ssr': 3.5.13 '@vue/shared': 3.5.13 estree-walker: 2.0.2 - magic-string: 0.30.19 + magic-string: 0.30.21 postcss: 8.5.8 source-map-js: 1.2.1 @@ -27660,7 +27649,7 @@ snapshots: '@vue/compiler-core': 3.3.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 - magic-string: 0.30.19 + magic-string: 0.30.21 '@vue/reactivity@3.2.47': dependencies: @@ -27863,7 +27852,7 @@ snapshots: '@yarnpkg/parsers@3.0.2': dependencies: js-yaml: 3.14.2 - tslib: 2.6.3 + tslib: 2.8.1 '@zkochan/js-yaml@0.0.7': dependencies: @@ -27880,8 +27869,6 @@ snapshots: abbrev@2.0.0: {} - abbrev@3.0.1: {} - abbrev@4.0.0: {} abort-controller@3.0.0: @@ -27919,10 +27906,6 @@ snapshots: dependencies: acorn: 7.4.1 - acorn-jsx@5.3.2(acorn@8.15.0): - dependencies: - acorn: 8.15.0 - acorn-jsx@5.3.2(acorn@8.16.0): dependencies: acorn: 8.16.0 @@ -27996,10 +27979,6 @@ snapshots: optionalDependencies: ajv: 8.18.0 - ajv-formats@3.0.1(ajv@8.17.1): - optionalDependencies: - ajv: 8.17.1 - ajv-formats@3.0.1(ajv@8.18.0): optionalDependencies: ajv: 8.18.0 @@ -28041,6 +28020,23 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + algoliasearch@5.35.0: + dependencies: + '@algolia/abtesting': 1.1.0 + '@algolia/client-abtesting': 5.35.0 + '@algolia/client-analytics': 5.35.0 + '@algolia/client-common': 5.35.0 + '@algolia/client-insights': 5.35.0 + '@algolia/client-personalization': 5.35.0 + '@algolia/client-query-suggestions': 5.35.0 + '@algolia/client-search': 5.35.0 + '@algolia/ingestion': 1.35.0 + '@algolia/monitoring': 1.35.0 + '@algolia/recommend': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + algoliasearch@5.46.2: dependencies: '@algolia/abtesting': 1.12.2 @@ -28411,7 +28407,7 @@ snapshots: ast-types@0.13.4: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 ast-types@0.14.2: dependencies: @@ -28419,7 +28415,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 astral-regex@2.0.0: {} @@ -28450,14 +28446,14 @@ snapshots: atob@2.1.2: {} - autoprefixer@10.4.20(postcss@8.5.2): + autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 + caniuse-lite: 1.0.30001776 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.5.2 + postcss: 8.5.6 postcss-value-parser: 4.2.0 autoprefixer@10.4.22(postcss@8.4.38): @@ -28616,19 +28612,18 @@ snapshots: transitivePeerDependencies: - supports-color + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + dependencies: + '@babel/core': 7.28.3 + find-up: 5.0.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@babel/core': 7.28.5 find-up: 5.0.0 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@babel/core': 7.26.10 - find-cache-dir: 4.0.0 - schema-utils: 4.3.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - babel-messages@6.23.0: dependencies: babel-runtime: 6.26.0 @@ -28640,7 +28635,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -28681,7 +28676,7 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.28.6 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 @@ -28703,15 +28698,6 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.26.10): - dependencies: - '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5): dependencies: '@babel/compat-data': 7.28.6 @@ -28739,6 +28725,15 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.28.3): + dependencies: + '@babel/compat-data': 7.29.0 + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.0): dependencies: '@babel/compat-data': 7.29.0 @@ -28748,10 +28743,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.10): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.3) core-js-compat: 3.45.1 transitivePeerDependencies: - supports-color @@ -28792,7 +28787,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.29.0) - core-js-compat: 3.45.1 + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color @@ -28803,13 +28798,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.26.10): - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.5): dependencies: '@babel/core': 7.28.5 @@ -28831,6 +28819,13 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.28.3): + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -29086,24 +29081,13 @@ snapshots: dependencies: tweetnacl: 0.14.5 - beasties@0.3.2: - dependencies: - css-select: 5.1.0 - css-what: 6.1.0 - dom-serializer: 2.0.0 - domhandler: 5.0.3 - htmlparser2: 10.0.0 - picocolors: 1.1.1 - postcss: 8.5.8 - postcss-media-query-parser: 0.2.3 - beasties@0.3.5: dependencies: css-select: 6.0.0 css-what: 7.0.0 dom-serializer: 2.0.0 domhandler: 5.0.3 - htmlparser2: 10.0.0 + htmlparser2: 10.1.0 picocolors: 1.1.1 postcss: 8.5.8 postcss-media-query-parser: 0.2.3 @@ -29326,7 +29310,7 @@ snapshots: browserslist@4.28.1: dependencies: baseline-browser-mapping: 2.9.13 - caniuse-lite: 1.0.30001763 + caniuse-lite: 1.0.30001776 electron-to-chromium: 1.5.267 node-releases: 2.0.27 update-browserslist-db: 1.2.3(browserslist@4.28.1) @@ -29382,21 +29366,6 @@ snapshots: bytestreamjs@2.0.1: {} - cacache@19.0.1: - dependencies: - '@npmcli/fs': 4.0.0 - fs-minipass: 3.0.3 - glob: 10.5.0 - lru-cache: 10.4.3 - minipass: 7.1.2 - minipass-collect: 2.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 7.0.3 - ssri: 12.0.0 - tar: 7.5.11 - unique-filename: 4.0.0 - cacache@20.0.3: dependencies: '@npmcli/fs': 5.0.0 @@ -29472,7 +29441,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.8.1 camelcase-keys@7.0.2: dependencies: @@ -29838,10 +29807,10 @@ snapshots: code-point-at@1.1.0: {} - codelyzer@6.0.2(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)): + codelyzer@6.0.2(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)): dependencies: - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -29853,7 +29822,7 @@ snapshots: source-map: 0.5.7 sprintf-js: 1.1.3 tslib: 1.14.1 - tslint: 6.1.3(typescript@5.5.4) + tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 codelyzer@6.0.2(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): @@ -29956,6 +29925,8 @@ snapshots: commander@13.1.0: {} + commander@14.0.3: {} + commander@2.11.0: {} commander@2.16.0: {} @@ -30079,24 +30050,23 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: - fast-glob: 3.3.3 glob-parent: 6.0.2 - globby: 14.1.0 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 7.0.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + tinyglobby: 0.2.15 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + copy-webpack-plugin@14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 7.0.4 tinyglobby: 0.2.15 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) core-js-compat@3.45.1: dependencies: @@ -30156,15 +30126,6 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.0(typescript@5.5.4): - dependencies: - env-paths: 2.2.1 - import-fresh: 3.3.1 - js-yaml: 4.1.1 - parse-json: 5.2.0 - optionalDependencies: - typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 @@ -30212,22 +30173,6 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.12 - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - create-jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 @@ -30243,13 +30188,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -30257,7 +30202,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true create-require@1.1.1: {} @@ -30329,7 +30273,7 @@ snapshots: optionalDependencies: webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -30340,9 +30284,9 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - css-loader@7.1.2(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -30353,9 +30297,9 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - css-loader@7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + css-loader@7.1.2(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -30366,7 +30310,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) css-select@4.3.0: dependencies: @@ -30590,11 +30534,6 @@ snapshots: default-browser-id@5.0.0: {} - default-browser@5.2.1: - dependencies: - bundle-name: 4.1.0 - default-browser-id: 5.0.0 - default-browser@5.5.0: dependencies: bundle-name: 4.1.0 @@ -30805,7 +30744,7 @@ snapshots: unzipper: 0.12.3 uuid: 8.3.2 - devextreme-internal-tools@20.2.0: + devextreme-internal-tools@20.3.0: dependencies: '@prettier/sync': 0.6.1(prettier@3.8.1) dot: 1.1.3 @@ -30947,7 +30886,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 dot@1.1.3: {} @@ -31078,7 +31017,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.12.8 + '@types/node': 24.1.0 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -31485,7 +31424,7 @@ snapshots: esbuild-sunos-64@0.14.54: optional: true - esbuild-wasm@0.25.4: {} + esbuild-wasm@0.25.9: {} esbuild-wasm@0.27.2: {} @@ -31576,33 +31515,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.0 '@esbuild/win32-x64': 0.25.0 - esbuild@0.25.4: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.4 - '@esbuild/android-arm': 0.25.4 - '@esbuild/android-arm64': 0.25.4 - '@esbuild/android-x64': 0.25.4 - '@esbuild/darwin-arm64': 0.25.4 - '@esbuild/darwin-x64': 0.25.4 - '@esbuild/freebsd-arm64': 0.25.4 - '@esbuild/freebsd-x64': 0.25.4 - '@esbuild/linux-arm': 0.25.4 - '@esbuild/linux-arm64': 0.25.4 - '@esbuild/linux-ia32': 0.25.4 - '@esbuild/linux-loong64': 0.25.4 - '@esbuild/linux-mips64el': 0.25.4 - '@esbuild/linux-ppc64': 0.25.4 - '@esbuild/linux-riscv64': 0.25.4 - '@esbuild/linux-s390x': 0.25.4 - '@esbuild/linux-x64': 0.25.4 - '@esbuild/netbsd-arm64': 0.25.4 - '@esbuild/netbsd-x64': 0.25.4 - '@esbuild/openbsd-arm64': 0.25.4 - '@esbuild/openbsd-x64': 0.25.4 - '@esbuild/sunos-x64': 0.25.4 - '@esbuild/win32-arm64': 0.25.4 - '@esbuild/win32-ia32': 0.25.4 - '@esbuild/win32-x64': 0.25.4 + esbuild@0.25.9: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 esbuild@0.27.2: optionalDependencies: @@ -31692,28 +31632,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(yq7mldp4wyckzhqs3zqk5sdezm): + eslint-config-devextreme@0.2.0(ztgrdajne6isg5ctaalc7x7gdm): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(dzsrqj2jhzt6lvbrlsbxe7bbtu): + eslint-config-devextreme@1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31721,18 +31661,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(e37nt3ml5mnwtozm424b2lcda4): + eslint-config-devextreme@1.1.9(7ld6bohnv6ihmf6c2zdfqnzhqe): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31740,18 +31680,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(gxmpfc3iqztvtq7vp5muevifvm): + eslint-config-devextreme@1.1.9(e37nt3ml5mnwtozm424b2lcda4): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31759,18 +31699,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(q4m475s3ywnbno7ood3mscoym4): + eslint-config-devextreme@1.1.9(gxmpfc3iqztvtq7vp5muevifvm): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31778,18 +31718,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(satltipdsoawfxnov7ffi4z7ju): + eslint-config-devextreme@1.1.9(mgwywexy3fq56cnqaoyrtjome4): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31801,14 +31741,14 @@ snapshots: stylelint: 15.11.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(sizsemxbssuejtezeqnearawue): + eslint-config-devextreme@1.1.9(q4m475s3ywnbno7ood3mscoym4): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31816,9 +31756,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) eslint-config-devextreme@1.1.9(wbiq6ptffaetwqsgdrtmg2wnui): dependencies: @@ -31857,11 +31797,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4(jiti@2.6.1)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -31925,7 +31865,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -31936,7 +31876,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.39.4(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4(jiti@2.6.1)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -31948,7 +31888,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -31998,13 +31938,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - jest: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -32020,25 +31960,25 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)))(typescript@5.5.4): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - typescript: 5.5.4 + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + jest: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)))(typescript@5.5.4): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) - typescript: 5.5.4 + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -32218,7 +32158,7 @@ snapshots: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) eslint: 9.39.4(jiti@2.6.1) @@ -32230,7 +32170,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): dependencies: @@ -32400,8 +32340,8 @@ snapshots: espree@9.6.1: dependencies: - acorn: 8.15.0 - acorn-jsx: 5.3.2(acorn@8.15.0) + acorn: 8.16.0 + acorn-jsx: 5.3.2(acorn@8.16.0) eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} @@ -32876,10 +32816,10 @@ snapshots: make-dir: 3.1.0 pkg-dir: 4.2.0 - find-cache-dir@4.0.0: + find-cache-directory@6.0.0: dependencies: common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 + pkg-dir: 8.0.0 find-up-simple@1.0.1: {} @@ -32902,11 +32842,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@6.3.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - findup-sync@2.0.0: dependencies: detect-file: 1.0.0 @@ -33285,9 +33220,9 @@ snapshots: normalize-path: 3.0.0 streamx: 2.22.0 - glob-to-regex.js@1.2.0(tslib@2.6.3): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -33421,15 +33356,6 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 - globby@14.1.0: - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.3 - ignore: 7.0.5 - path-type: 6.0.0 - slash: 5.1.0 - unicorn-magic: 0.3.0 - globby@5.0.0: dependencies: array-union: 1.0.2 @@ -33999,10 +33925,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - hosted-git-info@8.1.0: - dependencies: - lru-cache: 10.4.3 - hosted-git-info@9.0.2: dependencies: lru-cache: 11.2.4 @@ -34069,7 +33991,7 @@ snapshots: html-void-elements@2.0.1: {} - html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -34077,10 +33999,10 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optional: true - html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -34088,9 +34010,10 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + optional: true - html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)): + html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -34098,10 +34021,9 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3) - optional: true + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -34109,7 +34031,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.4(@swc/core@1.15.3) optional: true html2canvas@1.4.1: @@ -34327,10 +34249,6 @@ snapshots: ieee754@1.2.1: {} - ignore-walk@7.0.0: - dependencies: - minimatch: 9.0.9 - ignore-walk@8.0.0: dependencies: minimatch: 10.2.4 @@ -34415,7 +34333,7 @@ snapshots: injection-js@2.4.0: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 inline-source-map@0.6.3: dependencies: @@ -34807,6 +34725,8 @@ snapshots: is-unicode-supported@0.1.0: {} + is-unicode-supported@1.3.0: {} + is-unicode-supported@2.1.0: {} is-url-superb@4.0.0: {} @@ -34980,7 +34900,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -35006,7 +34926,7 @@ snapshots: '@jest/expect': 30.2.0 '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -35026,16 +34946,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-cli@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + create-jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -35046,18 +34966,17 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true - jest-cli@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -35069,37 +34988,36 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - exit: 0.1.2 + exit-x: 0.2.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-config: 30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + jest-util: 30.2.0 + jest-validate: 30.2.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register - supports-color - ts-node - optional: true - jest-cli@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): + jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) '@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@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -35112,15 +35030,15 @@ snapshots: - supports-color - ts-node - jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.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@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -35132,16 +35050,17 @@ snapshots: - esbuild-register - supports-color - ts-node + optional: true - jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-cli@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) '@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@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -35153,17 +35072,16 @@ snapshots: - esbuild-register - supports-color - ts-node - optional: true - jest-cli@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)): + jest-cli@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -35175,6 +35093,7 @@ snapshots: - esbuild-register - supports-color - ts-node + optional: true jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: @@ -35197,15 +35116,15 @@ snapshots: - supports-color - ts-node - jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)): + jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.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.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + jest-config: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -35240,39 +35159,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@babel/core': 7.29.0 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - optional: true - - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -35298,13 +35185,12 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -35329,13 +35215,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -35360,12 +35246,11 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 25.5.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true jest-config@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: @@ -35433,7 +35318,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35461,79 +35346,13 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35561,13 +35380,112 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35594,13 +35512,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35627,13 +35545,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color + optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35660,13 +35579,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)): + jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35693,14 +35612,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4) + '@types/node': 24.1.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35727,7 +35646,7 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros @@ -35766,7 +35685,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)): + jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35794,7 +35713,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 25.5.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -35900,7 +35819,7 @@ snapshots: '@jest/environment': 30.2.0 '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-mock: 30.2.0 jest-util: 30.2.0 jest-validate: 30.2.0 @@ -35911,7 +35830,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.12.8 + '@types/node': 24.1.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -35926,7 +35845,7 @@ snapshots: jest-haste-map@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -35989,13 +35908,13 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 jest-mock@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 30.2.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -36054,7 +35973,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -36080,7 +35999,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 emittery: 0.13.1 exit-x: 0.2.2 @@ -36109,7 +36028,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -36136,7 +36055,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 cjs-module-lexer: 2.2.0 collect-v8-coverage: 1.0.2 @@ -36157,10 +36076,10 @@ snapshots: jest-snapshot@29.7.0: dependencies: '@babel/core': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -36182,10 +36101,10 @@ snapshots: jest-snapshot@30.2.0: dependencies: '@babel/core': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@jest/expect-utils': 30.2.0 '@jest/get-type': 30.1.0 '@jest/snapshot-utils': 30.2.0 @@ -36208,7 +36127,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -36217,7 +36136,7 @@ snapshots: jest-util@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 chalk: 4.1.2 ci-info: 4.3.0 graceful-fs: 4.2.11 @@ -36245,7 +36164,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -36256,7 +36175,7 @@ snapshots: dependencies: '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 24.1.0 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -36265,40 +36184,25 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@30.2.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 '@ungap/structured-clone': 1.3.0 jest-util: 30.2.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - '@jest/types': 29.6.3 - import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) @@ -36313,12 +36217,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -36326,7 +36230,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jest@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: @@ -36358,12 +36261,12 @@ snapshots: - supports-color - ts-node - jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-cli: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -36374,12 +36277,12 @@ snapshots: - ts-node optional: true - jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)): + jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest-cli: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -36389,6 +36292,22 @@ snapshots: - supports-color - ts-node + jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + '@jest/types': 30.2.0 + import-local: 3.2.0 + jest-cli: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + optional: true + jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) @@ -36404,12 +36323,12 @@ snapshots: - supports-color - ts-node - jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)): + jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -36525,8 +36444,6 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@4.0.0: {} - json-parse-even-better-errors@5.0.0: {} json-schema-traverse@0.4.1: {} @@ -36757,11 +36674,11 @@ snapshots: lead@4.0.0: {} - less-loader@12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: - less: 4.2.2 + less: 4.4.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) less-loader@12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: @@ -36769,11 +36686,11 @@ snapshots: optionalDependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - less@4.2.2: + less@4.4.0: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -36787,7 +36704,7 @@ snapshots: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -36804,17 +36721,17 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: - webpack-sources: 3.3.3 + webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - license-webpack-plugin@4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: - webpack-sources: 3.3.3 + webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) lie@3.3.0: dependencies: @@ -36919,7 +36836,7 @@ snapshots: optionalDependencies: enquirer: 2.4.1 - listr2@8.2.5: + listr2@9.0.1: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 @@ -36952,7 +36869,7 @@ snapshots: '@lmdb/lmdb-linux-x64': 2.8.5 '@lmdb/lmdb-win32-x64': 2.8.5 - lmdb@3.2.6: + lmdb@3.4.2: dependencies: msgpackr: 1.11.2 node-addon-api: 6.1.0 @@ -36960,12 +36877,13 @@ snapshots: ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 3.2.6 - '@lmdb/lmdb-darwin-x64': 3.2.6 - '@lmdb/lmdb-linux-arm': 3.2.6 - '@lmdb/lmdb-linux-arm64': 3.2.6 - '@lmdb/lmdb-linux-x64': 3.2.6 - '@lmdb/lmdb-win32-x64': 3.2.6 + '@lmdb/lmdb-darwin-arm64': 3.4.2 + '@lmdb/lmdb-darwin-x64': 3.4.2 + '@lmdb/lmdb-linux-arm': 3.4.2 + '@lmdb/lmdb-linux-arm64': 3.4.2 + '@lmdb/lmdb-linux-x64': 3.4.2 + '@lmdb/lmdb-win32-arm64': 3.4.2 + '@lmdb/lmdb-win32-x64': 3.4.2 optional: true lmdb@3.4.4: @@ -37022,10 +36940,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash._reinterpolate@3.0.0: {} lodash.clone@4.5.0: {} @@ -37084,6 +36998,11 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 + log-symbols@6.0.0: + dependencies: + chalk: 5.6.2 + is-unicode-supported: 1.3.0 + log-symbols@7.0.1: dependencies: is-unicode-supported: 2.1.0 @@ -37159,7 +37078,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 lru-cache@10.4.3: {} @@ -37226,22 +37145,6 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@14.0.3: - dependencies: - '@npmcli/agent': 3.0.0 - cacache: 19.0.1 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 1.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - ssri: 12.0.0 - transitivePeerDependencies: - - supports-color - make-fetch-happen@15.0.3: dependencies: '@npmcli/agent': 4.0.0 @@ -37375,12 +37278,12 @@ snapshots: memfs@4.51.1: dependencies: - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 memory-fs@0.5.0: dependencies: @@ -37630,11 +37533,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: @@ -37674,14 +37577,6 @@ snapshots: dependencies: minipass: 7.1.2 - minipass-fetch@4.0.1: - dependencies: - minipass: 7.1.2 - minipass-sized: 1.0.3 - minizlib: 3.1.0 - optionalDependencies: - encoding: 0.1.13 - minipass-fetch@5.0.0: dependencies: minipass: 7.1.2 @@ -37814,8 +37709,6 @@ snapshots: mute-stdout@1.0.1: {} - mute-stream@1.0.0: {} - mute-stream@2.0.0: {} mylas@2.1.13: {} @@ -37883,9 +37776,9 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4): + ng-packagr@19.2.2(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 @@ -37906,65 +37799,67 @@ snapshots: postcss: 8.5.6 rxjs: 7.8.2 sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.5.4 + tslib: 2.8.1 + typescript: 4.9.5 optionalDependencies: rollup: 4.59.0 - ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 + ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 + ora: 8.2.0 + piscina: 5.1.4 + postcss: 8.5.8 + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.6.3 typescript: 5.8.3 optionalDependencies: rollup: 4.59.0 optional: true - ng-packagr@19.2.2(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 + ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 + ora: 8.2.0 + piscina: 5.1.4 + postcss: 8.5.8 + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 4.9.5 + typescript: 5.8.3 optionalDependencies: rollup: 4.59.0 @@ -37981,7 +37876,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.8.1 node-abort-controller@3.1.1: {} @@ -38008,21 +37903,6 @@ snapshots: detect-libc: 2.0.3 optional: true - node-gyp@11.2.0: - dependencies: - env-paths: 2.2.1 - exponential-backoff: 3.1.1 - graceful-fs: 4.2.11 - make-fetch-happen: 14.0.3 - nopt: 8.1.0 - proc-log: 5.0.0 - semver: 7.7.4 - tar: 7.5.11 - tinyglobby: 0.2.15 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - node-gyp@12.1.0: dependencies: env-paths: 2.2.1 @@ -38085,10 +37965,6 @@ snapshots: dependencies: abbrev: 2.0.0 - nopt@8.1.0: - dependencies: - abbrev: 3.0.1 - nopt@9.0.0: dependencies: abbrev: 4.0.0 @@ -38123,29 +37999,19 @@ snapshots: dependencies: once: 1.4.0 - npm-bundled@4.0.0: - dependencies: - npm-normalize-package-bin: 4.0.0 - npm-bundled@5.0.0: dependencies: npm-normalize-package-bin: 5.0.0 - npm-install-checks@7.1.1: - dependencies: - semver: 7.7.4 - npm-install-checks@8.0.0: dependencies: semver: 7.7.4 - npm-normalize-package-bin@4.0.0: {} - npm-normalize-package-bin@5.0.0: {} - npm-package-arg@12.0.2: + npm-package-arg@13.0.0: dependencies: - hosted-git-info: 8.1.0 + hosted-git-info: 9.0.2 proc-log: 5.0.0 semver: 7.7.4 validate-npm-package-name: 6.0.0 @@ -38162,17 +38028,6 @@ snapshots: ignore-walk: 8.0.0 proc-log: 6.1.0 - npm-packlist@9.0.0: - dependencies: - ignore-walk: 7.0.0 - - npm-pick-manifest@10.0.0: - dependencies: - npm-install-checks: 7.1.1 - npm-normalize-package-bin: 4.0.0 - npm-package-arg: 12.0.2 - semver: 7.7.4 - npm-pick-manifest@11.0.3: dependencies: npm-install-checks: 8.0.0 @@ -38180,19 +38035,6 @@ snapshots: npm-package-arg: 13.0.2 semver: 7.7.4 - npm-registry-fetch@18.0.2: - dependencies: - '@npmcli/redact': 3.2.0 - jsonparse: 1.3.1 - make-fetch-happen: 14.0.3 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minizlib: 3.1.0 - npm-package-arg: 12.0.2 - proc-log: 5.0.0 - transitivePeerDependencies: - - supports-color - npm-registry-fetch@19.1.1: dependencies: '@npmcli/redact': 4.0.0 @@ -38286,7 +38128,7 @@ snapshots: tmp: 0.2.5 tree-kill: 1.2.2 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 yaml: 2.8.1 yargs: 17.7.2 yargs-parser: 21.1.1 @@ -38453,16 +38295,9 @@ snapshots: dependencies: mimic-function: 5.0.1 - open@10.1.0: - dependencies: - default-browser: 5.5.0 - define-lazy-prop: 3.0.0 - is-inside-container: 1.0.0 - is-wsl: 3.1.0 - open@10.2.0: dependencies: - default-browser: 5.2.1 + default-browser: 5.5.0 define-lazy-prop: 3.0.0 is-inside-container: 1.0.0 wsl-utils: 0.1.0 @@ -38551,6 +38386,18 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@8.2.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 2.9.2 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 6.0.0 + stdin-discarder: 0.2.2 + string-width: 7.2.0 + strip-ansi: 7.1.2 + ora@9.0.0: dependencies: chalk: 5.6.2 @@ -38599,10 +38446,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@3.0.0: dependencies: p-limit: 2.3.0 @@ -38615,10 +38458,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map@1.2.0: {} p-map@3.0.0: @@ -38655,28 +38494,6 @@ snapshots: package-json-from-dist@1.0.1: {} - pacote@20.0.0: - dependencies: - '@npmcli/git': 6.0.3 - '@npmcli/installed-package-contents': 3.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - '@npmcli/run-script': 9.1.0 - cacache: 19.0.1 - fs-minipass: 3.0.3 - minipass: 7.1.2 - npm-package-arg: 12.0.2 - npm-packlist: 9.0.0 - npm-pick-manifest: 10.0.0 - npm-registry-fetch: 18.0.2 - proc-log: 5.0.0 - promise-retry: 2.0.1 - sigstore: 3.1.0 - ssri: 12.0.0 - tar: 7.5.11 - transitivePeerDependencies: - - supports-color - pacote@21.0.4: dependencies: '@npmcli/git': 7.0.1 @@ -38706,7 +38523,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 parcel@2.16.4: dependencies: @@ -38780,12 +38597,6 @@ snapshots: parse-passwd@1.0.0: {} - parse5-html-rewriting-stream@7.0.0: - dependencies: - entities: 4.5.0 - parse5: 7.2.1 - parse5-sax-parser: 7.0.0 - parse5-html-rewriting-stream@8.0.0: dependencies: entities: 6.0.0 @@ -38805,10 +38616,6 @@ snapshots: dependencies: parse5: 7.3.0 - parse5-sax-parser@7.0.0: - dependencies: - parse5: 7.2.1 - parse5-sax-parser@8.0.0: dependencies: parse5: 8.0.0 @@ -38836,7 +38643,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 pascalcase@0.1.1: {} @@ -38852,8 +38659,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-is-inside@1.0.2: {} @@ -38896,8 +38701,6 @@ snapshots: path-type@4.0.0: {} - path-type@6.0.0: {} - pathval@1.1.1: {} pathval@2.0.1: {} @@ -38958,6 +38761,10 @@ snapshots: optionalDependencies: '@napi-rs/nice': 1.1.1 + piscina@5.1.3: + optionalDependencies: + '@napi-rs/nice': 1.1.1 + piscina@5.1.4: optionalDependencies: '@napi-rs/nice': 1.1.1 @@ -38968,9 +38775,9 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-dir@7.0.0: + pkg-dir@8.0.0: dependencies: - find-up: 6.3.0 + find-up-simple: 1.0.1 pkg-up@3.1.0: dependencies: @@ -39037,25 +38844,14 @@ snapshots: postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - cosmiconfig: 9.0.0(typescript@5.5.4) - jiti: 1.21.6 - postcss: 8.5.2 - semver: 7.7.4 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - transitivePeerDependencies: - - typescript - - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.6 - postcss: 8.5.2 + postcss: 8.5.6 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - typescript @@ -39137,12 +38933,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.2: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -39345,11 +39135,11 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.6.1(typescript@5.5.4): + puppeteer@23.6.1(typescript@5.8.3): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 typed-query-selector: 2.12.0 @@ -39458,8 +39248,8 @@ snapshots: react-docgen@7.1.1: dependencies: '@babel/core': 7.29.0 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 '@types/doctrine': 0.0.9 @@ -39473,8 +39263,8 @@ snapshots: react-docgen@8.0.2: dependencies: '@babel/core': 7.29.0 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 '@types/doctrine': 0.0.9 @@ -40054,6 +39844,17 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.58 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.58 + rollup-plugin-dts@6.4.1(rollup@4.59.0)(typescript@5.8.3): + dependencies: + '@jridgewell/remapping': 2.3.5 + '@jridgewell/sourcemap-codec': 1.5.5 + convert-source-map: 2.0.0 + magic-string: 0.30.21 + rollup: 4.59.0 + typescript: 5.8.3 + optionalDependencies: + '@babel/code-frame': 7.29.0 + rollup@4.59.0: dependencies: '@types/estree': 1.0.8 @@ -40353,13 +40154,13 @@ snapshots: sass-embedded-win32-x64: 1.97.1 optional: true - sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) sass-loader@16.0.6(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: @@ -40373,7 +40174,7 @@ snapshots: dependencies: commander: 10.0.1 - sass@1.85.0: + sass@1.90.0: dependencies: chokidar: 4.0.1 immutable: 5.1.5 @@ -40676,17 +40477,6 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@3.1.0: - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/sign': 3.1.0 - '@sigstore/tuf': 3.1.1 - '@sigstore/verify': 2.1.1 - transitivePeerDependencies: - - supports-color - sigstore@4.0.0: dependencies: '@sigstore/bundle': 4.0.0 @@ -40715,8 +40505,6 @@ snapshots: slash@3.0.0: {} - slash@5.1.0: {} - slice-ansi@4.0.0: dependencies: ansi-styles: 4.3.0 @@ -40805,17 +40593,17 @@ snapshots: source-map-js: 1.2.1 webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - source-map-loader@5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) source-map-resolve@0.5.3: dependencies: @@ -40931,10 +40719,6 @@ snapshots: safer-buffer: 2.1.2 tweetnacl: 0.14.5 - ssri@12.0.0: - dependencies: - minipass: 7.1.2 - ssri@13.0.0: dependencies: minipass: 7.1.2 @@ -41283,9 +41067,9 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) + stylelint: 16.22.0(typescript@5.8.3) stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -41314,10 +41098,10 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@4.9.5)) - stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.5.4)) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.8.3)) stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -41480,7 +41264,7 @@ snapshots: - supports-color - typescript - stylelint@16.22.0(typescript@5.5.4): + stylelint@16.22.0(typescript@5.8.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) '@csstools/css-tokenizer': 3.0.4 @@ -41489,7 +41273,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) css-functions-list: 3.2.3 css-tree: 3.1.0 debug: 4.4.3 @@ -41612,8 +41396,6 @@ snapshots: '@swc/counter': 0.1.3 webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - symbol-observable@4.0.0: {} - symbol-tree@3.2.4: {} sync-child-process@1.0.2: @@ -41734,16 +41516,16 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.25.0 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 terser: 5.46.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: '@swc/core': 1.15.3 - esbuild: 0.25.4 + esbuild: 0.25.9 terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: @@ -41756,16 +41538,6 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.27.2 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)): - dependencies: - '@jridgewell/trace-mapping': 0.3.31 - jest-worker: 27.5.1 - schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.0(@swc/core@1.15.3) - optionalDependencies: - '@swc/core': 1.15.3 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)): dependencies: '@jridgewell/trace-mapping': 0.3.31 @@ -41828,10 +41600,10 @@ snapshots: commander: 2.20.3 source-map-support: 0.5.21 - terser@5.39.0: + terser@5.43.1: dependencies: '@jridgewell/source-map': 0.3.11 - acorn: 8.15.0 + acorn: 8.16.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -42198,9 +41970,9 @@ snapshots: textextensions@3.3.0: {} - thingies@2.5.0(tslib@2.6.3): + thingies@2.5.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 through2-filter@3.0.0: dependencies: @@ -42256,6 +42028,11 @@ snapshots: tiny-invariant@1.3.3: {} + tinyglobby@0.2.14: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) @@ -42346,9 +42123,9 @@ snapshots: semver: 5.7.2 source-map-support: 0.2.10 - tree-dump@1.1.0(tslib@2.6.3): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 tree-kill@1.2.2: {} @@ -42376,9 +42153,9 @@ snapshots: dependencies: typescript: 4.9.5 - ts-api-utils@2.4.0(typescript@5.5.4): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: - typescript: 5.5.4 + typescript: 5.8.3 ts-api-utils@2.4.0(typescript@5.9.3): dependencies: @@ -42408,11 +42185,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -42562,7 +42339,7 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -42576,13 +42353,13 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -42596,6 +42373,26 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 + typescript: 5.9.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 24.1.0 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -42603,14 +42400,35 @@ snapshots: '@swc/core': 1.15.3 optional: true - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.12.8 + '@types/node': 24.1.0 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.8.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + optional: true + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 24.1.0 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -42644,7 +42462,7 @@ snapshots: '@swc/core': 1.15.3 optional: true - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -42658,7 +42476,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -42722,7 +42540,7 @@ snapshots: tslib@2.8.1: {} - tslint@6.1.3(typescript@5.5.4): + tslint@6.1.3(typescript@5.8.3): dependencies: '@babel/code-frame': 7.29.0 builtin-modules: 1.1.1 @@ -42736,8 +42554,8 @@ snapshots: resolve: 1.22.11 semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0(typescript@5.5.4) - typescript: 5.5.4 + tsutils: 2.29.0(typescript@5.8.3) + typescript: 5.8.3 tslint@6.1.3(typescript@5.9.3): dependencies: @@ -42756,10 +42574,10 @@ snapshots: tsutils: 2.29.0(typescript@5.9.3) typescript: 5.9.3 - tsutils@2.29.0(typescript@5.5.4): + tsutils@2.29.0(typescript@5.8.3): dependencies: tslib: 1.14.1 - typescript: 5.5.4 + typescript: 5.8.3 tsutils@2.29.0(typescript@5.9.3): dependencies: @@ -42787,14 +42605,6 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@3.0.1: - dependencies: - '@tufjs/models': 3.0.1 - debug: 4.4.3 - make-fetch-happen: 14.0.3 - transitivePeerDependencies: - - supports-color - tuf-js@4.0.0: dependencies: '@tufjs/models': 4.0.0 @@ -42917,8 +42727,6 @@ snapshots: typescript@4.9.5: {} - typescript@5.5.4: {} - typescript@5.8.3: {} typescript@5.9.3: {} @@ -42977,6 +42785,8 @@ snapshots: undici-types@7.18.2: {} + undici-types@7.8.0: {} + undici@7.24.4: {} unicode-canonical-property-names-ecmascript@2.0.1: {} @@ -42990,8 +42800,6 @@ snapshots: unicode-property-aliases-ecmascript@2.1.0: {} - unicorn-magic@0.3.0: {} - unified@10.1.2: dependencies: '@types/unist': 2.0.11 @@ -43013,18 +42821,10 @@ snapshots: dependencies: qs: 6.14.1 - unique-filename@4.0.0: - dependencies: - unique-slug: 5.0.0 - unique-filename@5.0.0: dependencies: unique-slug: 6.0.0 - unique-slug@5.0.0: - dependencies: - imurmurhash: 0.1.4 - unique-slug@6.0.0: dependencies: imurmurhash: 0.1.4 @@ -43400,7 +43200,7 @@ snapshots: sass-embedded: 1.97.1 terser: 5.46.0 - vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -43409,61 +43209,60 @@ snapshots: rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 25.5.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.97.1 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.46.0 yaml: 2.8.1 - vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.1): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 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.5.0 + '@types/node': 20.11.17 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.43.1 yaml: 2.8.1 - vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.0 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.5.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.46.0 + terser: 5.43.1 yaml: 2.8.1 - optional: true - vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1): + vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1): dependencies: esbuild: 0.25.0 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: @@ -43472,12 +43271,13 @@ snapshots: jiti: 2.6.1 less: 4.4.2 lightningcss: 1.30.2 - sass: 1.97.1 + sass: 1.90.0 sass-embedded: 1.97.1 terser: 5.46.0 yaml: 2.8.1 + optional: true - vite@7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1): + vite@7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1): dependencies: esbuild: 0.27.2 fdir: 6.5.0(picomatch@4.0.3) @@ -43486,7 +43286,7 @@ snapshots: rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 24.1.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 @@ -43623,6 +43423,11 @@ snapshots: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 + watchpack@2.4.4: + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + watchpack@2.5.0: dependencies: glob-to-regexp: 0.4.1 @@ -43696,7 +43501,7 @@ snapshots: optionalDependencies: webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - webpack-dev-middleware@7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -43705,9 +43510,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -43716,9 +43521,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.5(webpack@5.105.4): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -43727,9 +43532,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware@7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.5(webpack@5.105.4): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -43738,9 +43543,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -43768,17 +43573,17 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ws: 8.18.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -43806,10 +43611,10 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) ws: 8.18.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) transitivePeerDependencies: - bufferutil - debug @@ -43893,30 +43698,30 @@ snapshots: vinyl: 2.2.1 webpack: 5.105.4(@swc/core@1.15.3) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)) + html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)) webpack-virtual-modules@0.6.2: {} - webpack@5.105.0(@swc/core@1.15.3): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43940,7 +43745,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)) + terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -43948,7 +43753,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.0): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43972,7 +43777,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -44112,36 +43917,6 @@ snapshots: - esbuild - uglify-js - webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4): - dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 - '@webassemblyjs/ast': 1.14.1 - '@webassemblyjs/wasm-edit': 1.14.1 - '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - browserslist: 4.28.1 - chrome-trace-event: 1.0.4 - enhanced-resolve: 5.19.0 - es-module-lexer: 1.7.0 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - watchpack: 2.5.1 - webpack-sources: 3.3.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - websocket-driver@0.7.4: dependencies: http-parser-js: 0.5.8 @@ -44264,10 +44039,6 @@ snapshots: dependencies: isexe: 2.0.0 - which@5.0.0: - dependencies: - isexe: 3.1.1 - which@6.0.0: dependencies: isexe: 3.1.1 @@ -44453,8 +44224,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yoctocolors-cjs@2.1.3: {} yoctocolors@2.1.2: {} @@ -44465,6 +44234,10 @@ snapshots: compress-commons: 6.0.2 readable-stream: 4.7.0 + zod-to-json-schema@3.25.1(zod@4.1.13): + dependencies: + zod: 4.1.13 + zod-to-json-schema@3.25.1(zod@4.3.5): dependencies: zod: 4.3.5 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4c62d1433a8c..d13a1b96183e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -66,7 +66,7 @@ catalogs: "@typescript-eslint/eslint-plugin": 5.62.0 "@typescript-eslint/parser": 5.62.0 tools: - "devextreme-internal-tools": 20.2.0 + "devextreme-internal-tools": 20.3.0 "prettier": 3.5.3 "ts-node": 10.9.2 "@types/node": 20.12.8 From f6cdb0c834b54fa565389b538083e46117b1798c Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Wed, 25 Mar 2026 14:11:08 +0100 Subject: [PATCH 39/48] use udpated devextreme-internal-tools for generation devextreme --- packages/devextreme/js/ui/accordion_types.d.ts | 2 +- packages/devextreme/js/ui/action_sheet_types.d.ts | 2 +- packages/devextreme/js/ui/autocomplete_types.d.ts | 2 +- packages/devextreme/js/ui/box_types.d.ts | 2 +- packages/devextreme/js/ui/button_group_types.d.ts | 2 +- packages/devextreme/js/ui/button_types.d.ts | 2 +- packages/devextreme/js/ui/calendar_types.d.ts | 2 +- packages/devextreme/js/ui/card_view_types.d.ts | 2 +- packages/devextreme/js/ui/chat_types.d.ts | 2 +- packages/devextreme/js/ui/check_box_types.d.ts | 2 +- packages/devextreme/js/ui/color_box_types.d.ts | 2 +- packages/devextreme/js/ui/context_menu_types.d.ts | 2 +- packages/devextreme/js/ui/data_grid_types.d.ts | 2 +- packages/devextreme/js/ui/date_box_types.d.ts | 2 +- packages/devextreme/js/ui/date_range_box_types.d.ts | 2 +- packages/devextreme/js/ui/diagram_types.d.ts | 2 +- packages/devextreme/js/ui/draggable_types.d.ts | 2 +- packages/devextreme/js/ui/drawer_types.d.ts | 2 +- packages/devextreme/js/ui/drop_down_box_types.d.ts | 2 +- packages/devextreme/js/ui/drop_down_button_types.d.ts | 2 +- packages/devextreme/js/ui/file_manager_types.d.ts | 2 +- packages/devextreme/js/ui/file_uploader_types.d.ts | 2 +- packages/devextreme/js/ui/filter_builder_types.d.ts | 2 +- packages/devextreme/js/ui/form_types.d.ts | 2 +- packages/devextreme/js/ui/gallery_types.d.ts | 2 +- packages/devextreme/js/ui/gantt_types.d.ts | 2 +- packages/devextreme/js/ui/html_editor_types.d.ts | 2 +- packages/devextreme/js/ui/list_types.d.ts | 2 +- packages/devextreme/js/ui/load_indicator_types.d.ts | 2 +- packages/devextreme/js/ui/load_panel_types.d.ts | 2 +- packages/devextreme/js/ui/lookup_types.d.ts | 2 +- packages/devextreme/js/ui/map_types.d.ts | 2 +- packages/devextreme/js/ui/menu_types.d.ts | 2 +- packages/devextreme/js/ui/multi_view_types.d.ts | 2 +- packages/devextreme/js/ui/number_box_types.d.ts | 2 +- packages/devextreme/js/ui/pagination_types.d.ts | 2 +- packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts | 2 +- packages/devextreme/js/ui/pivot_grid_types.d.ts | 2 +- packages/devextreme/js/ui/popover_types.d.ts | 2 +- packages/devextreme/js/ui/popup_types.d.ts | 2 +- packages/devextreme/js/ui/progress_bar_types.d.ts | 2 +- packages/devextreme/js/ui/radio_group_types.d.ts | 2 +- packages/devextreme/js/ui/range_slider_types.d.ts | 2 +- packages/devextreme/js/ui/recurrence_editor_types.d.ts | 2 +- packages/devextreme/js/ui/resizable_types.d.ts | 2 +- packages/devextreme/js/ui/responsive_box_types.d.ts | 2 +- packages/devextreme/js/ui/scheduler_types.d.ts | 2 +- packages/devextreme/js/ui/scroll_view_types.d.ts | 2 +- packages/devextreme/js/ui/select_box_types.d.ts | 2 +- packages/devextreme/js/ui/slider_types.d.ts | 2 +- packages/devextreme/js/ui/sortable_types.d.ts | 2 +- packages/devextreme/js/ui/speech_to_text_types.d.ts | 2 +- packages/devextreme/js/ui/speed_dial_action_types.d.ts | 2 +- packages/devextreme/js/ui/splitter_types.d.ts | 2 +- packages/devextreme/js/ui/stepper_types.d.ts | 2 +- packages/devextreme/js/ui/switch_types.d.ts | 2 +- packages/devextreme/js/ui/tab_panel_types.d.ts | 2 +- packages/devextreme/js/ui/tabs_types.d.ts | 2 +- packages/devextreme/js/ui/tag_box_types.d.ts | 2 +- packages/devextreme/js/ui/text_area_types.d.ts | 2 +- packages/devextreme/js/ui/text_box_types.d.ts | 2 +- packages/devextreme/js/ui/tile_view_types.d.ts | 2 +- packages/devextreme/js/ui/toast_types.d.ts | 2 +- packages/devextreme/js/ui/toolbar_types.d.ts | 2 +- packages/devextreme/js/ui/tooltip_types.d.ts | 2 +- packages/devextreme/js/ui/tree_list_types.d.ts | 2 +- packages/devextreme/js/ui/tree_view_types.d.ts | 2 +- packages/devextreme/js/ui/validation_group_types.d.ts | 2 +- packages/devextreme/js/ui/validation_summary_types.d.ts | 2 +- packages/devextreme/js/ui/validator_types.d.ts | 2 +- packages/devextreme/js/viz/bar_gauge_types.d.ts | 2 +- packages/devextreme/js/viz/bullet_types.d.ts | 2 +- packages/devextreme/js/viz/chart_types.d.ts | 2 +- packages/devextreme/js/viz/circular_gauge_types.d.ts | 2 +- packages/devextreme/js/viz/funnel_types.d.ts | 2 +- packages/devextreme/js/viz/linear_gauge_types.d.ts | 2 +- packages/devextreme/js/viz/pie_chart_types.d.ts | 2 +- packages/devextreme/js/viz/polar_chart_types.d.ts | 2 +- packages/devextreme/js/viz/range_selector_types.d.ts | 2 +- packages/devextreme/js/viz/sankey_types.d.ts | 2 +- packages/devextreme/js/viz/sparkline_types.d.ts | 2 +- packages/devextreme/js/viz/tree_map_types.d.ts | 2 +- packages/devextreme/js/viz/vector_map_types.d.ts | 2 +- 83 files changed, 83 insertions(+), 83 deletions(-) diff --git a/packages/devextreme/js/ui/accordion_types.d.ts b/packages/devextreme/js/ui/accordion_types.d.ts index cb5f66b8b931..68a54e39f20b 100644 --- a/packages/devextreme/js/ui/accordion_types.d.ts +++ b/packages/devextreme/js/ui/accordion_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/action_sheet_types.d.ts b/packages/devextreme/js/ui/action_sheet_types.d.ts index d5780df96bd0..13cf905057f7 100644 --- a/packages/devextreme/js/ui/action_sheet_types.d.ts +++ b/packages/devextreme/js/ui/action_sheet_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ButtonType, ButtonStyle, CancelClickEvent, diff --git a/packages/devextreme/js/ui/autocomplete_types.d.ts b/packages/devextreme/js/ui/autocomplete_types.d.ts index a2f9ab9f87e6..989d0fc3572d 100644 --- a/packages/devextreme/js/ui/autocomplete_types.d.ts +++ b/packages/devextreme/js/ui/autocomplete_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ChangeEvent, ClosedEvent, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/box_types.d.ts b/packages/devextreme/js/ui/box_types.d.ts index 5ebd2b6bebab..c1c14b688eb9 100644 --- a/packages/devextreme/js/ui/box_types.d.ts +++ b/packages/devextreme/js/ui/box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Mode, Distribution, CrosswiseDistribution, diff --git a/packages/devextreme/js/ui/button_group_types.d.ts b/packages/devextreme/js/ui/button_group_types.d.ts index a58aa139b01a..d73f80d2441a 100644 --- a/packages/devextreme/js/ui/button_group_types.d.ts +++ b/packages/devextreme/js/ui/button_group_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ButtonType, ButtonStyle, SingleMultipleOrNone, diff --git a/packages/devextreme/js/ui/button_types.d.ts b/packages/devextreme/js/ui/button_types.d.ts index 7e5850a40995..36967777fba2 100644 --- a/packages/devextreme/js/ui/button_types.d.ts +++ b/packages/devextreme/js/ui/button_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ButtonType, ButtonStyle, ClickEvent, diff --git a/packages/devextreme/js/ui/calendar_types.d.ts b/packages/devextreme/js/ui/calendar_types.d.ts index 3857c8fd18ff..9714c348df9d 100644 --- a/packages/devextreme/js/ui/calendar_types.d.ts +++ b/packages/devextreme/js/ui/calendar_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { FirstDayOfWeek, DateLike, CalendarZoomLevel, diff --git a/packages/devextreme/js/ui/card_view_types.d.ts b/packages/devextreme/js/ui/card_view_types.d.ts index b4cb15cbf17b..639ab716d5e5 100644 --- a/packages/devextreme/js/ui/card_view_types.d.ts +++ b/packages/devextreme/js/ui/card_view_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Paging, RemoteOperations, PredefinedToolbarItem, diff --git a/packages/devextreme/js/ui/chat_types.d.ts b/packages/devextreme/js/ui/chat_types.d.ts index 4af24c24ada9..23ad3fd6a0f4 100644 --- a/packages/devextreme/js/ui/chat_types.d.ts +++ b/packages/devextreme/js/ui/chat_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DisposingEvent, InitializedEvent, OptionChangedEvent, diff --git a/packages/devextreme/js/ui/check_box_types.d.ts b/packages/devextreme/js/ui/check_box_types.d.ts index 0b38e1f61568..ca56ad6f71ec 100644 --- a/packages/devextreme/js/ui/check_box_types.d.ts +++ b/packages/devextreme/js/ui/check_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/color_box_types.d.ts b/packages/devextreme/js/ui/color_box_types.d.ts index 582251250e8a..c4f5be6b79b8 100644 --- a/packages/devextreme/js/ui/color_box_types.d.ts +++ b/packages/devextreme/js/ui/color_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ChangeEvent, ClosedEvent, CopyEvent, diff --git a/packages/devextreme/js/ui/context_menu_types.d.ts b/packages/devextreme/js/ui/context_menu_types.d.ts index e946a6599c99..40410c2f6425 100644 --- a/packages/devextreme/js/ui/context_menu_types.d.ts +++ b/packages/devextreme/js/ui/context_menu_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContextSubmenuDirection, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/data_grid_types.d.ts b/packages/devextreme/js/ui/data_grid_types.d.ts index 977195261832..0f8612da06b2 100644 --- a/packages/devextreme/js/ui/data_grid_types.d.ts +++ b/packages/devextreme/js/ui/data_grid_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DataType, DragDirection, Draggable, diff --git a/packages/devextreme/js/ui/date_box_types.d.ts b/packages/devextreme/js/ui/date_box_types.d.ts index 5d8862390bc4..7c2ec282cf56 100644 --- a/packages/devextreme/js/ui/date_box_types.d.ts +++ b/packages/devextreme/js/ui/date_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DateLike, DateType, DatePickerType, diff --git a/packages/devextreme/js/ui/date_range_box_types.d.ts b/packages/devextreme/js/ui/date_range_box_types.d.ts index 25f5f590523d..99ae32bbb717 100644 --- a/packages/devextreme/js/ui/date_range_box_types.d.ts +++ b/packages/devextreme/js/ui/date_range_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DateLike, ChangeEvent, ClosedEvent, diff --git a/packages/devextreme/js/ui/diagram_types.d.ts b/packages/devextreme/js/ui/diagram_types.d.ts index 3fbcd344d113..d1907036d065 100644 --- a/packages/devextreme/js/ui/diagram_types.d.ts +++ b/packages/devextreme/js/ui/diagram_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { AutoZoomMode, Command, ConnectorLineEnd, diff --git a/packages/devextreme/js/ui/draggable_types.d.ts b/packages/devextreme/js/ui/draggable_types.d.ts index 0fd999926f66..68ee209fde14 100644 --- a/packages/devextreme/js/ui/draggable_types.d.ts +++ b/packages/devextreme/js/ui/draggable_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DisposingEvent, DragEndEvent, DragMoveEvent, diff --git a/packages/devextreme/js/ui/drawer_types.d.ts b/packages/devextreme/js/ui/drawer_types.d.ts index eb1f533a5359..79a39cad9e83 100644 --- a/packages/devextreme/js/ui/drawer_types.d.ts +++ b/packages/devextreme/js/ui/drawer_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { OpenedStateMode, PanelLocation, RevealMode, diff --git a/packages/devextreme/js/ui/drop_down_box_types.d.ts b/packages/devextreme/js/ui/drop_down_box_types.d.ts index 6b17d7c25137..645beab095f0 100644 --- a/packages/devextreme/js/ui/drop_down_box_types.d.ts +++ b/packages/devextreme/js/ui/drop_down_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ChangeEvent, ClosedEvent, CopyEvent, diff --git a/packages/devextreme/js/ui/drop_down_button_types.d.ts b/packages/devextreme/js/ui/drop_down_button_types.d.ts index 0aaf2edd593c..82ef22136133 100644 --- a/packages/devextreme/js/ui/drop_down_button_types.d.ts +++ b/packages/devextreme/js/ui/drop_down_button_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ButtonType, ButtonStyle, ButtonClickEvent, diff --git a/packages/devextreme/js/ui/file_manager_types.d.ts b/packages/devextreme/js/ui/file_manager_types.d.ts index b16d61a4e859..1186eeaa50db 100644 --- a/packages/devextreme/js/ui/file_manager_types.d.ts +++ b/packages/devextreme/js/ui/file_manager_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DataType, SingleOrMultiple, HorizontalAlignment, diff --git a/packages/devextreme/js/ui/file_uploader_types.d.ts b/packages/devextreme/js/ui/file_uploader_types.d.ts index 687386d6964a..796f507f8c01 100644 --- a/packages/devextreme/js/ui/file_uploader_types.d.ts +++ b/packages/devextreme/js/ui/file_uploader_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { FileUploadMode, UploadHttpMethod, BeforeSendEvent, diff --git a/packages/devextreme/js/ui/filter_builder_types.d.ts b/packages/devextreme/js/ui/filter_builder_types.d.ts index a942ffabdd8f..6c15e726d98c 100644 --- a/packages/devextreme/js/ui/filter_builder_types.d.ts +++ b/packages/devextreme/js/ui/filter_builder_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DataType, FilterOperation, GroupOperation, diff --git a/packages/devextreme/js/ui/form_types.d.ts b/packages/devextreme/js/ui/form_types.d.ts index e89ef99e664c..455e1ff59e21 100644 --- a/packages/devextreme/js/ui/form_types.d.ts +++ b/packages/devextreme/js/ui/form_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { HorizontalAlignment, Mode, VerticalAlignment, diff --git a/packages/devextreme/js/ui/gallery_types.d.ts b/packages/devextreme/js/ui/gallery_types.d.ts index d91751b2e159..ce089e99a93f 100644 --- a/packages/devextreme/js/ui/gallery_types.d.ts +++ b/packages/devextreme/js/ui/gallery_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/gantt_types.d.ts b/packages/devextreme/js/ui/gantt_types.d.ts index 9eb107a0982b..f1f3fa3e6209 100644 --- a/packages/devextreme/js/ui/gantt_types.d.ts +++ b/packages/devextreme/js/ui/gantt_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { GanttPredefinedContextMenuItem, GanttPredefinedToolbarItem, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/html_editor_types.d.ts b/packages/devextreme/js/ui/html_editor_types.d.ts index b40ce217e014..37ff9369126c 100644 --- a/packages/devextreme/js/ui/html_editor_types.d.ts +++ b/packages/devextreme/js/ui/html_editor_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { EditorStyle, ToolbarItemLocation, HtmlEditorFormat, diff --git a/packages/devextreme/js/ui/list_types.d.ts b/packages/devextreme/js/ui/list_types.d.ts index c0b575174f13..a64867e470a1 100644 --- a/packages/devextreme/js/ui/list_types.d.ts +++ b/packages/devextreme/js/ui/list_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { SelectAllMode, ScrollbarMode, PageLoadMode, diff --git a/packages/devextreme/js/ui/load_indicator_types.d.ts b/packages/devextreme/js/ui/load_indicator_types.d.ts index f58c3c2c676b..8aab9b68a1dd 100644 --- a/packages/devextreme/js/ui/load_indicator_types.d.ts +++ b/packages/devextreme/js/ui/load_indicator_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/load_panel_types.d.ts b/packages/devextreme/js/ui/load_panel_types.d.ts index 5c5a5b4c47e4..41a9ab2522dd 100644 --- a/packages/devextreme/js/ui/load_panel_types.d.ts +++ b/packages/devextreme/js/ui/load_panel_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { LoadingAnimationType, LoadPanelIndicatorProperties, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/lookup_types.d.ts b/packages/devextreme/js/ui/lookup_types.d.ts index dfd3190ee05f..d80346cc96a7 100644 --- a/packages/devextreme/js/ui/lookup_types.d.ts +++ b/packages/devextreme/js/ui/lookup_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ApplyValueMode, PageLoadMode, ClosedEvent, diff --git a/packages/devextreme/js/ui/map_types.d.ts b/packages/devextreme/js/ui/map_types.d.ts index 99a4d76ce7b8..2c1637b47f4d 100644 --- a/packages/devextreme/js/ui/map_types.d.ts +++ b/packages/devextreme/js/ui/map_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { MapProvider, RouteMode, MapType, diff --git a/packages/devextreme/js/ui/menu_types.d.ts b/packages/devextreme/js/ui/menu_types.d.ts index f774786efa44..404540a5f170 100644 --- a/packages/devextreme/js/ui/menu_types.d.ts +++ b/packages/devextreme/js/ui/menu_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Orientation, SubmenuShowMode, SubmenuDirection, diff --git a/packages/devextreme/js/ui/multi_view_types.d.ts b/packages/devextreme/js/ui/multi_view_types.d.ts index 761bc8a1d8f6..f630a7dbf7e9 100644 --- a/packages/devextreme/js/ui/multi_view_types.d.ts +++ b/packages/devextreme/js/ui/multi_view_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/number_box_types.d.ts b/packages/devextreme/js/ui/number_box_types.d.ts index 58c464529490..d28859bb7bf2 100644 --- a/packages/devextreme/js/ui/number_box_types.d.ts +++ b/packages/devextreme/js/ui/number_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { NumberBoxPredefinedButton, NumberBoxType, ChangeEvent, diff --git a/packages/devextreme/js/ui/pagination_types.d.ts b/packages/devextreme/js/ui/pagination_types.d.ts index 945d1877e8ab..c82ba5ad3aec 100644 --- a/packages/devextreme/js/ui/pagination_types.d.ts +++ b/packages/devextreme/js/ui/pagination_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DisplayMode, PageSize, dxPaginationOptions, diff --git a/packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts b/packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts index 95d9cf750566..dd5c4b71aa18 100644 --- a/packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts +++ b/packages/devextreme/js/ui/pivot_grid_field_chooser_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ApplyChangesMode, FieldChooserLayout, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/pivot_grid_types.d.ts b/packages/devextreme/js/ui/pivot_grid_types.d.ts index a314f792a04e..49dafd8a3555 100644 --- a/packages/devextreme/js/ui/pivot_grid_types.d.ts +++ b/packages/devextreme/js/ui/pivot_grid_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ApplyChangesMode, FieldChooserLayout, Mode, diff --git a/packages/devextreme/js/ui/popover_types.d.ts b/packages/devextreme/js/ui/popover_types.d.ts index 6fb0599f6ad2..34a5211587b5 100644 --- a/packages/devextreme/js/ui/popover_types.d.ts +++ b/packages/devextreme/js/ui/popover_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, HidingEvent, diff --git a/packages/devextreme/js/ui/popup_types.d.ts b/packages/devextreme/js/ui/popup_types.d.ts index ea1914b33051..d78a816c2688 100644 --- a/packages/devextreme/js/ui/popup_types.d.ts +++ b/packages/devextreme/js/ui/popup_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { PositionAlignment, ToolbarItemLocation, ToolbarItemWidget, diff --git a/packages/devextreme/js/ui/progress_bar_types.d.ts b/packages/devextreme/js/ui/progress_bar_types.d.ts index 7a3dd8e0ec6d..22a97a9246e7 100644 --- a/packages/devextreme/js/ui/progress_bar_types.d.ts +++ b/packages/devextreme/js/ui/progress_bar_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { CompleteEvent, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/radio_group_types.d.ts b/packages/devextreme/js/ui/radio_group_types.d.ts index 5fc82ab4186a..a354e0f15ac9 100644 --- a/packages/devextreme/js/ui/radio_group_types.d.ts +++ b/packages/devextreme/js/ui/radio_group_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Orientation, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/range_slider_types.d.ts b/packages/devextreme/js/ui/range_slider_types.d.ts index 56670a4172c6..79942c35a7f5 100644 --- a/packages/devextreme/js/ui/range_slider_types.d.ts +++ b/packages/devextreme/js/ui/range_slider_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/recurrence_editor_types.d.ts b/packages/devextreme/js/ui/recurrence_editor_types.d.ts index 4d34caffac9f..0116c5729d18 100644 --- a/packages/devextreme/js/ui/recurrence_editor_types.d.ts +++ b/packages/devextreme/js/ui/recurrence_editor_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/resizable_types.d.ts b/packages/devextreme/js/ui/resizable_types.d.ts index 8a18942930d5..08682d55da18 100644 --- a/packages/devextreme/js/ui/resizable_types.d.ts +++ b/packages/devextreme/js/ui/resizable_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ResizeHandle, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/responsive_box_types.d.ts b/packages/devextreme/js/ui/responsive_box_types.d.ts index dee7de8e65e5..52382a6af6f4 100644 --- a/packages/devextreme/js/ui/responsive_box_types.d.ts +++ b/packages/devextreme/js/ui/responsive_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Mode, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/scheduler_types.d.ts b/packages/devextreme/js/ui/scheduler_types.d.ts index b0cfd7c45996..a213dd60cb1a 100644 --- a/packages/devextreme/js/ui/scheduler_types.d.ts +++ b/packages/devextreme/js/ui/scheduler_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { FirstDayOfWeek, Orientation, ScrollMode, diff --git a/packages/devextreme/js/ui/scroll_view_types.d.ts b/packages/devextreme/js/ui/scroll_view_types.d.ts index f468220ee6f9..60f17be14407 100644 --- a/packages/devextreme/js/ui/scroll_view_types.d.ts +++ b/packages/devextreme/js/ui/scroll_view_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DisposingEvent, InitializedEvent, OptionChangedEvent, diff --git a/packages/devextreme/js/ui/select_box_types.d.ts b/packages/devextreme/js/ui/select_box_types.d.ts index db08e55bca11..d4fcbfc9437e 100644 --- a/packages/devextreme/js/ui/select_box_types.d.ts +++ b/packages/devextreme/js/ui/select_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ChangeEvent, ClosedEvent, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/slider_types.d.ts b/packages/devextreme/js/ui/slider_types.d.ts index ea3de0907237..5d5085e4cbd1 100644 --- a/packages/devextreme/js/ui/slider_types.d.ts +++ b/packages/devextreme/js/ui/slider_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { TooltipShowMode, VerticalEdge, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/sortable_types.d.ts b/packages/devextreme/js/ui/sortable_types.d.ts index 08ceece51882..a7d841d530e7 100644 --- a/packages/devextreme/js/ui/sortable_types.d.ts +++ b/packages/devextreme/js/ui/sortable_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DragHighlight, Orientation, AddEvent, diff --git a/packages/devextreme/js/ui/speech_to_text_types.d.ts b/packages/devextreme/js/ui/speech_to_text_types.d.ts index 17e84614852e..fd53ff98a283 100644 --- a/packages/devextreme/js/ui/speech_to_text_types.d.ts +++ b/packages/devextreme/js/ui/speech_to_text_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { SpeechRecognitionConfig, CustomSpeechRecognizer, StartClickEvent, diff --git a/packages/devextreme/js/ui/speed_dial_action_types.d.ts b/packages/devextreme/js/ui/speed_dial_action_types.d.ts index 0c8bcdf38c28..70ce582f67d5 100644 --- a/packages/devextreme/js/ui/speed_dial_action_types.d.ts +++ b/packages/devextreme/js/ui/speed_dial_action_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ClickEvent, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/splitter_types.d.ts b/packages/devextreme/js/ui/splitter_types.d.ts index a9afbfe78f1e..31322bc2c6eb 100644 --- a/packages/devextreme/js/ui/splitter_types.d.ts +++ b/packages/devextreme/js/ui/splitter_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Mode, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/stepper_types.d.ts b/packages/devextreme/js/ui/stepper_types.d.ts index bc31ef1464e0..08357351a28d 100644 --- a/packages/devextreme/js/ui/stepper_types.d.ts +++ b/packages/devextreme/js/ui/stepper_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DisposingEvent, InitializedEvent, ItemClickEvent, diff --git a/packages/devextreme/js/ui/switch_types.d.ts b/packages/devextreme/js/ui/switch_types.d.ts index 8186f7529693..93a76bd4e85a 100644 --- a/packages/devextreme/js/ui/switch_types.d.ts +++ b/packages/devextreme/js/ui/switch_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/tab_panel_types.d.ts b/packages/devextreme/js/ui/tab_panel_types.d.ts index 38709fbaa5c5..966bc0c4f3be 100644 --- a/packages/devextreme/js/ui/tab_panel_types.d.ts +++ b/packages/devextreme/js/ui/tab_panel_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Position, TabsIconPosition, TabsStyle, diff --git a/packages/devextreme/js/ui/tabs_types.d.ts b/packages/devextreme/js/ui/tabs_types.d.ts index 76f0c5258c1d..6023597e2779 100644 --- a/packages/devextreme/js/ui/tabs_types.d.ts +++ b/packages/devextreme/js/ui/tabs_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { SingleOrMultiple, Orientation, TabsIconPosition, diff --git a/packages/devextreme/js/ui/tag_box_types.d.ts b/packages/devextreme/js/ui/tag_box_types.d.ts index 946cc741c19a..8b26bb168b5b 100644 --- a/packages/devextreme/js/ui/tag_box_types.d.ts +++ b/packages/devextreme/js/ui/tag_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ChangeEvent, ClosedEvent, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/text_area_types.d.ts b/packages/devextreme/js/ui/text_area_types.d.ts index 42fb698518b1..581c8d093c0e 100644 --- a/packages/devextreme/js/ui/text_area_types.d.ts +++ b/packages/devextreme/js/ui/text_area_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ChangeEvent, ContentReadyEvent, CopyEvent, diff --git a/packages/devextreme/js/ui/text_box_types.d.ts b/packages/devextreme/js/ui/text_box_types.d.ts index c2273ee9d629..d6168b6c65b9 100644 --- a/packages/devextreme/js/ui/text_box_types.d.ts +++ b/packages/devextreme/js/ui/text_box_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { TextBoxType, ChangeEvent, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/tile_view_types.d.ts b/packages/devextreme/js/ui/tile_view_types.d.ts index 87cb78ffda1f..395976a259d9 100644 --- a/packages/devextreme/js/ui/tile_view_types.d.ts +++ b/packages/devextreme/js/ui/tile_view_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Orientation, ScrollbarMode, ContentReadyEvent, diff --git a/packages/devextreme/js/ui/toast_types.d.ts b/packages/devextreme/js/ui/toast_types.d.ts index 8ece74c19bdf..65eb3543a1d7 100644 --- a/packages/devextreme/js/ui/toast_types.d.ts +++ b/packages/devextreme/js/ui/toast_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ToastType, ContentReadyEvent, DisposingEvent, diff --git a/packages/devextreme/js/ui/toolbar_types.d.ts b/packages/devextreme/js/ui/toolbar_types.d.ts index 594e545754b0..11a8110b4b94 100644 --- a/packages/devextreme/js/ui/toolbar_types.d.ts +++ b/packages/devextreme/js/ui/toolbar_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { LocateInMenuMode, ShowTextMode, ToolbarItemLocation, diff --git a/packages/devextreme/js/ui/tooltip_types.d.ts b/packages/devextreme/js/ui/tooltip_types.d.ts index 0b248af05eca..1ac6fe2812aa 100644 --- a/packages/devextreme/js/ui/tooltip_types.d.ts +++ b/packages/devextreme/js/ui/tooltip_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, HidingEvent, diff --git a/packages/devextreme/js/ui/tree_list_types.d.ts b/packages/devextreme/js/ui/tree_list_types.d.ts index dd09ccccb0dc..14ca5da11c53 100644 --- a/packages/devextreme/js/ui/tree_list_types.d.ts +++ b/packages/devextreme/js/ui/tree_list_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DisplayMode, SearchMode, ApplyFilterMode, diff --git a/packages/devextreme/js/ui/tree_view_types.d.ts b/packages/devextreme/js/ui/tree_view_types.d.ts index c6c24817381d..016fc01208ec 100644 --- a/packages/devextreme/js/ui/tree_view_types.d.ts +++ b/packages/devextreme/js/ui/tree_view_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DataStructure, SingleOrMultiple, ScrollDirection, diff --git a/packages/devextreme/js/ui/validation_group_types.d.ts b/packages/devextreme/js/ui/validation_group_types.d.ts index 81aa86cd0162..f2303d4b96b3 100644 --- a/packages/devextreme/js/ui/validation_group_types.d.ts +++ b/packages/devextreme/js/ui/validation_group_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ValidationStatus, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/validation_summary_types.d.ts b/packages/devextreme/js/ui/validation_summary_types.d.ts index a67fbaa1b380..45edef3cffe4 100644 --- a/packages/devextreme/js/ui/validation_summary_types.d.ts +++ b/packages/devextreme/js/ui/validation_summary_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ContentReadyEvent, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/ui/validator_types.d.ts b/packages/devextreme/js/ui/validator_types.d.ts index e27a591c7d74..d1ae1d357c1f 100644 --- a/packages/devextreme/js/ui/validator_types.d.ts +++ b/packages/devextreme/js/ui/validator_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ValidationStatus, DisposingEvent, InitializedEvent, diff --git a/packages/devextreme/js/viz/bar_gauge_types.d.ts b/packages/devextreme/js/viz/bar_gauge_types.d.ts index a3fa244700e9..0ecf9744c46c 100644 --- a/packages/devextreme/js/viz/bar_gauge_types.d.ts +++ b/packages/devextreme/js/viz/bar_gauge_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { LabelOverlap, Palette, PaletteExtensionMode, diff --git a/packages/devextreme/js/viz/bullet_types.d.ts b/packages/devextreme/js/viz/bullet_types.d.ts index c64bc9cfd1b2..374b0a860c7a 100644 --- a/packages/devextreme/js/viz/bullet_types.d.ts +++ b/packages/devextreme/js/viz/bullet_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DisposingEvent, DrawnEvent, ExportedEvent, diff --git a/packages/devextreme/js/viz/chart_types.d.ts b/packages/devextreme/js/viz/chart_types.d.ts index 23ff8197abbd..73f313d2bd51 100644 --- a/packages/devextreme/js/viz/chart_types.d.ts +++ b/packages/devextreme/js/viz/chart_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ArgumentAxisHoverMode, AxisScaleType, ChartsAxisLabelOverlap, diff --git a/packages/devextreme/js/viz/circular_gauge_types.d.ts b/packages/devextreme/js/viz/circular_gauge_types.d.ts index 924e54635b0b..5a66a57a3a90 100644 --- a/packages/devextreme/js/viz/circular_gauge_types.d.ts +++ b/packages/devextreme/js/viz/circular_gauge_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { CircularGaugeElementOrientation, CircularGaugeLabelOverlap, DisposingEvent, diff --git a/packages/devextreme/js/viz/funnel_types.d.ts b/packages/devextreme/js/viz/funnel_types.d.ts index fa64f0f66138..69092d6879ae 100644 --- a/packages/devextreme/js/viz/funnel_types.d.ts +++ b/packages/devextreme/js/viz/funnel_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { DashStyle, HatchDirection, HorizontalEdge, diff --git a/packages/devextreme/js/viz/linear_gauge_types.d.ts b/packages/devextreme/js/viz/linear_gauge_types.d.ts index 13f68d576ab9..90c11cc2461b 100644 --- a/packages/devextreme/js/viz/linear_gauge_types.d.ts +++ b/packages/devextreme/js/viz/linear_gauge_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { HorizontalAlignment, Orientation, VerticalAlignment, diff --git a/packages/devextreme/js/viz/pie_chart_types.d.ts b/packages/devextreme/js/viz/pie_chart_types.d.ts index 1440612edadf..6730678ee00c 100644 --- a/packages/devextreme/js/viz/pie_chart_types.d.ts +++ b/packages/devextreme/js/viz/pie_chart_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ChartsDataType, DashStyle, HatchDirection, diff --git a/packages/devextreme/js/viz/polar_chart_types.d.ts b/packages/devextreme/js/viz/polar_chart_types.d.ts index 1e8365e27451..27c11f619c2e 100644 --- a/packages/devextreme/js/viz/polar_chart_types.d.ts +++ b/packages/devextreme/js/viz/polar_chart_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ArgumentAxisHoverMode, AxisScaleType, ChartsDataType, diff --git a/packages/devextreme/js/viz/range_selector_types.d.ts b/packages/devextreme/js/viz/range_selector_types.d.ts index 667027a5d651..3a1816c1c80f 100644 --- a/packages/devextreme/js/viz/range_selector_types.d.ts +++ b/packages/devextreme/js/viz/range_selector_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { ChartsDataType, DiscreteAxisDivisionMode, LabelOverlap, diff --git a/packages/devextreme/js/viz/sankey_types.d.ts b/packages/devextreme/js/viz/sankey_types.d.ts index 31a312838bf3..bf083f827077 100644 --- a/packages/devextreme/js/viz/sankey_types.d.ts +++ b/packages/devextreme/js/viz/sankey_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { HatchDirection, Palette, PaletteExtensionMode, diff --git a/packages/devextreme/js/viz/sparkline_types.d.ts b/packages/devextreme/js/viz/sparkline_types.d.ts index cb80e73a381a..43f82c3b8d53 100644 --- a/packages/devextreme/js/viz/sparkline_types.d.ts +++ b/packages/devextreme/js/viz/sparkline_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { PointSymbol, SparklineType, DisposingEvent, diff --git a/packages/devextreme/js/viz/tree_map_types.d.ts b/packages/devextreme/js/viz/tree_map_types.d.ts index 81e594774d80..fa722c2f8619 100644 --- a/packages/devextreme/js/viz/tree_map_types.d.ts +++ b/packages/devextreme/js/viz/tree_map_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { Palette, PaletteExtensionMode, TextOverflow, diff --git a/packages/devextreme/js/viz/vector_map_types.d.ts b/packages/devextreme/js/viz/vector_map_types.d.ts index 54a32d4f8f92..ef1db6d725c0 100644 --- a/packages/devextreme/js/viz/vector_map_types.d.ts +++ b/packages/devextreme/js/viz/vector_map_types.d.ts @@ -1,4 +1,4 @@ -export type { +export { SingleMultipleOrNone, Palette, VectorMapProjection, From 21d51f02fdf2428909de1ed48fe64ca882cce835 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 26 Mar 2026 01:10:00 +0100 Subject: [PATCH 40/48] revert @types/node --- packages/devextreme-angular/package.json | 8 +- pnpm-lock.yaml | 574 +++++++++++------------ 2 files changed, 291 insertions(+), 291 deletions(-) diff --git a/packages/devextreme-angular/package.json b/packages/devextreme-angular/package.json index 8de178ae36ca..7c71e99547f6 100644 --- a/packages/devextreme-angular/package.json +++ b/packages/devextreme-angular/package.json @@ -20,9 +20,9 @@ "author": "Developer Express Inc.", "license": "MIT", "peerDependencies": { - "@angular/common": ">=19.0.0", - "@angular/core": ">=19.0.0", - "@angular/forms": ">=19.0.0", + "@angular/common": ">=20.0.0", + "@angular/core": ">=20.0.0", + "@angular/forms": ">=20.0.0", "devextreme": "workspace:*" }, "devDependencies": { @@ -41,7 +41,7 @@ "@eslint-stylistic/metadata": "catalog:", "@stylistic/eslint-plugin": "catalog:", "@types/jasmine": "~6.0.0", - "@types/node": "~24.1.0", + "@types/node": "~20.19.0", "@typescript-eslint/eslint-plugin": "catalog:", "@typescript-eslint/parser": "catalog:", "@webcomponents/custom-elements": "1.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 607d148c0073..34232c34e825 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -355,13 +355,13 @@ importers: dependencies: '@angular-devkit/build-angular': specifier: ~21.1.0 - version: 21.1.5(ed64bbuhllp7ztdn56pjx3kjr4) + version: 21.1.5(77yj64jhqvjsktk4pflaclffva) '@angular/animations': specifier: ~21.1.0 version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.1.5 - version: 21.1.5(@types/node@24.1.0)(chokidar@5.0.0) + version: 21.1.5(@types/node@20.19.37)(chokidar@5.0.0) '@angular/common': specifier: ~21.1.0 version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -725,7 +725,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + version: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -776,7 +776,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.4(jiti@2.6.1)) @@ -1384,25 +1384,25 @@ importers: version: 7.29.0(@babel/core@7.29.0) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(ufrovgmkx3l3boawyof7lcyblu) + version: 3.0.12(5clvxqkkva4gfnkyserfk24kge) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1513,7 +1513,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(mgwywexy3fq56cnqaoyrtjome4) + version: 1.1.9(p7ac2sqyr7rc7ykkypyvw3f74m) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1525,7 +1525,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.15.0 - version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.4(jiti@2.6.1)) @@ -1780,7 +1780,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1833,7 +1833,7 @@ importers: version: 0.2003.21(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 20.3.21(@types/node@24.1.0) + version: 20.3.21(@types/node@20.19.37) '@angular/common': specifier: catalog:angular version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -1874,8 +1874,8 @@ importers: specifier: ~6.0.0 version: 6.0.0 '@types/node': - specifier: ~24.1.0 - version: 24.1.0 + specifier: ~20.19.0 + version: 20.19.37 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) @@ -1902,7 +1902,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(7ld6bohnv6ihmf6c2zdfqnzhqe) + version: 1.1.9(3vdmkq325opsjnvek6nwmyun3m) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -6765,8 +6765,8 @@ packages: '@types/node@20.14.5': resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} - '@types/node@24.1.0': - resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==} + '@types/node@20.19.37': + resolution: {integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==} '@types/node@25.5.0': resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==} @@ -17714,12 +17714,12 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.18.2: resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} - undici-types@7.8.0: - resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==} - undici@7.24.4: resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==} engines: {node: '>=20.18.1'} @@ -19163,13 +19163,13 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-angular@21.1.5(ed64bbuhllp7ztdn56pjx3kjr4)': + '@angular-devkit/build-angular@21.1.5(77yj64jhqvjsktk4pflaclffva)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) '@angular-devkit/build-webpack': 0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) '@angular-devkit/core': 21.1.5(chokidar@5.0.0) - '@angular/build': 21.1.5(bn4jscjpltkam2x7uu3rp7jlri) + '@angular/build': 21.1.5(cgcqzl77cdgbpjsvne7gvu56kq) '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) '@babel/core': 7.28.5 '@babel/generator': 7.28.5 @@ -19226,7 +19226,7 @@ snapshots: '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.27.2 - jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) karma: 6.4.4 transitivePeerDependencies: - '@angular/compiler' @@ -19498,7 +19498,7 @@ snapshots: - tsx - yaml - '@angular/build@21.1.5(bn4jscjpltkam2x7uu3rp7jlri)': + '@angular/build@21.1.5(cgcqzl77cdgbpjsvne7gvu56kq)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) @@ -19507,8 +19507,8 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.21(@types/node@24.1.0) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) + '@inquirer/confirm': 5.1.21(@types/node@20.19.37) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.27.2 @@ -19529,7 +19529,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 undici: 7.24.4 - vite: 7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) watchpack: 2.5.0 optionalDependencies: '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) @@ -19578,13 +19578,13 @@ snapshots: - chokidar - supports-color - '@angular/cli@20.3.21(@types/node@24.1.0)': + '@angular/cli@20.3.21(@types/node@20.19.37)': dependencies: '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) '@angular-devkit/core': 20.3.21(chokidar@4.0.1) '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) - '@inquirer/prompts': 7.8.2(@types/node@24.1.0) - '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.19.37) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.1) '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) '@schematics/angular': 20.3.21(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 @@ -19630,13 +19630,13 @@ snapshots: - chokidar - supports-color - '@angular/cli@21.1.5(@types/node@24.1.0)(chokidar@5.0.0)': + '@angular/cli@21.1.5(@types/node@20.19.37)(chokidar@5.0.0)': dependencies: '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) '@angular-devkit/core': 21.1.5(chokidar@5.0.0) '@angular-devkit/schematics': 21.1.5(chokidar@5.0.0) - '@inquirer/prompts': 7.10.1(@types/node@24.1.0) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5) + '@inquirer/prompts': 7.10.1(@types/node@20.19.37) + '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.26.0(zod@4.3.5) '@schematics/angular': 21.1.5(chokidar@5.0.0) '@yarnpkg/lockfile': 1.1.0 @@ -22833,9 +22833,9 @@ snapshots: dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': + '@devextreme-generator/angular@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22850,13 +22850,13 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(ufrovgmkx3l3boawyof7lcyblu)': + '@devextreme-generator/build-helpers@3.0.12(5clvxqkkva4gfnkyserfk24kge)': dependencies: - '@devextreme-generator/angular': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) - '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) - '@devextreme-generator/inferno': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) - '@devextreme-generator/preact': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) - '@devextreme-generator/react': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/angular': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/inferno': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/preact': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 @@ -22879,10 +22879,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': + '@devextreme-generator/core@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(ztgrdajne6isg5ctaalc7x7gdm) + eslint-config-devextreme: 0.2.0(inkhsxarru2k3eocadfcsbwwra) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22905,11 +22905,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': + '@devextreme-generator/inferno@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) - '@devextreme-generator/preact': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) - '@devextreme-generator/react': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/preact': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22924,10 +22924,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': + '@devextreme-generator/preact@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) - '@devextreme-generator/react': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22942,9 +22942,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': + '@devextreme-generator/react@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22959,10 +22959,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(ztgrdajne6isg5ctaalc7x7gdm)': + '@devextreme-generator/vue@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/angular': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) - '@devextreme-generator/core': 3.0.12(ztgrdajne6isg5ctaalc7x7gdm) + '@devextreme-generator/angular': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -23442,15 +23442,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/checkbox@4.3.2(@types/node@24.1.0)': + '@inquirer/checkbox@4.3.2(@types/node@20.19.37)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/checkbox@4.3.2(@types/node@25.5.0)': dependencies: @@ -23483,12 +23483,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.21(@types/node@24.1.0)': + '@inquirer/confirm@5.1.21(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/confirm@5.1.21(@types/node@25.5.0)': dependencies: @@ -23510,18 +23510,18 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/core@10.3.2(@types/node@24.1.0)': + '@inquirer/core@10.3.2(@types/node@20.19.37)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@20.19.37) 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': 24.1.0 + '@types/node': 20.19.37 '@inquirer/core@10.3.2(@types/node@25.5.0)': dependencies: @@ -23544,13 +23544,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/editor@4.2.23(@types/node@24.1.0)': + '@inquirer/editor@4.2.23(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.1.0) - '@inquirer/external-editor': 1.0.3(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/external-editor': 1.0.3(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/editor@4.2.23(@types/node@25.5.0)': dependencies: @@ -23568,13 +23568,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/expand@4.0.23(@types/node@24.1.0)': + '@inquirer/expand@4.0.23(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/expand@4.0.23(@types/node@25.5.0)': dependencies: @@ -23591,12 +23591,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/external-editor@1.0.3(@types/node@24.1.0)': + '@inquirer/external-editor@1.0.3(@types/node@20.19.37)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/external-editor@1.0.3(@types/node@25.5.0)': dependencies: @@ -23614,12 +23614,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/input@4.3.1(@types/node@24.1.0)': + '@inquirer/input@4.3.1(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/input@4.3.1(@types/node@25.5.0)': dependencies: @@ -23635,12 +23635,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/number@3.0.23(@types/node@24.1.0)': + '@inquirer/number@3.0.23(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/number@3.0.23(@types/node@25.5.0)': dependencies: @@ -23657,13 +23657,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/password@4.0.23(@types/node@24.1.0)': + '@inquirer/password@4.0.23(@types/node@20.19.37)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/password@4.0.23(@types/node@25.5.0)': dependencies: @@ -23673,20 +23673,20 @@ snapshots: optionalDependencies: '@types/node': 25.5.0 - '@inquirer/prompts@7.10.1(@types/node@24.1.0)': + '@inquirer/prompts@7.10.1(@types/node@20.19.37)': dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) - '@inquirer/confirm': 5.1.21(@types/node@24.1.0) - '@inquirer/editor': 4.2.23(@types/node@24.1.0) - '@inquirer/expand': 4.0.23(@types/node@24.1.0) - '@inquirer/input': 4.3.1(@types/node@24.1.0) - '@inquirer/number': 3.0.23(@types/node@24.1.0) - '@inquirer/password': 4.0.23(@types/node@24.1.0) - '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) - '@inquirer/search': 3.2.2(@types/node@24.1.0) - '@inquirer/select': 4.4.2(@types/node@24.1.0) + '@inquirer/checkbox': 4.3.2(@types/node@20.19.37) + '@inquirer/confirm': 5.1.21(@types/node@20.19.37) + '@inquirer/editor': 4.2.23(@types/node@20.19.37) + '@inquirer/expand': 4.0.23(@types/node@20.19.37) + '@inquirer/input': 4.3.1(@types/node@20.19.37) + '@inquirer/number': 3.0.23(@types/node@20.19.37) + '@inquirer/password': 4.0.23(@types/node@20.19.37) + '@inquirer/rawlist': 4.1.11(@types/node@20.19.37) + '@inquirer/search': 3.2.2(@types/node@20.19.37) + '@inquirer/select': 4.4.2(@types/node@20.19.37) optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/prompts@7.8.2(@types/node@20.11.17)': dependencies: @@ -23703,20 +23703,20 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/prompts@7.8.2(@types/node@24.1.0)': + '@inquirer/prompts@7.8.2(@types/node@20.19.37)': dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@24.1.0) - '@inquirer/confirm': 5.1.21(@types/node@24.1.0) - '@inquirer/editor': 4.2.23(@types/node@24.1.0) - '@inquirer/expand': 4.0.23(@types/node@24.1.0) - '@inquirer/input': 4.3.1(@types/node@24.1.0) - '@inquirer/number': 3.0.23(@types/node@24.1.0) - '@inquirer/password': 4.0.23(@types/node@24.1.0) - '@inquirer/rawlist': 4.1.11(@types/node@24.1.0) - '@inquirer/search': 3.2.2(@types/node@24.1.0) - '@inquirer/select': 4.4.2(@types/node@24.1.0) + '@inquirer/checkbox': 4.3.2(@types/node@20.19.37) + '@inquirer/confirm': 5.1.21(@types/node@20.19.37) + '@inquirer/editor': 4.2.23(@types/node@20.19.37) + '@inquirer/expand': 4.0.23(@types/node@20.19.37) + '@inquirer/input': 4.3.1(@types/node@20.19.37) + '@inquirer/number': 3.0.23(@types/node@20.19.37) + '@inquirer/password': 4.0.23(@types/node@20.19.37) + '@inquirer/rawlist': 4.1.11(@types/node@20.19.37) + '@inquirer/search': 3.2.2(@types/node@20.19.37) + '@inquirer/select': 4.4.2(@types/node@20.19.37) optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/prompts@7.8.2(@types/node@25.5.0)': dependencies: @@ -23741,13 +23741,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/rawlist@4.1.11(@types/node@24.1.0)': + '@inquirer/rawlist@4.1.11(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/rawlist@4.1.11(@types/node@25.5.0)': dependencies: @@ -23766,14 +23766,14 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/search@3.2.2(@types/node@24.1.0)': + '@inquirer/search@3.2.2(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/search@3.2.2(@types/node@25.5.0)': dependencies: @@ -23794,15 +23794,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/select@4.4.2(@types/node@24.1.0)': + '@inquirer/select@4.4.2(@types/node@20.19.37)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.1.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/select@4.4.2(@types/node@25.5.0)': dependencies: @@ -23818,9 +23818,9 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/type@3.0.10(@types/node@24.1.0)': + '@inquirer/type@3.0.10(@types/node@20.19.37)': optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@inquirer/type@3.0.10(@types/node@25.5.0)': optionalDependencies: @@ -23852,7 +23852,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -23861,7 +23861,7 @@ snapshots: '@jest/console@30.2.0': dependencies: '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 jest-message-util: 30.2.0 jest-util: 30.2.0 @@ -23874,14 +23874,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23904,21 +23904,21 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23949,14 +23949,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23987,14 +23987,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24025,14 +24025,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24056,7 +24056,7 @@ snapshots: - ts-node optional: true - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -24064,14 +24064,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24094,7 +24094,7 @@ snapshots: - supports-color - ts-node - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -24102,14 +24102,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24141,14 +24141,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24179,14 +24179,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24218,14 +24218,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -24254,14 +24254,14 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-mock: 29.7.0 '@jest/environment@30.2.0': dependencies: '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-mock: 30.2.0 '@jest/expect-utils@29.7.0': @@ -24290,7 +24290,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -24299,7 +24299,7 @@ snapshots: dependencies: '@jest/types': 30.2.0 '@sinonjs/fake-timers': 13.0.5 - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-message-util: 30.2.0 jest-mock: 30.2.0 jest-util: 30.2.0 @@ -24326,7 +24326,7 @@ snapshots: '@jest/pattern@30.0.1': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-regex-util: 30.0.1 '@jest/reporters@29.7.0(node-notifier@9.0.1)': @@ -24337,7 +24337,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -24368,7 +24368,7 @@ snapshots: '@jest/transform': 30.2.0 '@jest/types': 30.2.0 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit-x: 0.2.2 @@ -24490,7 +24490,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -24500,7 +24500,7 @@ snapshots: '@jest/schemas': 30.0.5 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -24598,10 +24598,10 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.1)': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.8.2(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/prompts': 7.8.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) listr2: 9.0.1 transitivePeerDependencies: - '@types/node' @@ -24614,10 +24614,10 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@24.1.0))(@types/node@24.1.0)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.5)': dependencies: - '@inquirer/prompts': 7.10.1(@types/node@24.1.0) - '@inquirer/type': 3.0.10(@types/node@24.1.0) + '@inquirer/prompts': 7.10.1(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) listr2: 9.0.5 transitivePeerDependencies: - '@types/node' @@ -26495,11 +26495,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/bonjour@3.5.13': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/chai@5.2.3': dependencies: @@ -26508,27 +26508,27 @@ snapshots: '@types/cheerio@0.22.35': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/clean-css@4.2.11': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 source-map: 0.6.1 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.1 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/connect@3.4.38': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/debug@4.1.12': dependencies: @@ -26579,14 +26579,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -26612,16 +26612,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/hast@2.3.10': dependencies: @@ -26633,7 +26633,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/istanbul-lib-coverage@2.0.6': {} @@ -26660,7 +26660,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -26670,7 +26670,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/lodash@4.17.24': {} @@ -26692,12 +26692,12 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 form-data: 4.0.5 '@types/node-forge@1.3.11': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/node@18.19.130': dependencies: @@ -26719,9 +26719,9 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@24.1.0': + '@types/node@20.19.37': dependencies: - undici-types: 7.8.0 + undici-types: 6.21.0 '@types/node@25.5.0': dependencies: @@ -26780,7 +26780,7 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/resolve@1.20.2': {} @@ -26795,7 +26795,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/serve-index@1.9.4': dependencies: @@ -26804,30 +26804,30 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/stack-utils@2.0.3': {} '@types/tar-fs@2.0.4': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/tar-stream': 3.1.3 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/tough-cookie@4.0.5': {} @@ -26843,11 +26843,11 @@ snapshots: '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/ws@8.5.13': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@types/yargs-parser@21.0.3': {} @@ -26857,7 +26857,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 optional: true '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)': @@ -27420,9 +27420,9 @@ snapshots: vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.1) optional: true - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1))': dependencies: - vite: 7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) + vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1) '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.1))': dependencies: @@ -30188,13 +30188,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -31017,7 +31017,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 24.1.0 + '@types/node': 20.19.37 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -31632,28 +31632,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(ztgrdajne6isg5ctaalc7x7gdm): + eslint-config-devextreme@0.2.0(inkhsxarru2k3eocadfcsbwwra): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq): + eslint-config-devextreme@1.1.9(3vdmkq325opsjnvek6nwmyun3m): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31665,14 +31665,14 @@ snapshots: stylelint: 16.22.0(typescript@5.8.3) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(7ld6bohnv6ihmf6c2zdfqnzhqe): + eslint-config-devextreme@1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)))(typescript@5.8.3) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31722,14 +31722,14 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(mgwywexy3fq56cnqaoyrtjome4): + eslint-config-devextreme@1.1.9(p7ac2sqyr7rc7ykkypyvw3f74m): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31938,13 +31938,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - jest: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -31960,13 +31960,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)))(typescript@5.8.3): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)))(typescript@5.8.3): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) - jest: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -34900,7 +34900,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -34926,7 +34926,7 @@ snapshots: '@jest/expect': 30.2.0 '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -34967,16 +34967,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -35052,15 +35052,15 @@ snapshots: - ts-node optional: true - jest-cli@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)): + jest-cli@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) '@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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -35073,15 +35073,15 @@ snapshots: - supports-color - ts-node - jest-cli@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)): + jest-cli@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.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@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -35190,7 +35190,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -35215,13 +35215,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -35246,8 +35246,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -35385,7 +35385,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35412,13 +35412,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35445,13 +35445,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35478,14 +35478,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35512,13 +35512,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35545,14 +35545,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35579,13 +35579,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35612,14 +35612,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35646,7 +35646,7 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros @@ -35819,7 +35819,7 @@ snapshots: '@jest/environment': 30.2.0 '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-mock: 30.2.0 jest-util: 30.2.0 jest-validate: 30.2.0 @@ -35830,7 +35830,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 24.1.0 + '@types/node': 20.19.37 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -35845,7 +35845,7 @@ snapshots: jest-haste-map@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -35908,13 +35908,13 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-util: 29.7.0 jest-mock@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-util: 30.2.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -35973,7 +35973,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -35999,7 +35999,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 emittery: 0.13.1 exit-x: 0.2.2 @@ -36028,7 +36028,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -36055,7 +36055,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 cjs-module-lexer: 2.2.0 collect-v8-coverage: 1.0.2 @@ -36127,7 +36127,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -36136,7 +36136,7 @@ snapshots: jest-util@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 chalk: 4.1.2 ci-info: 4.3.0 graceful-fs: 4.2.11 @@ -36164,7 +36164,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 24.1.0 + '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -36175,7 +36175,7 @@ snapshots: dependencies: '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 24.1.0 + '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -36184,20 +36184,20 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@30.2.0: dependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 '@ungap/structured-clone': 1.3.0 jest-util: 30.2.0 merge-stream: 2.0.0 @@ -36217,12 +36217,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)): + jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -36277,12 +36277,12 @@ snapshots: - ts-node optional: true - jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)): + jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) + jest-cli: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -36292,12 +36292,12 @@ snapshots: - supports-color - ts-node - jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)): + jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3)) + jest-cli: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -42185,11 +42185,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@24.1.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5)) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -42379,14 +42379,14 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@4.9.5): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 24.1.0 + '@types/node': 20.19.37 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -42400,14 +42400,14 @@ snapshots: '@swc/core': 1.15.3 optional: true - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.8.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 24.1.0 + '@types/node': 20.19.37 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -42421,14 +42421,14 @@ snapshots: '@swc/core': 1.15.3 optional: true - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@24.1.0)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 24.1.0 + '@types/node': 20.19.37 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -42783,9 +42783,9 @@ snapshots: undici-types@5.26.5: {} - undici-types@7.18.2: {} + undici-types@6.21.0: {} - undici-types@7.8.0: {} + undici-types@7.18.2: {} undici@7.24.4: {} @@ -43277,7 +43277,7 @@ snapshots: yaml: 2.8.1 optional: true - vite@7.3.0(@types/node@24.1.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1): + vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.1): dependencies: esbuild: 0.27.2 fdir: 6.5.0(picomatch@4.0.3) @@ -43286,7 +43286,7 @@ snapshots: rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 24.1.0 + '@types/node': 20.19.37 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 From b06a2aa6104371acbb4556e9097bdf52b2ff4984 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 26 Mar 2026 17:10:44 +0100 Subject: [PATCH 41/48] update lock --- pnpm-lock.yaml | 4693 +++++++++++++++++++++++------------------------- 1 file changed, 2223 insertions(+), 2470 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 01b9d4b0c2f1..d07ae30049d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,52 +7,52 @@ settings: catalogs: angular: '@angular-devkit/architect': - specifier: ~0.1902.19 - version: 0.1902.19 + specifier: ~0.2003.15 + version: 0.2003.21 '@angular-devkit/build-angular': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.21 '@angular-devkit/schematics': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.21 '@angular/cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.21 '@angular/common': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/compiler': - specifier: ~19.2.19 - version: 19.2.20 + specifier: ~20.3.0 + version: 20.3.18 '@angular/compiler-cli': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/core': - specifier: ~19.2.19 - version: 19.2.20 + specifier: ~20.3.0 + version: 20.3.18 '@angular/forms': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/platform-browser': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/platform-browser-dynamic': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/platform-server': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 '@angular/router': - specifier: ~19.2.19 - version: 19.2.19 + specifier: ~20.3.0 + version: 20.3.18 ng-packagr: - specifier: ~19.2.2 - version: 19.2.2 + specifier: ~20.3.0 + version: 20.3.2 typescript: - specifier: 5.5.4 - version: 5.5.4 + specifier: ~5.8.0 + version: 5.8.3 zone.js: - specifier: 0.15.1 + specifier: ~0.15.1 version: 0.15.1 default: '@babel/eslint-parser': @@ -291,28 +291,28 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.20 + version: 20.3.18 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) + version: 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/router': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) core-js: specifier: ^2.6.12 version: 2.6.12 @@ -331,10 +331,10 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(m7v7lmgxrex75xvkuygz6cy43y) + version: 20.3.21(gjmhy2decwtegmeofiuri27o7q) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.21(@types/node@20.11.17)(chokidar@4.0.1) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -346,22 +346,22 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 apps/demos: dependencies: '@angular-devkit/build-angular': specifier: ~21.1.0 - version: 21.1.5(4hy6hmlzq2lqgfiseme7jenlfe) + version: 21.1.5(j42lx37kokphmm7sdypr6k2q4m) '@angular/animations': specifier: ~21.1.0 version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.1.5 - version: 21.1.5(@types/node@20.12.8)(chokidar@5.0.0) + version: 21.1.5(@types/node@20.19.37)(chokidar@5.0.0) '@angular/common': specifier: ~21.1.0 version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -725,7 +725,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -776,7 +776,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.4(jiti@2.6.1)) @@ -1031,7 +1031,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 19.2.19(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.3.5 @@ -1043,10 +1043,10 @@ importers: version: 3.5.34 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) devextreme: specifier: workspace:* version: link:../../packages/devextreme/artifacts/npm/devextreme @@ -1055,7 +1055,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(dzsrqj2jhzt6lvbrlsbxe7bbtu) + version: 1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1064,7 +1064,7 @@ importers: version: 2.4.0 eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: specifier: 'catalog:' version: 3.3.0 @@ -1073,16 +1073,16 @@ importers: version: 4.0.0 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 e2e/devextreme-bundler: dependencies: terser-webpack-plugin: specifier: 5.3.17 - version: 5.3.17(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)) + version: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack: specifier: ^5.105.0 - version: 5.105.0(@swc/core@1.15.3) + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) e2e/testcafe-devextreme: devDependencies: @@ -1166,25 +1166,25 @@ importers: dependencies: '@angular/common': specifier: catalog:angular - version: 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': specifier: catalog:angular - version: 19.2.20 + version: 20.3.18 '@angular/core': specifier: catalog:angular - version: 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) + version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))) '@angular/router': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@babel/runtime': specifier: ^7.24.0 version: 7.26.10 @@ -1263,16 +1263,16 @@ importers: devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.22.5 - version: 1.22.5(@angular-devkit/build-angular@19.2.19(o6gte5arfeflo7bc6igkbw5oei))(@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.8)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.3)) + version: 1.22.5(@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe))(@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 19.2.19(o6gte5arfeflo7bc6igkbw5oei) + version: 20.3.21(qze7oy7m2ugihtgbswwwkqqtqe) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@25.5.0)(chokidar@4.0.1) + version: 20.3.21(@types/node@25.5.0)(chokidar@4.0.1) '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) + version: 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@eslint/js': specifier: 9.39.4 version: 9.39.4 @@ -1384,25 +1384,25 @@ importers: version: 7.29.0(@babel/core@7.29.0) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(h5cwyqq6zwtbaf5nld75dd5oii) + version: 3.0.12(5clvxqkkva4gfnkyserfk24kge) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1513,7 +1513,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(satltipdsoawfxnov7ffi4z7ju) + version: 1.1.9(p7ac2sqyr7rc7ykkypyvw3f74m) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1525,7 +1525,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.15.0 - version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.4(jiti@2.6.1)) @@ -1780,7 +1780,7 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1817,7 +1817,7 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 19.2.19(chokidar@4.0.1) + version: 20.3.21(chokidar@4.0.1) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme @@ -1830,34 +1830,34 @@ importers: devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.1902.19(chokidar@4.0.1) + version: 0.2003.21(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 19.2.19(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.21(@types/node@20.19.37) '@angular/common': specifier: catalog:angular - version: 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular - version: 19.2.20 + version: 20.3.18 '@angular/compiler-cli': specifier: catalog:angular - version: 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) + version: 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@angular/core': specifier: catalog:angular - version: 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/platform-server': specifier: catalog:angular - version: 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/eslint-parser': specifier: 'catalog:' version: 7.28.6(@babel/core@7.29.0)(eslint@9.39.4(jiti@2.6.1)) @@ -1871,23 +1871,23 @@ importers: specifier: 'catalog:' version: 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@types/jasmine': - specifier: 2.8.24 - version: 2.8.24 + specifier: ~6.0.0 + version: 6.0.0 '@types/node': - specifier: 20.11.17 - version: 20.11.17 + specifier: ~20.19.0 + version: 20.19.37 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + version: 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@webcomponents/custom-elements': specifier: 1.6.0 version: 1.6.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)) + version: 6.0.2(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)) core-js: specifier: 2.6.12 version: 2.6.12 @@ -1902,13 +1902,13 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(sizsemxbssuejtezeqnearawue) + version: 1.1.9(3vdmkq325opsjnvek6nwmyun3m) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils eslint-plugin-import: specifier: 'catalog:' - version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) jasmine: specifier: 5.12.0 version: 5.12.0 @@ -1929,10 +1929,10 @@ importers: version: 5.0.1(webpack@5.105.4(@swc/core@1.15.3)) ng-packagr: specifier: catalog:angular - version: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + version: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) puppeteer: specifier: 23.6.1 - version: 23.6.1(typescript@5.5.4) + version: 23.6.1(typescript@5.8.3) reflect-metadata: specifier: 0.1.13 version: 0.1.13 @@ -1946,11 +1946,11 @@ importers: specifier: 3.3.4 version: 3.3.4(webpack@5.105.4(@swc/core@1.15.3)) tslib: - specifier: 2.6.3 - version: 2.6.3 + specifier: 2.8.1 + version: 2.8.1 typescript: specifier: catalog:angular - version: 5.5.4 + version: 5.8.3 webpack: specifier: 5.105.4 version: 5.105.4(@swc/core@1.15.3) @@ -2372,58 +2372,114 @@ packages: '@adobe/css-tools@4.4.1': resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@algolia/abtesting@1.1.0': + resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} + engines: {node: '>= 14.0.0'} + '@algolia/abtesting@1.12.2': resolution: {integrity: sha512-oWknd6wpfNrmRcH0vzed3UPX0i17o4kYLM5OMITyMVM2xLgaRbIafoxL0e8mcrNNb0iORCJA0evnNDKRYth5WQ==} engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.35.0': + resolution: {integrity: sha512-uUdHxbfHdoppDVflCHMxRlj49/IllPwwQ2cQ8DLC4LXr3kY96AHBpW0dMyi6ygkn2MtFCc6BxXCzr668ZRhLBQ==} + engines: {node: '>= 14.0.0'} + '@algolia/client-abtesting@5.46.2': resolution: {integrity: sha512-oRSUHbylGIuxrlzdPA8FPJuwrLLRavOhAmFGgdAvMcX47XsyM+IOGa9tc7/K5SPvBqn4nhppOCEz7BrzOPWc4A==} engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.35.0': + resolution: {integrity: sha512-SunAgwa9CamLcRCPnPHx1V2uxdQwJGqb1crYrRWktWUdld0+B2KyakNEeVn5lln4VyeNtW17Ia7V7qBWyM/Skw==} + engines: {node: '>= 14.0.0'} + '@algolia/client-analytics@5.46.2': resolution: {integrity: sha512-EPBN2Oruw0maWOF4OgGPfioTvd+gmiNwx0HmD9IgmlS+l75DatcBkKOPNJN+0z3wBQWUO5oq602ATxIfmTQ8bA==} engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.35.0': + resolution: {integrity: sha512-ipE0IuvHu/bg7TjT2s+187kz/E3h5ssfTtjpg1LbWMgxlgiaZIgTTbyynM7NfpSJSKsgQvCQxWjGUO51WSCu7w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-common@5.46.2': resolution: {integrity: sha512-Hj8gswSJNKZ0oyd0wWissqyasm+wTz1oIsv5ZmLarzOZAp3vFEda8bpDQ8PUhO+DfkbiLyVnAxsPe4cGzWtqkg==} engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.35.0': + resolution: {integrity: sha512-UNbCXcBpqtzUucxExwTSfAe8gknAJ485NfPN6o1ziHm6nnxx97piIbcBQ3edw823Tej2Wxu1C0xBY06KgeZ7gA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-insights@5.46.2': resolution: {integrity: sha512-6dBZko2jt8FmQcHCbmNLB0kCV079Mx/DJcySTL3wirgDBUH7xhY1pOuUTLMiGkqM5D8moVZTvTdRKZUJRkrwBA==} engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.35.0': + resolution: {integrity: sha512-/KWjttZ6UCStt4QnWoDAJ12cKlQ+fkpMtyPmBgSS2WThJQdSV/4UWcqCUqGH7YLbwlj3JjNirCu3Y7uRTClxvA==} + engines: {node: '>= 14.0.0'} + '@algolia/client-personalization@5.46.2': resolution: {integrity: sha512-1waE2Uqh/PHNeDXGn/PM/WrmYOBiUGSVxAWqiJIj73jqPqvfzZgzdakHscIVaDl6Cp+j5dwjsZ5LCgaUr6DtmA==} engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.35.0': + resolution: {integrity: sha512-8oCuJCFf/71IYyvQQC+iu4kgViTODbXDk3m7yMctEncRSRV+u2RtDVlpGGfPlJQOrAY7OONwJlSHkmbbm2Kp/w==} + engines: {node: '>= 14.0.0'} + '@algolia/client-query-suggestions@5.46.2': resolution: {integrity: sha512-EgOzTZkyDcNL6DV0V/24+oBJ+hKo0wNgyrOX/mePBM9bc9huHxIY2352sXmoZ648JXXY2x//V1kropF/Spx83w==} engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.35.0': + resolution: {integrity: sha512-FfmdHTrXhIduWyyuko1YTcGLuicVbhUyRjO3HbXE4aP655yKZgdTIfMhZ/V5VY9bHuxv/fGEh3Od1Lvv2ODNTg==} + engines: {node: '>= 14.0.0'} + '@algolia/client-search@5.46.2': resolution: {integrity: sha512-ZsOJqu4HOG5BlvIFnMU0YKjQ9ZI6r3C31dg2jk5kMWPSdhJpYL9xa5hEe7aieE+707dXeMI4ej3diy6mXdZpgA==} engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.35.0': + resolution: {integrity: sha512-gPzACem9IL1Co8mM1LKMhzn1aSJmp+Vp434An4C0OBY4uEJRcqsLN3uLBlY+bYvFg8C8ImwM9YRiKczJXRk0XA==} + engines: {node: '>= 14.0.0'} + '@algolia/ingestion@1.46.2': resolution: {integrity: sha512-1Uw2OslTWiOFDtt83y0bGiErJYy5MizadV0nHnOoHFWMoDqWW0kQoMFI65pXqRSkVvit5zjXSLik2xMiyQJDWQ==} engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.35.0': + resolution: {integrity: sha512-w9MGFLB6ashI8BGcQoVt7iLgDIJNCn4OIu0Q0giE3M2ItNrssvb8C0xuwJQyTy1OFZnemG0EB1OvXhIHOvQwWw==} + engines: {node: '>= 14.0.0'} + '@algolia/monitoring@1.46.2': resolution: {integrity: sha512-xk9f+DPtNcddWN6E7n1hyNNsATBCHIqAvVGG2EAGHJc4AFYL18uM/kMTiOKXE/LKDPyy1JhIerrh9oYb7RBrgw==} engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.35.0': + resolution: {integrity: sha512-AhrVgaaXAb8Ue0u2nuRWwugt0dL5UmRgS9LXe0Hhz493a8KFeZVUE56RGIV3hAa6tHzmAV7eIoqcWTQvxzlJeQ==} + engines: {node: '>= 14.0.0'} + '@algolia/recommend@5.46.2': resolution: {integrity: sha512-NApbTPj9LxGzNw4dYnZmj2BoXiAc8NmbbH6qBNzQgXklGklt/xldTvu+FACN6ltFsTzoNU6j2mWNlHQTKGC5+Q==} engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.35.0': + resolution: {integrity: sha512-diY415KLJZ6x1Kbwl9u96Jsz0OstE3asjXtJ9pmk1d+5gPuQ5jQyEsgC+WmEXzlec3iuVszm8AzNYYaqw6B+Zw==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-browser-xhr@5.46.2': resolution: {integrity: sha512-ekotpCwpSp033DIIrsTpYlGUCF6momkgupRV/FA3m62SreTSZUKjgK6VTNyG7TtYfq9YFm/pnh65bATP/ZWJEg==} engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.35.0': + resolution: {integrity: sha512-uydqnSmpAjrgo8bqhE9N1wgcB98psTRRQXcjc4izwMB7yRl9C8uuAQ/5YqRj04U0mMQ+fdu2fcNF6m9+Z1BzDQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-fetch@5.46.2': resolution: {integrity: sha512-gKE+ZFi/6y7saTr34wS0SqYFDcjHW4Wminv8PDZEi0/mE99+hSrbKgJWxo2ztb5eqGirQTgIh1AMVacGGWM1iw==} engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.35.0': + resolution: {integrity: sha512-RgLX78ojYOrThJHrIiPzT4HW3yfQa0D7K+MQ81rhxqaNyNBu4F1r+72LNHYH/Z+y9I1Mrjrd/c/Ue5zfDgAEjQ==} + engines: {node: '>= 14.0.0'} + '@algolia/requester-node-http@5.46.2': resolution: {integrity: sha512-ciPihkletp7ttweJ8Zt+GukSVLp2ANJHU+9ttiSxsJZThXc4Y2yJ8HGVWesW5jN1zrsZsezN71KrMx/iZsOYpg==} engines: {node: '>= 14.0.0'} @@ -2443,36 +2499,42 @@ packages: '@angular/build': optional: true - '@angular-devkit/architect@0.1902.19': - resolution: {integrity: sha512-iexYDIYpGAeAU7T60bGcfrGwtq1bxpZixYxWuHYiaD1b5baQgNSfd1isGEOh37GgDNsf4In9i2LOLPm0wBdtgQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/architect@0.2003.21': + resolution: {integrity: sha512-cdtiGFRW5Sgd8QkEAGw5daYT3Eh0hQtXFkUtnkU1HASpKrLdNLdfEUWho1y6A9bNlXL7fNVCvHOnK+G6Fd++rw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/architect@0.2101.5': resolution: {integrity: sha512-eTo6wWzUW5AyBBLTbaUTpBHhGbZhzteErtNGklWkhjicCr/soNH+2mVtvg8bqA8sNreYffK1VXKFsq5NyMh5qg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular-devkit/build-angular@19.2.19': - resolution: {integrity: sha512-uIxi6Vzss6+ycljVhkyPUPWa20w8qxJL9lEn0h6+sX/fhM8Djt0FHIuTQjoX58EoMaQ/1jrXaRaGimkbaFcG9A==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-angular@20.3.21': + resolution: {integrity: sha512-RcXDeeUntlu1bajDS/GyZOrC0ROcV57SihseJ+W5FILUOFk0tOmAf2n7JMizLN9s5BKkKbHAtIjp9Y9i+rGemg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.21 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 - jest: ^29.5.0 - jest-environment-jsdom: ^29.5.0 + jest: ^29.5.0 || ^30.2.0 + jest-environment-jsdom: ^29.5.0 || ^30.2.0 karma: ^6.3.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + typescript: '>=5.8 <6.0' peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2546,9 +2608,9 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.1902.19': - resolution: {integrity: sha512-x2tlGg5CsUveFzuRuqeHknSbGirSAoRynEh+KqPRGK0G3WpMViW/M8SuVurecasegfIrDWtYZ4FnVxKqNbKwXQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/build-webpack@0.2003.21': + resolution: {integrity: sha512-yWYhRA6mcGYYcGm1bmmqFiYabFSt6RA5pStduHr9my/uTBWaPyda/HwnleF5p/QN8pgN3BLCjrDS1njiGu8ORg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 @@ -2569,9 +2631,9 @@ packages: chokidar: optional: true - '@angular-devkit/core@19.2.19': - resolution: {integrity: sha512-JbLL+4IMLMBgjLZlnPG4lYDfz4zGrJ/s6Aoon321NJKuw1Kb1k5KpFu9dUY0BqLIe8xPQ2UJBpI+xXdK5MXMHQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/core@20.3.21': + resolution: {integrity: sha512-+flPAkPPn6MLVOa4ereSo6M5QRqxElKvDL6rCJWOJHRzH7K4CcfA269vr5mQSlImI5ZZc/EAPpm9rwEfWZRwew==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 peerDependenciesMeta: @@ -2591,9 +2653,9 @@ packages: resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@angular-devkit/schematics@19.2.19': - resolution: {integrity: sha512-J4Jarr0SohdrHcb40gTL4wGPCQ952IMWF1G/MSAQfBAPvA9ZKApYhpxcY7PmehVePve+ujpus1dGsJ7dPxz8Kg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@20.3.21': + resolution: {integrity: sha512-CFX8TrZvvm4G398DpbcJ2GY8kwR81M8ssyIVYn19gD4Kr2UmeiCT3/dtUpx2FvSvSHbNwLmU6Ym0Rkh+E7p9bQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@21.1.5': resolution: {integrity: sha512-CGmoorQL5+mVCJEHwHWOrhSd1hFxB3h66i9wUDizJAEQUM3mSml5SiglHArpWY/G4GmFwi6XVe+Jm3U8J/mcFg==} @@ -2605,25 +2667,33 @@ packages: peerDependencies: '@angular/core': 21.1.6 - '@angular/build@19.2.19': - resolution: {integrity: sha512-SFzQ1bRkNFiOVu+aaz+9INmts7tDUrsHLEr9HmARXr9qk5UmR8prlw39p2u+Bvi6/lCiJ18TZMQQl9mGyr63lg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/build@20.3.21': + resolution: {integrity: sha512-jh9QqMPmAO4CLozGena08IPVnK95G7SwWKiVvMXVPQTxvPRfg8o0okmXvO55V2cMx/87H30AWMtRiNdE9Eoqfg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler': ^19.0.0 || ^19.2.0-next.0 - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - '@angular/localize': ^19.0.0 || ^19.2.0-next.0 - '@angular/platform-server': ^19.0.0 || ^19.2.0-next.0 - '@angular/service-worker': ^19.0.0 || ^19.2.0-next.0 - '@angular/ssr': ^19.2.19 + '@angular/compiler': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 + '@angular/core': ^20.0.0 + '@angular/localize': ^20.0.0 + '@angular/platform-browser': ^20.0.0 + '@angular/platform-server': ^20.0.0 + '@angular/service-worker': ^20.0.0 + '@angular/ssr': ^20.3.21 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^19.0.0 || ^19.2.0-next.0 + ng-packagr: ^20.0.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 - typescript: '>=5.5 <5.9' + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + vitest: ^3.1.1 peerDependenciesMeta: + '@angular/core': + optional: true '@angular/localize': optional: true + '@angular/platform-browser': + optional: true '@angular/platform-server': optional: true '@angular/service-worker': @@ -2640,6 +2710,8 @@ packages: optional: true tailwindcss: optional: true + vitest: + optional: true '@angular/build@21.1.5': resolution: {integrity: sha512-v2eDinWKlSKuk5pyMMY8j5TMFW8HA9B1l13TrDDpxsRGAAzekg7TFNyuh1x9Y6Rq4Vn+8/8pCjMUPZigzWbMhQ==} @@ -2687,9 +2759,9 @@ packages: vitest: optional: true - '@angular/cli@19.2.19': - resolution: {integrity: sha512-e9tAzFNOL4mMWfMnpC9Up83OCTOp2siIj8W41FCp8jfoEnw79AXDDLh3d70kOayiObchksTJVShslTogLUyhMw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular/cli@20.3.21': + resolution: {integrity: sha512-6i+qhtPsHk2uF4IoFi3Q9Rs4Wd2cxSodfND3wansld9MIRbTFDo8MGfhxaXqS0WwUlHZtp3Lt84q50xaF9Y7Yg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true '@angular/cli@21.1.5': @@ -2697,11 +2769,11 @@ packages: engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true - '@angular/common@19.2.19': - resolution: {integrity: sha512-/JYo8jJZ6BAgw3IVYJpinAfGb+RbaZubrElFvaq450BWxDPInv7Z99HKEQ3qEBRsBeIAQ/WrKXDxoJSjy7QMNQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/common@20.3.18': + resolution: {integrity: sha512-M62oQbSTRmnGavIVCwimoadg/PDWadgNhactMm9fgH0eM9rx+iWBAYJk4VufO0bwOhysFpRZpJgXlFjOifz/Jw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 19.2.19 + '@angular/core': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 '@angular/common@21.1.6': @@ -2711,13 +2783,16 @@ packages: '@angular/core': 21.1.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@19.2.19': - resolution: {integrity: sha512-vdMJX9E7wePN41T+6BYRQBA+XiR9a5DBhs20dqtv8YVireQktH6mxLZIg1pVxkL/gnao2gpl/lOvp0xmC7UN/Q==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler-cli@20.3.18': + resolution: {integrity: sha512-zsoEgLgnblmRbi47YwMghKirJ8IBKJ3+I8TxLBRIBrhx+KHFp+6oeDeLyu9H+djdyk88zexVd09wzR/YK73F0g==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 19.2.19 - typescript: '>=5.5 <5.9' + '@angular/compiler': 20.3.18 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + typescript: + optional: true '@angular/compiler-cli@21.1.6': resolution: {integrity: sha512-0JU2cBDMSB4hU4KwDS2ThrkGh+Njf8Yfm11CKR0NWbHGwW1xHa7whlcpUzX/USqL+FNGXQ75R0fOcZrT86YvrA==} @@ -2730,20 +2805,26 @@ packages: typescript: optional: true - '@angular/compiler@19.2.20': - resolution: {integrity: sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/compiler@20.3.18': + resolution: {integrity: sha512-AaP/LCiDNcYmF135EEozjyR04NRBT38ZfBHQwjhgwiBBTejmvcpHwJaHSkraLpZqZzE4BQqqmgiQ1EJqxEwLVA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/compiler@21.2.4': resolution: {integrity: sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@19.2.20': - resolution: {integrity: sha512-pxzQh8ouqfE57lJlXjIzXFuRETwkfMVwS+NFCfv2yh01Qtx+vymO8ZClcJMgLPfBYinhBYX+hrRYVSa1nzlkRQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/core@20.3.18': + resolution: {integrity: sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: + '@angular/compiler': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 + peerDependenciesMeta: + '@angular/compiler': + optional: true + zone.js: + optional: true '@angular/core@21.2.4': resolution: {integrity: sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==} @@ -2758,13 +2839,13 @@ packages: zone.js: optional: true - '@angular/forms@19.2.19': - resolution: {integrity: sha512-J09++utTVaPs962y/adeDjIgqyhzNpnzAS7Nex+HNy/LnWPcTNW781cOh1EGS1X/+CmgnI8HWs5z4KGeBeU1aA==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/forms@20.3.18': + resolution: {integrity: sha512-x6/99LfxolyZIFUL3Wr0OrtuXHEDwEz/rwx+WzE7NL+n35yO40t3kp0Sn5uMFwI94i91QZJmXHltMpZhrVLuYg==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.19 - '@angular/core': 19.2.19 - '@angular/platform-browser': 19.2.19 + '@angular/common': 20.3.18 + '@angular/core': 20.3.18 + '@angular/platform-browser': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 '@angular/forms@21.1.6': @@ -2776,14 +2857,14 @@ packages: '@angular/platform-browser': 21.1.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/platform-browser-dynamic@19.2.19': - resolution: {integrity: sha512-u8aYmIRGtx4yOXhmqgiRIm+DyH+05bAkzMHr6RE0JV/wxVJmAIKZnquHM6ItFvF0eV0pfMTPwArmRuHVWu7tQg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser-dynamic@20.3.18': + resolution: {integrity: sha512-NyTobOGYVzGmPmtI+3lxMzxi0TbLq4SRNQ2ENEJAt6k2JnMmHBm483ppLRAM47nGlDdiraW0IX93EtYYNkiK3g==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.19 - '@angular/compiler': 19.2.19 - '@angular/core': 19.2.19 - '@angular/platform-browser': 19.2.19 + '@angular/common': 20.3.18 + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18 + '@angular/platform-browser': 20.3.18 '@angular/platform-browser-dynamic@21.1.6': resolution: {integrity: sha512-lVtHkhK/jnrGdX+4S8ItfMO+5buHAU9NMHeDq+QqalnXznMaC7Qd4BPLcRWW4QAI177zG0NE1Bet5cjO75N9+w==} @@ -2794,13 +2875,13 @@ packages: '@angular/core': 21.1.6 '@angular/platform-browser': 21.1.6 - '@angular/platform-browser@19.2.19': - resolution: {integrity: sha512-bnQSmoJNI1LQxJnHnB01XQXqgOdgAtLAOsa24ZT6b2pWV3Vw0/7+V2dZsNZX/TJtejunvSgSDCEqgJhIQ5vBVg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-browser@20.3.18': + resolution: {integrity: sha512-q6s5rEN1yYazpHYp+k4pboXRzMsRB9auzTRBEhyXSGYxqzrnn3qHN0DqgsLC9WAdyhCgnIEMFA8kRT+W277DqQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 19.2.19 - '@angular/common': 19.2.19 - '@angular/core': 19.2.19 + '@angular/animations': 20.3.18 + '@angular/common': 20.3.18 + '@angular/core': 20.3.18 peerDependenciesMeta: '@angular/animations': optional: true @@ -2816,14 +2897,14 @@ packages: '@angular/animations': optional: true - '@angular/platform-server@19.2.19': - resolution: {integrity: sha512-RPvR4vVDmJGbxY71X4jp0NhNyUyGBeI4XqPQSK0vqDhhasAFs6TTuyGqO6Z2BxaVQ3vFGFIWLOW/QVglZ3VV2Q==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/platform-server@20.3.18': + resolution: {integrity: sha512-iw4QSmEWEKbyMT5u8QdhalNiPqRc7cRuo6lulU75pjXqVLwLb3Gq8it+Vo+LSKY6qI/bMO7olS7iyw09wXJ0OQ==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.19 - '@angular/compiler': 19.2.19 - '@angular/core': 19.2.19 - '@angular/platform-browser': 19.2.19 + '@angular/common': 20.3.18 + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18 + '@angular/platform-browser': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 '@angular/platform-server@21.1.6': @@ -2836,13 +2917,13 @@ packages: '@angular/platform-browser': 21.1.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@19.2.19': - resolution: {integrity: sha512-zh40ihKgYOM5pjgUOLlUKdWYsGgEj7MQHgzdV1E9Zz6LBrQTp/PGS/UdCQn88H6KAshR0uXrkc/vP+tnB2jqdg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} + '@angular/router@20.3.18': + resolution: {integrity: sha512-3CWejsEYr+ze+ktvWN/qHdyq5WLrj96QZpGYJyxh1pchIcpMPE9MmLpdjf0CUrWYB7g/85u0Geq/xsz72JrGng==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 19.2.19 - '@angular/core': 19.2.19 - '@angular/platform-browser': 19.2.19 + '@angular/common': 20.3.18 + '@angular/core': 20.3.18 + '@angular/platform-browser': 20.3.18 rxjs: ^6.5.3 || ^7.4.0 '@aspnet/signalr@1.0.27': @@ -2864,12 +2945,8 @@ packages: resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} - engines: {node: '>=6.9.0'} - - '@babel/core@7.26.9': - resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} engines: {node: '>=6.9.0'} '@babel/core@7.28.5': @@ -2887,26 +2964,18 @@ packages: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} + '@babel/generator@7.28.3': + resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} '@babel/generator@7.28.5': resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} engines: {node: '>=6.9.0'} - '@babel/generator@7.28.6': - resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.29.1': resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.3': resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} @@ -3127,12 +3196,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.26.0': - resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.28.6': resolution: {integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==} engines: {node: '>=6.9.0'} @@ -3581,8 +3644,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.26.10': - resolution: {integrity: sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==} + '@babel/plugin-transform-runtime@7.28.3': + resolution: {integrity: sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3659,8 +3722,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.26.9': - resolution: {integrity: sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==} + '@babel/preset-env@7.28.3': + resolution: {integrity: sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3710,6 +3773,10 @@ packages: resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.4': resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} @@ -3888,8 +3955,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.4': - resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==} + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -3912,8 +3979,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.4': - resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==} + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -3936,8 +4003,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.4': - resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==} + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -3960,8 +4027,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.4': - resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==} + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -3984,8 +4051,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.4': - resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==} + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -4008,8 +4075,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.4': - resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==} + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -4032,8 +4099,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.4': - resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==} + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -4056,8 +4123,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.4': - resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==} + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -4080,8 +4147,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.4': - resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==} + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -4104,8 +4171,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.4': - resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==} + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -4128,8 +4195,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.4': - resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==} + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -4158,8 +4225,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.4': - resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==} + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -4182,8 +4249,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.4': - resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==} + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -4206,8 +4273,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.4': - resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==} + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -4230,8 +4297,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.4': - resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==} + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -4254,8 +4321,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.4': - resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==} + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -4278,8 +4345,8 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.4': - resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==} + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} engines: {node: '>=18'} cpu: [x64] os: [linux] @@ -4296,8 +4363,8 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.25.4': - resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -4320,8 +4387,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.4': - resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==} + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -4338,8 +4405,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.25.4': - resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -4362,8 +4429,8 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.4': - resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==} + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] @@ -4374,6 +4441,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/openharmony-arm64@0.27.2': resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==} engines: {node: '>=18'} @@ -4392,8 +4465,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.4': - resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -4416,8 +4489,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.4': - resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==} + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -4440,8 +4513,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.4': - resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==} + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -4464,8 +4537,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.4': - resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==} + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -4596,8 +4669,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.21': - resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} + '@inquirer/confirm@5.1.14': + resolution: {integrity: sha512-5yR4IBfe0kXe59r1YCTG8WXkUbl7Z35HK87Sw+WUyGD8wNUx7JvY7laahzeytyE1oLn74bQnL7hstctQxisQ8Q==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4605,8 +4678,8 @@ packages: '@types/node': optional: true - '@inquirer/confirm@5.1.6': - resolution: {integrity: sha512-6ZXYK3M1XmaVBZX6FCfChgtponnL0R6I7k8Nu+kaoNkT828FVZTcca1MqmWQipaW2oNREQl5AaPCUOOCVNdRMw==} + '@inquirer/confirm@5.1.21': + resolution: {integrity: sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4690,8 +4763,8 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.3.2': - resolution: {integrity: sha512-G1ytyOoHh5BphmEBxSwALin3n1KGNYB6yImbICcRQdzXfOGbuJ9Jske/Of5Sebk339NSGGNfUshnzK8YWkTPsQ==} + '@inquirer/prompts@7.8.2': + resolution: {integrity: sha512-nqhDw2ZcAUrKNPwhjinJny903bRhI0rQhiDz1LksjeRxqa36i3l75+4iXbOy0rlDpLJGxqtgoPavQjmmyS5UJw==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4726,10 +4799,6 @@ packages: '@types/node': optional: true - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@3.0.10': resolution: {integrity: sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==} engines: {node: '>=18'} @@ -4982,11 +5051,12 @@ packages: '@lezer/lr@1.4.2': resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} - '@listr2/prompt-adapter-inquirer@2.0.18': - resolution: {integrity: sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==} - engines: {node: '>=18.0.0'} + '@listr2/prompt-adapter-inquirer@3.0.1': + resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' + listr2: 9.0.1 '@listr2/prompt-adapter-inquirer@3.0.5': resolution: {integrity: sha512-WELs+hj6xcilkloBXYf9XXK8tYEnKsgLj01Xl5ONUJpKjmT5hGVUzNUS5tooUxs7pGMrw+jFD/41WpqW4V3LDA==} @@ -5000,8 +5070,8 @@ packages: cpu: [arm64] os: [darwin] - '@lmdb/lmdb-darwin-arm64@3.2.6': - resolution: {integrity: sha512-yF/ih9EJJZc72psFQbwnn8mExIWfTnzWJg+N02hnpXtDPETYLmQswIMBn7+V88lfCaFrMozJsUvcEQIkEPU0Gg==} + '@lmdb/lmdb-darwin-arm64@3.4.2': + resolution: {integrity: sha512-NK80WwDoODyPaSazKbzd3NEJ3ygePrkERilZshxBViBARNz21rmediktGHExoj9n5t9+ChlgLlxecdFKLCuCKg==} cpu: [arm64] os: [darwin] @@ -5015,8 +5085,8 @@ packages: cpu: [x64] os: [darwin] - '@lmdb/lmdb-darwin-x64@3.2.6': - resolution: {integrity: sha512-5BbCumsFLbCi586Bb1lTWQFkekdQUw8/t8cy++Uq251cl3hbDIGEwD9HAwh8H6IS2F6QA9KdKmO136LmipRNkg==} + '@lmdb/lmdb-darwin-x64@3.4.2': + resolution: {integrity: sha512-zevaowQNmrp3U7Fz1s9pls5aIgpKRsKb3dZWDINtLiozh3jZI9fBrI19lYYBxqdyiIyNdlyiidPnwPShj4aK+w==} cpu: [x64] os: [darwin] @@ -5030,8 +5100,8 @@ packages: cpu: [arm64] os: [linux] - '@lmdb/lmdb-linux-arm64@3.2.6': - resolution: {integrity: sha512-l5VmJamJ3nyMmeD1ANBQCQqy7do1ESaJQfKPSm2IG9/ADZryptTyCj8N6QaYgIWewqNUrcbdMkJajRQAt5Qjfg==} + '@lmdb/lmdb-linux-arm64@3.4.2': + resolution: {integrity: sha512-ZBEfbNZdkneebvZs98Lq30jMY8V9IJzckVeigGivV7nTHJc+89Ctomp1kAIWKlwIG0ovCDrFI448GzFPORANYg==} cpu: [arm64] os: [linux] @@ -5045,8 +5115,8 @@ packages: cpu: [arm] os: [linux] - '@lmdb/lmdb-linux-arm@3.2.6': - resolution: {integrity: sha512-+6XgLpMb7HBoWxXj+bLbiiB4s0mRRcDPElnRS3LpWRzdYSe+gFk5MT/4RrVNqd2MESUDmb53NUXw1+BP69bjiQ==} + '@lmdb/lmdb-linux-arm@3.4.2': + resolution: {integrity: sha512-OmHCULY17rkx/RoCoXlzU7LyR8xqrksgdYWwtYa14l/sseezZ8seKWXcogHcjulBddER5NnEFV4L/Jtr2nyxeg==} cpu: [arm] os: [linux] @@ -5060,8 +5130,8 @@ packages: cpu: [x64] os: [linux] - '@lmdb/lmdb-linux-x64@3.2.6': - resolution: {integrity: sha512-nDYT8qN9si5+onHYYaI4DiauDMx24OAiuZAUsEqrDy+ja/3EbpXPX/VAkMV8AEaQhy3xc4dRC+KcYIvOFefJ4Q==} + '@lmdb/lmdb-linux-x64@3.4.2': + resolution: {integrity: sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==} cpu: [x64] os: [linux] @@ -5070,6 +5140,11 @@ packages: cpu: [x64] os: [linux] + '@lmdb/lmdb-win32-arm64@3.4.2': + resolution: {integrity: sha512-SXWjdBfNDze4ZPeLtYIzsIeDJDJ/SdsA0pEXcUBayUIMO0FQBHfVZZyHXQjjHr4cvOAzANBgIiqaXRwfMhzmLw==} + cpu: [arm64] + os: [win32] + '@lmdb/lmdb-win32-arm64@3.4.4': resolution: {integrity: sha512-tr/pwHDlZ33forLGAr0tI04cRmP4SgF93yHbb+2zvZiDEyln5yMHhbKDySxY66aUOkhvBvTuHq9q/3YmTj6ZHQ==} cpu: [arm64] @@ -5080,8 +5155,8 @@ packages: cpu: [x64] os: [win32] - '@lmdb/lmdb-win32-x64@3.2.6': - resolution: {integrity: sha512-XlqVtILonQnG+9fH2N3Aytria7P/1fwDgDhl29rde96uH2sLB8CHORIf2PfuLVzFQJ7Uqp8py9AYwr3ZUCFfWg==} + '@lmdb/lmdb-win32-x64@3.4.2': + resolution: {integrity: sha512-IY+r3bxKW6Q6sIPiMC0L533DEfRJSXibjSI3Ft/w9Q8KQBNqEIvUFXt+09wV8S5BRk0a8uSF19YWxuRwEfI90g==} cpu: [x64] os: [win32] @@ -5255,12 +5330,12 @@ packages: '@napi-rs/wasm-runtime@1.1.1': resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} - '@ngtools/webpack@19.2.19': - resolution: {integrity: sha512-R9aeTrOBiRVl8I698JWPniUAAEpSvzc8SUGWSM5UXWMcHnWqd92cOnJJ1aXDGJZKXrbhMhCBx9Dglmcks5IDpg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@ngtools/webpack@20.3.21': + resolution: {integrity: sha512-qO6tit1mm4bGTMT1ZL6RTQMiQvck1aQymTiuUSa9lYg5ZRGL/v9WhKVx9+ncf9yrq2kj28LEAVJcAtrEEd/YJA==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.2.0-next.0 - typescript: '>=5.5 <5.9' + '@angular/compiler-cli': ^20.0.0 + typescript: '>=5.8 <6.0' webpack: ^5.54.0 '@ngtools/webpack@21.1.5': @@ -5290,68 +5365,35 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/agent@3.0.0': - resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/agent@4.0.0': resolution: {integrity: sha512-kAQTcEN9E8ERLVg5AsGwLNoFb+oEG6engbqAU2P43gD4JEIkNGMHdVQ096FsOAAYpZPB0RSt0zgInKIAS1l5QA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/fs@4.0.0': - resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/fs@5.0.0': resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@6.0.3': - resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/git@7.0.1': resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/installed-package-contents@3.0.0': - resolution: {integrity: sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - '@npmcli/installed-package-contents@4.0.0': resolution: {integrity: sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true - '@npmcli/node-gyp@4.0.0': - resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/node-gyp@5.0.0': resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@6.1.1': - resolution: {integrity: sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/package-json@7.0.4': resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/promise-spawn@8.0.2': - resolution: {integrity: sha512-/bNJhjc+o6qL+Dwz/bqfTQClkEO5nTQ1ZEcdCkAQjhkZMHIh22LPG7fNh1enJP1NKWDqYiiABnjFCY7E0zHYtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/promise-spawn@9.0.1': resolution: {integrity: sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/redact@3.2.0': - resolution: {integrity: sha512-NyJXHoZwJE0iUsCDTclXf1bWHJTsshtnp5xUN6F2vY+OLJv6d2cNc4Do6fKNkmPToB0GzoffxRh405ibTwG+Og==} - engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/redact@4.0.0': resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -5360,10 +5402,6 @@ packages: resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@9.1.0': - resolution: {integrity: sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@nrwl/nx-cloud@19.1.0': resolution: {integrity: sha512-krngXVPfX0Zf6+zJDtcI59/Pt3JfcMPMZ9C/+/x6rvz4WGgyv1s0MI4crEUM0Lx5ZpS4QI0WNDCFVQSfGEBXUg==} @@ -6174,58 +6212,34 @@ packages: resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@schematics/angular@19.2.19': - resolution: {integrity: sha512-6/0pvbPCY4UHeB4lnM/5r250QX5gcLgOYbR5FdhFu+22mOPHfWpRc5tNuY9kCephDHzAHjo6fTW1vefOOmA4jw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@20.3.21': + resolution: {integrity: sha512-RzF+y4QOrerJ8H/7DrAnP/T3TzHeaNuBx5JweYYOwyx2/caDxN5uwjw/rQnUpQwUlSaM8NKve9FETUn7E7t0pw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@21.1.5': resolution: {integrity: sha512-AndJ17ePYUoqJqiIF9VaXbGAFfOqDcHuAxhwozsQlWDzwgQSOUC/WWeG9hKVCgMD6tE02Sxr2ova9DiBKsLQNg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} - '@sigstore/bundle@3.1.0': - resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/bundle@4.0.0': resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@2.0.0': - resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/core@3.0.0': resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/protobuf-specs@0.4.1': - resolution: {integrity: sha512-7MJXQhIm7dWF9zo7rRtMYh8d2gSnc3+JddeQOTIg6gUN7FjcuckZ9EwGq+ReeQtbbl3Tbf5YqRrWxA1DMfIn+w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@3.1.0': - resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.0.1': resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@3.1.1': - resolution: {integrity: sha512-eFFvlcBIoGwVkkwmTi/vEQFSva3xs5Ot3WmBcjgjVdiaoelBLQaQ/ZBfhlG0MnG0cmTYScPpk7eDdGDWUcFUmg==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/tuf@4.0.0': resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@2.1.1': - resolution: {integrity: sha512-hVJD77oT67aowHxwT4+M6PGOp+E2LtLdTK3+FC0lBO9T7sYwItDMXZ7Z07IDCvR1M717a4axbIWckrW67KMP/w==} - engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/verify@3.0.0': resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6236,10 +6250,6 @@ packages: '@sinclair/typebox@0.34.48': resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==} - '@sindresorhus/merge-streams@2.3.0': - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} - '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} @@ -6523,10 +6533,6 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@3.0.1': - resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} - engines: {node: ^18.17.0 || >=20.5.0} - '@tufjs/models@4.0.0': resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -6678,12 +6684,12 @@ packages: '@types/istanbul-reports@3.0.4': resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} - '@types/jasmine@2.8.24': - resolution: {integrity: sha512-AUiYOhMC7FV7risPijqkhCetw8Ar2Hk3Y5YOCBWRCAYd3KJX/nF13aF2xyRe4E4QH7fKo8fZWmX/V7lb6rZhMA==} - '@types/jasmine@5.1.4': resolution: {integrity: sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} + '@types/jest@29.5.14': resolution: {integrity: sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==} @@ -6747,6 +6753,9 @@ packages: '@types/node@20.14.5': resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} + '@types/node@20.19.37': + resolution: {integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==} + '@types/node@25.5.0': resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==} @@ -7195,12 +7204,6 @@ packages: cpu: [x64] os: [win32] - '@vitejs/plugin-basic-ssl@1.2.0': - resolution: {integrity: sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==} - engines: {node: '>=14.21.3'} - peerDependencies: - vite: ^6.4.1 - '@vitejs/plugin-basic-ssl@2.1.0': resolution: {integrity: sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -7529,10 +7532,6 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - abbrev@3.0.1: - resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} - engines: {node: ^18.17.0 || >=20.5.0} - abbrev@4.0.0: resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -7669,6 +7668,10 @@ packages: ajv@8.18.0: resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} + algoliasearch@5.35.0: + resolution: {integrity: sha512-Y+moNhsqgLmvJdgTsO4GZNgsaDWv8AOGAaPeIeHKlDn/XunoAqYbA+XNpBd1dW8GOXAUDyxC9Rxc7AV4kpFcIg==} + engines: {node: '>= 14.0.0'} + algoliasearch@5.46.2: resolution: {integrity: sha512-qqAXW9QvKf2tTyhpDA4qXv1IfBwD2eduSW6tUEBFIfCeE9gn9HQ9I5+MaKoenRuHrzk5sQoNh1/iof8mY7uD6Q==} engines: {node: '>= 14.0.0'} @@ -8051,8 +8054,8 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} + autoprefixer@10.4.21: + resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -8140,13 +8143,6 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5.61.0' - babel-loader@9.2.1: - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} - peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' - babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} @@ -8196,11 +8192,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.13.0: resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: @@ -8389,10 +8380,6 @@ packages: bcrypt-pbkdf@1.0.2: resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} - beasties@0.3.2: - resolution: {integrity: sha512-p4AF8uYzm9Fwu8m/hSVTCPXrRBPmB34hQpHsec2KOaR9CZmgoU8IOv4Cvwq4hgz2p4hLMNbsdNl5XeA6XbAQwA==} - engines: {node: '>=14.0.0'} - beasties@0.3.5: resolution: {integrity: sha512-NaWu+f4YrJxEttJSm16AzMIFtVldCvaJ68b1L098KpqXmxt9xOLtKoLkKxb8ekhOrLqEJAbvT6n6SEvB/sac7A==} engines: {node: '>=14.0.0'} @@ -8580,10 +8567,6 @@ packages: resolution: {integrity: sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==} engines: {node: '>=6.0.0'} - cacache@19.0.1: - resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} - engines: {node: ^18.17.0 || >=20.5.0} - cacache@20.0.3: resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -9043,6 +9026,10 @@ packages: resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} engines: {node: '>=18'} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} + engines: {node: '>=20'} + commander@2.11.0: resolution: {integrity: sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==} @@ -9177,15 +9164,15 @@ packages: copy-props@2.0.5: resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} - copy-webpack-plugin@12.0.2: - resolution: {integrity: sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==} + copy-webpack-plugin@13.0.1: + resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} engines: {node: '>= 18.12.0'} peerDependencies: webpack: ^5.1.0 - copy-webpack-plugin@13.0.1: - resolution: {integrity: sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==} - engines: {node: '>= 18.12.0'} + copy-webpack-plugin@14.0.0: + resolution: {integrity: sha512-3JLW90aBGeaTLpM7mYQKpnVdgsUZRExY55giiZgLuX/xTQRUs1dOCwbBnWnvY6Q6rfZoXMNwzOQJCSZPppfqXA==} + engines: {node: '>= 20.9.0'} peerDependencies: webpack: ^5.1.0 @@ -9563,10 +9550,6 @@ packages: resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==} engines: {node: '>=18'} - default-browser@5.2.1: - resolution: {integrity: sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==} - engines: {node: '>=18'} - default-browser@5.5.0: resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==} engines: {node: '>=18'} @@ -10302,8 +10285,8 @@ packages: cpu: [x64] os: [sunos] - esbuild-wasm@0.25.4: - resolution: {integrity: sha512-2HlCS6rNvKWaSKhWaG/YIyRsTsL3gUrMP2ToZMBIjw9LM7vVcIs+rz8kE2vExvTJgvM8OKPqNpcHawY/BQc/qQ==} + esbuild-wasm@0.25.9: + resolution: {integrity: sha512-Jpv5tCSwQg18aCqCRD3oHIX/prBhXMDapIoG//A+6+dV0e7KQMGFg85ihJ5T1EeMjbZjON3TqFy0VrGAnIHLDA==} engines: {node: '>=18'} hasBin: true @@ -10345,8 +10328,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.25.4: - resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==} + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} engines: {node: '>=18'} hasBin: true @@ -11005,9 +10988,9 @@ packages: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} - find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + find-cache-directory@6.0.0: + resolution: {integrity: sha512-CvFd5ivA6HcSHbD+59P7CyzINHXzwhuQK8RY7CxJZtgDSAtRlHiCaQpZQ2lMR/WRyUIEmzUvL6G2AGurMfegZA==} + engines: {node: '>=20'} find-up-simple@1.0.1: resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} @@ -11029,10 +11012,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - findup-sync@2.0.0: resolution: {integrity: sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==} engines: {node: '>= 0.10'} @@ -11456,10 +11435,6 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} - globby@14.1.0: - resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} - engines: {node: '>=18'} - globby@5.0.0: resolution: {integrity: sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==} engines: {node: '>=0.10.0'} @@ -11827,10 +11802,6 @@ packages: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} - hosted-git-info@8.1.0: - resolution: {integrity: sha512-Rw/B2DNQaPBICNXEm8balFz9a6WpZrkCGpcWFpy7nCj+NyhSdqXipmfvtmWt9xGfp0wZnBxB+iVpLmQMYt47Tw==} - engines: {node: ^18.17.0 || >=20.5.0} - hosted-git-info@9.0.2: resolution: {integrity: sha512-M422h7o/BR3rmCQ8UHi7cyyMqKltdP9Uo+J2fXK+RSAY+wTcKOIRyhTuKv4qn+DJf3g+PL890AzId5KZpX+CBg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12055,10 +12026,6 @@ packages: ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - ignore-walk@7.0.0: - resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ignore-walk@8.0.0: resolution: {integrity: sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -12303,10 +12270,6 @@ packages: resolution: {integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==} hasBin: true - is-core-module@2.15.1: - resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} - engines: {node: '>= 0.4'} - is-core-module@2.16.1: resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==} engines: {node: '>= 0.4'} @@ -12626,6 +12589,10 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + is-unicode-supported@2.1.0: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} @@ -13122,10 +13089,6 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@4.0.0: - resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} - engines: {node: ^18.17.0 || >=20.5.0} - json-parse-even-better-errors@5.0.0: resolution: {integrity: sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==} engines: {node: ^20.17.0 || >=22.9.0} @@ -13330,19 +13293,6 @@ packages: resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} engines: {node: '>=10.13.0'} - less-loader@12.2.0: - resolution: {integrity: sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==} - engines: {node: '>= 18.12.0'} - peerDependencies: - '@rspack/core': 0.x || 1.x - less: ^3.5.0 || ^4.0.0 - webpack: ^5.0.0 - peerDependenciesMeta: - '@rspack/core': - optional: true - webpack: - optional: true - less-loader@12.3.0: resolution: {integrity: sha512-0M6+uYulvYIWs52y0LqN4+QM9TqWAohYSNTo4htE8Z7Cn3G/qQMEmktfHmyJT23k+20kU9zHH2wrfFXkxNLtVw==} engines: {node: '>= 18.12.0'} @@ -13356,9 +13306,9 @@ packages: webpack: optional: true - less@4.2.2: - resolution: {integrity: sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==} - engines: {node: '>=6'} + less@4.4.0: + resolution: {integrity: sha512-kdTwsyRuncDfjEs0DlRILWNvxhDG/Zij4YLO4TMJgDLW+8OzpfkdPnRgrsRuY1o+oaxJGWsps5f/RVBgGmmN0w==} + engines: {node: '>=14'} hasBin: true less@4.4.2: @@ -13487,9 +13437,9 @@ packages: enquirer: optional: true - listr2@8.2.5: - resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} - engines: {node: '>=18.0.0'} + listr2@9.0.1: + resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + engines: {node: '>=20.0.0'} listr2@9.0.5: resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} @@ -13499,8 +13449,8 @@ packages: resolution: {integrity: sha512-9bMdFfc80S+vSldBmG3HOuLVHnxRdNTlpzR6QDnzqCQtCzGUEAGTzBKYMeIM+I/sU4oZfgbcbS7X7F65/z/oxQ==} hasBin: true - lmdb@3.2.6: - resolution: {integrity: sha512-SuHqzPl7mYStna8WRotY8XX/EUZBjjv3QyKIByeCLFfC9uXT/OIHByEcA07PzbMfQAM0KYJtLgtpMRlIe5dErQ==} + lmdb@3.4.2: + resolution: {integrity: sha512-nwVGUfTBUwJKXd6lRV8pFNfnrCC1+l49ESJRM19t/tFb/97QfJEixe5DYRvug5JO7DSFKoKaVy7oGMt5rVqZvg==} hasBin: true lmdb@3.4.4: @@ -13539,10 +13489,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash._reinterpolate@3.0.0: resolution: {integrity: sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==} @@ -13623,6 +13569,10 @@ packages: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} + log-symbols@6.0.0: + resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} + engines: {node: '>=18'} + log-symbols@7.0.1: resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==} engines: {node: '>=18'} @@ -13741,10 +13691,6 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@14.0.3: - resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} - engines: {node: ^18.17.0 || >=20.5.0} - make-fetch-happen@15.0.3: resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14010,12 +13956,6 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - mini-css-extract-plugin@2.9.2: - resolution: {integrity: sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - mini-css-extract-plugin@2.9.4: resolution: {integrity: sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==} engines: {node: '>= 12.13.0'} @@ -14054,10 +13994,6 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@4.0.1: - resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} - engines: {node: ^18.17.0 || >=20.5.0} - minipass-fetch@5.0.0: resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14185,10 +14121,6 @@ packages: resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} engines: {node: '>= 0.10'} - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - mute-stream@2.0.0: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -14278,6 +14210,19 @@ packages: tailwindcss: optional: true + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + hasBin: true + peerDependencies: + '@angular/compiler-cli': ^20.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 + tslib: ^2.3.0 + typescript: '>=5.8 <6.0' + peerDependenciesMeta: + tailwindcss: + optional: true + nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -14322,11 +14267,6 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@11.2.0: - resolution: {integrity: sha512-T0S1zqskVUSxcsSTkAsLc7xCycrRYmtDHadDinzocrThjyQCn5kMlEBSj6H4qDbgsIOSLmmlRIeb0lZXj+UArA==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - node-gyp@12.1.0: resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14373,11 +14313,6 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - nopt@8.1.0: - resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - nopt@9.0.0: resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14410,33 +14345,21 @@ packages: resolution: {integrity: sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==} engines: {node: '>= 10.13.0'} - npm-bundled@4.0.0: - resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-bundled@5.0.0: resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} engines: {node: ^20.17.0 || >=22.9.0} - npm-install-checks@7.1.1: - resolution: {integrity: sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-install-checks@8.0.0: resolution: {integrity: sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==} engines: {node: ^20.17.0 || >=22.9.0} - npm-normalize-package-bin@4.0.0: - resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-normalize-package-bin@5.0.0: resolution: {integrity: sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==} engines: {node: ^20.17.0 || >=22.9.0} - npm-package-arg@12.0.2: - resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@13.0.0: + resolution: {integrity: sha512-+t2etZAGcB7TbbLHfDwooV9ppB2LhhcT6A+L9cahsf9mEUAoQ6CktLEVvEnpD0N5CkX7zJqnPGaFtoQDy9EkHQ==} + engines: {node: ^20.17.0 || >=22.9.0} npm-package-arg@13.0.2: resolution: {integrity: sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==} @@ -14446,22 +14369,10 @@ packages: resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@9.0.0: - resolution: {integrity: sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==} - engines: {node: ^18.17.0 || >=20.5.0} - - npm-pick-manifest@10.0.0: - resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-pick-manifest@11.0.3: resolution: {integrity: sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==} engines: {node: ^20.17.0 || >=22.9.0} - npm-registry-fetch@18.0.2: - resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} - engines: {node: ^18.17.0 || >=20.5.0} - npm-registry-fetch@19.1.1: resolution: {integrity: sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14641,10 +14552,6 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - open@10.1.0: - resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} - engines: {node: '>=18'} - open@10.2.0: resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} @@ -14691,6 +14598,10 @@ packages: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} + ora@8.2.0: + resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} + engines: {node: '>=18'} + ora@9.0.0: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} @@ -14739,10 +14650,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -14755,10 +14662,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map@1.2.0: resolution: {integrity: sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==} engines: {node: '>=4'} @@ -14790,11 +14693,6 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@20.0.0: - resolution: {integrity: sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - pacote@21.0.4: resolution: {integrity: sha512-RplP/pDW0NNNDh3pnaoIWYPvNenS7UqMbXyvMqJczosiFWTeGGwJC2NQBLqKf4rGLFfwCOnntw1aEp9Jiqm1MA==} engines: {node: ^20.17.0 || >=22.9.0} @@ -14855,9 +14753,6 @@ packages: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} - parse5-html-rewriting-stream@7.0.0: - resolution: {integrity: sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==} - parse5-html-rewriting-stream@8.0.0: resolution: {integrity: sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==} @@ -14870,9 +14765,6 @@ packages: parse5-parser-stream@7.1.2: resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==} - parse5-sax-parser@7.0.0: - resolution: {integrity: sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==} - parse5-sax-parser@8.0.0: resolution: {integrity: sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==} @@ -14923,10 +14815,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -14983,10 +14871,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path-type@6.0.0: - resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} - engines: {node: '>=18'} - pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -15071,6 +14955,10 @@ packages: piscina@4.8.0: resolution: {integrity: sha512-EZJb+ZxDrQf3dihsUL7p42pjNyrNIFJCrRHPMgxu/svsj+P3xS3fuEWp7k2+rfsavfl1N0G29b1HGs7J0m8rZA==} + piscina@5.1.3: + resolution: {integrity: sha512-0u3N7H4+hbr40KjuVn2uNhOcthu/9usKhnw5vT3J7ply79v3D3M8naI00el9Klcy16x557VsEkkUQaHCWFXC/g==} + engines: {node: '>=20.x'} + piscina@5.1.4: resolution: {integrity: sha512-7uU4ZnKeQq22t9AsmHGD2w4OYQGonwFnTypDypaWi7Qr2EvQIFVtG8J5D/3bE7W123Wdc9+v4CZDu5hJXVCtBg==} engines: {node: '>=20.x'} @@ -15083,9 +14971,9 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + pkg-dir@8.0.0: + resolution: {integrity: sha512-4peoBq4Wks0riS0z8741NVv+/8IiTvqnZAr8QGgtdifrtpdXbNw/FxRS1l6NFqm4EMzuS0EDqNNx4XGaz8cuyQ==} + engines: {node: '>=18'} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -15243,10 +15131,6 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -15986,6 +15870,13 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + rollup-plugin-dts@6.4.1: + resolution: {integrity: sha512-l//F3Zf7ID5GoOfLfD8kroBjQKEKpy1qfhtAdnpibFZMffPaylrg1CoDC2vGkPeTeyxUe4bVFCln2EFuL7IGGg==} + engines: {node: '>=20'} + peerDependencies: + rollup: ^4.59.0 + typescript: ^4.5 || ^5.0 || ^6.0 + rollup@4.59.0: resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -16329,8 +16220,8 @@ packages: engines: {node: '>=14'} hasBin: true - sass@1.85.0: - resolution: {integrity: sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==} + sass@1.90.0: + resolution: {integrity: sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==} engines: {node: '>=14.0.0'} hasBin: true @@ -16567,10 +16458,6 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@3.1.0: - resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} - engines: {node: ^18.17.0 || >=20.5.0} - sigstore@4.0.0: resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} engines: {node: ^20.17.0 || >=22.9.0} @@ -16592,10 +16479,6 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} @@ -16748,10 +16631,6 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - ssri@12.0.0: - resolution: {integrity: sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==} - engines: {node: ^18.17.0 || >=20.5.0} - ssri@13.0.0: resolution: {integrity: sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17134,10 +17013,6 @@ packages: '@swc/core': ^1.2.147 webpack: '>=2' - symbol-observable@4.0.0: - resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} - engines: {node: '>=0.10'} - symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -17256,8 +17131,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.39.0: - resolution: {integrity: sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==} + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} hasBin: true @@ -17395,6 +17270,10 @@ packages: tiny-invariant@1.3.3: resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} @@ -17660,10 +17539,6 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@3.0.1: - resolution: {integrity: sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==} - engines: {node: ^18.17.0 || >=20.5.0} - tuf-js@4.0.0: resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -17774,11 +17649,6 @@ packages: engines: {node: '>=4.2.0'} hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.8.3: resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} engines: {node: '>=14.17'} @@ -17829,6 +17699,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.18.2: resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} @@ -17852,10 +17725,6 @@ packages: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicorn-magic@0.3.0: - resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} - engines: {node: '>=18'} - unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} @@ -17867,18 +17736,10 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-filename@4.0.0: - resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-filename@5.0.0: resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} engines: {node: ^20.17.0 || >=22.9.0} - unique-slug@5.0.0: - resolution: {integrity: sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==} - engines: {node: ^18.17.0 || >=20.5.0} - unique-slug@6.0.0: resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} engines: {node: ^20.17.0 || >=22.9.0} @@ -18219,6 +18080,46 @@ packages: yaml: optional: true + vite@7.1.11: + resolution: {integrity: sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + peerDependencies: + '@types/node': ^20.19.0 || >=22.12.0 + jiti: '>=1.21.0' + less: ^4.0.0 + lightningcss: ^1.21.0 + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vite@7.3.0: resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==} engines: {node: ^20.19.0 || >=22.12.0} @@ -18356,6 +18257,10 @@ packages: resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} engines: {node: '>=10.13.0'} + watchpack@2.4.4: + resolution: {integrity: sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==} + engines: {node: '>=10.13.0'} + watchpack@2.5.0: resolution: {integrity: sha512-e6vZvY6xboSwLz2GD36c16+O/2Z6fKvIf4pOXptw2rY9MVwE/TXc6RGqxD3I3x0a28lwBY7DE+76uTPSsBrrCA==} engines: {node: '>=10.13.0'} @@ -18538,16 +18443,6 @@ packages: webpack-cli: optional: true - webpack@5.98.0: - resolution: {integrity: sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} @@ -18629,11 +18524,6 @@ packages: engines: {node: '>= 8'} hasBin: true - which@5.0.0: - resolution: {integrity: sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - which@6.0.0: resolution: {integrity: sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==} engines: {node: ^20.17.0 || >=22.9.0} @@ -18827,10 +18717,6 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yoctocolors-cjs@2.1.3: resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==} engines: {node: '>=18'} @@ -18882,6 +18768,13 @@ snapshots: '@adobe/css-tools@4.4.1': {} + '@algolia/abtesting@1.1.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/abtesting@1.12.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18889,6 +18782,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-abtesting@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-abtesting@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18896,6 +18796,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-analytics@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-analytics@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18903,8 +18810,17 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-common@5.35.0': {} + '@algolia/client-common@5.46.2': {} + '@algolia/client-insights@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-insights@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18912,6 +18828,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-personalization@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-personalization@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18919,6 +18842,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-query-suggestions@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-query-suggestions@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18926,6 +18856,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/client-search@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/client-search@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18933,6 +18870,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/ingestion@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/ingestion@1.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18940,6 +18884,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/monitoring@1.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/monitoring@1.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18947,6 +18898,13 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/recommend@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + '@algolia/recommend@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18954,14 +18912,26 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 + '@algolia/requester-browser-xhr@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-browser-xhr@5.46.2': dependencies: '@algolia/client-common': 5.46.2 + '@algolia/requester-fetch@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-fetch@5.46.2': dependencies: '@algolia/client-common': 5.46.2 + '@algolia/requester-node-http@5.35.0': + dependencies: + '@algolia/client-common': 5.35.0 + '@algolia/requester-node-http@5.46.2': dependencies: '@algolia/client-common': 5.46.2 @@ -18971,18 +18941,18 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@19.2.19(o6gte5arfeflo7bc6igkbw5oei))(@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.8)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.3))': + '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe))(@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu))': dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 19.2.19(o6gte5arfeflo7bc6igkbw5oei) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.8)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.3) + '@angular-devkit/build-angular': 20.3.21(qze7oy7m2ugihtgbswwwkqqtqe) + '@angular/build': 20.3.21(4nkiif66xgfeukbdbqgdrpoqtu) - '@angular-devkit/architect@0.1902.19(chokidar@4.0.1)': + '@angular-devkit/architect@0.2003.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - rxjs: 7.8.1 + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -18993,72 +18963,73 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@19.2.19(m7v7lmgxrex75xvkuygz6cy43y)': + '@angular-devkit/build-angular@20.3.21(gjmhy2decwtegmeofiuri27o7q)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.3) - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular/build': 20.3.21(g6mr3uftj2myu762sodehznowi) + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.3)) + '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + typescript: 5.8.3 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + esbuild: 0.25.9 + jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19078,76 +19049,77 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@19.2.19(o6gte5arfeflo7bc6igkbw5oei)': + '@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular/build': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.3) - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular/build': 20.3.21(duexglrudr65rykye57apnvixe) + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/generator': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-runtime': 7.26.10(@babel/core@7.26.10) - '@babel/preset-env': 7.26.9(@babel/core@7.26.10) - '@babel/runtime': 7.26.10 + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-runtime': 7.28.3(@babel/core@7.28.3) + '@babel/preset-env': 7.28.3(@babel/core@7.28.3) + '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) + '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 - autoprefixer: 10.4.20(postcss@8.5.2) - babel-loader: 9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - css-loader: 7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - esbuild-wasm: 0.25.4 + copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 - less: 4.2.2 - less-loader: 12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - license-webpack-plugin: 4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + less: 4.4.0 + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - open: 10.1.0 - ora: 5.4.1 - picomatch: 4.0.2 - piscina: 4.8.0 - postcss: 8.5.2 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + open: 10.2.0 + ora: 8.2.0 + picomatch: 4.0.3 + piscina: 5.1.3 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 - rxjs: 7.8.1 - sass: 1.85.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - semver: 7.7.1 - source-map-loader: 5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + rxjs: 7.8.2 + sass: 1.90.0 + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + semver: 7.7.2 + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 - terser: 5.39.0 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-middleware: 7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) - esbuild: 0.25.4 - jest: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + esbuild: 0.25.9 + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19167,17 +19139,17 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite + - vitest - webpack-cli - yaml - '@angular-devkit/build-angular@21.1.5(4hy6hmlzq2lqgfiseme7jenlfe)': + '@angular-devkit/build-angular@21.1.5(j42lx37kokphmm7sdypr6k2q4m)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) '@angular-devkit/build-webpack': 0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) '@angular-devkit/core': 21.1.5(chokidar@5.0.0) - '@angular/build': 21.1.5(rmwhpf343smsmgw67ihfi2jlda) + '@angular/build': 21.1.5(ek3snpsktjtxlkpmnq2yfuj5qu) '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) '@babel/core': 7.28.5 '@babel/generator': 7.28.5 @@ -19234,7 +19206,7 @@ snapshots: '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.27.2 - jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) karma: 6.4.4 transitivePeerDependencies: - '@angular/compiler' @@ -19259,12 +19231,12 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.1902.19(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@angular-devkit/build-webpack@0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - rxjs: 7.8.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - webpack-dev-server: 5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + rxjs: 7.8.2 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) transitivePeerDependencies: - chokidar @@ -19286,14 +19258,14 @@ snapshots: rxjs: 7.8.1 source-map: 0.7.4 - '@angular-devkit/core@19.2.19(chokidar@4.0.1)': + '@angular-devkit/core@20.3.21(chokidar@4.0.1)': dependencies: - ajv: 8.17.1 - ajv-formats: 3.0.1(ajv@8.17.1) + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) jsonc-parser: 3.3.1 - picomatch: 4.0.2 - rxjs: 7.8.1 - source-map: 0.7.4 + picomatch: 4.0.3 + rxjs: 7.8.2 + source-map: 0.7.6 optionalDependencies: chokidar: 4.0.1 @@ -19318,13 +19290,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@19.2.19(chokidar@4.0.1)': + '@angular-devkit/schematics@20.3.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) jsonc-parser: 3.3.1 magic-string: 0.30.17 - ora: 5.4.1 - rxjs: 7.8.1 + ora: 8.2.0 + rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -19343,44 +19315,47 @@ snapshots: '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.6.3 - '@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2))(@types/node@20.11.17)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.5.4)(yaml@2.8.3)': + '@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.20 - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular/compiler': 20.3.18 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.3)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@25.5.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 rollup: 4.59.0 - sass: 1.85.0 - semver: 7.7.1 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 - typescript: 5.5.4 - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.3) - watchpack: 2.4.2 + tinyglobby: 0.2.14 + tslib: 2.6.3 + typescript: 5.8.3 + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4) - postcss: 8.5.2 + less: 4.4.2 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.8 transitivePeerDependencies: - '@types/node' - chokidar @@ -19393,45 +19368,49 @@ snapshots: - terser - tsx - yaml + optional: true - '@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.2.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.2)(sass-embedded@1.97.1)(terser@5.39.0)(typescript@5.8.3)(yaml@2.8.3)': + '@angular/build@20.3.21(duexglrudr65rykye57apnvixe)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.20 - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular/compiler': 20.3.18 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@25.5.0) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@25.5.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 rollup: 4.59.0 - sass: 1.85.0 - semver: 7.7.1 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.3) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.2.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.2 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19445,44 +19424,47 @@ snapshots: - tsx - yaml - '@angular/build@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(@angular/compiler@19.2.20)(@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1))(@types/node@25.5.0)(chokidar@4.0.1)(jiti@2.6.1)(karma@6.4.4)(less@4.4.2)(lightningcss@1.30.2)(ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3))(postcss@8.5.8)(sass-embedded@1.97.1)(terser@5.46.0)(typescript@5.8.3)(yaml@2.8.3)': + '@angular/build@20.3.21(g6mr3uftj2myu762sodehznowi)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular/compiler': 19.2.20 - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular/compiler': 20.3.18 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10) - '@inquirer/confirm': 5.1.6(@types/node@25.5.0) - '@vitejs/plugin-basic-ssl': 1.2.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) - beasties: 0.3.2 + '@inquirer/confirm': 5.1.14(@types/node@20.11.17) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) + beasties: 0.3.5 browserslist: 4.28.1 - esbuild: 0.25.4 - fast-glob: 3.3.3 + esbuild: 0.25.9 https-proxy-agent: 7.0.6 istanbul-lib-instrument: 6.0.3 - listr2: 8.2.5 + jsonc-parser: 3.3.1 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.0.0 - picomatch: 4.0.2 - piscina: 4.8.0 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 rollup: 4.59.0 - sass: 1.85.0 - semver: 7.7.1 + sass: 1.90.0 + semver: 7.7.2 source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 typescript: 5.8.3 - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.3) - watchpack: 2.4.2 + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + watchpack: 2.4.4 optionalDependencies: - '@angular/platform-server': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 - less: 4.4.2 - lmdb: 3.2.6 - ng-packagr: 19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.8 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -19495,9 +19477,8 @@ snapshots: - terser - tsx - yaml - optional: true - '@angular/build@21.1.5(rmwhpf343smsmgw67ihfi2jlda)': + '@angular/build@21.1.5(ek3snpsktjtxlkpmnq2yfuj5qu)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) @@ -19506,8 +19487,8 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3)) + '@inquirer/confirm': 5.1.21(@types/node@20.19.37) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.27.2 @@ -19528,7 +19509,7 @@ snapshots: tslib: 2.8.1 typescript: 5.9.3 undici: 7.24.4 - vite: 7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) + vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) watchpack: 2.5.0 optionalDependencies: '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) @@ -19551,61 +19532,91 @@ snapshots: - tsx - yaml - '@angular/cli@19.2.19(@types/node@20.11.17)(chokidar@4.0.1)': + '@angular/cli@20.3.21(@types/node@20.11.17)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.21(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@19.2.19(@types/node@25.5.0)(chokidar@4.0.1)': + '@angular/cli@20.3.21(@types/node@20.19.37)': dependencies: - '@angular-devkit/architect': 0.1902.19(chokidar@4.0.1) - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) - '@inquirer/prompts': 7.3.2(@types/node@25.5.0) - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.3.2(@types/node@25.5.0)) - '@schematics/angular': 19.2.19(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@20.19.37) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.21(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.2.5 - npm-package-arg: 12.0.2 - npm-pick-manifest: 10.0.0 - pacote: 20.0.0 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 resolve: 1.22.10 - semver: 7.7.1 - symbol-observable: 4.0.0 - yargs: 17.7.2 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 + transitivePeerDependencies: + - '@cfworker/json-schema' + - '@types/node' + - chokidar + - supports-color + + '@angular/cli@20.3.21(@types/node@25.5.0)(chokidar@4.0.1)': + dependencies: + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@25.5.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.21(chokidar@4.0.1) + '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 + ini: 5.0.0 + jsonc-parser: 3.3.1 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 + resolve: 1.22.10 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 transitivePeerDependencies: + - '@cfworker/json-schema' - '@types/node' - chokidar - supports-color - '@angular/cli@21.1.5(@types/node@20.12.8)(chokidar@5.0.0)': + '@angular/cli@21.1.5(@types/node@20.19.37)(chokidar@5.0.0)': dependencies: '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) '@angular-devkit/core': 21.1.5(chokidar@5.0.0) '@angular-devkit/schematics': 21.1.5(chokidar@5.0.0) - '@inquirer/prompts': 7.10.1(@types/node@20.12.8) - '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5) + '@inquirer/prompts': 7.10.1(@types/node@20.19.37) + '@listr2/prompt-adapter-inquirer': 3.0.5(@inquirer/prompts@7.10.1(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.5) '@modelcontextprotocol/sdk': 1.26.0(zod@4.3.5) '@schematics/angular': 21.1.5(chokidar@5.0.0) '@yarnpkg/lockfile': 1.1.0 @@ -19626,23 +19637,23 @@ snapshots: - chokidar - supports-color - '@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + '@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': dependencies: - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/common@19.2.19(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.18(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: @@ -19650,33 +19661,19 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4)': + '@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3)': dependencies: - '@angular/compiler': 19.2.20 - '@babel/core': 7.26.9 + '@angular/compiler': 20.3.18 + '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.1 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.6.3 - typescript: 5.5.4 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3)': - dependencies: - '@angular/compiler': 19.2.20 - '@babel/core': 7.26.9 - '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.1 - convert-source-map: 1.9.0 - reflect-metadata: 0.2.2 - semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 + yargs: 18.0.0 + optionalDependencies: typescript: 5.8.3 - yargs: 17.7.2 transitivePeerDependencies: - supports-color @@ -19712,24 +19709,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@19.2.20': + '@angular/compiler@20.3.18': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@angular/compiler@21.2.4': dependencies: tslib: 2.6.3 - '@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)': + '@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)': dependencies: rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.18 zone.js: 0.15.0 - '@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.18 zone.js: 0.15.1 '@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)': @@ -19740,21 +19741,21 @@ snapshots: '@angular/compiler': 21.2.4 zone.js: 0.15.1 - '@angular/forms@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/forms@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/forms@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/forms@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: @@ -19765,21 +19766,21 @@ snapshots: rxjs: 7.8.2 tslib: 2.6.3 - '@angular/platform-browser-dynamic@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))': + '@angular/platform-browser-dynamic@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) - tslib: 2.6.3 + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + tslib: 2.8.1 - '@angular/platform-browser-dynamic@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) - tslib: 2.6.3 + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + tslib: 2.8.1 '@angular/platform-browser-dynamic@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: @@ -19789,17 +19790,17 @@ snapshots: '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) tslib: 2.6.3 - '@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))': + '@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - tslib: 2.6.3 + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + tslib: 2.8.1 - '@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.8.1 '@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: @@ -19809,25 +19810,25 @@ snapshots: optionalDependencies: '@angular/animations': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/platform-server@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 optional: true - '@angular/platform-server@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 xhr2: 0.2.1 '@angular/platform-server@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': @@ -19840,21 +19841,21 @@ snapshots: tslib: 2.6.3 xhr2: 0.2.1 - '@angular/router@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/router@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 19.2.20(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@19.2.20(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.1 - '@angular/router@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 19.2.19(@angular/common@19.2.19(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@aspnet/signalr@1.0.27': {} @@ -19872,38 +19873,18 @@ snapshots: '@babel/compat-data@7.29.0': {} - '@babel/core@7.26.10': + '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) - '@babel/helpers': 7.28.6 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 - convert-source-map: 2.0.0 - debug: 4.4.3 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/core@7.26.9': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.9) + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helpers': 7.28.6 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 convert-source-map: 2.0.0 debug: 4.4.3 gensync: 1.0.0-beta.2 @@ -19915,7 +19896,7 @@ snapshots: '@babel/core@7.28.5': dependencies: '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) '@babel/helpers': 7.28.6 @@ -19960,10 +19941,10 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.26.10': + '@babel/generator@7.28.3': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 @@ -19976,14 +19957,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@7.28.6': - dependencies: - '@babel/parser': 7.29.0 - '@babel/types': 7.28.6 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/generator@7.29.1': dependencies: '@babel/parser': 7.29.0 @@ -19992,13 +19965,9 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': - dependencies: - '@babel/types': 7.28.6 - '@babel/helper-annotate-as-pure@7.27.3': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/helper-compilation-targets@7.28.6': dependencies: @@ -20008,15 +19977,15 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.26.10)': + '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -20029,7 +19998,7 @@ snapshots: '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.5) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -20042,14 +20011,14 @@ snapshots: '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.4.0 semver: 6.3.1 @@ -20090,9 +20059,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.26.10)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.5 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -20101,9 +20070,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.5)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.29.0 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -20112,9 +20081,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.29.0)': + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.28.3 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + debug: 4.4.3 + lodash.debounce: 4.0.8 + resolve: 1.22.11 + transitivePeerDependencies: + - supports-color + + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 debug: 4.4.3 @@ -20138,8 +20118,8 @@ snapshots: '@babel/helper-member-expression-to-functions@7.28.5': dependencies: - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -20150,18 +20130,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.28.6(@babel/core@7.26.9)': + '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.9 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.29.0 @@ -20188,18 +20159,18 @@ snapshots: '@babel/helper-optimise-call-expression@7.27.1': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/helper-plugin-utils@7.27.1': {} '@babel/helper-plugin-utils@7.28.6': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.26.10)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20208,7 +20179,7 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20217,16 +20188,16 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.28.3 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.28.6(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20235,7 +20206,7 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20244,20 +20215,20 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/helper-string-parser@7.27.1': {} @@ -20268,8 +20239,8 @@ snapshots: '@babel/helper-wrap-function@7.28.3': dependencies: '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -20287,7 +20258,7 @@ snapshots: '@babel/parser@7.23.9': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/parser@7.26.2': dependencies: @@ -20295,15 +20266,15 @@ snapshots: '@babel/parser@7.28.6': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/parser@7.29.0': dependencies: '@babel/types': 7.29.0 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20325,9 +20296,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.5)': @@ -20340,9 +20311,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.5)': @@ -20355,12 +20326,12 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20382,9 +20353,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20415,9 +20386,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5)': dependencies: @@ -20462,9 +20433,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.5)': @@ -20477,14 +20448,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.5)': @@ -20557,10 +20523,10 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.5)': @@ -20575,9 +20541,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.5)': @@ -20590,21 +20556,21 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) - '@babel/traverse': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.29.0)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20613,34 +20579,34 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.5)': + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) - '@babel/traverse': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.29.0)': + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20653,21 +20619,21 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.29.0)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20680,12 +20646,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.26.10) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -20707,9 +20673,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.5)': @@ -20722,9 +20688,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.5)': @@ -20745,10 +20711,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20777,10 +20743,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -20801,14 +20767,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20837,9 +20803,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 @@ -20855,9 +20821,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/template': 7.28.6 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.26.10)': + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 transitivePeerDependencies: @@ -20879,10 +20845,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.5)': @@ -20897,9 +20863,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.5)': @@ -20912,10 +20878,10 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.28.5)': @@ -20930,9 +20896,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.5)': @@ -20945,6 +20911,14 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 @@ -20966,9 +20940,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.5)': @@ -20981,9 +20955,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.5)': @@ -21002,9 +20976,9 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.29.0) - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21026,9 +21000,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/traverse': 7.28.6 @@ -21053,9 +21027,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.5)': @@ -21068,9 +21042,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.5)': @@ -21083,9 +21057,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.5)': @@ -21098,9 +21072,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.5)': @@ -21113,10 +21087,10 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21137,10 +21111,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21161,23 +21135,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21187,7 +21151,17 @@ snapshots: '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21201,10 +21175,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21225,12 +21199,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 @@ -21243,15 +21211,21 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.5)': @@ -21264,9 +21238,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.5)': @@ -21279,9 +21253,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.5)': @@ -21294,13 +21268,13 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -21327,11 +21301,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-replace-supers': 7.28.6(@babel/core@7.26.10) + '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -21351,9 +21325,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.5)': @@ -21366,9 +21340,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21390,9 +21364,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.26.10)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.5)': @@ -21413,10 +21387,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21437,11 +21411,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.26.10) + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 transitivePeerDependencies: - supports-color @@ -21464,9 +21438,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.5)': @@ -21518,11 +21492,6 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 @@ -21533,15 +21502,20 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.5)': @@ -21556,9 +21530,9 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.5)': @@ -21583,14 +21557,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-runtime@7.26.10(@babel/core@7.26.10)': + '@babel/plugin-transform-runtime@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21631,9 +21605,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.5)': @@ -21646,9 +21620,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-spread@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: @@ -21670,9 +21644,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.5)': @@ -21685,9 +21659,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.5)': @@ -21700,9 +21674,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.5)': @@ -21726,9 +21700,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.5)': @@ -21741,10 +21715,10 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.5)': @@ -21759,10 +21733,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.5)': @@ -21777,10 +21751,10 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.26.10)': + '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.26.10) + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.5)': @@ -21795,77 +21769,78 @@ snapshots: '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/preset-env@7.26.9(@babel/core@7.26.10)': + '@babel/preset-env@7.28.3(@babel/core@7.28.3)': dependencies: - '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 + '@babel/compat-data': 7.29.0 + '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10) - '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.26.10) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.26.10) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.26.10) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.10) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.26.10) - core-js-compat: 3.45.1 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.3) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-modules-systemjs': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-regenerator': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.3) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.28.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.3) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.28.3) + core-js-compat: 3.49.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21887,7 +21862,7 @@ snapshots: '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.5) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5) '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.5) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.28.5) '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.5) @@ -22105,9 +22080,9 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.29.0) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.10)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/types': 7.28.6 esutils: 2.0.3 @@ -22153,6 +22128,8 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} + '@babel/runtime@7.28.4': {} '@babel/runtime@7.28.6': {} @@ -22166,11 +22143,11 @@ snapshots: '@babel/traverse@7.28.6': dependencies: '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/helper-globals': 7.28.0 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -22281,9 +22258,9 @@ snapshots: dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/angular@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22298,13 +22275,13 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(h5cwyqq6zwtbaf5nld75dd5oii)': + '@devextreme-generator/build-helpers@3.0.12(5clvxqkkva4gfnkyserfk24kge)': dependencies: - '@devextreme-generator/angular': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/inferno': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/preact': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/react': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/angular': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/inferno': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/preact': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 @@ -22327,10 +22304,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/core@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(yq7mldp4wyckzhqs3zqk5sdezm) + eslint-config-devextreme: 0.2.0(inkhsxarru2k3eocadfcsbwwra) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22353,11 +22330,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/inferno@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/preact': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/react': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/preact': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22372,10 +22349,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/preact@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/react': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22390,9 +22367,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/react@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22407,10 +22384,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(yq7mldp4wyckzhqs3zqk5sdezm)': + '@devextreme-generator/vue@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/angular': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) - '@devextreme-generator/core': 3.0.12(yq7mldp4wyckzhqs3zqk5sdezm) + '@devextreme-generator/angular': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -22441,15 +22418,15 @@ snapshots: '@emnapi/core@1.7.1': dependencies: '@emnapi/wasi-threads': 1.1.0 - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/runtime@1.7.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@emnapi/wasi-threads@1.1.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@esbuild/aix-ppc64@0.21.5': optional: true @@ -22457,7 +22434,7 @@ snapshots: '@esbuild/aix-ppc64@0.25.0': optional: true - '@esbuild/aix-ppc64@0.25.4': + '@esbuild/aix-ppc64@0.25.9': optional: true '@esbuild/aix-ppc64@0.27.2': @@ -22469,7 +22446,7 @@ snapshots: '@esbuild/android-arm64@0.25.0': optional: true - '@esbuild/android-arm64@0.25.4': + '@esbuild/android-arm64@0.25.9': optional: true '@esbuild/android-arm64@0.27.2': @@ -22481,7 +22458,7 @@ snapshots: '@esbuild/android-arm@0.25.0': optional: true - '@esbuild/android-arm@0.25.4': + '@esbuild/android-arm@0.25.9': optional: true '@esbuild/android-arm@0.27.2': @@ -22493,7 +22470,7 @@ snapshots: '@esbuild/android-x64@0.25.0': optional: true - '@esbuild/android-x64@0.25.4': + '@esbuild/android-x64@0.25.9': optional: true '@esbuild/android-x64@0.27.2': @@ -22505,7 +22482,7 @@ snapshots: '@esbuild/darwin-arm64@0.25.0': optional: true - '@esbuild/darwin-arm64@0.25.4': + '@esbuild/darwin-arm64@0.25.9': optional: true '@esbuild/darwin-arm64@0.27.2': @@ -22517,7 +22494,7 @@ snapshots: '@esbuild/darwin-x64@0.25.0': optional: true - '@esbuild/darwin-x64@0.25.4': + '@esbuild/darwin-x64@0.25.9': optional: true '@esbuild/darwin-x64@0.27.2': @@ -22529,7 +22506,7 @@ snapshots: '@esbuild/freebsd-arm64@0.25.0': optional: true - '@esbuild/freebsd-arm64@0.25.4': + '@esbuild/freebsd-arm64@0.25.9': optional: true '@esbuild/freebsd-arm64@0.27.2': @@ -22541,7 +22518,7 @@ snapshots: '@esbuild/freebsd-x64@0.25.0': optional: true - '@esbuild/freebsd-x64@0.25.4': + '@esbuild/freebsd-x64@0.25.9': optional: true '@esbuild/freebsd-x64@0.27.2': @@ -22553,7 +22530,7 @@ snapshots: '@esbuild/linux-arm64@0.25.0': optional: true - '@esbuild/linux-arm64@0.25.4': + '@esbuild/linux-arm64@0.25.9': optional: true '@esbuild/linux-arm64@0.27.2': @@ -22565,7 +22542,7 @@ snapshots: '@esbuild/linux-arm@0.25.0': optional: true - '@esbuild/linux-arm@0.25.4': + '@esbuild/linux-arm@0.25.9': optional: true '@esbuild/linux-arm@0.27.2': @@ -22577,7 +22554,7 @@ snapshots: '@esbuild/linux-ia32@0.25.0': optional: true - '@esbuild/linux-ia32@0.25.4': + '@esbuild/linux-ia32@0.25.9': optional: true '@esbuild/linux-ia32@0.27.2': @@ -22592,7 +22569,7 @@ snapshots: '@esbuild/linux-loong64@0.25.0': optional: true - '@esbuild/linux-loong64@0.25.4': + '@esbuild/linux-loong64@0.25.9': optional: true '@esbuild/linux-loong64@0.27.2': @@ -22604,7 +22581,7 @@ snapshots: '@esbuild/linux-mips64el@0.25.0': optional: true - '@esbuild/linux-mips64el@0.25.4': + '@esbuild/linux-mips64el@0.25.9': optional: true '@esbuild/linux-mips64el@0.27.2': @@ -22616,7 +22593,7 @@ snapshots: '@esbuild/linux-ppc64@0.25.0': optional: true - '@esbuild/linux-ppc64@0.25.4': + '@esbuild/linux-ppc64@0.25.9': optional: true '@esbuild/linux-ppc64@0.27.2': @@ -22628,7 +22605,7 @@ snapshots: '@esbuild/linux-riscv64@0.25.0': optional: true - '@esbuild/linux-riscv64@0.25.4': + '@esbuild/linux-riscv64@0.25.9': optional: true '@esbuild/linux-riscv64@0.27.2': @@ -22640,7 +22617,7 @@ snapshots: '@esbuild/linux-s390x@0.25.0': optional: true - '@esbuild/linux-s390x@0.25.4': + '@esbuild/linux-s390x@0.25.9': optional: true '@esbuild/linux-s390x@0.27.2': @@ -22652,7 +22629,7 @@ snapshots: '@esbuild/linux-x64@0.25.0': optional: true - '@esbuild/linux-x64@0.25.4': + '@esbuild/linux-x64@0.25.9': optional: true '@esbuild/linux-x64@0.27.2': @@ -22661,7 +22638,7 @@ snapshots: '@esbuild/netbsd-arm64@0.25.0': optional: true - '@esbuild/netbsd-arm64@0.25.4': + '@esbuild/netbsd-arm64@0.25.9': optional: true '@esbuild/netbsd-arm64@0.27.2': @@ -22673,7 +22650,7 @@ snapshots: '@esbuild/netbsd-x64@0.25.0': optional: true - '@esbuild/netbsd-x64@0.25.4': + '@esbuild/netbsd-x64@0.25.9': optional: true '@esbuild/netbsd-x64@0.27.2': @@ -22682,7 +22659,7 @@ snapshots: '@esbuild/openbsd-arm64@0.25.0': optional: true - '@esbuild/openbsd-arm64@0.25.4': + '@esbuild/openbsd-arm64@0.25.9': optional: true '@esbuild/openbsd-arm64@0.27.2': @@ -22694,12 +22671,15 @@ snapshots: '@esbuild/openbsd-x64@0.25.0': optional: true - '@esbuild/openbsd-x64@0.25.4': + '@esbuild/openbsd-x64@0.25.9': optional: true '@esbuild/openbsd-x64@0.27.2': optional: true + '@esbuild/openharmony-arm64@0.25.9': + optional: true + '@esbuild/openharmony-arm64@0.27.2': optional: true @@ -22709,7 +22689,7 @@ snapshots: '@esbuild/sunos-x64@0.25.0': optional: true - '@esbuild/sunos-x64@0.25.4': + '@esbuild/sunos-x64@0.25.9': optional: true '@esbuild/sunos-x64@0.27.2': @@ -22721,7 +22701,7 @@ snapshots: '@esbuild/win32-arm64@0.25.0': optional: true - '@esbuild/win32-arm64@0.25.4': + '@esbuild/win32-arm64@0.25.9': optional: true '@esbuild/win32-arm64@0.27.2': @@ -22733,7 +22713,7 @@ snapshots: '@esbuild/win32-ia32@0.25.0': optional: true - '@esbuild/win32-ia32@0.25.4': + '@esbuild/win32-ia32@0.25.9': optional: true '@esbuild/win32-ia32@0.27.2': @@ -22745,7 +22725,7 @@ snapshots: '@esbuild/win32-x64@0.25.0': optional: true - '@esbuild/win32-x64@0.25.4': + '@esbuild/win32-x64@0.25.9': optional: true '@esbuild/win32-x64@0.27.2': @@ -22887,15 +22867,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/checkbox@4.3.2(@types/node@20.12.8)': + '@inquirer/checkbox@4.3.2(@types/node@20.19.37)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/checkbox@4.3.2(@types/node@25.5.0)': dependencies: @@ -22907,35 +22887,35 @@ snapshots: optionalDependencies: '@types/node': 25.5.0 - '@inquirer/confirm@5.1.21(@types/node@20.11.17)': + '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.21(@types/node@20.12.8)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) - optionalDependencies: - '@types/node': 20.12.8 - - '@inquirer/confirm@5.1.21(@types/node@25.5.0)': + '@inquirer/confirm@5.1.14(@types/node@25.5.0)': dependencies: '@inquirer/core': 10.3.2(@types/node@25.5.0) '@inquirer/type': 3.0.10(@types/node@25.5.0) optionalDependencies: '@types/node': 25.5.0 - '@inquirer/confirm@5.1.6(@types/node@20.11.17)': + '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) '@inquirer/type': 3.0.10(@types/node@20.11.17) optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.6(@types/node@25.5.0)': + '@inquirer/confirm@5.1.21(@types/node@20.19.37)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) + optionalDependencies: + '@types/node': 20.19.37 + + '@inquirer/confirm@5.1.21(@types/node@25.5.0)': dependencies: '@inquirer/core': 10.3.2(@types/node@25.5.0) '@inquirer/type': 3.0.10(@types/node@25.5.0) @@ -22955,18 +22935,18 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/core@10.3.2(@types/node@20.12.8)': + '@inquirer/core@10.3.2(@types/node@20.19.37)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@20.19.37) 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': 20.12.8 + '@types/node': 20.19.37 '@inquirer/core@10.3.2(@types/node@25.5.0)': dependencies: @@ -22989,13 +22969,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/editor@4.2.23(@types/node@20.12.8)': + '@inquirer/editor@4.2.23(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/external-editor': 1.0.3(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/external-editor': 1.0.3(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/editor@4.2.23(@types/node@25.5.0)': dependencies: @@ -23013,13 +22993,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/expand@4.0.23(@types/node@20.12.8)': + '@inquirer/expand@4.0.23(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/expand@4.0.23(@types/node@25.5.0)': dependencies: @@ -23036,12 +23016,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/external-editor@1.0.3(@types/node@20.12.8)': + '@inquirer/external-editor@1.0.3(@types/node@20.19.37)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/external-editor@1.0.3(@types/node@25.5.0)': dependencies: @@ -23059,12 +23039,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/input@4.3.1(@types/node@20.12.8)': + '@inquirer/input@4.3.1(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/input@4.3.1(@types/node@25.5.0)': dependencies: @@ -23080,12 +23060,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/number@3.0.23(@types/node@20.12.8)': + '@inquirer/number@3.0.23(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/number@3.0.23(@types/node@25.5.0)': dependencies: @@ -23102,13 +23082,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/password@4.0.23(@types/node@20.12.8)': + '@inquirer/password@4.0.23(@types/node@20.19.37)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/password@4.0.23(@types/node@25.5.0)': dependencies: @@ -23118,22 +23098,22 @@ snapshots: optionalDependencies: '@types/node': 25.5.0 - '@inquirer/prompts@7.10.1(@types/node@20.12.8)': + '@inquirer/prompts@7.10.1(@types/node@20.19.37)': dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@20.12.8) - '@inquirer/confirm': 5.1.21(@types/node@20.12.8) - '@inquirer/editor': 4.2.23(@types/node@20.12.8) - '@inquirer/expand': 4.0.23(@types/node@20.12.8) - '@inquirer/input': 4.3.1(@types/node@20.12.8) - '@inquirer/number': 3.0.23(@types/node@20.12.8) - '@inquirer/password': 4.0.23(@types/node@20.12.8) - '@inquirer/rawlist': 4.1.11(@types/node@20.12.8) - '@inquirer/search': 3.2.2(@types/node@20.12.8) - '@inquirer/select': 4.4.2(@types/node@20.12.8) + '@inquirer/checkbox': 4.3.2(@types/node@20.19.37) + '@inquirer/confirm': 5.1.21(@types/node@20.19.37) + '@inquirer/editor': 4.2.23(@types/node@20.19.37) + '@inquirer/expand': 4.0.23(@types/node@20.19.37) + '@inquirer/input': 4.3.1(@types/node@20.19.37) + '@inquirer/number': 3.0.23(@types/node@20.19.37) + '@inquirer/password': 4.0.23(@types/node@20.19.37) + '@inquirer/rawlist': 4.1.11(@types/node@20.19.37) + '@inquirer/search': 3.2.2(@types/node@20.19.37) + '@inquirer/select': 4.4.2(@types/node@20.19.37) optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 - '@inquirer/prompts@7.3.2(@types/node@20.11.17)': + '@inquirer/prompts@7.8.2(@types/node@20.11.17)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.11.17) '@inquirer/confirm': 5.1.21(@types/node@20.11.17) @@ -23148,7 +23128,22 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/prompts@7.3.2(@types/node@25.5.0)': + '@inquirer/prompts@7.8.2(@types/node@20.19.37)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@20.19.37) + '@inquirer/confirm': 5.1.21(@types/node@20.19.37) + '@inquirer/editor': 4.2.23(@types/node@20.19.37) + '@inquirer/expand': 4.0.23(@types/node@20.19.37) + '@inquirer/input': 4.3.1(@types/node@20.19.37) + '@inquirer/number': 3.0.23(@types/node@20.19.37) + '@inquirer/password': 4.0.23(@types/node@20.19.37) + '@inquirer/rawlist': 4.1.11(@types/node@20.19.37) + '@inquirer/search': 3.2.2(@types/node@20.19.37) + '@inquirer/select': 4.4.2(@types/node@20.19.37) + optionalDependencies: + '@types/node': 20.19.37 + + '@inquirer/prompts@7.8.2(@types/node@25.5.0)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@25.5.0) '@inquirer/confirm': 5.1.21(@types/node@25.5.0) @@ -23171,13 +23166,13 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/rawlist@4.1.11(@types/node@20.12.8)': + '@inquirer/rawlist@4.1.11(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/rawlist@4.1.11(@types/node@25.5.0)': dependencies: @@ -23196,14 +23191,14 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/search@3.2.2(@types/node@20.12.8)': + '@inquirer/search@3.2.2(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/search@3.2.2(@types/node@25.5.0)': dependencies: @@ -23224,15 +23219,15 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/select@4.4.2(@types/node@20.12.8)': + '@inquirer/select@4.4.2(@types/node@20.19.37)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@20.12.8) + '@inquirer/core': 10.3.2(@types/node@20.19.37) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/type': 3.0.10(@types/node@20.19.37) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/select@4.4.2(@types/node@25.5.0)': dependencies: @@ -23244,17 +23239,13 @@ snapshots: optionalDependencies: '@types/node': 25.5.0 - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 - '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 - '@inquirer/type@3.0.10(@types/node@20.12.8)': + '@inquirer/type@3.0.10(@types/node@20.19.37)': optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@inquirer/type@3.0.10(@types/node@25.5.0)': optionalDependencies: @@ -23286,7 +23277,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -23295,27 +23286,27 @@ snapshots: '@jest/console@30.2.0': dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 jest-message-util: 30.2.0 jest-util: 30.2.0 slash: 3.0.0 - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23337,23 +23328,22 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23384,14 +23374,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23422,14 +23412,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23452,7 +23442,7 @@ snapshots: - supports-color - ts-node - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -23460,14 +23450,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23491,7 +23481,7 @@ snapshots: - ts-node optional: true - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -23499,14 +23489,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23529,7 +23519,7 @@ snapshots: - supports-color - ts-node - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -23537,14 +23527,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23566,8 +23556,9 @@ snapshots: - esbuild-register - supports-color - ts-node + optional: true - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -23575,14 +23566,52 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 20.19.37 + 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23614,14 +23643,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -23650,14 +23679,14 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-mock: 29.7.0 '@jest/environment@30.2.0': dependencies: '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-mock: 30.2.0 '@jest/expect-utils@29.7.0': @@ -23686,7 +23715,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -23695,7 +23724,7 @@ snapshots: dependencies: '@jest/types': 30.2.0 '@sinonjs/fake-timers': 13.0.5 - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-message-util: 30.2.0 jest-mock: 30.2.0 jest-util: 30.2.0 @@ -23722,7 +23751,7 @@ snapshots: '@jest/pattern@30.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-regex-util: 30.0.1 '@jest/reporters@29.7.0(node-notifier@9.0.1)': @@ -23733,7 +23762,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -23764,7 +23793,7 @@ snapshots: '@jest/transform': 30.2.0 '@jest/types': 30.2.0 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit-x: 0.2.2 @@ -23886,7 +23915,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -23896,7 +23925,7 @@ snapshots: '@jest/schemas': 30.0.5 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -23934,41 +23963,41 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': + '@jsonjoy.com/base64@1.1.2(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.6.3)': + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.6.3)': + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.6.3)': + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) + '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/json-pointer@1.0.2(tslib@2.6.3)': + '@jsonjoy.com/json-pointer@1.0.2(tslib@2.8.1)': dependencies: - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.6.3)': + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/buffers': 1.2.1(tslib@2.6.3) - '@jsonjoy.com/codegen': 1.0.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) + '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) + tslib: 2.8.1 '@keyv/bigmap@1.3.0(keyv@5.5.5)': dependencies: @@ -23986,20 +24015,34 @@ snapshots: dependencies: '@lezer/common': 1.2.3 - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@20.11.17))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@20.11.17) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@20.11.17) + '@inquirer/type': 3.0.10(@types/node@20.11.17) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.3.2(@types/node@25.5.0))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.3.2(@types/node@25.5.0) - '@inquirer/type': 1.5.5 + '@inquirer/prompts': 7.8.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@20.12.8))(@types/node@20.12.8)(listr2@9.0.5)': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.1)': dependencies: - '@inquirer/prompts': 7.10.1(@types/node@20.12.8) - '@inquirer/type': 3.0.10(@types/node@20.12.8) + '@inquirer/prompts': 7.8.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' + + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.5)': + dependencies: + '@inquirer/prompts': 7.10.1(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) listr2: 9.0.5 transitivePeerDependencies: - '@types/node' @@ -24007,7 +24050,7 @@ snapshots: '@lmdb/lmdb-darwin-arm64@2.8.5': optional: true - '@lmdb/lmdb-darwin-arm64@3.2.6': + '@lmdb/lmdb-darwin-arm64@3.4.2': optional: true '@lmdb/lmdb-darwin-arm64@3.4.4': @@ -24016,7 +24059,7 @@ snapshots: '@lmdb/lmdb-darwin-x64@2.8.5': optional: true - '@lmdb/lmdb-darwin-x64@3.2.6': + '@lmdb/lmdb-darwin-x64@3.4.2': optional: true '@lmdb/lmdb-darwin-x64@3.4.4': @@ -24025,7 +24068,7 @@ snapshots: '@lmdb/lmdb-linux-arm64@2.8.5': optional: true - '@lmdb/lmdb-linux-arm64@3.2.6': + '@lmdb/lmdb-linux-arm64@3.4.2': optional: true '@lmdb/lmdb-linux-arm64@3.4.4': @@ -24034,7 +24077,7 @@ snapshots: '@lmdb/lmdb-linux-arm@2.8.5': optional: true - '@lmdb/lmdb-linux-arm@3.2.6': + '@lmdb/lmdb-linux-arm@3.4.2': optional: true '@lmdb/lmdb-linux-arm@3.4.4': @@ -24043,19 +24086,22 @@ snapshots: '@lmdb/lmdb-linux-x64@2.8.5': optional: true - '@lmdb/lmdb-linux-x64@3.2.6': + '@lmdb/lmdb-linux-x64@3.4.2': optional: true '@lmdb/lmdb-linux-x64@3.4.4': optional: true + '@lmdb/lmdb-win32-arm64@3.4.2': + optional: true + '@lmdb/lmdb-win32-arm64@3.4.4': optional: true '@lmdb/lmdb-win32-x64@2.8.5': optional: true - '@lmdb/lmdb-win32-x64@3.2.6': + '@lmdb/lmdb-win32-x64@3.4.2': optional: true '@lmdb/lmdb-win32-x64@3.4.4': @@ -24073,6 +24119,28 @@ snapshots: '@lezer/lr': 1.4.2 json5: 2.2.3 + '@modelcontextprotocol/sdk@1.26.0(zod@4.1.13)': + dependencies: + '@hono/node-server': 1.19.11(hono@4.12.7) + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) + content-type: 1.0.5 + cors: 2.8.5 + cross-spawn: 7.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.0.6 + express: 5.2.1 + express-rate-limit: 8.3.1(express@5.2.1) + hono: 4.12.7 + jose: 6.1.3 + json-schema-typed: 8.0.2 + pkce-challenge: 5.0.1 + raw-body: 3.0.2 + zod: 4.1.13 + zod-to-json-schema: 3.25.1(zod@4.1.13) + transitivePeerDependencies: + - supports-color + '@modelcontextprotocol/sdk@1.26.0(zod@4.3.5)': dependencies: '@hono/node-server': 1.19.11(hono@4.12.7) @@ -24205,17 +24273,11 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': - dependencies: - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) - typescript: 5.5.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - - '@ngtools/webpack@19.2.19(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4))': + '@ngtools/webpack@20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': dependencies: - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) '@ngtools/webpack@21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2))': dependencies: @@ -24241,16 +24303,6 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@npmcli/agent@3.0.0': - dependencies: - agent-base: 7.1.3 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 - lru-cache: 10.4.3 - socks-proxy-agent: 8.0.4 - transitivePeerDependencies: - - supports-color - '@npmcli/agent@4.0.0': dependencies: agent-base: 7.1.3 @@ -24261,25 +24313,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/fs@4.0.0': - dependencies: - semver: 7.7.4 - '@npmcli/fs@5.0.0': dependencies: semver: 7.7.4 - '@npmcli/git@6.0.3': - dependencies: - '@npmcli/promise-spawn': 8.0.2 - ini: 5.0.0 - lru-cache: 10.4.3 - npm-pick-manifest: 10.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - semver: 7.7.4 - which: 5.0.0 - '@npmcli/git@7.0.1': dependencies: '@npmcli/promise-spawn': 9.0.1 @@ -24291,30 +24328,13 @@ snapshots: semver: 7.7.4 which: 6.0.0 - '@npmcli/installed-package-contents@3.0.0': - dependencies: - npm-bundled: 4.0.0 - npm-normalize-package-bin: 4.0.0 - '@npmcli/installed-package-contents@4.0.0': dependencies: npm-bundled: 5.0.0 npm-normalize-package-bin: 5.0.0 - '@npmcli/node-gyp@4.0.0': {} - '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@6.1.1': - dependencies: - '@npmcli/git': 6.0.3 - glob: 10.5.0 - hosted-git-info: 8.1.0 - json-parse-even-better-errors: 4.0.0 - proc-log: 5.0.0 - semver: 7.7.4 - validate-npm-package-license: 3.0.4 - '@npmcli/package-json@7.0.4': dependencies: '@npmcli/git': 7.0.1 @@ -24325,16 +24345,10 @@ snapshots: semver: 7.7.4 validate-npm-package-license: 3.0.4 - '@npmcli/promise-spawn@8.0.2': - dependencies: - which: 5.0.0 - '@npmcli/promise-spawn@9.0.1': dependencies: which: 6.0.0 - '@npmcli/redact@3.2.0': {} - '@npmcli/redact@4.0.0': {} '@npmcli/run-script@10.0.3': @@ -24348,17 +24362,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@npmcli/run-script@9.1.0': - dependencies: - '@npmcli/node-gyp': 4.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - node-gyp: 11.2.0 - proc-log: 5.0.0 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - '@nrwl/nx-cloud@19.1.0': dependencies: nx-cloud: 19.1.0 @@ -24373,7 +24376,7 @@ snapshots: minimatch: 10.2.4 nx: 22.4.5(@swc/core@1.15.3) semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 '@nx/jest@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': @@ -24391,7 +24394,7 @@ snapshots: picocolors: 1.1.1 resolve.exports: 2.0.3 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' @@ -24435,7 +24438,7 @@ snapshots: semver: 7.7.4 source-map-support: 0.5.19 tinyglobby: 0.2.15 - tslib: 2.6.3 + tslib: 2.8.1 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -24483,7 +24486,7 @@ snapshots: nx: 22.4.5(@swc/core@1.15.3) picomatch: 4.0.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -25479,10 +25482,10 @@ snapshots: transitivePeerDependencies: - chokidar - '@schematics/angular@19.2.19(chokidar@4.0.1)': + '@schematics/angular@20.3.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 19.2.19(chokidar@4.0.1) - '@angular-devkit/schematics': 19.2.19(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -25495,33 +25498,14 @@ snapshots: transitivePeerDependencies: - chokidar - '@sigstore/bundle@3.1.0': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/bundle@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@2.0.0': {} - '@sigstore/core@3.0.0': {} - '@sigstore/protobuf-specs@0.4.1': {} - '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@3.1.0': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - make-fetch-happen: 14.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/sign@4.0.1': dependencies: '@sigstore/bundle': 4.0.0 @@ -25533,13 +25517,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/tuf@3.1.1': - dependencies: - '@sigstore/protobuf-specs': 0.4.1 - tuf-js: 3.0.1 - transitivePeerDependencies: - - supports-color - '@sigstore/tuf@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 @@ -25547,12 +25524,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@sigstore/verify@2.1.1': - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/verify@3.0.0': dependencies: '@sigstore/bundle': 4.0.0 @@ -25563,8 +25534,6 @@ snapshots: '@sinclair/typebox@0.34.48': {} - '@sindresorhus/merge-streams@2.3.0': {} - '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -25641,7 +25610,7 @@ snapshots: es-module-lexer: 1.7.0 fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) - magic-string: 0.30.19 + magic-string: 0.30.21 storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) style-loader: 4.0.0(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) @@ -25688,7 +25657,7 @@ snapshots: '@storybook/core-webpack': 10.1.9(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) '@types/semver': 7.5.8 - magic-string: 0.30.19 + magic-string: 0.30.21 react: 18.3.1 react-docgen: 7.1.1 react-dom: 18.3.1(react@18.3.1) @@ -25714,7 +25683,7 @@ snapshots: flat-cache: 3.2.0 micromatch: 4.0.8 react-docgen-typescript: 2.2.2(typescript@5.9.3) - tslib: 2.6.3 + tslib: 2.8.1 typescript: 5.9.3 webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) transitivePeerDependencies: @@ -25907,11 +25876,6 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@3.0.1': - dependencies: - '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.9 - '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 @@ -25919,12 +25883,12 @@ snapshots: '@tybys/wasm-util@0.10.1': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 optional: true '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.1 '@types/aria-query@5.0.4': {} @@ -25938,29 +25902,29 @@ snapshots: '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/babel__template@7.4.4': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/babel__traverse@7.28.0': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/chai@5.2.3': dependencies: @@ -25969,27 +25933,27 @@ snapshots: '@types/cheerio@0.22.35': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/clean-css@4.2.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 source-map: 0.6.1 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 5.0.1 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/debug@4.1.12': dependencies: @@ -26040,14 +26004,14 @@ snapshots: '@types/express-serve-static-core@4.19.6': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -26073,16 +26037,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/hast@2.3.10': dependencies: @@ -26094,7 +26058,7 @@ snapshots: '@types/http-proxy@1.17.15': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/istanbul-lib-coverage@2.0.6': {} @@ -26106,10 +26070,10 @@ snapshots: dependencies: '@types/istanbul-lib-report': 3.0.3 - '@types/jasmine@2.8.24': {} - '@types/jasmine@5.1.4': {} + '@types/jasmine@6.0.0': {} + '@types/jest@29.5.14': dependencies: expect: 29.7.0 @@ -26121,7 +26085,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/tough-cookie': 4.0.5 parse5: 7.2.1 @@ -26131,7 +26095,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/lodash@4.17.24': {} @@ -26153,12 +26117,12 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 form-data: 4.0.5 '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/node@18.19.130': dependencies: @@ -26180,6 +26144,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@20.19.37': + dependencies: + undici-types: 6.21.0 + '@types/node@25.5.0': dependencies: undici-types: 7.18.2 @@ -26237,7 +26205,7 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/resolve@1.20.2': {} @@ -26252,7 +26220,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/serve-index@1.9.4': dependencies: @@ -26261,30 +26229,30 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/stack-utils@2.0.3': {} '@types/tar-fs@2.0.4': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/tar-stream': 3.1.3 '@types/tar-stream@3.1.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/tough-cookie@4.0.5': {} @@ -26300,11 +26268,11 @@ snapshots: '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/ws@8.5.13': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/yargs-parser@21.0.3': {} @@ -26314,7 +26282,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 optional: true '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)': @@ -26353,19 +26321,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/scope-manager': 8.52.0 - '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/type-utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 eslint: 9.39.4(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26443,15 +26411,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26476,12 +26444,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.52.0(typescript@5.5.4)': + '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.54.0 debug: 4.4.3 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26518,9 +26486,9 @@ snapshots: dependencies: typescript: 4.9.5 - '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.5.4)': + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.8.3)': dependencies: - typescript: 5.5.4 + typescript: 5.8.3 '@typescript-eslint/tsconfig-utils@8.52.0(typescript@5.9.3)': dependencies: @@ -26550,15 +26518,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26676,18 +26644,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.52.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.52.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/project-service': 8.52.0(typescript@5.5.4) - '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.5.4) + '@typescript-eslint/project-service': 8.52.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 debug: 4.4.3 minimatch: 9.0.9 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.5.4) - typescript: 5.5.4 + ts-api-utils: 2.4.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26757,14 +26725,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4)': + '@typescript-eslint/utils@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/scope-manager': 8.52.0 '@typescript-eslint/types': 8.52.0 - '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.52.0(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26864,17 +26832,22 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': dependencies: - vite: 6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.3) + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': dependencies: - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3))': dependencies: - vite: 7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3) + optional: true + + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3))': + dependencies: + vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': dependencies: @@ -26905,7 +26878,7 @@ snapshots: dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 - magic-string: 0.30.19 + magic-string: 0.30.21 optionalDependencies: vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) @@ -27031,7 +27004,7 @@ snapshots: '@vue/compiler-ssr': 3.5.13 '@vue/shared': 3.5.13 estree-walker: 2.0.2 - magic-string: 0.30.19 + magic-string: 0.30.21 postcss: 8.5.8 source-map-js: 1.2.1 @@ -27101,7 +27074,7 @@ snapshots: '@vue/compiler-core': 3.3.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 - magic-string: 0.30.19 + magic-string: 0.30.21 '@vue/reactivity@3.2.47': dependencies: @@ -27304,7 +27277,7 @@ snapshots: '@yarnpkg/parsers@3.0.2': dependencies: js-yaml: 3.14.2 - tslib: 2.6.3 + tslib: 2.8.1 '@zkochan/js-yaml@0.0.7': dependencies: @@ -27321,8 +27294,6 @@ snapshots: abbrev@2.0.0: {} - abbrev@3.0.1: {} - abbrev@4.0.0: {} abort-controller@3.0.0: @@ -27360,10 +27331,6 @@ snapshots: dependencies: acorn: 7.4.1 - acorn-jsx@5.3.2(acorn@8.15.0): - dependencies: - acorn: 8.15.0 - acorn-jsx@5.3.2(acorn@8.16.0): dependencies: acorn: 8.16.0 @@ -27437,10 +27404,6 @@ snapshots: optionalDependencies: ajv: 8.18.0 - ajv-formats@3.0.1(ajv@8.17.1): - optionalDependencies: - ajv: 8.17.1 - ajv-formats@3.0.1(ajv@8.18.0): optionalDependencies: ajv: 8.18.0 @@ -27482,6 +27445,23 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + algoliasearch@5.35.0: + dependencies: + '@algolia/abtesting': 1.1.0 + '@algolia/client-abtesting': 5.35.0 + '@algolia/client-analytics': 5.35.0 + '@algolia/client-common': 5.35.0 + '@algolia/client-insights': 5.35.0 + '@algolia/client-personalization': 5.35.0 + '@algolia/client-query-suggestions': 5.35.0 + '@algolia/client-search': 5.35.0 + '@algolia/ingestion': 1.35.0 + '@algolia/monitoring': 1.35.0 + '@algolia/recommend': 5.35.0 + '@algolia/requester-browser-xhr': 5.35.0 + '@algolia/requester-fetch': 5.35.0 + '@algolia/requester-node-http': 5.35.0 + algoliasearch@5.46.2: dependencies: '@algolia/abtesting': 1.12.2 @@ -27852,7 +27832,7 @@ snapshots: ast-types@0.13.4: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 ast-types@0.14.2: dependencies: @@ -27860,7 +27840,7 @@ snapshots: ast-types@0.16.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 astral-regex@2.0.0: {} @@ -27891,14 +27871,14 @@ snapshots: atob@2.1.2: {} - autoprefixer@10.4.20(postcss@8.5.2): + autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 + caniuse-lite: 1.0.30001776 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.5.2 + postcss: 8.5.6 postcss-value-parser: 4.2.0 autoprefixer@10.4.22(postcss@8.4.38): @@ -28043,19 +28023,18 @@ snapshots: transitivePeerDependencies: - supports-color + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + dependencies: + '@babel/core': 7.28.3 + find-up: 5.0.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@babel/core': 7.28.5 find-up: 5.0.0 webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - babel-loader@9.2.1(@babel/core@7.26.10)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - '@babel/core': 7.26.10 - find-cache-dir: 4.0.0 - schema-utils: 4.3.3 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - babel-messages@6.23.0: dependencies: babel-runtime: 6.26.0 @@ -28067,7 +28046,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -28101,7 +28080,7 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: '@babel/template': 7.28.6 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 @@ -28123,15 +28102,6 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.26.10): - dependencies: - '@babel/compat-data': 7.28.6 - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5): dependencies: '@babel/compat-data': 7.28.6 @@ -28150,6 +28120,15 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.28.3): + dependencies: + '@babel/compat-data': 7.29.0 + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.29.0): dependencies: '@babel/compat-data': 7.29.0 @@ -28159,27 +28138,27 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.26.10): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.3): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) - core-js-compat: 3.45.1 + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.5): dependencies: '@babel/core': 7.28.5 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) - core-js-compat: 3.45.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.5) + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.29.0) - core-js-compat: 3.45.1 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.29.0) + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color @@ -28195,7 +28174,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.29.0) - core-js-compat: 3.45.1 + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color @@ -28206,13 +28185,6 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.26.10): - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.26.10) - transitivePeerDependencies: - - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.5): dependencies: '@babel/core': 7.28.5 @@ -28227,6 +28199,13 @@ snapshots: transitivePeerDependencies: - supports-color + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.28.3): + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -28455,24 +28434,13 @@ snapshots: dependencies: tweetnacl: 0.14.5 - beasties@0.3.2: - dependencies: - css-select: 5.1.0 - css-what: 6.1.0 - dom-serializer: 2.0.0 - domhandler: 5.0.3 - htmlparser2: 10.0.0 - picocolors: 1.1.1 - postcss: 8.5.8 - postcss-media-query-parser: 0.2.3 - beasties@0.3.5: dependencies: css-select: 6.0.0 css-what: 7.0.0 dom-serializer: 2.0.0 domhandler: 5.0.3 - htmlparser2: 10.0.0 + htmlparser2: 10.1.0 picocolors: 1.1.1 postcss: 8.5.8 postcss-media-query-parser: 0.2.3 @@ -28687,7 +28655,7 @@ snapshots: browserslist@4.28.0: dependencies: baseline-browser-mapping: 2.8.30 - caniuse-lite: 1.0.30001763 + caniuse-lite: 1.0.30001776 electron-to-chromium: 1.5.259 node-releases: 2.0.27 update-browserslist-db: 1.1.4(browserslist@4.28.0) @@ -28695,7 +28663,7 @@ snapshots: browserslist@4.28.1: dependencies: baseline-browser-mapping: 2.9.13 - caniuse-lite: 1.0.30001763 + caniuse-lite: 1.0.30001776 electron-to-chromium: 1.5.267 node-releases: 2.0.27 update-browserslist-db: 1.2.3(browserslist@4.28.1) @@ -28751,21 +28719,6 @@ snapshots: bytestreamjs@2.0.1: {} - cacache@19.0.1: - dependencies: - '@npmcli/fs': 4.0.0 - fs-minipass: 3.0.3 - glob: 10.5.0 - lru-cache: 10.4.3 - minipass: 7.1.2 - minipass-collect: 2.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 7.0.3 - ssri: 12.0.0 - tar: 7.5.11 - unique-filename: 4.0.0 - cacache@20.0.3: dependencies: '@npmcli/fs': 5.0.0 @@ -28841,7 +28794,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.8.1 camelcase-keys@7.0.2: dependencies: @@ -29207,10 +29160,10 @@ snapshots: code-point-at@1.1.0: {} - codelyzer@6.0.2(@angular/compiler@19.2.20)(@angular/core@19.2.20(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.5.4)): + codelyzer@6.0.2(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.8.3)): dependencies: - '@angular/compiler': 19.2.20 - '@angular/core': 19.2.20(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -29222,7 +29175,7 @@ snapshots: source-map: 0.5.7 sprintf-js: 1.1.3 tslib: 1.14.1 - tslint: 6.1.3(typescript@5.5.4) + tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 codelyzer@6.0.2(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): @@ -29325,6 +29278,8 @@ snapshots: commander@13.1.0: {} + commander@14.0.3: {} + commander@2.11.0: {} commander@2.16.0: {} @@ -29448,24 +29403,23 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@12.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: - fast-glob: 3.3.3 glob-parent: 6.0.2 - globby: 14.1.0 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 7.0.4 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + tinyglobby: 0.2.15 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + copy-webpack-plugin@14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 7.0.4 tinyglobby: 0.2.15 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) core-js-compat@3.45.1: dependencies: @@ -29525,15 +29479,6 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.0(typescript@5.5.4): - dependencies: - env-paths: 2.2.1 - import-fresh: 3.3.1 - js-yaml: 4.1.1 - parse-json: 5.2.0 - optionalDependencies: - typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 @@ -29581,22 +29526,6 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.12 - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - create-jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 @@ -29612,13 +29541,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29626,7 +29555,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true create-require@1.1.1: {} @@ -29698,7 +29626,7 @@ snapshots: optionalDependencies: webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29709,9 +29637,9 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - css-loader@7.1.2(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29722,9 +29650,9 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - css-loader@7.1.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + css-loader@7.1.2(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 @@ -29735,7 +29663,7 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) css-select@4.3.0: dependencies: @@ -29959,11 +29887,6 @@ snapshots: default-browser-id@5.0.0: {} - default-browser@5.2.1: - dependencies: - bundle-name: 4.1.0 - default-browser-id: 5.0.0 - default-browser@5.5.0: dependencies: bundle-name: 4.1.0 @@ -30316,7 +30239,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 dot@1.1.3: {} @@ -30447,7 +30370,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.12.8 + '@types/node': 20.19.37 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -30854,7 +30777,7 @@ snapshots: esbuild-sunos-64@0.14.54: optional: true - esbuild-wasm@0.25.4: {} + esbuild-wasm@0.25.9: {} esbuild-wasm@0.27.2: {} @@ -30945,33 +30868,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.0 '@esbuild/win32-x64': 0.25.0 - esbuild@0.25.4: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.4 - '@esbuild/android-arm': 0.25.4 - '@esbuild/android-arm64': 0.25.4 - '@esbuild/android-x64': 0.25.4 - '@esbuild/darwin-arm64': 0.25.4 - '@esbuild/darwin-x64': 0.25.4 - '@esbuild/freebsd-arm64': 0.25.4 - '@esbuild/freebsd-x64': 0.25.4 - '@esbuild/linux-arm': 0.25.4 - '@esbuild/linux-arm64': 0.25.4 - '@esbuild/linux-ia32': 0.25.4 - '@esbuild/linux-loong64': 0.25.4 - '@esbuild/linux-mips64el': 0.25.4 - '@esbuild/linux-ppc64': 0.25.4 - '@esbuild/linux-riscv64': 0.25.4 - '@esbuild/linux-s390x': 0.25.4 - '@esbuild/linux-x64': 0.25.4 - '@esbuild/netbsd-arm64': 0.25.4 - '@esbuild/netbsd-x64': 0.25.4 - '@esbuild/openbsd-arm64': 0.25.4 - '@esbuild/openbsd-x64': 0.25.4 - '@esbuild/sunos-x64': 0.25.4 - '@esbuild/win32-arm64': 0.25.4 - '@esbuild/win32-ia32': 0.25.4 - '@esbuild/win32-x64': 0.25.4 + esbuild@0.25.9: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 esbuild@0.27.2: optionalDependencies: @@ -31061,28 +30985,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(yq7mldp4wyckzhqs3zqk5sdezm): + eslint-config-devextreme@0.2.0(inkhsxarru2k3eocadfcsbwwra): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(dzsrqj2jhzt6lvbrlsbxe7bbtu): + eslint-config-devextreme@1.1.9(3vdmkq325opsjnvek6nwmyun3m): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31090,18 +31014,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(e37nt3ml5mnwtozm424b2lcda4): + eslint-config-devextreme@1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31109,18 +31033,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(gxmpfc3iqztvtq7vp5muevifvm): + eslint-config-devextreme@1.1.9(e37nt3ml5mnwtozm424b2lcda4): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31128,18 +31052,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(q4m475s3ywnbno7ood3mscoym4): + eslint-config-devextreme@1.1.9(gxmpfc3iqztvtq7vp5muevifvm): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31147,18 +31071,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(satltipdsoawfxnov7ffi4z7ju): + eslint-config-devextreme@1.1.9(p7ac2sqyr7rc7ykkypyvw3f74m): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31170,14 +31094,14 @@ snapshots: stylelint: 15.11.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(sizsemxbssuejtezeqnearawue): + eslint-config-devextreme@1.1.9(q4m475s3ywnbno7ood3mscoym4): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)))(typescript@5.5.4) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31185,9 +31109,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.5.4)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) eslint-config-devextreme@1.1.9(wbiq6ptffaetwqsgdrtmg2wnui): dependencies: @@ -31226,11 +31150,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4(jiti@2.6.1)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: @@ -31294,7 +31218,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -31305,7 +31229,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.39.4(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4(jiti@2.6.1)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -31317,7 +31241,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -31367,13 +31291,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5): dependencies: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - jest: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -31389,25 +31313,25 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)))(typescript@5.5.4): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - typescript: 5.5.4 + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)))(typescript@5.5.4): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) - typescript: 5.5.4 + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -31587,7 +31511,7 @@ snapshots: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) eslint: 9.39.4(jiti@2.6.1) @@ -31599,7 +31523,7 @@ snapshots: xml-name-validator: 4.0.0 optionalDependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.5.4) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): dependencies: @@ -31769,8 +31693,8 @@ snapshots: espree@9.6.1: dependencies: - acorn: 8.15.0 - acorn-jsx: 5.3.2(acorn@8.15.0) + acorn: 8.16.0 + acorn-jsx: 5.3.2(acorn@8.16.0) eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} @@ -32245,10 +32169,10 @@ snapshots: make-dir: 3.1.0 pkg-dir: 4.2.0 - find-cache-dir@4.0.0: + find-cache-directory@6.0.0: dependencies: common-path-prefix: 3.0.0 - pkg-dir: 7.0.0 + pkg-dir: 8.0.0 find-up-simple@1.0.1: {} @@ -32271,11 +32195,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@6.3.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - findup-sync@2.0.0: dependencies: detect-file: 1.0.0 @@ -32654,9 +32573,9 @@ snapshots: normalize-path: 3.0.0 streamx: 2.22.0 - glob-to-regex.js@1.2.0(tslib@2.6.3): + glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 glob-to-regexp@0.4.1: {} @@ -32790,15 +32709,6 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 - globby@14.1.0: - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.3 - ignore: 7.0.5 - path-type: 6.0.0 - slash: 5.1.0 - unicorn-magic: 0.3.0 - globby@5.0.0: dependencies: array-union: 1.0.2 @@ -33368,10 +33278,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - hosted-git-info@8.1.0: - dependencies: - lru-cache: 10.4.3 - hosted-git-info@9.0.2: dependencies: lru-cache: 11.2.4 @@ -33438,7 +33344,7 @@ snapshots: html-void-elements@2.0.1: {} - html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33446,10 +33352,10 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optional: true - html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33457,9 +33363,10 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + optional: true - html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)): + html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33467,10 +33374,9 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3) - optional: true + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -33478,7 +33384,7 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.4(@swc/core@1.15.3) optional: true html2canvas@1.4.1: @@ -33696,10 +33602,6 @@ snapshots: ieee754@1.2.1: {} - ignore-walk@7.0.0: - dependencies: - minimatch: 9.0.9 - ignore-walk@8.0.0: dependencies: minimatch: 10.2.4 @@ -33784,7 +33686,7 @@ snapshots: injection-js@2.4.0: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 inline-source-map@0.6.3: dependencies: @@ -33921,10 +33823,6 @@ snapshots: dependencies: ci-info: 1.6.0 - is-core-module@2.15.1: - dependencies: - hasown: 2.0.2 - is-core-module@2.16.1: dependencies: hasown: 2.0.2 @@ -34176,6 +34074,8 @@ snapshots: is-unicode-supported@0.1.0: {} + is-unicode-supported@1.3.0: {} + is-unicode-supported@2.1.0: {} is-url-superb@4.0.0: {} @@ -34349,7 +34249,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -34375,7 +34275,7 @@ snapshots: '@jest/expect': 30.2.0 '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.0(babel-plugin-macros@3.1.0) @@ -34395,28 +34295,6 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - exit: 0.1.2 - import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - jest-cli@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) @@ -34438,16 +34316,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34458,7 +34336,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jest-cli@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: @@ -34502,15 +34379,15 @@ snapshots: - supports-color - ts-node - jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.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@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-config: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -34524,15 +34401,15 @@ snapshots: - ts-node optional: true - jest-cli@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)): + jest-cli@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) '@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@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -34545,6 +34422,28 @@ snapshots: - supports-color - ts-node + jest-cli@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + jest-util: 30.2.0 + jest-validate: 30.2.0 + yargs: 17.7.2 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + optional: true + jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) @@ -34566,15 +34465,15 @@ snapshots: - supports-color - ts-node - jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)): + jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.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.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + jest-config: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -34609,7 +34508,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -34634,14 +34533,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + '@types/node': 20.12.8 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -34666,14 +34564,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -34698,45 +34595,46 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.0) + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 3.9.0 + ci-info: 4.3.0 deepmerge: 4.3.1 - glob: 7.2.3 + glob: 10.5.0 graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 29.7.0 + pretty-format: 30.2.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 25.5.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 18.19.130 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -34763,13 +34661,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 18.19.130 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) + '@types/node': 20.11.17 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -34797,12 +34695,13 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color + optional: true - jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -34829,14 +34728,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + '@types/node': 20.12.8 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -34863,13 +34761,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -34896,13 +34794,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -34929,14 +34827,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -34963,13 +34861,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -34996,13 +34894,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color + optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35029,13 +34928,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35062,14 +34961,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35096,7 +34995,7 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros @@ -35135,7 +35034,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)): + jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -35163,7 +35062,7 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 25.5.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -35269,7 +35168,7 @@ snapshots: '@jest/environment': 30.2.0 '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-mock: 30.2.0 jest-util: 30.2.0 jest-validate: 30.2.0 @@ -35280,7 +35179,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.12.8 + '@types/node': 20.19.37 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -35295,7 +35194,7 @@ snapshots: jest-haste-map@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -35358,13 +35257,13 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-util: 29.7.0 jest-mock@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-util: 30.2.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -35423,7 +35322,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -35449,7 +35348,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 emittery: 0.13.1 exit-x: 0.2.2 @@ -35478,7 +35377,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 cjs-module-lexer: 1.4.1 collect-v8-coverage: 1.0.2 @@ -35505,7 +35404,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 cjs-module-lexer: 2.2.0 collect-v8-coverage: 1.0.2 @@ -35526,10 +35425,10 @@ snapshots: jest-snapshot@29.7.0: dependencies: '@babel/core': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 @@ -35551,10 +35450,10 @@ snapshots: jest-snapshot@30.2.0: dependencies: '@babel/core': 7.29.0 - '@babel/generator': 7.28.6 + '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@jest/expect-utils': 30.2.0 '@jest/get-type': 30.1.0 '@jest/snapshot-utils': 30.2.0 @@ -35577,7 +35476,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -35586,7 +35485,7 @@ snapshots: jest-util@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 chalk: 4.1.2 ci-info: 4.3.0 graceful-fs: 4.2.11 @@ -35614,7 +35513,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.12.8 + '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -35625,7 +35524,7 @@ snapshots: dependencies: '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 20.12.8 + '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -35634,40 +35533,25 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@30.2.0: dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@ungap/structured-clone': 1.3.0 jest-util: 30.2.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): - dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - '@jest/types': 29.6.3 - import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) @@ -35682,12 +35566,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -35695,7 +35579,6 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - optional: true jest@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: @@ -35727,12 +35610,12 @@ snapshots: - supports-color - ts-node - jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)): + jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4)) + jest-cli: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -35743,12 +35626,12 @@ snapshots: - ts-node optional: true - jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)): + jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest-cli: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -35758,6 +35641,22 @@ snapshots: - supports-color - ts-node + jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + '@jest/types': 30.2.0 + import-local: 3.2.0 + jest-cli: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + optional: true + jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) @@ -35773,12 +35672,12 @@ snapshots: - supports-color - ts-node - jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)): + jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4)) + jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -35854,7 +35753,7 @@ snapshots: jsdom@20.0.3: dependencies: abab: 2.0.6 - acorn: 8.15.0 + acorn: 8.16.0 acorn-globals: 7.0.1 cssom: 0.5.0 cssstyle: 2.3.0 @@ -35894,8 +35793,6 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@4.0.0: {} - json-parse-even-better-errors@5.0.0: {} json-schema-traverse@0.4.1: {} @@ -36126,11 +36023,11 @@ snapshots: lead@4.0.0: {} - less-loader@12.2.0(less@4.2.2)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: - less: 4.2.2 + less: 4.4.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) less-loader@12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: @@ -36138,11 +36035,11 @@ snapshots: optionalDependencies: webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - less@4.2.2: + less@4.4.0: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -36156,7 +36053,7 @@ snapshots: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -36173,17 +36070,17 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: - webpack-sources: 3.3.3 + webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - license-webpack-plugin@4.0.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: - webpack-sources: 3.3.3 + webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) lie@3.3.0: dependencies: @@ -36288,7 +36185,7 @@ snapshots: optionalDependencies: enquirer: 2.4.1 - listr2@8.2.5: + listr2@9.0.1: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 @@ -36321,7 +36218,7 @@ snapshots: '@lmdb/lmdb-linux-x64': 2.8.5 '@lmdb/lmdb-win32-x64': 2.8.5 - lmdb@3.2.6: + lmdb@3.4.2: dependencies: msgpackr: 1.11.2 node-addon-api: 6.1.0 @@ -36329,12 +36226,13 @@ snapshots: ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 3.2.6 - '@lmdb/lmdb-darwin-x64': 3.2.6 - '@lmdb/lmdb-linux-arm': 3.2.6 - '@lmdb/lmdb-linux-arm64': 3.2.6 - '@lmdb/lmdb-linux-x64': 3.2.6 - '@lmdb/lmdb-win32-x64': 3.2.6 + '@lmdb/lmdb-darwin-arm64': 3.4.2 + '@lmdb/lmdb-darwin-x64': 3.4.2 + '@lmdb/lmdb-linux-arm': 3.4.2 + '@lmdb/lmdb-linux-arm64': 3.4.2 + '@lmdb/lmdb-linux-x64': 3.4.2 + '@lmdb/lmdb-win32-arm64': 3.4.2 + '@lmdb/lmdb-win32-x64': 3.4.2 optional: true lmdb@3.4.4: @@ -36391,10 +36289,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash._reinterpolate@3.0.0: {} lodash.clone@4.5.0: {} @@ -36453,6 +36347,11 @@ snapshots: chalk: 4.1.2 is-unicode-supported: 0.1.0 + log-symbols@6.0.0: + dependencies: + chalk: 5.6.2 + is-unicode-supported: 1.3.0 + log-symbols@7.0.1: dependencies: is-unicode-supported: 2.1.0 @@ -36528,7 +36427,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 lru-cache@10.4.3: {} @@ -36595,22 +36494,6 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@14.0.3: - dependencies: - '@npmcli/agent': 3.0.0 - cacache: 19.0.1 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 1.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - ssri: 12.0.0 - transitivePeerDependencies: - - supports-color - make-fetch-happen@15.0.3: dependencies: '@npmcli/agent': 4.0.0 @@ -36744,12 +36627,12 @@ snapshots: memfs@4.51.1: dependencies: - '@jsonjoy.com/json-pack': 1.21.0(tslib@2.6.3) - '@jsonjoy.com/util': 1.9.0(tslib@2.6.3) - glob-to-regex.js: 1.2.0(tslib@2.6.3) - thingies: 2.5.0(tslib@2.6.3) - tree-dump: 1.1.0(tslib@2.6.3) - tslib: 2.6.3 + '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) + '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 memory-fs@0.5.0: dependencies: @@ -36999,11 +36882,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: @@ -37043,14 +36926,6 @@ snapshots: dependencies: minipass: 7.1.2 - minipass-fetch@4.0.1: - dependencies: - minipass: 7.1.2 - minipass-sized: 1.0.3 - minizlib: 3.1.0 - optionalDependencies: - encoding: 0.1.13 - minipass-fetch@5.0.0: dependencies: minipass: 7.1.2 @@ -37183,8 +37058,6 @@ snapshots: mute-stdout@1.0.1: {} - mute-stream@1.0.0: {} - mute-stream@2.0.0: {} mylas@2.1.13: {} @@ -37252,9 +37125,9 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4))(tslib@2.6.3)(typescript@5.5.4): + ng-packagr@19.2.2(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.5.4) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 ajv: 8.17.1 @@ -37275,65 +37148,67 @@ snapshots: postcss: 8.5.6 rxjs: 7.8.2 sass: 1.97.1 - tslib: 2.6.3 - typescript: 5.5.4 + tslib: 2.8.1 + typescript: 4.9.5 optionalDependencies: rollup: 4.59.0 - ng-packagr@19.2.2(@angular/compiler-cli@19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 19.2.19(@angular/compiler@19.2.20)(typescript@5.8.3) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 + ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 + ora: 8.2.0 + piscina: 5.1.4 + postcss: 8.5.8 + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.6.3 typescript: 5.8.3 optionalDependencies: rollup: 4.59.0 optional: true - ng-packagr@19.2.2(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 + ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 + find-cache-directory: 6.0.0 injection-js: 2.4.0 jsonc-parser: 3.3.1 less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 + ora: 8.2.0 + piscina: 5.1.4 + postcss: 8.5.8 + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 sass: 1.97.1 + tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 4.9.5 + typescript: 5.8.3 optionalDependencies: rollup: 4.59.0 @@ -37350,7 +37225,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.8.1 node-abort-controller@3.1.1: {} @@ -37377,21 +37252,6 @@ snapshots: detect-libc: 2.0.3 optional: true - node-gyp@11.2.0: - dependencies: - env-paths: 2.2.1 - exponential-backoff: 3.1.1 - graceful-fs: 4.2.11 - make-fetch-happen: 14.0.3 - nopt: 8.1.0 - proc-log: 5.0.0 - semver: 7.7.4 - tar: 7.5.11 - tinyglobby: 0.2.15 - which: 5.0.0 - transitivePeerDependencies: - - supports-color - node-gyp@12.1.0: dependencies: env-paths: 2.2.1 @@ -37454,10 +37314,6 @@ snapshots: dependencies: abbrev: 2.0.0 - nopt@8.1.0: - dependencies: - abbrev: 3.0.1 - nopt@9.0.0: dependencies: abbrev: 4.0.0 @@ -37492,29 +37348,19 @@ snapshots: dependencies: once: 1.4.0 - npm-bundled@4.0.0: - dependencies: - npm-normalize-package-bin: 4.0.0 - npm-bundled@5.0.0: dependencies: npm-normalize-package-bin: 5.0.0 - npm-install-checks@7.1.1: - dependencies: - semver: 7.7.4 - npm-install-checks@8.0.0: dependencies: semver: 7.7.4 - npm-normalize-package-bin@4.0.0: {} - npm-normalize-package-bin@5.0.0: {} - npm-package-arg@12.0.2: + npm-package-arg@13.0.0: dependencies: - hosted-git-info: 8.1.0 + hosted-git-info: 9.0.2 proc-log: 5.0.0 semver: 7.7.4 validate-npm-package-name: 6.0.0 @@ -37531,17 +37377,6 @@ snapshots: ignore-walk: 8.0.0 proc-log: 6.1.0 - npm-packlist@9.0.0: - dependencies: - ignore-walk: 7.0.0 - - npm-pick-manifest@10.0.0: - dependencies: - npm-install-checks: 7.1.1 - npm-normalize-package-bin: 4.0.0 - npm-package-arg: 12.0.2 - semver: 7.7.4 - npm-pick-manifest@11.0.3: dependencies: npm-install-checks: 8.0.0 @@ -37549,19 +37384,6 @@ snapshots: npm-package-arg: 13.0.2 semver: 7.7.4 - npm-registry-fetch@18.0.2: - dependencies: - '@npmcli/redact': 3.2.0 - jsonparse: 1.3.1 - make-fetch-happen: 14.0.3 - minipass: 7.1.2 - minipass-fetch: 4.0.1 - minizlib: 3.1.0 - npm-package-arg: 12.0.2 - proc-log: 5.0.0 - transitivePeerDependencies: - - supports-color - npm-registry-fetch@19.1.1: dependencies: '@npmcli/redact': 4.0.0 @@ -37655,7 +37477,7 @@ snapshots: tmp: 0.2.5 tree-kill: 1.2.2 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.8.1 yaml: 2.8.3 yargs: 17.7.2 yargs-parser: 21.1.1 @@ -37822,16 +37644,9 @@ snapshots: dependencies: mimic-function: 5.0.1 - open@10.1.0: - dependencies: - default-browser: 5.5.0 - define-lazy-prop: 3.0.0 - is-inside-container: 1.0.0 - is-wsl: 3.1.0 - open@10.2.0: dependencies: - default-browser: 5.2.1 + default-browser: 5.5.0 define-lazy-prop: 3.0.0 is-inside-container: 1.0.0 wsl-utils: 0.1.0 @@ -37920,6 +37735,18 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@8.2.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 2.9.2 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 6.0.0 + stdin-discarder: 0.2.2 + string-width: 7.2.0 + strip-ansi: 7.1.2 + ora@9.0.0: dependencies: chalk: 5.6.2 @@ -37968,10 +37795,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.1.1 - p-locate@3.0.0: dependencies: p-limit: 2.3.0 @@ -37984,10 +37807,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map@1.2.0: {} p-map@3.0.0: @@ -38024,28 +37843,6 @@ snapshots: package-json-from-dist@1.0.1: {} - pacote@20.0.0: - dependencies: - '@npmcli/git': 6.0.3 - '@npmcli/installed-package-contents': 3.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - '@npmcli/run-script': 9.1.0 - cacache: 19.0.1 - fs-minipass: 3.0.3 - minipass: 7.1.2 - npm-package-arg: 12.0.2 - npm-packlist: 9.0.0 - npm-pick-manifest: 10.0.0 - npm-registry-fetch: 18.0.2 - proc-log: 5.0.0 - promise-retry: 2.0.1 - sigstore: 3.1.0 - ssri: 12.0.0 - tar: 7.5.11 - transitivePeerDependencies: - - supports-color - pacote@21.0.4: dependencies: '@npmcli/git': 7.0.1 @@ -38075,7 +37872,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 parcel@2.16.4: dependencies: @@ -38149,12 +37946,6 @@ snapshots: parse-passwd@1.0.0: {} - parse5-html-rewriting-stream@7.0.0: - dependencies: - entities: 4.5.0 - parse5: 7.2.1 - parse5-sax-parser: 7.0.0 - parse5-html-rewriting-stream@8.0.0: dependencies: entities: 6.0.0 @@ -38174,10 +37965,6 @@ snapshots: dependencies: parse5: 7.3.0 - parse5-sax-parser@7.0.0: - dependencies: - parse5: 7.2.1 - parse5-sax-parser@8.0.0: dependencies: parse5: 8.0.0 @@ -38205,7 +37992,7 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.8.1 pascalcase@0.1.1: {} @@ -38221,8 +38008,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-is-inside@1.0.2: {} @@ -38265,8 +38050,6 @@ snapshots: path-type@4.0.0: {} - path-type@6.0.0: {} - pathval@1.1.1: {} pathval@2.0.1: {} @@ -38327,6 +38110,10 @@ snapshots: optionalDependencies: '@napi-rs/nice': 1.1.1 + piscina@5.1.3: + optionalDependencies: + '@napi-rs/nice': 1.1.1 + piscina@5.1.4: optionalDependencies: '@napi-rs/nice': 1.1.1 @@ -38337,9 +38124,9 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-dir@7.0.0: + pkg-dir@8.0.0: dependencies: - find-up: 6.3.0 + find-up-simple: 1.0.1 pkg-up@3.1.0: dependencies: @@ -38406,25 +38193,14 @@ snapshots: postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.5.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): - dependencies: - cosmiconfig: 9.0.0(typescript@5.5.4) - jiti: 1.21.6 - postcss: 8.5.2 - semver: 7.7.4 - optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) - transitivePeerDependencies: - - typescript - - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.6 - postcss: 8.5.2 + postcss: 8.5.6 semver: 7.7.4 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - typescript @@ -38506,12 +38282,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.2: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -38714,11 +38484,11 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.6.1(typescript@5.5.4): + puppeteer@23.6.1(typescript@5.8.3): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 typed-query-selector: 2.12.0 @@ -38827,8 +38597,8 @@ snapshots: react-docgen@7.1.1: dependencies: '@babel/core': 7.29.0 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 '@types/doctrine': 0.0.9 @@ -38842,8 +38612,8 @@ snapshots: react-docgen@8.0.2: dependencies: '@babel/core': 7.29.0 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 '@types/doctrine': 0.0.9 @@ -39354,7 +39124,7 @@ snapshots: resolve@1.22.8: dependencies: - is-core-module: 2.15.1 + is-core-module: 2.16.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -39423,6 +39193,17 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.58 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.58 + rollup-plugin-dts@6.4.1(rollup@4.59.0)(typescript@5.8.3): + dependencies: + '@jridgewell/remapping': 2.3.5 + '@jridgewell/sourcemap-codec': 1.5.5 + convert-source-map: 2.0.0 + magic-string: 0.30.21 + rollup: 4.59.0 + typescript: 5.8.3 + optionalDependencies: + '@babel/code-frame': 7.29.0 + rollup@4.59.0: dependencies: '@types/estree': 1.0.8 @@ -39722,13 +39503,13 @@ snapshots: sass-embedded-win32-x64: 1.97.1 optional: true - sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.85.0)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) sass-loader@16.0.6(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: @@ -39742,7 +39523,7 @@ snapshots: dependencies: commander: 10.0.1 - sass@1.85.0: + sass@1.90.0: dependencies: chokidar: 4.0.1 immutable: 5.1.5 @@ -40045,17 +39826,6 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@3.1.0: - dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.1 - '@sigstore/sign': 3.1.0 - '@sigstore/tuf': 3.1.1 - '@sigstore/verify': 2.1.1 - transitivePeerDependencies: - - supports-color - sigstore@4.0.0: dependencies: '@sigstore/bundle': 4.0.0 @@ -40084,8 +39854,6 @@ snapshots: slash@3.0.0: {} - slash@5.1.0: {} - slice-ansi@4.0.0: dependencies: ansi-styles: 4.3.0 @@ -40174,17 +39942,17 @@ snapshots: source-map-js: 1.2.1 webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - source-map-loader@5.0.0(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) source-map-resolve@0.5.3: dependencies: @@ -40300,10 +40068,6 @@ snapshots: safer-buffer: 2.1.2 tweetnacl: 0.14.5 - ssri@12.0.0: - dependencies: - minipass: 7.1.2 - ssri@13.0.0: dependencies: minipass: 7.1.2 @@ -40652,9 +40416,9 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) + stylelint: 16.22.0(typescript@5.8.3) stylelint-config-recommended@16.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -40683,10 +40447,10 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@4.9.5)) - stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.5.4)): + stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.8.3)): dependencies: - stylelint: 16.22.0(typescript@5.5.4) - stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.5.4)) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.8.3)) stylelint-config-standard@38.0.0(stylelint@16.22.0(typescript@5.9.3)): dependencies: @@ -40849,7 +40613,7 @@ snapshots: - supports-color - typescript - stylelint@16.22.0(typescript@5.5.4): + stylelint@16.22.0(typescript@5.8.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) '@csstools/css-tokenizer': 3.0.4 @@ -40858,7 +40622,7 @@ snapshots: '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) css-functions-list: 3.2.3 css-tree: 3.1.0 debug: 4.4.3 @@ -40981,8 +40745,6 @@ snapshots: '@swc/counter': 0.1.3 webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - symbol-observable@4.0.0: {} - symbol-tree@3.2.4: {} sync-child-process@1.0.2: @@ -41103,16 +40865,16 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.25.0 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 terser: 5.46.0 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: '@swc/core': 1.15.3 - esbuild: 0.25.4 + esbuild: 0.25.9 terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: @@ -41125,16 +40887,6 @@ snapshots: '@swc/core': 1.15.3 esbuild: 0.27.2 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)): - dependencies: - '@jridgewell/trace-mapping': 0.3.31 - jest-worker: 27.5.1 - schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.0(@swc/core@1.15.3) - optionalDependencies: - '@swc/core': 1.15.3 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)): dependencies: '@jridgewell/trace-mapping': 0.3.31 @@ -41193,14 +40945,14 @@ snapshots: terser@5.36.0: dependencies: '@jridgewell/source-map': 0.3.11 - acorn: 8.15.0 + acorn: 8.16.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.39.0: + terser@5.43.1: dependencies: '@jridgewell/source-map': 0.3.11 - acorn: 8.15.0 + acorn: 8.16.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -41567,9 +41319,9 @@ snapshots: textextensions@3.3.0: {} - thingies@2.5.0(tslib@2.6.3): + thingies@2.5.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 through2-filter@3.0.0: dependencies: @@ -41625,6 +41377,11 @@ snapshots: tiny-invariant@1.3.3: {} + tinyglobby@0.2.14: + dependencies: + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + tinyglobby@0.2.15: dependencies: fdir: 6.5.0(picomatch@4.0.3) @@ -41715,9 +41472,9 @@ snapshots: semver: 5.7.2 source-map-support: 0.2.10 - tree-dump@1.1.0(tslib@2.6.3): + tree-dump@1.1.0(tslib@2.8.1): dependencies: - tslib: 2.6.3 + tslib: 2.8.1 tree-kill@1.2.2: {} @@ -41745,9 +41502,9 @@ snapshots: dependencies: typescript: 4.9.5 - ts-api-utils@2.4.0(typescript@5.5.4): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: - typescript: 5.5.4 + typescript: 5.8.3 ts-api-utils@2.4.0(typescript@5.9.3): dependencies: @@ -41777,11 +41534,11 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5)) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -41931,7 +41688,7 @@ snapshots: optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -41945,13 +41702,13 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@4.9.5): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -41965,6 +41722,26 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 + typescript: 5.9.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.19.37 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -41972,14 +41749,35 @@ snapshots: '@swc/core': 1.15.3 optional: true - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.12.8 + '@types/node': 20.19.37 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.8.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + optional: true + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.19.37 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -42013,7 +41811,7 @@ snapshots: '@swc/core': 1.15.3 optional: true - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 @@ -42027,7 +41825,7 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: @@ -42091,7 +41889,7 @@ snapshots: tslib@2.8.1: {} - tslint@6.1.3(typescript@5.5.4): + tslint@6.1.3(typescript@5.8.3): dependencies: '@babel/code-frame': 7.29.0 builtin-modules: 1.1.1 @@ -42105,8 +41903,8 @@ snapshots: resolve: 1.22.11 semver: 5.7.2 tslib: 1.14.1 - tsutils: 2.29.0(typescript@5.5.4) - typescript: 5.5.4 + tsutils: 2.29.0(typescript@5.8.3) + typescript: 5.8.3 tslint@6.1.3(typescript@5.9.3): dependencies: @@ -42125,10 +41923,10 @@ snapshots: tsutils: 2.29.0(typescript@5.9.3) typescript: 5.9.3 - tsutils@2.29.0(typescript@5.5.4): + tsutils@2.29.0(typescript@5.8.3): dependencies: tslib: 1.14.1 - typescript: 5.5.4 + typescript: 5.8.3 tsutils@2.29.0(typescript@5.9.3): dependencies: @@ -42156,14 +41954,6 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@3.0.1: - dependencies: - '@tufjs/models': 3.0.1 - debug: 4.4.3 - make-fetch-happen: 14.0.3 - transitivePeerDependencies: - - supports-color - tuf-js@4.0.0: dependencies: '@tufjs/models': 4.0.0 @@ -42286,8 +42076,6 @@ snapshots: typescript@4.9.5: {} - typescript@5.5.4: {} - typescript@5.8.3: {} typescript@5.9.3: {} @@ -42344,6 +42132,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@6.21.0: {} + undici-types@7.18.2: {} undici@7.24.4: {} @@ -42359,8 +42149,6 @@ snapshots: unicode-property-aliases-ecmascript@2.1.0: {} - unicorn-magic@0.3.0: {} - unified@10.1.2: dependencies: '@types/unist': 2.0.11 @@ -42382,18 +42170,10 @@ snapshots: dependencies: qs: 6.14.1 - unique-filename@4.0.0: - dependencies: - unique-slug: 5.0.0 - unique-filename@5.0.0: dependencies: unique-slug: 6.0.0 - unique-slug@5.0.0: - dependencies: - imurmurhash: 0.1.4 - unique-slug@6.0.0: dependencies: imurmurhash: 0.1.4 @@ -42769,7 +42549,7 @@ snapshots: sass-embedded: 1.97.1 terser: 5.46.0 - vite@6.4.1(@types/node@20.11.17)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.3): + vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) @@ -42778,61 +42558,60 @@ snapshots: rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.11.17 + '@types/node': 25.5.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.2 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.97.1 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.46.0 yaml: 2.8.3 - vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.2.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.3): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): dependencies: esbuild: 0.25.0 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.5.0 + '@types/node': 20.11.17 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.2.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.39.0 + terser: 5.43.1 yaml: 2.8.3 - vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.85.0)(terser@5.46.0)(yaml@2.8.3): + vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): dependencies: esbuild: 0.25.0 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.5.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 + less: 4.4.0 lightningcss: 1.30.2 - sass: 1.85.0 + sass: 1.90.0 sass-embedded: 1.97.1 - terser: 5.46.0 + terser: 5.43.1 yaml: 2.8.3 - optional: true - vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3): + vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3): dependencies: esbuild: 0.25.0 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: @@ -42841,12 +42620,13 @@ snapshots: jiti: 2.6.1 less: 4.4.2 lightningcss: 1.30.2 - sass: 1.97.1 + sass: 1.90.0 sass-embedded: 1.97.1 terser: 5.46.0 yaml: 2.8.3 + optional: true - vite@7.3.0(@types/node@20.12.8)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3): + vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3): dependencies: esbuild: 0.27.2 fdir: 6.5.0(picomatch@4.0.3) @@ -42855,7 +42635,7 @@ snapshots: rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 @@ -42992,6 +42772,11 @@ snapshots: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 + watchpack@2.4.4: + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + watchpack@2.5.0: dependencies: glob-to-regexp: 0.4.1 @@ -43065,7 +42850,7 @@ snapshots: optionalDependencies: webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - webpack-dev-middleware@7.4.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -43074,9 +42859,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -43085,9 +42870,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.5(webpack@5.105.4): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -43096,9 +42881,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware@7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-middleware@7.4.5(webpack@5.105.4): dependencies: colorette: 2.0.20 memfs: 4.51.1 @@ -43107,9 +42892,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -43137,17 +42922,17 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ws: 8.18.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - webpack-dev-server@5.2.2(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -43175,10 +42960,10 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) ws: 8.18.0 optionalDependencies: - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) transitivePeerDependencies: - bufferutil - debug @@ -43262,30 +43047,30 @@ snapshots: vinyl: 2.2.1 webpack: 5.105.4(@swc/core@1.15.3) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)) + html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)))(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.98.0(@swc/core@1.15.3)(esbuild@0.25.4) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) + html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)) webpack-virtual-modules@0.6.2: {} - webpack@5.105.0(@swc/core@1.15.3): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43309,7 +43094,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(webpack@5.105.0(@swc/core@1.15.3)) + terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -43317,7 +43102,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.0): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43341,7 +43126,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: @@ -43481,36 +43266,6 @@ snapshots: - esbuild - uglify-js - webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4): - dependencies: - '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.8 - '@webassemblyjs/ast': 1.14.1 - '@webassemblyjs/wasm-edit': 1.14.1 - '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - browserslist: 4.28.1 - chrome-trace-event: 1.0.4 - enhanced-resolve: 5.19.0 - es-module-lexer: 1.7.0 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.1 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.4)(webpack@5.98.0(@swc/core@1.15.3)(esbuild@0.25.4)) - watchpack: 2.5.1 - webpack-sources: 3.3.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - websocket-driver@0.7.4: dependencies: http-parser-js: 0.5.8 @@ -43633,10 +43388,6 @@ snapshots: dependencies: isexe: 2.0.0 - which@5.0.0: - dependencies: - isexe: 3.1.1 - which@6.0.0: dependencies: isexe: 3.1.1 @@ -43820,8 +43571,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yoctocolors-cjs@2.1.3: {} yoctocolors@2.1.2: {} @@ -43832,6 +43581,10 @@ snapshots: compress-commons: 6.0.2 readable-stream: 4.7.0 + zod-to-json-schema@3.25.1(zod@4.1.13): + dependencies: + zod: 4.1.13 + zod-to-json-schema@3.25.1(zod@4.3.5): dependencies: zod: 4.3.5 From bd9fa6bb75da2e547af299de66789eda136c41ea Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 26 Mar 2026 19:43:08 +0100 Subject: [PATCH 42/48] regenerate index in devextreme-angular --- packages/devextreme-angular/src/index.ts | 266 ++++++++++++++++++++++- 1 file changed, 265 insertions(+), 1 deletion(-) diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index 69069a7c67c9..b387f2eeeb37 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -1,6 +1,16 @@ import './common'; import './common/grids'; import './common/charts'; +import * as CommonModule from './common/index'; +import * as AiIntegrationModule from './common/ai-integration'; +import * as ChartsModule from './common/charts'; +import * as CoreAnimationModule from './common/core/animation'; +import * as CoreEnvironmentModule from './common/core/environment'; +import * as CoreEventsModule from './common/core/events'; +import * as CoreLocalizationModule from './common/core/localization'; +import * as DataModule from './common/data'; +import * as ExportExcelModule from './common/export/excel'; +import * as ExportPdfModule from './common/export/pdf'; export * from 'devextreme-angular/core'; export * from './ui/all'; @@ -88,4 +98,258 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -export * as Common from './common/index'; +export namespace Common { + export type ApplyValueMode = import('devextreme/common').ApplyValueMode; + export type AsyncRule = import('devextreme/common').AsyncRule; + export type ButtonStyle = import('devextreme/common').ButtonStyle; + export type ButtonType = import('devextreme/common').ButtonType; + export type CompareRule = import('devextreme/common').CompareRule; + export type ComparisonOperator = import('devextreme/common').ComparisonOperator; + export const config = (CommonModule as any).config as typeof import('devextreme/common').config; + export type CustomRule = import('devextreme/common').CustomRule; + export type DataStructure = import('devextreme/common').DataStructure; + export type DataType = import('devextreme/common').DataType; + export type DateLike = import('devextreme/common').DateLike; + export type DefaultOptionsRule = import('devextreme/common').DefaultOptionsRule; + export type Direction = import('devextreme/common').Direction; + export type DisplayMode = import('devextreme/common').DisplayMode; + export type DragDirection = import('devextreme/common').DragDirection; + export type Draggable = import('devextreme/common').Draggable; + export type DragHighlight = import('devextreme/common').DragHighlight; + export type EditorStyle = import('devextreme/common').EditorStyle; + export type EmailRule = import('devextreme/common').EmailRule; + export type ExportFormat = import('devextreme/common').ExportFormat; + export type FieldChooserLayout = import('devextreme/common').FieldChooserLayout; + export type FirstDayOfWeek = import('devextreme/common').FirstDayOfWeek; + export type FloatingActionButtonDirection = import('devextreme/common').FloatingActionButtonDirection; + export type Format = import('devextreme/common').Format; + export type GlobalConfig = import('devextreme/common').GlobalConfig; + export const Guid = (CommonModule as any).Guid as typeof import('devextreme/common').Guid; + export type Guid = import('devextreme/common').Guid; + export type HorizontalAlignment = import('devextreme/common').HorizontalAlignment; + export type HorizontalEdge = import('devextreme/common').HorizontalEdge; + export type LabelMode = import('devextreme/common').LabelMode; + export type MaskMode = import('devextreme/common').MaskMode; + export type Mode = import('devextreme/common').Mode; + export type NumericRule = import('devextreme/common').NumericRule; + export type Orientation = import('devextreme/common').Orientation; + export type PageLoadMode = import('devextreme/common').PageLoadMode; + export type PageOrientation = import('devextreme/common').PageOrientation; + export type PatternRule = import('devextreme/common').PatternRule; + export type Position = import('devextreme/common').Position; + export type PositionAlignment = import('devextreme/common').PositionAlignment; + export type RangeRule = import('devextreme/common').RangeRule; + export type RequiredRule = import('devextreme/common').RequiredRule; + export type Scrollable = import('devextreme/common').Scrollable; + export type ScrollbarMode = import('devextreme/common').ScrollbarMode; + export type ScrollDirection = import('devextreme/common').ScrollDirection; + export type ScrollMode = import('devextreme/common').ScrollMode; + export type SearchMode = import('devextreme/common').SearchMode; + export type SelectAllMode = import('devextreme/common').SelectAllMode; + export const setTemplateEngine = (CommonModule as any).setTemplateEngine as typeof import('devextreme/common').setTemplateEngine; + export type SimplifiedSearchMode = import('devextreme/common').SimplifiedSearchMode; + export type SingleMultipleAllOrNone = import('devextreme/common').SingleMultipleAllOrNone; + export type SingleMultipleOrNone = import('devextreme/common').SingleMultipleOrNone; + export type SingleOrMultiple = import('devextreme/common').SingleOrMultiple; + export type SingleOrNone = import('devextreme/common').SingleOrNone; + export type SliderValueChangeMode = import('devextreme/common').SliderValueChangeMode; + export type Sortable = import('devextreme/common').Sortable; + export type SortOrder = import('devextreme/common').SortOrder; + export type StoreType = import('devextreme/common').StoreType; + export type StringLengthRule = import('devextreme/common').StringLengthRule; + export type SubmenuShowMode = import('devextreme/common').SubmenuShowMode; + export type TabsIconPosition = import('devextreme/common').TabsIconPosition; + export type TabsStyle = import('devextreme/common').TabsStyle; + export type template = import('devextreme/common').template; + export type TextBoxPredefinedButton = import('devextreme/common').TextBoxPredefinedButton; + export type TextEditorButton = import('devextreme/common').TextEditorButton; + export type TextEditorButtonLocation = import('devextreme/common').TextEditorButtonLocation; + export type ToolbarItemComponent = import('devextreme/common').ToolbarItemComponent; + export type ToolbarItemLocation = import('devextreme/common').ToolbarItemLocation; + export type TooltipShowMode = import('devextreme/common').TooltipShowMode; + export type ValidationCallbackData = import('devextreme/common').ValidationCallbackData; + export type ValidationMessageMode = import('devextreme/common').ValidationMessageMode; + export type ValidationRule = import('devextreme/common').ValidationRule; + export type ValidationRuleType = import('devextreme/common').ValidationRuleType; + export type ValidationStatus = import('devextreme/common').ValidationStatus; + export type VerticalAlignment = import('devextreme/common').VerticalAlignment; + export type VerticalEdge = import('devextreme/common').VerticalEdge; + export namespace AiIntegration { + export const AIIntegration = (AiIntegrationModule as any).AIIntegration as typeof import('devextreme/common/ai-integration').AIIntegration; + export type AIIntegration = import('devextreme/common/ai-integration').AIIntegration; + export type AIIntegrationOptions = import('devextreme/common/ai-integration').AIIntegrationOptions; + export type AIProvider = import('devextreme/common/ai-integration').AIProvider; + export type AIResponse = import('devextreme/common/ai-integration').AIResponse; + export type GenerateGridColumnCommandResponse = import('devextreme/common/ai-integration').GenerateGridColumnCommandResponse; + export type Prompt = import('devextreme/common/ai-integration').Prompt; + export type RequestParams = import('devextreme/common/ai-integration').RequestParams; + export type RequestParamsData = import('devextreme/common/ai-integration').RequestParamsData; + export type Response = import('devextreme/common/ai-integration').Response; + } + export namespace Charts { + export type AnimationEaseMode = import('devextreme/common/charts').AnimationEaseMode; + export type AnnotationType = import('devextreme/common/charts').AnnotationType; + export type ArgumentAxisHoverMode = import('devextreme/common/charts').ArgumentAxisHoverMode; + export type AxisScaleType = import('devextreme/common/charts').AxisScaleType; + export type ChartsAxisLabelOverlap = import('devextreme/common/charts').ChartsAxisLabelOverlap; + export type ChartsColor = import('devextreme/common/charts').ChartsColor; + export type ChartsDataType = import('devextreme/common/charts').ChartsDataType; + export type ChartsLabelOverlap = import('devextreme/common/charts').ChartsLabelOverlap; + export type DashStyle = import('devextreme/common/charts').DashStyle; + export type DiscreteAxisDivisionMode = import('devextreme/common/charts').DiscreteAxisDivisionMode; + export type Font = import('devextreme/common/charts').Font; + export type GradientColor = import('devextreme/common/charts').GradientColor; + export type HatchDirection = import('devextreme/common/charts').HatchDirection; + export type LabelOverlap = import('devextreme/common/charts').LabelOverlap; + export type LabelPosition = import('devextreme/common/charts').LabelPosition; + export type LegendHoverMode = import('devextreme/common/charts').LegendHoverMode; + export type LegendItem = import('devextreme/common/charts').LegendItem; + export type LegendMarkerState = import('devextreme/common/charts').LegendMarkerState; + export type Palette = import('devextreme/common/charts').Palette; + export type PaletteColorSet = import('devextreme/common/charts').PaletteColorSet; + export type PaletteExtensionMode = import('devextreme/common/charts').PaletteExtensionMode; + export type PointInteractionMode = import('devextreme/common/charts').PointInteractionMode; + export type PointSymbol = import('devextreme/common/charts').PointSymbol; + export const registerGradient = (ChartsModule as any).registerGradient as typeof import('devextreme/common/charts').registerGradient; + export const registerPattern = (ChartsModule as any).registerPattern as typeof import('devextreme/common/charts').registerPattern; + export type RelativePosition = import('devextreme/common/charts').RelativePosition; + export type ScaleBreak = import('devextreme/common/charts').ScaleBreak; + export type ScaleBreakLineStyle = import('devextreme/common/charts').ScaleBreakLineStyle; + export type SeriesHoverMode = import('devextreme/common/charts').SeriesHoverMode; + export type SeriesLabel = import('devextreme/common/charts').SeriesLabel; + export type SeriesPoint = import('devextreme/common/charts').SeriesPoint; + export type SeriesSelectionMode = import('devextreme/common/charts').SeriesSelectionMode; + export type SeriesType = import('devextreme/common/charts').SeriesType; + export type ShiftLabelOverlap = import('devextreme/common/charts').ShiftLabelOverlap; + export type TextOverflow = import('devextreme/common/charts').TextOverflow; + export type Theme = import('devextreme/common/charts').Theme; + export type TimeInterval = import('devextreme/common/charts').TimeInterval; + export type TimeIntervalConfig = import('devextreme/common/charts').TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = import('devextreme/common/charts').ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = import('devextreme/common/charts').ValueErrorBarDisplayMode; + export type ValueErrorBarType = import('devextreme/common/charts').ValueErrorBarType; + export type VisualRange = import('devextreme/common/charts').VisualRange; + export type VisualRangeUpdateMode = import('devextreme/common/charts').VisualRangeUpdateMode; + export type WordWrap = import('devextreme/common/charts').WordWrap; + export type ZoomPanAction = import('devextreme/common/charts').ZoomPanAction; + } + export namespace Core { + export namespace Animation { + export type AnimationConfig = import('devextreme/common/core/animation').AnimationConfig; + export const animationPresets = (CoreAnimationModule as any).animationPresets as typeof import('devextreme/common/core/animation').animationPresets; + export type AnimationState = import('devextreme/common/core/animation').AnimationState; + export const cancelAnimationFrame = (CoreAnimationModule as any).cancelAnimationFrame as typeof import('devextreme/common/core/animation').cancelAnimationFrame; + export type CollisionResolution = import('devextreme/common/core/animation').CollisionResolution; + export type CollisionResolutionCombination = import('devextreme/common/core/animation').CollisionResolutionCombination; + export const fx = (CoreAnimationModule as any).fx as typeof import('devextreme/common/core/animation').fx; + export type PositionConfig = import('devextreme/common/core/animation').PositionConfig; + export const requestAnimationFrame = (CoreAnimationModule as any).requestAnimationFrame as typeof import('devextreme/common/core/animation').requestAnimationFrame; + export const TransitionExecutor = (CoreAnimationModule as any).TransitionExecutor as typeof import('devextreme/common/core/animation').TransitionExecutor; + export type TransitionExecutor = import('devextreme/common/core/animation').TransitionExecutor; + } + export namespace Environment { + export type Device = import('devextreme/common/core/environment').Device; + export const getTimeZones = (CoreEnvironmentModule as any).getTimeZones as typeof import('devextreme/common/core/environment').getTimeZones; + export const hideTopOverlay = (CoreEnvironmentModule as any).hideTopOverlay as typeof import('devextreme/common/core/environment').hideTopOverlay; + export const initMobileViewport = (CoreEnvironmentModule as any).initMobileViewport as typeof import('devextreme/common/core/environment').initMobileViewport; + export type SchedulerTimeZone = import('devextreme/common/core/environment').SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = import('devextreme/common/core/events').AsyncCancelable; + export type Cancelable = import('devextreme/common/core/events').Cancelable; + export type ChangedOptionInfo = import('devextreme/common/core/events').ChangedOptionInfo; + export type EventInfo = import('devextreme/common/core/events').EventInfo; + export type EventObject = import('devextreme/common/core/events').EventObject; + export type InitializedEventInfo = import('devextreme/common/core/events').InitializedEventInfo; + export type ItemInfo = import('devextreme/common/core/events').ItemInfo; + export type NativeEventInfo = import('devextreme/common/core/events').NativeEventInfo; + export const off = (CoreEventsModule as any).off as typeof import('devextreme/common/core/events').off; + export const on = (CoreEventsModule as any).on as typeof import('devextreme/common/core/events').on; + export const one = (CoreEventsModule as any).one as typeof import('devextreme/common/core/events').one; + export const trigger = (CoreEventsModule as any).trigger as typeof import('devextreme/common/core/events').trigger; + } + export namespace Localization { + export type Format = import('devextreme/common/core/localization').Format; + export const formatDate = (CoreLocalizationModule as any).formatDate as typeof import('devextreme/common/core/localization').formatDate; + export const formatMessage = (CoreLocalizationModule as any).formatMessage as typeof import('devextreme/common/core/localization').formatMessage; + export const formatNumber = (CoreLocalizationModule as any).formatNumber as typeof import('devextreme/common/core/localization').formatNumber; + export const loadMessages = (CoreLocalizationModule as any).loadMessages as typeof import('devextreme/common/core/localization').loadMessages; + export const locale = (CoreLocalizationModule as any).locale as typeof import('devextreme/common/core/localization').locale; + export const parseDate = (CoreLocalizationModule as any).parseDate as typeof import('devextreme/common/core/localization').parseDate; + export const parseNumber = (CoreLocalizationModule as any).parseNumber as typeof import('devextreme/common/core/localization').parseNumber; + } + } + export namespace Data { + export const applyChanges = (DataModule as any).applyChanges as typeof import('devextreme/common/data').applyChanges; + export const ArrayStore = (DataModule as any).ArrayStore as typeof import('devextreme/common/data').ArrayStore; + export type ArrayStore = import('devextreme/common/data').ArrayStore; + export type ArrayStoreOptions = import('devextreme/common/data').ArrayStoreOptions; + export const base64_encode = (DataModule as any).base64_encode as typeof import('devextreme/common/data').base64_encode; + export const compileGetter = (DataModule as any).compileGetter as typeof import('devextreme/common/data').compileGetter; + export const compileSetter = (DataModule as any).compileSetter as typeof import('devextreme/common/data').compileSetter; + export const CustomStore = (DataModule as any).CustomStore as typeof import('devextreme/common/data').CustomStore; + export type CustomStore = import('devextreme/common/data').CustomStore; + export type CustomStoreOptions = import('devextreme/common/data').CustomStoreOptions; + export const DataSource = (DataModule as any).DataSource as typeof import('devextreme/common/data').DataSource; + export type DataSource = import('devextreme/common/data').DataSource; + export type DataSourceOptions = import('devextreme/common/data').DataSourceOptions; + export const EdmLiteral = (DataModule as any).EdmLiteral as typeof import('devextreme/common/data').EdmLiteral; + export type EdmLiteral = import('devextreme/common/data').EdmLiteral; + export const EndpointSelector = (DataModule as any).EndpointSelector as typeof import('devextreme/common/data').EndpointSelector; + export type EndpointSelector = import('devextreme/common/data').EndpointSelector; + export const errorHandler = (DataModule as any).errorHandler as typeof import('devextreme/common/data').errorHandler; + export type FilterDescriptor = import('devextreme/common/data').FilterDescriptor; + export type GroupDescriptor = import('devextreme/common/data').GroupDescriptor; + export type GroupingInterval = import('devextreme/common/data').GroupingInterval; + export type GroupItem = import('devextreme/common/data').GroupItem; + export const isGroupItemsArray = (DataModule as any).isGroupItemsArray as typeof import('devextreme/common/data').isGroupItemsArray; + export const isItemsArray = (DataModule as any).isItemsArray as typeof import('devextreme/common/data').isItemsArray; + export const isLoadResultObject = (DataModule as any).isLoadResultObject as typeof import('devextreme/common/data').isLoadResultObject; + export const keyConverters = (DataModule as any).keyConverters as typeof import('devextreme/common/data').keyConverters; + export type LangParams = import('devextreme/common/data').LangParams; + export type LoadOptions = import('devextreme/common/data').LoadOptions; + export type LoadResult = import('devextreme/common/data').LoadResult; + export type LoadResultObject = import('devextreme/common/data').LoadResultObject; + export const LocalStore = (DataModule as any).LocalStore as typeof import('devextreme/common/data').LocalStore; + export type LocalStore = import('devextreme/common/data').LocalStore; + export type LocalStoreOptions = import('devextreme/common/data').LocalStoreOptions; + export const ODataContext = (DataModule as any).ODataContext as typeof import('devextreme/common/data').ODataContext; + export type ODataContext = import('devextreme/common/data').ODataContext; + export type ODataContextOptions = import('devextreme/common/data').ODataContextOptions; + export const ODataStore = (DataModule as any).ODataStore as typeof import('devextreme/common/data').ODataStore; + export type ODataStore = import('devextreme/common/data').ODataStore; + export type ODataStoreOptions = import('devextreme/common/data').ODataStoreOptions; + export const query = (DataModule as any).query as typeof import('devextreme/common/data').query; + export type Query = import('devextreme/common/data').Query; + export type ResolvedData = import('devextreme/common/data').ResolvedData; + export type SearchOperation = import('devextreme/common/data').SearchOperation; + export type SelectDescriptor = import('devextreme/common/data').SelectDescriptor; + export const setErrorHandler = (DataModule as any).setErrorHandler as typeof import('devextreme/common/data').setErrorHandler; + export type SortDescriptor = import('devextreme/common/data').SortDescriptor; + export type Store = import('devextreme/common/data').Store; + export type StoreOptions = import('devextreme/common/data').StoreOptions; + export type SummaryDescriptor = import('devextreme/common/data').SummaryDescriptor; + } + export namespace Export { + export namespace Excel { + export type CellAddress = import('devextreme/common/export/excel').CellAddress; + export type CellRange = import('devextreme/common/export/excel').CellRange; + export type DataGridCell = import('devextreme/common/export/excel').DataGridCell; + export type DataGridExportOptions = import('devextreme/common/export/excel').DataGridExportOptions; + export const exportDataGrid = (ExportExcelModule as any).exportDataGrid as typeof import('devextreme/common/export/excel').exportDataGrid; + export const exportPivotGrid = (ExportExcelModule as any).exportPivotGrid as typeof import('devextreme/common/export/excel').exportPivotGrid; + export type PivotGridCell = import('devextreme/common/export/excel').PivotGridCell; + export type PivotGridExportOptions = import('devextreme/common/export/excel').PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = import('devextreme/common/export/pdf').Cell; + export type DataGridCell = import('devextreme/common/export/pdf').DataGridCell; + export type DataGridExportOptions = import('devextreme/common/export/pdf').DataGridExportOptions; + export const exportDataGrid = (ExportPdfModule as any).exportDataGrid as typeof import('devextreme/common/export/pdf').exportDataGrid; + export const exportGantt = (ExportPdfModule as any).exportGantt as typeof import('devextreme/common/export/pdf').exportGantt; + export type GanttExportFont = import('devextreme/common/export/pdf').GanttExportFont; + export type GanttExportOptions = import('devextreme/common/export/pdf').GanttExportOptions; + } + } + export function Grids(): void {} +} From d201734a6ec080987a27ef32eb65497d47831dd5 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 26 Mar 2026 20:39:42 +0100 Subject: [PATCH 43/48] remove unnecessary changes --- .../generate-components/angular-generator.ts | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts b/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts index 2249d46921db..d1ccf036ccb9 100644 --- a/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts +++ b/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts @@ -74,14 +74,6 @@ export async function generateAngularComponents( }); logger.verbose('✓ Module facades generated'); - logger.verbose('🔗 Generating common reexports...'); - AngularCommonReexportsGenerator.generate({ - outputPath: path.dirname(componentsDir), - metadata: metaData, - templatingOptions: config.templatingOptions, - }); - logger.verbose('✓ Common reexports generated'); - logger.verbose('📋 Generating index facades...'); const facadeGenerator = new AngularFacadeGenerator(); facadeGenerator.generate({ @@ -91,8 +83,15 @@ export async function generateAngularComponents( }, }, commonImports: ['./common', './common/grids', './common/charts'], - commonReexports: metaData?.commonReexports, templatingOptions: config.templatingOptions, }); logger.verbose('✓ Index facades generated'); + + logger.verbose('🔗 Generating common reexports...'); + AngularCommonReexportsGenerator.generate({ + outputPath: path.dirname(componentsDir), + metadata: metaData, + templatingOptions: config.templatingOptions, + }); + logger.verbose('✓ Common reexports generated'); } From 84ebdf2f29d8f8832be30fea362205e366144513 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 26 Mar 2026 23:01:14 +0100 Subject: [PATCH 44/48] regenerate index --- packages/devextreme-angular/src/index.ts | 266 +---------------------- 1 file changed, 1 insertion(+), 265 deletions(-) diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index b387f2eeeb37..69069a7c67c9 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -1,16 +1,6 @@ import './common'; import './common/grids'; import './common/charts'; -import * as CommonModule from './common/index'; -import * as AiIntegrationModule from './common/ai-integration'; -import * as ChartsModule from './common/charts'; -import * as CoreAnimationModule from './common/core/animation'; -import * as CoreEnvironmentModule from './common/core/environment'; -import * as CoreEventsModule from './common/core/events'; -import * as CoreLocalizationModule from './common/core/localization'; -import * as DataModule from './common/data'; -import * as ExportExcelModule from './common/export/excel'; -import * as ExportPdfModule from './common/export/pdf'; export * from 'devextreme-angular/core'; export * from './ui/all'; @@ -98,258 +88,4 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -export namespace Common { - export type ApplyValueMode = import('devextreme/common').ApplyValueMode; - export type AsyncRule = import('devextreme/common').AsyncRule; - export type ButtonStyle = import('devextreme/common').ButtonStyle; - export type ButtonType = import('devextreme/common').ButtonType; - export type CompareRule = import('devextreme/common').CompareRule; - export type ComparisonOperator = import('devextreme/common').ComparisonOperator; - export const config = (CommonModule as any).config as typeof import('devextreme/common').config; - export type CustomRule = import('devextreme/common').CustomRule; - export type DataStructure = import('devextreme/common').DataStructure; - export type DataType = import('devextreme/common').DataType; - export type DateLike = import('devextreme/common').DateLike; - export type DefaultOptionsRule = import('devextreme/common').DefaultOptionsRule; - export type Direction = import('devextreme/common').Direction; - export type DisplayMode = import('devextreme/common').DisplayMode; - export type DragDirection = import('devextreme/common').DragDirection; - export type Draggable = import('devextreme/common').Draggable; - export type DragHighlight = import('devextreme/common').DragHighlight; - export type EditorStyle = import('devextreme/common').EditorStyle; - export type EmailRule = import('devextreme/common').EmailRule; - export type ExportFormat = import('devextreme/common').ExportFormat; - export type FieldChooserLayout = import('devextreme/common').FieldChooserLayout; - export type FirstDayOfWeek = import('devextreme/common').FirstDayOfWeek; - export type FloatingActionButtonDirection = import('devextreme/common').FloatingActionButtonDirection; - export type Format = import('devextreme/common').Format; - export type GlobalConfig = import('devextreme/common').GlobalConfig; - export const Guid = (CommonModule as any).Guid as typeof import('devextreme/common').Guid; - export type Guid = import('devextreme/common').Guid; - export type HorizontalAlignment = import('devextreme/common').HorizontalAlignment; - export type HorizontalEdge = import('devextreme/common').HorizontalEdge; - export type LabelMode = import('devextreme/common').LabelMode; - export type MaskMode = import('devextreme/common').MaskMode; - export type Mode = import('devextreme/common').Mode; - export type NumericRule = import('devextreme/common').NumericRule; - export type Orientation = import('devextreme/common').Orientation; - export type PageLoadMode = import('devextreme/common').PageLoadMode; - export type PageOrientation = import('devextreme/common').PageOrientation; - export type PatternRule = import('devextreme/common').PatternRule; - export type Position = import('devextreme/common').Position; - export type PositionAlignment = import('devextreme/common').PositionAlignment; - export type RangeRule = import('devextreme/common').RangeRule; - export type RequiredRule = import('devextreme/common').RequiredRule; - export type Scrollable = import('devextreme/common').Scrollable; - export type ScrollbarMode = import('devextreme/common').ScrollbarMode; - export type ScrollDirection = import('devextreme/common').ScrollDirection; - export type ScrollMode = import('devextreme/common').ScrollMode; - export type SearchMode = import('devextreme/common').SearchMode; - export type SelectAllMode = import('devextreme/common').SelectAllMode; - export const setTemplateEngine = (CommonModule as any).setTemplateEngine as typeof import('devextreme/common').setTemplateEngine; - export type SimplifiedSearchMode = import('devextreme/common').SimplifiedSearchMode; - export type SingleMultipleAllOrNone = import('devextreme/common').SingleMultipleAllOrNone; - export type SingleMultipleOrNone = import('devextreme/common').SingleMultipleOrNone; - export type SingleOrMultiple = import('devextreme/common').SingleOrMultiple; - export type SingleOrNone = import('devextreme/common').SingleOrNone; - export type SliderValueChangeMode = import('devextreme/common').SliderValueChangeMode; - export type Sortable = import('devextreme/common').Sortable; - export type SortOrder = import('devextreme/common').SortOrder; - export type StoreType = import('devextreme/common').StoreType; - export type StringLengthRule = import('devextreme/common').StringLengthRule; - export type SubmenuShowMode = import('devextreme/common').SubmenuShowMode; - export type TabsIconPosition = import('devextreme/common').TabsIconPosition; - export type TabsStyle = import('devextreme/common').TabsStyle; - export type template = import('devextreme/common').template; - export type TextBoxPredefinedButton = import('devextreme/common').TextBoxPredefinedButton; - export type TextEditorButton = import('devextreme/common').TextEditorButton; - export type TextEditorButtonLocation = import('devextreme/common').TextEditorButtonLocation; - export type ToolbarItemComponent = import('devextreme/common').ToolbarItemComponent; - export type ToolbarItemLocation = import('devextreme/common').ToolbarItemLocation; - export type TooltipShowMode = import('devextreme/common').TooltipShowMode; - export type ValidationCallbackData = import('devextreme/common').ValidationCallbackData; - export type ValidationMessageMode = import('devextreme/common').ValidationMessageMode; - export type ValidationRule = import('devextreme/common').ValidationRule; - export type ValidationRuleType = import('devextreme/common').ValidationRuleType; - export type ValidationStatus = import('devextreme/common').ValidationStatus; - export type VerticalAlignment = import('devextreme/common').VerticalAlignment; - export type VerticalEdge = import('devextreme/common').VerticalEdge; - export namespace AiIntegration { - export const AIIntegration = (AiIntegrationModule as any).AIIntegration as typeof import('devextreme/common/ai-integration').AIIntegration; - export type AIIntegration = import('devextreme/common/ai-integration').AIIntegration; - export type AIIntegrationOptions = import('devextreme/common/ai-integration').AIIntegrationOptions; - export type AIProvider = import('devextreme/common/ai-integration').AIProvider; - export type AIResponse = import('devextreme/common/ai-integration').AIResponse; - export type GenerateGridColumnCommandResponse = import('devextreme/common/ai-integration').GenerateGridColumnCommandResponse; - export type Prompt = import('devextreme/common/ai-integration').Prompt; - export type RequestParams = import('devextreme/common/ai-integration').RequestParams; - export type RequestParamsData = import('devextreme/common/ai-integration').RequestParamsData; - export type Response = import('devextreme/common/ai-integration').Response; - } - export namespace Charts { - export type AnimationEaseMode = import('devextreme/common/charts').AnimationEaseMode; - export type AnnotationType = import('devextreme/common/charts').AnnotationType; - export type ArgumentAxisHoverMode = import('devextreme/common/charts').ArgumentAxisHoverMode; - export type AxisScaleType = import('devextreme/common/charts').AxisScaleType; - export type ChartsAxisLabelOverlap = import('devextreme/common/charts').ChartsAxisLabelOverlap; - export type ChartsColor = import('devextreme/common/charts').ChartsColor; - export type ChartsDataType = import('devextreme/common/charts').ChartsDataType; - export type ChartsLabelOverlap = import('devextreme/common/charts').ChartsLabelOverlap; - export type DashStyle = import('devextreme/common/charts').DashStyle; - export type DiscreteAxisDivisionMode = import('devextreme/common/charts').DiscreteAxisDivisionMode; - export type Font = import('devextreme/common/charts').Font; - export type GradientColor = import('devextreme/common/charts').GradientColor; - export type HatchDirection = import('devextreme/common/charts').HatchDirection; - export type LabelOverlap = import('devextreme/common/charts').LabelOverlap; - export type LabelPosition = import('devextreme/common/charts').LabelPosition; - export type LegendHoverMode = import('devextreme/common/charts').LegendHoverMode; - export type LegendItem = import('devextreme/common/charts').LegendItem; - export type LegendMarkerState = import('devextreme/common/charts').LegendMarkerState; - export type Palette = import('devextreme/common/charts').Palette; - export type PaletteColorSet = import('devextreme/common/charts').PaletteColorSet; - export type PaletteExtensionMode = import('devextreme/common/charts').PaletteExtensionMode; - export type PointInteractionMode = import('devextreme/common/charts').PointInteractionMode; - export type PointSymbol = import('devextreme/common/charts').PointSymbol; - export const registerGradient = (ChartsModule as any).registerGradient as typeof import('devextreme/common/charts').registerGradient; - export const registerPattern = (ChartsModule as any).registerPattern as typeof import('devextreme/common/charts').registerPattern; - export type RelativePosition = import('devextreme/common/charts').RelativePosition; - export type ScaleBreak = import('devextreme/common/charts').ScaleBreak; - export type ScaleBreakLineStyle = import('devextreme/common/charts').ScaleBreakLineStyle; - export type SeriesHoverMode = import('devextreme/common/charts').SeriesHoverMode; - export type SeriesLabel = import('devextreme/common/charts').SeriesLabel; - export type SeriesPoint = import('devextreme/common/charts').SeriesPoint; - export type SeriesSelectionMode = import('devextreme/common/charts').SeriesSelectionMode; - export type SeriesType = import('devextreme/common/charts').SeriesType; - export type ShiftLabelOverlap = import('devextreme/common/charts').ShiftLabelOverlap; - export type TextOverflow = import('devextreme/common/charts').TextOverflow; - export type Theme = import('devextreme/common/charts').Theme; - export type TimeInterval = import('devextreme/common/charts').TimeInterval; - export type TimeIntervalConfig = import('devextreme/common/charts').TimeIntervalConfig; - export type ValueAxisVisualRangeUpdateMode = import('devextreme/common/charts').ValueAxisVisualRangeUpdateMode; - export type ValueErrorBarDisplayMode = import('devextreme/common/charts').ValueErrorBarDisplayMode; - export type ValueErrorBarType = import('devextreme/common/charts').ValueErrorBarType; - export type VisualRange = import('devextreme/common/charts').VisualRange; - export type VisualRangeUpdateMode = import('devextreme/common/charts').VisualRangeUpdateMode; - export type WordWrap = import('devextreme/common/charts').WordWrap; - export type ZoomPanAction = import('devextreme/common/charts').ZoomPanAction; - } - export namespace Core { - export namespace Animation { - export type AnimationConfig = import('devextreme/common/core/animation').AnimationConfig; - export const animationPresets = (CoreAnimationModule as any).animationPresets as typeof import('devextreme/common/core/animation').animationPresets; - export type AnimationState = import('devextreme/common/core/animation').AnimationState; - export const cancelAnimationFrame = (CoreAnimationModule as any).cancelAnimationFrame as typeof import('devextreme/common/core/animation').cancelAnimationFrame; - export type CollisionResolution = import('devextreme/common/core/animation').CollisionResolution; - export type CollisionResolutionCombination = import('devextreme/common/core/animation').CollisionResolutionCombination; - export const fx = (CoreAnimationModule as any).fx as typeof import('devextreme/common/core/animation').fx; - export type PositionConfig = import('devextreme/common/core/animation').PositionConfig; - export const requestAnimationFrame = (CoreAnimationModule as any).requestAnimationFrame as typeof import('devextreme/common/core/animation').requestAnimationFrame; - export const TransitionExecutor = (CoreAnimationModule as any).TransitionExecutor as typeof import('devextreme/common/core/animation').TransitionExecutor; - export type TransitionExecutor = import('devextreme/common/core/animation').TransitionExecutor; - } - export namespace Environment { - export type Device = import('devextreme/common/core/environment').Device; - export const getTimeZones = (CoreEnvironmentModule as any).getTimeZones as typeof import('devextreme/common/core/environment').getTimeZones; - export const hideTopOverlay = (CoreEnvironmentModule as any).hideTopOverlay as typeof import('devextreme/common/core/environment').hideTopOverlay; - export const initMobileViewport = (CoreEnvironmentModule as any).initMobileViewport as typeof import('devextreme/common/core/environment').initMobileViewport; - export type SchedulerTimeZone = import('devextreme/common/core/environment').SchedulerTimeZone; - } - export namespace Events { - export type AsyncCancelable = import('devextreme/common/core/events').AsyncCancelable; - export type Cancelable = import('devextreme/common/core/events').Cancelable; - export type ChangedOptionInfo = import('devextreme/common/core/events').ChangedOptionInfo; - export type EventInfo = import('devextreme/common/core/events').EventInfo; - export type EventObject = import('devextreme/common/core/events').EventObject; - export type InitializedEventInfo = import('devextreme/common/core/events').InitializedEventInfo; - export type ItemInfo = import('devextreme/common/core/events').ItemInfo; - export type NativeEventInfo = import('devextreme/common/core/events').NativeEventInfo; - export const off = (CoreEventsModule as any).off as typeof import('devextreme/common/core/events').off; - export const on = (CoreEventsModule as any).on as typeof import('devextreme/common/core/events').on; - export const one = (CoreEventsModule as any).one as typeof import('devextreme/common/core/events').one; - export const trigger = (CoreEventsModule as any).trigger as typeof import('devextreme/common/core/events').trigger; - } - export namespace Localization { - export type Format = import('devextreme/common/core/localization').Format; - export const formatDate = (CoreLocalizationModule as any).formatDate as typeof import('devextreme/common/core/localization').formatDate; - export const formatMessage = (CoreLocalizationModule as any).formatMessage as typeof import('devextreme/common/core/localization').formatMessage; - export const formatNumber = (CoreLocalizationModule as any).formatNumber as typeof import('devextreme/common/core/localization').formatNumber; - export const loadMessages = (CoreLocalizationModule as any).loadMessages as typeof import('devextreme/common/core/localization').loadMessages; - export const locale = (CoreLocalizationModule as any).locale as typeof import('devextreme/common/core/localization').locale; - export const parseDate = (CoreLocalizationModule as any).parseDate as typeof import('devextreme/common/core/localization').parseDate; - export const parseNumber = (CoreLocalizationModule as any).parseNumber as typeof import('devextreme/common/core/localization').parseNumber; - } - } - export namespace Data { - export const applyChanges = (DataModule as any).applyChanges as typeof import('devextreme/common/data').applyChanges; - export const ArrayStore = (DataModule as any).ArrayStore as typeof import('devextreme/common/data').ArrayStore; - export type ArrayStore = import('devextreme/common/data').ArrayStore; - export type ArrayStoreOptions = import('devextreme/common/data').ArrayStoreOptions; - export const base64_encode = (DataModule as any).base64_encode as typeof import('devextreme/common/data').base64_encode; - export const compileGetter = (DataModule as any).compileGetter as typeof import('devextreme/common/data').compileGetter; - export const compileSetter = (DataModule as any).compileSetter as typeof import('devextreme/common/data').compileSetter; - export const CustomStore = (DataModule as any).CustomStore as typeof import('devextreme/common/data').CustomStore; - export type CustomStore = import('devextreme/common/data').CustomStore; - export type CustomStoreOptions = import('devextreme/common/data').CustomStoreOptions; - export const DataSource = (DataModule as any).DataSource as typeof import('devextreme/common/data').DataSource; - export type DataSource = import('devextreme/common/data').DataSource; - export type DataSourceOptions = import('devextreme/common/data').DataSourceOptions; - export const EdmLiteral = (DataModule as any).EdmLiteral as typeof import('devextreme/common/data').EdmLiteral; - export type EdmLiteral = import('devextreme/common/data').EdmLiteral; - export const EndpointSelector = (DataModule as any).EndpointSelector as typeof import('devextreme/common/data').EndpointSelector; - export type EndpointSelector = import('devextreme/common/data').EndpointSelector; - export const errorHandler = (DataModule as any).errorHandler as typeof import('devextreme/common/data').errorHandler; - export type FilterDescriptor = import('devextreme/common/data').FilterDescriptor; - export type GroupDescriptor = import('devextreme/common/data').GroupDescriptor; - export type GroupingInterval = import('devextreme/common/data').GroupingInterval; - export type GroupItem = import('devextreme/common/data').GroupItem; - export const isGroupItemsArray = (DataModule as any).isGroupItemsArray as typeof import('devextreme/common/data').isGroupItemsArray; - export const isItemsArray = (DataModule as any).isItemsArray as typeof import('devextreme/common/data').isItemsArray; - export const isLoadResultObject = (DataModule as any).isLoadResultObject as typeof import('devextreme/common/data').isLoadResultObject; - export const keyConverters = (DataModule as any).keyConverters as typeof import('devextreme/common/data').keyConverters; - export type LangParams = import('devextreme/common/data').LangParams; - export type LoadOptions = import('devextreme/common/data').LoadOptions; - export type LoadResult = import('devextreme/common/data').LoadResult; - export type LoadResultObject = import('devextreme/common/data').LoadResultObject; - export const LocalStore = (DataModule as any).LocalStore as typeof import('devextreme/common/data').LocalStore; - export type LocalStore = import('devextreme/common/data').LocalStore; - export type LocalStoreOptions = import('devextreme/common/data').LocalStoreOptions; - export const ODataContext = (DataModule as any).ODataContext as typeof import('devextreme/common/data').ODataContext; - export type ODataContext = import('devextreme/common/data').ODataContext; - export type ODataContextOptions = import('devextreme/common/data').ODataContextOptions; - export const ODataStore = (DataModule as any).ODataStore as typeof import('devextreme/common/data').ODataStore; - export type ODataStore = import('devextreme/common/data').ODataStore; - export type ODataStoreOptions = import('devextreme/common/data').ODataStoreOptions; - export const query = (DataModule as any).query as typeof import('devextreme/common/data').query; - export type Query = import('devextreme/common/data').Query; - export type ResolvedData = import('devextreme/common/data').ResolvedData; - export type SearchOperation = import('devextreme/common/data').SearchOperation; - export type SelectDescriptor = import('devextreme/common/data').SelectDescriptor; - export const setErrorHandler = (DataModule as any).setErrorHandler as typeof import('devextreme/common/data').setErrorHandler; - export type SortDescriptor = import('devextreme/common/data').SortDescriptor; - export type Store = import('devextreme/common/data').Store; - export type StoreOptions = import('devextreme/common/data').StoreOptions; - export type SummaryDescriptor = import('devextreme/common/data').SummaryDescriptor; - } - export namespace Export { - export namespace Excel { - export type CellAddress = import('devextreme/common/export/excel').CellAddress; - export type CellRange = import('devextreme/common/export/excel').CellRange; - export type DataGridCell = import('devextreme/common/export/excel').DataGridCell; - export type DataGridExportOptions = import('devextreme/common/export/excel').DataGridExportOptions; - export const exportDataGrid = (ExportExcelModule as any).exportDataGrid as typeof import('devextreme/common/export/excel').exportDataGrid; - export const exportPivotGrid = (ExportExcelModule as any).exportPivotGrid as typeof import('devextreme/common/export/excel').exportPivotGrid; - export type PivotGridCell = import('devextreme/common/export/excel').PivotGridCell; - export type PivotGridExportOptions = import('devextreme/common/export/excel').PivotGridExportOptions; - } - export namespace Pdf { - export type Cell = import('devextreme/common/export/pdf').Cell; - export type DataGridCell = import('devextreme/common/export/pdf').DataGridCell; - export type DataGridExportOptions = import('devextreme/common/export/pdf').DataGridExportOptions; - export const exportDataGrid = (ExportPdfModule as any).exportDataGrid as typeof import('devextreme/common/export/pdf').exportDataGrid; - export const exportGantt = (ExportPdfModule as any).exportGantt as typeof import('devextreme/common/export/pdf').exportGantt; - export type GanttExportFont = import('devextreme/common/export/pdf').GanttExportFont; - export type GanttExportOptions = import('devextreme/common/export/pdf').GanttExportOptions; - } - } - export function Grids(): void {} -} +export * as Common from './common/index'; From bb703bccf0be94f6aae7590f5da655a2059eae50 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 26 Mar 2026 23:39:11 +0100 Subject: [PATCH 45/48] update lock --- pnpm-lock.yaml | 10811 +++++++++++++++++++---------------------------- 1 file changed, 4418 insertions(+), 6393 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d07ae30049d8..03f3ea1a2bf3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -198,13 +198,13 @@ importers: devDependencies: '@nx/devkit': specifier: 22.4.5 - version: 22.4.5(nx@22.4.5(@swc/core@1.15.3)) + version: 22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) '@nx/jest': specifier: 22.4.5 - version: 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3) + version: 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)))(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3) '@nx/js': specifier: 22.4.5 - version: 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3)) + version: 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) '@types/jest': specifier: 29.5.14 version: 29.5.14 @@ -231,7 +231,7 @@ importers: version: 1.2.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)) + version: 6.0.2(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)) devextreme-internal-tools: specifier: catalog:tools version: 20.3.0 @@ -246,7 +246,7 @@ importers: version: 8.0.3 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jspdf-autotable: specifier: 3.8.4 version: 3.8.4(jspdf@4.2.1) @@ -255,7 +255,7 @@ importers: version: 14.0.1(enquirer@2.4.1) nx: specifier: 22.4.5 - version: 22.4.5(@swc/core@1.15.3) + version: 22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)) nx-cloud: specifier: 19.1.0 version: 19.1.0 @@ -279,7 +279,7 @@ importers: version: 3.1.2 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) vue: specifier: 3.4.27 version: 3.4.27(typescript@5.9.3) @@ -324,17 +324,17 @@ importers: version: link:../../packages/devextreme-angular/npm/dist tslib: specifier: ^2.6.1 - version: 2.6.3 + version: 2.8.1 zone.js: specifier: catalog:angular version: 0.15.1 devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 20.3.21(gjmhy2decwtegmeofiuri27o7q) + version: 20.3.21(adcmamoziogsp6oh3vn5zgsiau) '@angular/cli': specifier: catalog:angular - version: 20.3.21(@types/node@20.11.17)(chokidar@4.0.1) + version: 20.3.21(@types/node@20.11.17)(chokidar@4.0.3) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -346,7 +346,7 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) + version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular version: 5.8.3 @@ -355,40 +355,40 @@ importers: dependencies: '@angular-devkit/build-angular': specifier: ~21.1.0 - version: 21.1.5(j42lx37kokphmm7sdypr6k2q4m) + version: 21.1.5(36ipviykfclvh52xm6ysm6zxkq) '@angular/animations': specifier: ~21.1.0 - version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + version: 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.1.5 version: 21.1.5(@types/node@20.19.37)(chokidar@5.0.0) '@angular/common': specifier: ~21.1.0 - version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: ~21.2.0 - version: 21.2.4 + version: 21.2.6 '@angular/compiler-cli': specifier: ~21.1.0 - version: 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) + version: 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) '@angular/core': specifier: ~21.2.4 - version: 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + version: 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: ~21.1.0 - version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: ~21.1.0 - version: 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + version: 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: ~21.1.0 - version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))) + version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))) '@aspnet/signalr': specifier: 1.0.27 version: 1.0.27 '@preact/signals-core': specifier: ^1.8.0 - version: 1.8.0 + version: 1.14.0 '@rollup/plugin-commonjs': specifier: 19.0.2 version: 19.0.2(rollup@4.59.0) @@ -505,7 +505,7 @@ importers: version: 4.2.0 openai: specifier: 4.73.1 - version: 4.73.1(encoding@0.1.13)(zod@4.3.5) + version: 4.73.1(zod@4.3.5) plugin-typescript: specifier: 8.0.0 version: 8.0.0(typescript@5.9.3) @@ -574,10 +574,10 @@ importers: version: 10.1.2 vue: specifier: ^3.3.4 - version: 3.4.27(typescript@5.9.3) + version: 3.5.31(typescript@5.9.3) vuex: specifier: 4.0.0-beta.4 - version: 4.0.0-beta.4(vue@3.4.27(typescript@5.9.3)) + version: 4.0.0-beta.4(vue@3.5.31(typescript@5.9.3)) whatwg-fetch: specifier: 2.0.4 version: 2.0.4 @@ -590,7 +590,7 @@ importers: devDependencies: '@angular/platform-server': specifier: 21.1.6 - version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/core': specifier: 7.29.0 version: 7.29.0 @@ -656,7 +656,7 @@ importers: version: 12.0.0(eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) '@vue/tsconfig': specifier: 0.9.0 - version: 0.9.0(typescript@5.9.3)(vue@3.4.27(typescript@5.9.3)) + version: 0.9.0(typescript@5.9.3)(vue@3.5.31(typescript@5.9.3)) axe-core: specifier: 'catalog:' version: 4.11.1 @@ -725,7 +725,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) + version: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -761,7 +761,7 @@ importers: version: 16.22.0(typescript@5.9.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.7.0)(stylelint@16.22.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.8.1)(stylelint@16.22.0(typescript@5.9.3)) stylelint-config-standard: specifier: 38.0.0 version: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) @@ -776,7 +776,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.4(jiti@2.6.1)) @@ -822,13 +822,13 @@ importers: version: 4.1.0 webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) webpack-cli: specifier: 5.1.4 version: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) webpack-dev-server: specifier: 5.2.3 - version: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.4) + version: 5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4) apps/react-storybook: dependencies: @@ -840,26 +840,26 @@ importers: version: link:../../packages/devextreme-react/npm html-react-parser: specifier: ^5.2.2 - version: 5.2.2(@types/react@18.3.28)(react@18.3.1) + version: 5.2.17(@types/react@18.3.28)(react@18.3.1) inferno: specifier: 'catalog:' version: 8.2.3 openai: specifier: 4.73.1 - version: 4.73.1(encoding@0.1.13)(zod@3.24.4) + version: 4.73.1(zod@3.23.8) devDependencies: '@storybook/addon-docs': specifier: 10.1.9 - version: 10.1.9(@types/react@18.3.28)(esbuild@0.27.2)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + version: 10.1.9(@types/react@18.3.28)(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) '@storybook/addon-links': specifier: 10.1.9 version: 10.1.9(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@storybook/addon-webpack5-compiler-swc': specifier: 4.0.2 - version: 4.0.2(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + version: 4.0.2(@swc/helpers@0.5.20)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) '@storybook/react-webpack5': specifier: 10.1.9 - version: 10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) + version: 10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)) '@types/react': specifier: 18.3.28 version: 18.3.28 @@ -938,13 +938,13 @@ importers: version: 4.2.5(vue@3.2.47) webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) webpack-cli: specifier: 5.1.4 version: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) webpack-dev-server: specifier: 5.2.3 - version: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.4) + version: 5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4) e2e/bundlers: devDependencies: @@ -986,7 +986,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(q4m475s3ywnbno7ood3mscoym4) + version: 1.1.9(uxcrnfrr64k2g3njyjnfv5ge4i) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -1010,7 +1010,7 @@ importers: version: 1.2.8 parcel: specifier: 2.16.4 - version: 2.16.4 + version: 2.16.4(@swc/helpers@0.5.20) rimraf: specifier: 3.0.2 version: 3.0.2 @@ -1019,10 +1019,10 @@ importers: version: 4.59.0 vite: specifier: 5.4.21 - version: 5.4.21(@types/node@25.5.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) + version: 5.4.21(@types/node@20.19.37)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1) webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0) + version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@4.10.0) webpack-cli: specifier: 4.10.0 version: 4.10.0(webpack@5.105.4) @@ -1031,7 +1031,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 20.3.18(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.3.5 @@ -1055,7 +1055,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq) + version: 1.1.9(eg5vcmh3zj32vt2qlvx5ievhrq) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1079,10 +1079,10 @@ importers: dependencies: terser-webpack-plugin: specifier: 5.3.17 - version: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + version: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) webpack: specifier: ^5.105.0 - version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) e2e/testcafe-devextreme: devDependencies: @@ -1127,7 +1127,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(q4m475s3ywnbno7ood3mscoym4) + version: 1.1.9(jm7puyv7qeqmp2urnhq34pt574) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1160,37 +1160,37 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3) e2e/wrappers: dependencies: '@angular/common': specifier: catalog:angular - version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: catalog:angular version: 20.3.18 '@angular/core': specifier: catalog:angular - version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: catalog:angular - version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: catalog:angular - version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))) '@angular/router': specifier: catalog:angular - version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/runtime': specifier: ^7.24.0 - version: 7.26.10 + version: 7.29.2 '@preact/signals-core': specifier: ^1.8.0 - version: 1.8.0 + version: 1.14.0 devexpress-diagram: specifier: 'catalog:' version: 2.2.25 @@ -1235,41 +1235,41 @@ importers: version: 1.2.8 react: specifier: ^19.0.0 - version: 19.1.0 + version: 19.2.4 react-dom: specifier: ^19.0.0 - version: 19.1.0(react@19.1.0) + version: 19.2.4(react@19.2.4) react-router-dom: specifier: ^6.30.3 - version: 6.30.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 6.30.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) rrule: specifier: 2.6.4 version: 2.6.4 rxjs: specifier: ~7.8.0 - version: 7.8.1 + version: 7.8.2 tslib: specifier: ^2.3.0 - version: 2.6.3 + version: 2.8.1 vue: specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.3) + version: 3.5.31(typescript@5.8.3) vue-router: specifier: ^4.3.0 - version: 4.5.1(vue@3.5.13(typescript@5.8.3)) + version: 4.6.4(vue@3.5.31(typescript@5.8.3)) zone.js: specifier: ~0.15.0 - version: 0.15.0 + version: 0.15.1 devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.22.5 - version: 1.22.5(@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe))(@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu)) + version: 1.22.5(@angular-devkit/build-angular@20.3.21(ds5jcqekp5rbe3h4ywykbm52ha))(@angular/build@20.3.21(5mdvwkx53zhvqmruw2lzc75pzm)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 20.3.21(qze7oy7m2ugihtgbswwwkqqtqe) + version: 20.3.21(ds5jcqekp5rbe3h4ywykbm52ha) '@angular/cli': specifier: catalog:angular - version: 20.3.21(@types/node@25.5.0)(chokidar@4.0.1) + version: 20.3.21(@types/node@20.19.37)(chokidar@4.0.3) '@angular/compiler-cli': specifier: catalog:angular version: 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) @@ -1287,10 +1287,10 @@ importers: version: 19.1.3(@types/react@19.1.2) '@vitejs/plugin-react': specifier: 4.7.0 - version: 4.7.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) + version: 4.7.0(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)) '@vitejs/plugin-vue': specifier: 5.2.4 - version: 5.2.4(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(vue@3.5.13(typescript@5.8.3)) + version: 5.2.4(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.31(typescript@5.8.3)) eslint: specifier: 9.39.4 version: 9.39.4(jiti@2.6.1) @@ -1329,16 +1329,16 @@ importers: version: 5.8.3 vite: specifier: 6.4.1 - version: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) + version: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) packages/devextreme: dependencies: '@babel/runtime': specifier: ^7.12.1 - version: 7.26.10 + version: 7.29.2 '@preact/signals-core': specifier: ^1.8.0 - version: 1.8.0 + version: 1.14.0 devexpress-diagram: specifier: 'catalog:' version: 2.2.25 @@ -1384,25 +1384,25 @@ importers: version: 7.29.0(@babel/core@7.29.0) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) + version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(5clvxqkkva4gfnkyserfk24kge) + version: 3.0.12(s6gzhttk4jg3ruef2z2cpvqswm) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) + version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) + version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) + version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) + version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1513,7 +1513,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(p7ac2sqyr7rc7ykkypyvw3f74m) + version: 1.1.9(wg2zqoefvdoafbdflaailfws5y) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1525,7 +1525,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.15.0 - version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.4(jiti@2.6.1)) @@ -1753,7 +1753,7 @@ importers: version: 1.3.0 string-replace-loader: specifier: 3.1.0 - version: 3.1.0(webpack@5.105.4(@swc/core@1.15.3)) + version: 3.1.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) stylelint: specifier: 15.11.0 version: 15.11.0(typescript@4.9.5) @@ -1774,13 +1774,13 @@ importers: version: 0.0.11 terser-webpack-plugin: specifier: 5.3.17 - version: 5.3.17(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)) + version: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) through2: specifier: 2.0.5 version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1801,10 +1801,10 @@ importers: version: 1.1.0 webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.3) + version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) webpack-stream: specifier: 7.0.0 - version: 7.0.0(webpack@5.105.4(@swc/core@1.15.3)) + version: 7.0.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) yaml: specifier: 2.8.3 version: 2.8.3 @@ -1817,23 +1817,23 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 20.3.21(chokidar@4.0.1) + version: 20.3.21(chokidar@4.0.3) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme devextreme-schematics: specifier: '*' - version: 1.7.1 + version: 1.14.2(chokidar@4.0.3) inferno-server: specifier: 'catalog:' version: 8.2.3 devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.2003.21(chokidar@4.0.1) + version: 0.2003.21(chokidar@4.0.3) '@angular/cli': specifier: catalog:angular - version: 20.3.21(@types/node@20.19.37) + version: 20.3.21(@types/node@20.19.37)(chokidar@4.0.3) '@angular/common': specifier: catalog:angular version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -1893,7 +1893,7 @@ importers: version: 2.6.12 css-loader: specifier: 6.11.0 - version: 6.11.0(webpack@5.105.4(@swc/core@1.15.3)) + version: 6.11.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) devextreme-metadata: specifier: workspace:* version: link:../devextreme-metadata @@ -1902,7 +1902,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(3vdmkq325opsjnvek6nwmyun3m) + version: 1.1.9(eg5vcmh3zj32vt2qlvx5ievhrq) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1926,7 +1926,7 @@ importers: version: 2.0.1(karma@6.4.4) karma-webpack: specifier: 5.0.1 - version: 5.0.1(webpack@5.105.4(@swc/core@1.15.3)) + version: 5.0.1(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) ng-packagr: specifier: catalog:angular version: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) @@ -1944,7 +1944,7 @@ importers: version: 3.0.0 style-loader: specifier: 3.3.4 - version: 3.3.4(webpack@5.105.4(@swc/core@1.15.3)) + version: 3.3.4(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) tslib: specifier: 2.8.1 version: 2.8.1 @@ -1953,7 +1953,7 @@ importers: version: 5.8.3 webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.3) + version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) yargs: specifier: 17.7.2 version: 17.7.2 @@ -1975,7 +1975,7 @@ importers: version: 3.5.3 ts-node: specifier: catalog:tools - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) packages/devextreme-monorepo-tools: devDependencies: @@ -1984,7 +1984,7 @@ importers: version: 29.5.14 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-react: dependencies: @@ -2030,7 +2030,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(wbiq6ptffaetwqsgdrtmg2wnui) + version: 1.1.9(q7wmg4r47obwjwhjpx3njrbrgy) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) @@ -2045,7 +2045,7 @@ importers: version: 18.3.1(react@18.3.1) ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2100,13 +2100,13 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-themebuilder: dependencies: autoprefixer: specifier: ^10.4.21 - version: 10.4.22(postcss@8.4.38) + version: 10.4.27(postcss@8.4.38) bootstrap: specifier: ^5.3.8 version: 5.3.8(@popperjs/core@2.11.8) @@ -2152,7 +2152,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(gxmpfc3iqztvtq7vp5muevifvm) + version: 1.1.9(vpu3pj27wnjib62ifgwlptnhzq) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) @@ -2179,10 +2179,10 @@ importers: version: 18.0.1 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) + version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2225,7 +2225,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(e37nt3ml5mnwtozm424b2lcda4) + version: 1.1.9(q7wmg4r47obwjwhjpx3njrbrgy) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -2246,7 +2246,7 @@ importers: version: 29.7.0 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2282,10 +2282,10 @@ importers: version: 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-runtime': specifier: '>=7.0.0' - version: 7.28.5(@babel/core@7.29.0) + version: 7.29.0(@babel/core@7.29.0) '@babel/preset-env': specifier: '>=7.0.0' - version: 7.28.6(@babel/core@7.29.0) + version: 7.29.0(@babel/core@7.29.0) babel-plugin-add-module-exports: specifier: '>=1.0.0' version: 1.0.4 @@ -2294,7 +2294,7 @@ importers: version: 6.8.5(@babel/core@7.29.0) core-js-compat: specifier: '>=3.0.0' - version: 3.45.1 + version: 3.49.0 fs-extra: specifier: 11.2.0 version: 11.2.0 @@ -2312,7 +2312,7 @@ importers: version: 10.2.4 ng-packagr: specifier: '>=19.0.0' - version: 19.2.2(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5) + version: 21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5) normalize-path: specifier: 3.0.0 version: 3.0.0 @@ -2349,19 +2349,19 @@ importers: version: 3.5.3 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.3) + version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) packages/testcafe-models: dependencies: testcafe: specifier: '*' - version: 3.7.2 + version: 3.7.4 devDependencies: devextreme: specifier: workspace:* @@ -2369,8 +2369,8 @@ importers: packages: - '@adobe/css-tools@4.4.1': - resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@adobe/css-tools@4.4.4': + resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==} '@algolia/abtesting@1.1.0': resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} @@ -2622,11 +2622,11 @@ packages: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 - '@angular-devkit/core@16.2.16': - resolution: {integrity: sha512-5xHs9JFmp78sydrOAg0UGErxfMVv5c2f3RXoikS7eBOOXTWEi5pmnOkOvSJ3loQFGVs3Y7i+u02G3VrF5ZxOrA==} - engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/core@19.2.22': + resolution: {integrity: sha512-OqN/Ded+ZKypPZN5+qUFwtnKGl7FKpxJXYO2Vts5vLBojY5goCZd9SGW1CyXeuPnisRUW+vjqBQbWYuEUh36Tw==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - chokidar: ^3.5.2 + chokidar: ^4.0.0 peerDependenciesMeta: chokidar: optional: true @@ -2649,9 +2649,9 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@16.2.16': - resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} - engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@19.2.22': + resolution: {integrity: sha512-tvfu5jhem1o8qidVxvXe5KfCij65ioMLCOFA947DD+zb3yTl5pJyDm2dqzbOehuQw0fmH4XPQukRJsCUy+UwaA==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@20.3.21': resolution: {integrity: sha512-CFX8TrZvvm4G398DpbcJ2GY8kwR81M8ssyIVYn19gD4Kr2UmeiCT3/dtUpx2FvSvSHbNwLmU6Ym0Rkh+E7p9bQ==} @@ -2809,8 +2809,8 @@ packages: resolution: {integrity: sha512-AaP/LCiDNcYmF135EEozjyR04NRBT38ZfBHQwjhgwiBBTejmvcpHwJaHSkraLpZqZzE4BQqqmgiQ1EJqxEwLVA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/compiler@21.2.4': - resolution: {integrity: sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==} + '@angular/compiler@21.2.6': + resolution: {integrity: sha512-shGkb/aAIPbG8oSYkVJ0msGlRdDVcJBVaUVx2KenMltifQjfLn5N8DFMAzOR6haaA3XeugFExxKqmvySjrVq+A==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/core@20.3.18': @@ -2826,11 +2826,11 @@ packages: zone.js: optional: true - '@angular/core@21.2.4': - resolution: {integrity: sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==} + '@angular/core@21.2.6': + resolution: {integrity: sha512-svgK5DhFlQlS+sMybXftn08rHHRiDGY/uIKT5LZUaKgyffnkPb8uClpMIW0NzANtU8qs8pwgDZFoJw85Ia3oqQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 21.2.4 + '@angular/compiler': 21.2.6 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -2937,10 +2937,6 @@ packages: resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.28.6': - resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.29.0': resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} @@ -3006,11 +3002,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - '@babel/helper-define-polyfill-provider@0.6.5': - resolution: {integrity: sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - '@babel/helper-define-polyfill-provider@0.6.8': resolution: {integrity: sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==} peerDependencies: @@ -3038,10 +3029,6 @@ packages: resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.27.1': - resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} - engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.28.6': resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==} engines: {node: '>=6.9.0'} @@ -3078,35 +3065,25 @@ packages: resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} - '@babel/helper-wrap-function@7.28.3': - resolution: {integrity: sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==} + '@babel/helper-wrap-function@7.28.6': + resolution: {integrity: sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.28.6': - resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} + '@babel/helpers@7.29.2': + resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==} engines: {node: '>=6.9.0'} '@babel/highlight@7.25.9': resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.23.9': - resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.26.2': - resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.28.6': - resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==} + '@babel/parser@7.29.0': + resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.29.0': - resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} + '@babel/parser@7.29.2': + resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==} engines: {node: '>=6.0.0'} hasBin: true @@ -3140,8 +3117,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-proposal-decorators@7.25.9': - resolution: {integrity: sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==} + '@babel/plugin-proposal-decorators@7.29.0': + resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3173,8 +3150,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-decorators@7.25.9': - resolution: {integrity: sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==} + '@babel/plugin-syntax-decorators@7.28.6': + resolution: {integrity: sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3184,8 +3161,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-flow@7.26.0': - resolution: {integrity: sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==} + '@babel/plugin-syntax-flow@7.28.6': + resolution: {integrity: sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3260,8 +3237,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.27.1': - resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} + '@babel/plugin-syntax-typescript@7.28.6': + resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3278,36 +3255,18 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.26.8': - resolution: {integrity: sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.28.0': resolution: {integrity: sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.28.6': - resolution: {integrity: sha512-9knsChgsMzBV5Yh3kkhrZNxH3oCYAfMBkNNaVN4cP2RVlFPe8wYdwwcnOsAbkdDoV9UjFtOXWrWB52M8W4jNeA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.29.0': resolution: {integrity: sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-to-generator@7.25.9': - resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-to-generator@7.27.1': resolution: {integrity: sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==} engines: {node: '>=6.9.0'} @@ -3332,24 +3291,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.25.9': - resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.28.6': resolution: {integrity: sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-class-static-block@7.26.0': - resolution: {integrity: sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - '@babel/plugin-transform-class-static-block@7.28.6': resolution: {integrity: sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==} engines: {node: '>=6.9.0'} @@ -3404,12 +3351,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.27.1': - resolution: {integrity: sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.28.6': resolution: {integrity: sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==} engines: {node: '>=6.9.0'} @@ -3422,8 +3363,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-flow-strip-types@7.25.9': - resolution: {integrity: sha512-/VVukELzPDdci7UUsWQaSkhgnjIWXnIyRpM02ldxaVoFK96c41So8JcKT3m0gYjyv7j5FNPGS5vfELrWalkbDA==} + '@babel/plugin-transform-flow-strip-types@7.27.1': + resolution: {integrity: sha512-G5eDKsu50udECw7DL2AcsysXiQyB7Nfg521t2OAJ4tbfTJ27doHLeF/vlI1NZGlLdbb/v+ibvtL1YBQqYOwJGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3476,12 +3417,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-systemjs@7.28.5': - resolution: {integrity: sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-systemjs@7.29.0': resolution: {integrity: sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==} engines: {node: '>=6.9.0'} @@ -3494,12 +3429,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1': - resolution: {integrity: sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/plugin-transform-named-capturing-groups-regex@7.29.0': resolution: {integrity: sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==} engines: {node: '>=6.9.0'} @@ -3554,12 +3483,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.25.9': - resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.28.6': resolution: {integrity: sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==} engines: {node: '>=6.9.0'} @@ -3614,12 +3537,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.28.6': - resolution: {integrity: sha512-eZhoEZHYQLL5uc1gS5e9/oTknS0sSSAtd5TkKMUp3J+S/CaUjagc0kOUPsEbDmMeva0nC3WWl4SxVY6+OBuxfw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.29.0': resolution: {integrity: sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==} engines: {node: '>=6.9.0'} @@ -3692,8 +3609,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.28.5': - resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==} + '@babel/plugin-transform-typescript@7.28.6': + resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3734,20 +3651,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-env@7.28.6': - resolution: {integrity: sha512-GaTI4nXDrs7l0qaJ6Rg06dtOXTBCG6TMDB44zbqofCIC4PqC7SEvmFFtpxzCDw9W5aJ7RKVshgXTLvLdBFV/qw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/preset-env@7.29.0': resolution: {integrity: sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-flow@7.25.9': - resolution: {integrity: sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==} + '@babel/preset-flow@7.27.1': + resolution: {integrity: sha512-ez3a2it5Fn6P54W8QkbfIyyIbxlXvcxyWHHvno1Wg0Ej5eiJY5hBb8ExttoIOJJk7V2dZE6prP7iby5q2aQ0Lg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3769,10 +3680,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/runtime@7.26.10': - resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} - engines: {node: '>=6.9.0'} - '@babel/runtime@7.28.3': resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} engines: {node: '>=6.9.0'} @@ -3781,26 +3688,18 @@ packages: resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} - '@babel/runtime@7.28.6': - resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} + '@babel/runtime@7.29.2': + resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} engines: {node: '>=6.9.0'} '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.6': - resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.29.0': resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} engines: {node: '>=6.9.0'} - '@babel/types@7.28.6': - resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} - engines: {node: '>=6.9.0'} - '@babel/types@7.29.0': resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} @@ -3808,17 +3707,14 @@ packages: '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - '@bufbuild/protobuf@2.10.2': - resolution: {integrity: sha512-uFsRXwIGyu+r6AMdz+XijIIZJYpoWeYzILt5yZ2d3mCjQrWUTVpVD9WL/jZAbvp+Ed04rOhrsk7FiTcEDseB5A==} - '@bufbuild/protobuf@2.11.0': resolution: {integrity: sha512-sBXGT13cpmPR5BMgHE6UEEfEaShh5Ror6rfN3yEK5si7QVrtZg8LEPQb0VVhiLRUslD2yLnXtnRzG035J/mZXQ==} - '@cacheable/memory@2.0.7': - resolution: {integrity: sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==} + '@cacheable/memory@2.0.8': + resolution: {integrity: sha512-FvEb29x5wVwu/Kf93IWwsOOEuhHh6dYCJF3vcKLzXc0KXIW181AOzv6ceT4ZpBHDvAfG60eqb+ekmrnLHIy+jw==} - '@cacheable/utils@2.3.3': - resolution: {integrity: sha512-JsXDL70gQ+1Vc2W/KUFfkAJzgb4puKwwKehNLuB+HrNKWf91O736kGfxn4KujXCCSuh6mRRL4XEB0PkAFjWS0A==} + '@cacheable/utils@2.4.0': + resolution: {integrity: sha512-PeMMsqjVq+bF0WBsxFBxr/WozBJiZKY0rUojuaCoIaKnEl3Ju1wfEwS+SV1DU/cSe8fqHIPiYJFif8T3MVt4cQ==} '@colors/colors@1.5.0': resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} @@ -3891,8 +3787,8 @@ packages: '@devexpress/callsite-record@4.1.7': resolution: {integrity: sha512-qr3VQYc0KopduFkEY6SxaOIi1Xhm0jIWQfrxxMVboI/p2rjF/Mj/iqaiUxQQP6F3ujpW/7l0mzhf17uwcFZhBA==} - '@devexpress/utils@1.4.7': - resolution: {integrity: sha512-upLxMpSN3wQ6V9jF89v826bGVCoUxR99ODjEqXQ2nzy/yCluVSIqN7eeo/OQQdg7jjRIHmwwWygfDe9PAxr/pA==} + '@devexpress/utils@1.4.8': + resolution: {integrity: sha512-XVqyeYjqWjbcAUOxaUc6f93MATuVyFE2eec10Qm7X3/QLkKPBh2cJt5OOw4bkW4fC8SG8NZwjVITt08Tr+CXpQ==} '@devextreme-generator/angular@3.0.12': resolution: {integrity: sha512-u5h6ego2TqZuVcV43eEisD4/xmlGSOifXXcL9nU+3G8BCxLPhJ3eCq3EHlnN2y0j1Zmiy+oMGNGID3+DOl5MIQ==} @@ -3926,22 +3822,22 @@ packages: resolution: {integrity: sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==} engines: {node: '>=14.17.0'} - '@dual-bundle/import-meta-resolve@4.1.0': - resolution: {integrity: sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==} + '@dual-bundle/import-meta-resolve@4.2.1': + resolution: {integrity: sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==} - '@electron/asar@3.2.17': - resolution: {integrity: sha512-OcWImUI686w8LkghQj9R2ynZ2ME693Ek6L1SiaAgqGKzBaTIZw3fHDqN82Rcl+EU1Gm9EgkJ5KLIY/q5DCRbbA==} + '@electron/asar@3.4.1': + resolution: {integrity: sha512-i4/rNPRS84t0vSRa2HorerGRXWyF4vThfHesw0dmcWHp+cspK743UanA0suA5Q5y8kzY2y6YKrvbIUn69BCAiA==} engines: {node: '>=10.12.0'} hasBin: true - '@emnapi/core@1.7.1': - resolution: {integrity: sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==} + '@emnapi/core@1.9.1': + resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==} - '@emnapi/runtime@1.7.1': - resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==} + '@emnapi/runtime@1.9.1': + resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==} - '@emnapi/wasi-threads@1.1.0': - resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} + '@emnapi/wasi-threads@1.2.0': + resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==} '@esbuild/aix-ppc64@0.21.5': resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} @@ -3967,6 +3863,12 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.27.4': + resolution: {integrity: sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.21.5': resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} engines: {node: '>=12'} @@ -3991,6 +3893,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.27.4': + resolution: {integrity: sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.21.5': resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} engines: {node: '>=12'} @@ -4015,6 +3923,12 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.27.4': + resolution: {integrity: sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.21.5': resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} engines: {node: '>=12'} @@ -4039,6 +3953,12 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.27.4': + resolution: {integrity: sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.21.5': resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} engines: {node: '>=12'} @@ -4063,6 +3983,12 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.27.4': + resolution: {integrity: sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.21.5': resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} engines: {node: '>=12'} @@ -4087,6 +4013,12 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.27.4': + resolution: {integrity: sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.21.5': resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} engines: {node: '>=12'} @@ -4111,6 +4043,12 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.27.4': + resolution: {integrity: sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.21.5': resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} engines: {node: '>=12'} @@ -4135,6 +4073,12 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.27.4': + resolution: {integrity: sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.21.5': resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} engines: {node: '>=12'} @@ -4159,6 +4103,12 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.27.4': + resolution: {integrity: sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.21.5': resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} engines: {node: '>=12'} @@ -4183,6 +4133,12 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.27.4': + resolution: {integrity: sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.21.5': resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} engines: {node: '>=12'} @@ -4207,6 +4163,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.27.4': + resolution: {integrity: sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.14.54': resolution: {integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw==} engines: {node: '>=12'} @@ -4237,6 +4199,12 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.27.4': + resolution: {integrity: sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.21.5': resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} engines: {node: '>=12'} @@ -4261,6 +4229,12 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.27.4': + resolution: {integrity: sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.21.5': resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} engines: {node: '>=12'} @@ -4285,6 +4259,12 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.27.4': + resolution: {integrity: sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.21.5': resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} engines: {node: '>=12'} @@ -4309,6 +4289,12 @@ packages: cpu: [riscv64] os: [linux] + '@esbuild/linux-riscv64@0.27.4': + resolution: {integrity: sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + '@esbuild/linux-s390x@0.21.5': resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} engines: {node: '>=12'} @@ -4333,6 +4319,12 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.27.4': + resolution: {integrity: sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.21.5': resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} engines: {node: '>=12'} @@ -4357,6 +4349,12 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.27.4': + resolution: {integrity: sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-arm64@0.25.0': resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} engines: {node: '>=18'} @@ -4375,6 +4373,12 @@ packages: cpu: [arm64] os: [netbsd] + '@esbuild/netbsd-arm64@0.27.4': + resolution: {integrity: sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-x64@0.21.5': resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} engines: {node: '>=12'} @@ -4399,6 +4403,12 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.27.4': + resolution: {integrity: sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.25.0': resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==} engines: {node: '>=18'} @@ -4417,6 +4427,12 @@ packages: cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.27.4': + resolution: {integrity: sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.21.5': resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} engines: {node: '>=12'} @@ -4441,6 +4457,12 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.27.4': + resolution: {integrity: sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + '@esbuild/openharmony-arm64@0.25.9': resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} engines: {node: '>=18'} @@ -4453,6 +4475,12 @@ packages: cpu: [arm64] os: [openharmony] + '@esbuild/openharmony-arm64@0.27.4': + resolution: {integrity: sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/sunos-x64@0.21.5': resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} engines: {node: '>=12'} @@ -4477,6 +4505,12 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.27.4': + resolution: {integrity: sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.21.5': resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} engines: {node: '>=12'} @@ -4501,6 +4535,12 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.27.4': + resolution: {integrity: sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.21.5': resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} engines: {node: '>=12'} @@ -4525,6 +4565,12 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.27.4': + resolution: {integrity: sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.21.5': resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} engines: {node: '>=12'} @@ -4549,6 +4595,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.27.4': + resolution: {integrity: sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@eslint-community/eslint-utils@4.9.1': resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4617,6 +4669,10 @@ packages: '@fast-csv/parse@5.0.5': resolution: {integrity: sha512-M0IbaXZDbxfOnpVE5Kps/a6FGlILLhtLsvWd9qNH3d2TxNnpbNkFf3KD26OmJX6MHq7PdQAl5htStDwnuwHx6w==} + '@gar/promise-retry@1.0.3': + resolution: {integrity: sha512-GmzA9ckNokPypTg10pgpeHNQe7ph+iIKKmhKu3Ob9ANkswreCx7R3cKmY781K8QK3AqVL3xVh9A42JvIAbkkSA==} + engines: {node: ^20.17.0 || >=22.9.0} + '@gulpjs/to-absolute-glob@4.0.0': resolution: {integrity: sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==} engines: {node: '>=10.13.0'} @@ -4631,8 +4687,8 @@ packages: resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} engines: {node: '>=18.18.0'} - '@humanfs/node@0.16.6': - resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} + '@humanfs/node@0.16.7': + resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==} engines: {node: '>=18.18.0'} '@humanwhocodes/config-array@0.5.0': @@ -4648,12 +4704,8 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} deprecated: Use @eslint/object-schema instead - '@humanwhocodes/retry@0.3.1': - resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} - engines: {node: '>=18.18'} - - '@humanwhocodes/retry@0.4.2': - resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==} + '@humanwhocodes/retry@0.4.3': + resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} engines: {node: '>=18.18'} '@inquirer/ansi@1.0.2': @@ -4812,6 +4864,10 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} + '@isaacs/cliui@9.0.0': + resolution: {integrity: sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==} + engines: {node: '>=18'} + '@isaacs/fs-minipass@4.0.1': resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} engines: {node: '>=18.0.0'} @@ -4828,8 +4884,8 @@ packages: resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/console@30.2.0': - resolution: {integrity: sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ==} + '@jest/console@30.3.0': + resolution: {integrity: sha512-PAwCvFJ4696XP2qZj+LAn1BWjZaJ6RjG6c7/lkMaUJnkyMS34ucuIsfqYvfskVNvUI27R/u4P1HMYFnlVXG/Ww==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/core@29.7.0': @@ -4841,49 +4897,40 @@ packages: node-notifier: optional: true - '@jest/core@30.2.0': - resolution: {integrity: sha512-03W6IhuhjqTlpzh/ojut/pDB2LPRygyWX8ExpgHtQA8H/3K7+1vKmcINx5UzeOX1se6YEsBsOHQ1CRzf3fOwTQ==} - engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - - '@jest/diff-sequences@30.0.1': - resolution: {integrity: sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==} + '@jest/diff-sequences@30.3.0': + resolution: {integrity: sha512-cG51MVnLq1ecVUaQ3fr6YuuAOitHK1S4WUJHnsPFE/quQr33ADUx1FfrTCpMCRxvy0Yr9BThKpDjSlcTi91tMA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/environment@29.7.0': resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/environment@30.2.0': - resolution: {integrity: sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==} + '@jest/environment@30.3.0': + resolution: {integrity: sha512-SlLSF4Be735yQXyh2+mctBOzNDx5s5uLv88/j8Qn1wH679PDcwy67+YdADn8NJnGjzlXtN62asGH/T4vWOkfaw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/expect-utils@29.7.0': resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/expect-utils@30.2.0': - resolution: {integrity: sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==} + '@jest/expect-utils@30.3.0': + resolution: {integrity: sha512-j0+W5iQQ8hBh7tHZkTQv3q2Fh/M7Je72cIsYqC4OaktgtO7v1So9UTjp6uPBHIaB6beoF/RRsCgMJKvti0wADA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/expect@29.7.0': resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/expect@30.2.0': - resolution: {integrity: sha512-V9yxQK5erfzx99Sf+7LbhBwNWEZ9eZay8qQ9+JSC0TrMR1pMDHLMY+BnVPacWU6Jamrh252/IKo4F1Xn/zfiqA==} + '@jest/expect@30.3.0': + resolution: {integrity: sha512-76Nlh4xJxk2D/9URCn3wFi98d2hb19uWE1idLsTt2ywhvdOldbw3S570hBgn25P4ICUZ/cBjybrBex2g17IDbg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/fake-timers@29.7.0': resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/fake-timers@30.2.0': - resolution: {integrity: sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==} + '@jest/fake-timers@30.3.0': + resolution: {integrity: sha512-WUQDs8SOP9URStX1DzhD425CqbN/HxUYCTwVrT8sTVBfMvFqYt/s61EK5T05qnHu0po6RitXIvP9otZxYDzTGQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/get-type@30.1.0': @@ -4894,8 +4941,8 @@ packages: resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/globals@30.2.0': - resolution: {integrity: sha512-b63wmnKPaK+6ZZfpYhz9K61oybvbI1aMcIs80++JI1O1rR1vaxHUCNqo3ITu6NU0d4V34yZFoHMn/uoKr/Rwfw==} + '@jest/globals@30.3.0': + resolution: {integrity: sha512-+owLCBBdfpgL3HU+BD5etr1SvbXpSitJK0is1kiYjJxAAJggYMRQz5hSdd5pq1sSggfxPbw2ld71pt4x5wwViA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/pattern@30.0.1': @@ -4911,8 +4958,8 @@ packages: node-notifier: optional: true - '@jest/reporters@30.2.0': - resolution: {integrity: sha512-DRyW6baWPqKMa9CzeiBjHwjd8XeAyco2Vt8XbcLFjiwCOEKOvy82GJ8QQnJE9ofsxCMPjH4MfH8fCWIHHDKpAQ==} + '@jest/reporters@30.3.0': + resolution: {integrity: sha512-a09z89S+PkQnL055bVj8+pe2Caed2PBOaczHcXCykW5ngxX9EWx/1uAwncxc/HiU0oZqfwseMjyhxgRjS49qPw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -4928,8 +4975,8 @@ packages: resolution: {integrity: sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - '@jest/snapshot-utils@30.2.0': - resolution: {integrity: sha512-0aVxM3RH6DaiLcjj/b0KrIBZhSX1373Xci4l3cW5xiUWPctZ59zQ7jj4rqcJQ/Z8JuN/4wX3FpJSa3RssVvCug==} + '@jest/snapshot-utils@30.3.0': + resolution: {integrity: sha512-ORbRN9sf5PP82v3FXNSwmO1OTDR2vzR2YTaR+E3VkSBZ8zadQE6IqYdYEeFH1NIkeB2HIGdF02dapb6K0Mj05g==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/source-map@29.6.3': @@ -4944,32 +4991,32 @@ packages: resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/test-result@30.2.0': - resolution: {integrity: sha512-RF+Z+0CCHkARz5HT9mcQCBulb1wgCP3FBvl9VFokMX27acKphwyQsNuWH3c+ojd1LeWBLoTYoxF0zm6S/66mjg==} + '@jest/test-result@30.3.0': + resolution: {integrity: sha512-e/52nJGuD74AKTSe0P4y5wFRlaXP0qmrS17rqOMHeSwm278VyNyXE3gFO/4DTGF9w+65ra3lo3VKj0LBrzmgdQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/test-sequencer@29.7.0': resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/test-sequencer@30.2.0': - resolution: {integrity: sha512-wXKgU/lk8fKXMu/l5Hog1R61bL4q5GCdT6OJvdAFz1P+QrpoFuLU68eoKuVc4RbrTtNnTL5FByhWdLgOPSph+Q==} + '@jest/test-sequencer@30.3.0': + resolution: {integrity: sha512-dgbWy9b8QDlQeRZcv7LNF+/jFiiYHTKho1xirauZ7kVwY7avjFF6uTT0RqlgudB5OuIPagFdVtfFMosjVbk1eA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/transform@29.7.0': resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/transform@30.2.0': - resolution: {integrity: sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA==} + '@jest/transform@30.3.0': + resolution: {integrity: sha512-TLKY33fSLVd/lKB2YI1pH69ijyUblO/BQvCj566YvnwuzoTNr648iE0j22vRvVNk2HsPwByPxATg3MleS3gf5A==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/types@29.6.3': resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/types@30.2.0': - resolution: {integrity: sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==} + '@jest/types@30.3.0': + resolution: {integrity: sha512-JHm87k7bA33hpBngtU8h6UBub/fqqA9uXfw+21j5Hmk7ooPHlboRNxHq0JcMtC+n8VJGP1mcfnD3Mk+XKe1oSw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jridgewell/gen-mapping@0.3.13': @@ -4988,9 +5035,6 @@ packages: '@jridgewell/sourcemap-codec@1.5.5': resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} - '@jridgewell/trace-mapping@0.3.25': - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} - '@jridgewell/trace-mapping@0.3.31': resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} @@ -5003,41 +5047,125 @@ packages: peerDependencies: tslib: '2' + '@jsonjoy.com/base64@17.67.0': + resolution: {integrity: sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + '@jsonjoy.com/buffers@1.2.1': resolution: {integrity: sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' + '@jsonjoy.com/buffers@17.67.0': + resolution: {integrity: sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + '@jsonjoy.com/codegen@1.0.0': resolution: {integrity: sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' + '@jsonjoy.com/codegen@17.67.0': + resolution: {integrity: sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@jsonjoy.com/fs-core@4.57.1': + resolution: {integrity: sha512-YrEi/ZPmgc+GfdO0esBF04qv8boK9Dg9WpRQw/+vM8Qt3nnVIJWIa8HwZ/LXVZ0DB11XUROM8El/7yYTJX+WtA==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@jsonjoy.com/fs-fsa@4.57.1': + resolution: {integrity: sha512-ooEPvSW/HQDivPDPZMibHGKZf/QS4WRir1czGZmXmp3MsQqLECZEpN0JobrD8iV9BzsuwdIv+PxtWX9WpPLsIA==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@jsonjoy.com/fs-node-builtins@4.57.1': + resolution: {integrity: sha512-XHkFKQ5GSH3uxm8c3ZYXVrexGdscpWKIcMWKFQpMpMJc8gA3AwOMBJXJlgpdJqmrhPyQXxaY9nbkNeYpacC0Og==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@jsonjoy.com/fs-node-to-fsa@4.57.1': + resolution: {integrity: sha512-pqGHyWWzNck4jRfaGV39hkqpY5QjRUQ/nRbNT7FYbBa0xf4bDG+TE1Gt2KWZrSkrkZZDE3qZUjYMbjwSliX6pg==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@jsonjoy.com/fs-node-utils@4.57.1': + resolution: {integrity: sha512-vp+7ZzIB8v43G+GLXTS4oDUSQmhAsRz532QmmWBbdYA20s465JvwhkSFvX9cVTqRRAQg+vZ7zWDaIEh0lFe2gw==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@jsonjoy.com/fs-node@4.57.1': + resolution: {integrity: sha512-3YaKhP8gXEKN+2O49GLNfNb5l2gbnCFHyAaybbA2JkkbQP3dpdef7WcUaHAulg/c5Dg4VncHsA3NWAUSZMR5KQ==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@jsonjoy.com/fs-print@4.57.1': + resolution: {integrity: sha512-Ynct7ZJmfk6qoXDOKfpovNA36ITUx8rChLmRQtW08J73VOiuNsU8PB6d/Xs7fxJC2ohWR3a5AqyjmLojfrw5yw==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@jsonjoy.com/fs-snapshot@4.57.1': + resolution: {integrity: sha512-/oG8xBNFMbDXTq9J7vepSA1kerS5vpgd3p5QZSPd+nX59uwodGJftI51gDYyHRpP57P3WCQf7LHtBYPqwUg2Bg==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + '@jsonjoy.com/json-pack@1.21.0': resolution: {integrity: sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' + '@jsonjoy.com/json-pack@17.67.0': + resolution: {integrity: sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + '@jsonjoy.com/json-pointer@1.0.2': resolution: {integrity: sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' + '@jsonjoy.com/json-pointer@17.67.0': + resolution: {integrity: sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + '@jsonjoy.com/util@1.9.0': resolution: {integrity: sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@keyv/bigmap@1.3.0': - resolution: {integrity: sha512-KT01GjzV6AQD5+IYrcpoYLkCu1Jod3nau1Z7EsEuViO3TZGRacSbO9MfHmbJ1WaOXFtWLxPVj169cn2WNKPkIg==} + '@jsonjoy.com/util@17.67.0': + resolution: {integrity: sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==} + engines: {node: '>=10.0'} + peerDependencies: + tslib: '2' + + '@keyv/bigmap@1.3.1': + resolution: {integrity: sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==} engines: {node: '>= 18'} peerDependencies: - keyv: ^5.5.4 + keyv: ^5.6.0 '@keyv/serialize@1.1.1': resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==} @@ -5045,11 +5173,11 @@ packages: '@leichtgewicht/ip-codec@2.0.5': resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==} - '@lezer/common@1.2.3': - resolution: {integrity: sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==} + '@lezer/common@1.5.1': + resolution: {integrity: sha512-6YRVG9vBkaY7p1IVxL4s44n5nUnaNnGM2/AckNgYOnxTG2kWh1vR8BMxPseWPjRNpb5VtXnMpeYAEAADoRV1Iw==} - '@lezer/lr@1.4.2': - resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} + '@lezer/lr@1.4.8': + resolution: {integrity: sha512-bPWa0Pgx69ylNlMlPvBPryqeLYQjyJjqPx+Aupm5zydLIF3NE+6MMLT8Yi23Bd9cif9VS00aUebn+6fDIGBcDA==} '@listr2/prompt-adapter-inquirer@3.0.1': resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} @@ -5373,8 +5501,8 @@ packages: resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@7.0.1': - resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} + '@npmcli/git@7.0.2': + resolution: {integrity: sha512-oeolHDjExNAJAnlYP2qzNjMX/Xi9bmu78C9dIGr4xjobrSKbuMYCph8lTzn4vnW3NjIqVmw/f8BCfouqyJXlRg==} engines: {node: ^20.17.0 || >=22.9.0} '@npmcli/installed-package-contents@4.0.0': @@ -5386,8 +5514,8 @@ packages: resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@7.0.4': - resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} + '@npmcli/package-json@7.0.5': + resolution: {integrity: sha512-iVuTlG3ORq2iaVa1IWUxAO/jIp77tUKBhoMjuzYW2kL4MLN1bi/ofqkZ7D7OOwh8coAx1/S2ge0rMdGv8sLSOQ==} engines: {node: ^20.17.0 || >=22.9.0} '@npmcli/promise-spawn@9.0.1': @@ -5398,8 +5526,8 @@ packages: resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@10.0.3': - resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} + '@npmcli/run-script@10.0.4': + resolution: {integrity: sha512-mGUWr1uMnf0le2TwfOZY4SFxZGXGfm4Jtay/nwAa2FLNAKXUoUwaGwBMNH36UHPtinWfTSJ3nqFQr0091CxVGg==} engines: {node: ^20.17.0 || >=22.9.0} '@nrwl/nx-cloud@19.1.0': @@ -5764,86 +5892,86 @@ packages: resolution: {integrity: sha512-lkmxQHcHyOWZLbV8t+h2CGZIkPiBurLm/TS5wNT7+tq0qt9KbVwL7FP2K93TbXhLMGTmpI79Bf3qKniPM167Mw==} engines: {node: '>= 16.0.0'} - '@parcel/watcher-android-arm64@2.5.0': - resolution: {integrity: sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==} + '@parcel/watcher-android-arm64@2.5.6': + resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [android] - '@parcel/watcher-darwin-arm64@2.5.0': - resolution: {integrity: sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==} + '@parcel/watcher-darwin-arm64@2.5.6': + resolution: {integrity: sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [darwin] - '@parcel/watcher-darwin-x64@2.5.0': - resolution: {integrity: sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==} + '@parcel/watcher-darwin-x64@2.5.6': + resolution: {integrity: sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [darwin] - '@parcel/watcher-freebsd-x64@2.5.0': - resolution: {integrity: sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==} + '@parcel/watcher-freebsd-x64@2.5.6': + resolution: {integrity: sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [freebsd] - '@parcel/watcher-linux-arm-glibc@2.5.0': - resolution: {integrity: sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==} + '@parcel/watcher-linux-arm-glibc@2.5.6': + resolution: {integrity: sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - '@parcel/watcher-linux-arm-musl@2.5.0': - resolution: {integrity: sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==} + '@parcel/watcher-linux-arm-musl@2.5.6': + resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - '@parcel/watcher-linux-arm64-glibc@2.5.0': - resolution: {integrity: sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==} + '@parcel/watcher-linux-arm64-glibc@2.5.6': + resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - '@parcel/watcher-linux-arm64-musl@2.5.0': - resolution: {integrity: sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==} + '@parcel/watcher-linux-arm64-musl@2.5.6': + resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - '@parcel/watcher-linux-x64-glibc@2.5.0': - resolution: {integrity: sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==} + '@parcel/watcher-linux-x64-glibc@2.5.6': + resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - '@parcel/watcher-linux-x64-musl@2.5.0': - resolution: {integrity: sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==} + '@parcel/watcher-linux-x64-musl@2.5.6': + resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - '@parcel/watcher-win32-arm64@2.5.0': - resolution: {integrity: sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==} + '@parcel/watcher-win32-arm64@2.5.6': + resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [win32] - '@parcel/watcher-win32-ia32@2.5.0': - resolution: {integrity: sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==} + '@parcel/watcher-win32-ia32@2.5.6': + resolution: {integrity: sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==} engines: {node: '>= 10.0.0'} cpu: [ia32] os: [win32] - '@parcel/watcher-win32-x64@2.5.0': - resolution: {integrity: sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==} + '@parcel/watcher-win32-x64@2.5.6': + resolution: {integrity: sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [win32] - '@parcel/watcher@2.5.0': - resolution: {integrity: sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==} + '@parcel/watcher@2.5.6': + resolution: {integrity: sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==} engines: {node: '>= 10.0.0'} '@parcel/workers@2.16.4': @@ -5852,35 +5980,35 @@ packages: peerDependencies: '@parcel/core': ^2.16.4 - '@peculiar/asn1-cms@2.6.0': - resolution: {integrity: sha512-2uZqP+ggSncESeUF/9Su8rWqGclEfEiz1SyU02WX5fUONFfkjzS2Z/F1Li0ofSmf4JqYXIOdCAZqIXAIBAT1OA==} + '@peculiar/asn1-cms@2.6.1': + resolution: {integrity: sha512-vdG4fBF6Lkirkcl53q6eOdn3XYKt+kJTG59edgRZORlg/3atWWEReRCx5rYE1ZzTTX6vLK5zDMjHh7vbrcXGtw==} - '@peculiar/asn1-csr@2.6.0': - resolution: {integrity: sha512-BeWIu5VpTIhfRysfEp73SGbwjjoLL/JWXhJ/9mo4vXnz3tRGm+NGm3KNcRzQ9VMVqwYS2RHlolz21svzRXIHPQ==} + '@peculiar/asn1-csr@2.6.1': + resolution: {integrity: sha512-WRWnKfIocHyzFYQTka8O/tXCiBquAPSrRjXbOkHbO4qdmS6loffCEGs+rby6WxxGdJCuunnhS2duHURhjyio6w==} - '@peculiar/asn1-ecc@2.6.0': - resolution: {integrity: sha512-FF3LMGq6SfAOwUG2sKpPXblibn6XnEIKa+SryvUl5Pik+WR9rmRA3OCiwz8R3lVXnYnyRkSZsSLdml8H3UiOcw==} + '@peculiar/asn1-ecc@2.6.1': + resolution: {integrity: sha512-+Vqw8WFxrtDIN5ehUdvlN2m73exS2JVG0UAyfVB31gIfor3zWEAQPD+K9ydCxaj3MLen9k0JhKpu9LqviuCE1g==} - '@peculiar/asn1-pfx@2.6.0': - resolution: {integrity: sha512-rtUvtf+tyKGgokHHmZzeUojRZJYPxoD/jaN1+VAB4kKR7tXrnDCA/RAWXAIhMJJC+7W27IIRGe9djvxKgsldCQ==} + '@peculiar/asn1-pfx@2.6.1': + resolution: {integrity: sha512-nB5jVQy3MAAWvq0KY0R2JUZG8bO/bTLpnwyOzXyEh/e54ynGTatAR+csOnXkkVD9AFZ2uL8Z7EV918+qB1qDvw==} - '@peculiar/asn1-pkcs8@2.6.0': - resolution: {integrity: sha512-KyQ4D8G/NrS7Fw3XCJrngxmjwO/3htnA0lL9gDICvEQ+GJ+EPFqldcJQTwPIdvx98Tua+WjkdKHSC0/Km7T+lA==} + '@peculiar/asn1-pkcs8@2.6.1': + resolution: {integrity: sha512-JB5iQ9Izn5yGMw3ZG4Nw3Xn/hb/G38GYF3lf7WmJb8JZUydhVGEjK/ZlFSWhnlB7K/4oqEs8HnfFIKklhR58Tw==} - '@peculiar/asn1-pkcs9@2.6.0': - resolution: {integrity: sha512-b78OQ6OciW0aqZxdzliXGYHASeCvvw5caqidbpQRYW2mBtXIX2WhofNXTEe7NyxTb0P6J62kAAWLwn0HuMF1Fw==} + '@peculiar/asn1-pkcs9@2.6.1': + resolution: {integrity: sha512-5EV8nZoMSxeWmcxWmmcolg22ojZRgJg+Y9MX2fnE2bGRo5KQLqV5IL9kdSQDZxlHz95tHvIq9F//bvL1OeNILw==} - '@peculiar/asn1-rsa@2.6.0': - resolution: {integrity: sha512-Nu4C19tsrTsCp9fDrH+sdcOKoVfdfoQQ7S3VqjJU6vedR7tY3RLkQ5oguOIB3zFW33USDUuYZnPEQYySlgha4w==} + '@peculiar/asn1-rsa@2.6.1': + resolution: {integrity: sha512-1nVMEh46SElUt5CB3RUTV4EG/z7iYc7EoaDY5ECwganibQPkZ/Y2eMsTKB/LeyrUJ+W/tKoD9WUqIy8vB+CEdA==} '@peculiar/asn1-schema@2.6.0': resolution: {integrity: sha512-xNLYLBFTBKkCzEZIw842BxytQQATQv+lDTCEMZ8C196iJcJJMBUZxrhSTxLaohMyKK8QlzRNTRkUmanucnDSqg==} - '@peculiar/asn1-x509-attr@2.6.0': - resolution: {integrity: sha512-MuIAXFX3/dc8gmoZBkwJWxUWOSvG4MMDntXhrOZpJVMkYX+MYc/rUAU2uJOved9iJEoiUx7//3D8oG83a78UJA==} + '@peculiar/asn1-x509-attr@2.6.1': + resolution: {integrity: sha512-tlW6cxoHwgcQghnJwv3YS+9OO1737zgPogZ+CgWRUK4roEwIPzRH4JEiG770xe5HX2ATfCpmX60gurfWIF9dcQ==} - '@peculiar/asn1-x509@2.6.0': - resolution: {integrity: sha512-uzYbPEpoQiBoTq0/+jZtpM6Gq6zADBx+JNFP3yqRgziWBxQ/Dt/HcuvRfm9zJTPdRcBqPNdaRHTVwpyiq6iNMA==} + '@peculiar/asn1-x509@2.6.1': + resolution: {integrity: sha512-O9jT5F1A2+t3r7C4VT7LYGXqkGLK7Kj1xFpz7U0isPrubwU5PbDoyYtx6MiGst29yq7pXN5vZbQFKRCP+lLZlA==} '@peculiar/x509@1.14.3': resolution: {integrity: sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==} @@ -5902,8 +6030,8 @@ packages: '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@preact/signals-core@1.8.0': - resolution: {integrity: sha512-OBvUsRZqNmjzCZXWLxkZfhcgT+Fk8DDcT/8vD6a1xhDemodyy87UJRJfASMuSD8FaAIeGgGm85ydXhm7lr4fyA==} + '@preact/signals-core@1.14.0': + resolution: {integrity: sha512-AowtCcCU/33lFlh1zRFf/u+12rfrhtNakj7UpaGEsmMwUKpKWMVvcktOGcwBBNiB4lWrZWc01LhiyyzVklJyaQ==} '@prettier/sync@0.6.1': resolution: {integrity: sha512-yF9G8vK/LYUTF3Cijd7VC9La3b20F20/J/fgoR4H0B8JGOWnZVZX6+I6+vODPosjmMcpdlUV+gUqJQZp3kLOcw==} @@ -6066,8 +6194,8 @@ packages: peerDependencies: rollup: ^4.59.0 - '@rollup/pluginutils@5.1.3': - resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} + '@rollup/pluginutils@5.3.0': + resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^4.59.0 @@ -6200,17 +6328,17 @@ packages: cpu: [x64] os: [win32] - '@rollup/wasm-node@4.27.3': - resolution: {integrity: sha512-HlaetiNZq+cdDeebt6KagcsKeAWDTs+LZVBYBLIq+m6POIUXPMexJ+KwCU/cgqdtDhzUj7e8a144Gzo1YB58Ow==} + '@rollup/wasm-node@4.60.0': + resolution: {integrity: sha512-b4MyEi8S6dvHy0ZAwxO/zQPxpagdv+VZQDlTDaQJloif+axEHbjaJ+dkjN+uTs4mj8qT3nOidkGtDdNvVj7rrg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true '@rtsao/scc@1.1.0': resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} - '@schematics/angular@16.2.16': - resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} - engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@19.2.22': + resolution: {integrity: sha512-ZCyfDHD3dbU/PEr9M4EGGAWxQLlmITKJgJNAvNMLv8aiXkV31SiUCGwvnXh0dVPkufv+hPnqd+5ZpwAso6wkPw==} + engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@20.3.21': resolution: {integrity: sha512-RzF+y4QOrerJ8H/7DrAnP/T3TzHeaNuBx5JweYYOwyx2/caDxN5uwjw/rQnUpQwUlSaM8NKve9FETUn7E7t0pw==} @@ -6224,28 +6352,28 @@ packages: resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@3.0.0': - resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} + '@sigstore/core@3.2.0': + resolution: {integrity: sha512-kxHrDQ9YgfrWUSXU0cjsQGv8JykOFZQ9ErNKbFPWzk3Hgpwu8x2hHrQ9IdA8yl+j9RTLTC3sAF3Tdq1IQCP4oA==} engines: {node: ^20.17.0 || >=22.9.0} '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.0.1': - resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} + '@sigstore/sign@4.1.1': + resolution: {integrity: sha512-Hf4xglukg0XXQ2RiD5vSoLjdPe8OBUPA8XeVjUObheuDcWdYWrnH/BNmxZCzkAy68MzmNCxXLeurJvs6hcP2OQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@4.0.0': - resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} + '@sigstore/tuf@4.0.2': + resolution: {integrity: sha512-TCAzTy0xzdP79EnxSjq9KQ3eaR7+FmudLC6eRKknVKZbV7ZNlGLClAAQb/HMNJ5n2OBNk2GT1tEmU0xuPr+SLQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@3.0.0': - resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} + '@sigstore/verify@3.1.0': + resolution: {integrity: sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==} engines: {node: ^20.17.0 || >=22.9.0} - '@sinclair/typebox@0.27.8': - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + '@sinclair/typebox@0.27.10': + resolution: {integrity: sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==} '@sinclair/typebox@0.34.48': resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==} @@ -6259,17 +6387,11 @@ packages: '@sinonjs/fake-timers@11.2.2': resolution: {integrity: sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==} - '@sinonjs/fake-timers@13.0.5': - resolution: {integrity: sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==} + '@sinonjs/fake-timers@15.1.1': + resolution: {integrity: sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw==} - '@sinonjs/samsam@8.0.2': - resolution: {integrity: sha512-v46t/fwnhejRSFTGqbpn9u+LQ9xJDse10gNnPgAcxgdoCDMXj/G2asWAC/8Qs+BAZDicX+MNZouXT1A7c83kVw==} - - '@sinonjs/text-encoding@0.7.3': - resolution: {integrity: sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==} - deprecated: |- - Deprecated: no longer maintained and no longer used by Sinon packages. See - https://github.com/sinonjs/nise/issues/243 for replacement details. + '@sinonjs/samsam@8.0.3': + resolution: {integrity: sha512-hw6HbX+GyVZzmaYNh82Ecj1vdGZrqVIn/keDTg63IgAwiQPO+xCz99uG6Woqgb4tM0mUiFENKZ4cqd7IX94AXQ==} '@so-ric/colorspace@1.1.6': resolution: {integrity: sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==} @@ -6277,8 +6399,8 @@ packages: '@socket.io/component-emitter@3.1.2': resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} - '@standard-schema/spec@1.0.0': - resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} + '@standard-schema/spec@1.1.0': + resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} '@storybook/addon-docs@10.1.9': resolution: {integrity: sha512-SvwEZ32lyk5p3PRmE3pmfAhs4HMiVo5zxjTBVmK9kgz9zGgWCTlikb56tJ998hVe52CFyCvt3I9rkHeYMCKPww==} @@ -6393,68 +6515,80 @@ packages: peerDependencies: eslint: ^9.0.0 || ^10.0.0 - '@swc/core-darwin-arm64@1.15.3': - resolution: {integrity: sha512-AXfeQn0CvcQ4cndlIshETx6jrAM45oeUrK8YeEY6oUZU/qzz0Id0CyvlEywxkWVC81Ajpd8TQQ1fW5yx6zQWkQ==} + '@swc/core-darwin-arm64@1.15.21': + resolution: {integrity: sha512-SA8SFg9dp0qKRH8goWsax6bptFE2EdmPf2YRAQW9WoHGf3XKM1bX0nd5UdwxmC5hXsBUZAYf7xSciCler6/oyA==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.15.3': - resolution: {integrity: sha512-p68OeCz1ui+MZYG4wmfJGvcsAcFYb6Sl25H9TxWl+GkBgmNimIiRdnypK9nBGlqMZAcxngNPtnG3kEMNnvoJ2A==} + '@swc/core-darwin-x64@1.15.21': + resolution: {integrity: sha512-//fOVntgowz9+V90lVsNCtyyrtbHp3jWH6Rch7MXHXbcvbLmbCTmssl5DeedUWLLGiAAW1wksBdqdGYOTjaNLw==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.15.3': - resolution: {integrity: sha512-Nuj5iF4JteFgwrai97mUX+xUOl+rQRHqTvnvHMATL/l9xE6/TJfPBpd3hk/PVpClMXG3Uvk1MxUFOEzM1JrMYg==} + '@swc/core-linux-arm-gnueabihf@1.15.21': + resolution: {integrity: sha512-meNI4Sh6h9h8DvIfEc0l5URabYMSuNvyisLmG6vnoYAS43s8ON3NJR8sDHvdP7NJTrLe0q/x2XCn6yL/BeHcZg==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.15.3': - resolution: {integrity: sha512-2Nc/s8jE6mW2EjXWxO/lyQuLKShcmTrym2LRf5Ayp3ICEMX6HwFqB1EzDhwoMa2DcUgmnZIalesq2lG3krrUNw==} + '@swc/core-linux-arm64-gnu@1.15.21': + resolution: {integrity: sha512-QrXlNQnHeXqU2EzLlnsPoWEh8/GtNJLvfMiPsDhk+ht6Xv8+vhvZ5YZ/BokNWSIZiWPKLAqR0M7T92YF5tmD3g==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.15.3': - resolution: {integrity: sha512-j4SJniZ/qaZ5g8op+p1G9K1z22s/EYGg1UXIb3+Cg4nsxEpF5uSIGEE4mHUfA70L0BR9wKT2QF/zv3vkhfpX4g==} + '@swc/core-linux-arm64-musl@1.15.21': + resolution: {integrity: sha512-8/yGCMO333ultDaMQivE5CjO6oXDPeeg1IV4sphojPkb0Pv0i6zvcRIkgp60xDB+UxLr6VgHgt+BBgqS959E9g==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.15.3': - resolution: {integrity: sha512-aKttAZnz8YB1VJwPQZtyU8Uk0BfMP63iDMkvjhJzRZVgySmqt/apWSdnoIcZlUoGheBrcqbMC17GGUmur7OT5A==} + '@swc/core-linux-ppc64-gnu@1.15.21': + resolution: {integrity: sha512-ucW0HzPx0s1dgRvcvuLSPSA/2Kk/VYTv9st8qe1Kc22Gu0Q0rH9+6TcBTmMuNIp0Xs4BPr1uBttmbO1wEGI49Q==} + engines: {node: '>=10'} + cpu: [ppc64] + os: [linux] + + '@swc/core-linux-s390x-gnu@1.15.21': + resolution: {integrity: sha512-ulTnOGc5I7YRObE/9NreAhQg94QkiR5qNhhcUZ1iFAYjzg/JGAi1ch+s/Ixe61pMIr8bfVrF0NOaB0f8wjaAfA==} + engines: {node: '>=10'} + cpu: [s390x] + os: [linux] + + '@swc/core-linux-x64-gnu@1.15.21': + resolution: {integrity: sha512-D0RokxtM+cPvSqJIKR6uja4hbD+scI9ezo95mBhfSyLUs9wnPPl26sLp1ZPR/EXRdYm3F3S6RUtVi+8QXhT24Q==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.15.3': - resolution: {integrity: sha512-oe8FctPu1gnUsdtGJRO2rvOUIkkIIaHqsO9xxN0bTR7dFTlPTGi2Fhk1tnvXeyAvCPxLIcwD8phzKg6wLv9yug==} + '@swc/core-linux-x64-musl@1.15.21': + resolution: {integrity: sha512-nER8u7VeRfmU6fMDzl1NQAbbB/G7O2avmvCOwIul1uGkZ2/acbPH+DCL9h5+0yd/coNcxMBTL6NGepIew+7C2w==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.15.3': - resolution: {integrity: sha512-L9AjzP2ZQ/Xh58e0lTRMLvEDrcJpR7GwZqAtIeNLcTK7JVE+QineSyHp0kLkO1rttCHyCy0U74kDTj0dRz6raA==} + '@swc/core-win32-arm64-msvc@1.15.21': + resolution: {integrity: sha512-+/AgNBnjYugUA8C0Do4YzymgvnGbztv7j8HKSQLvR/DQgZPoXQ2B3PqB2mTtGh/X5DhlJWiqnunN35JUgWcAeQ==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.15.3': - resolution: {integrity: sha512-B8UtogMzErUPDWUoKONSVBdsgKYd58rRyv2sHJWKOIMCHfZ22FVXICR4O/VwIYtlnZ7ahERcjayBHDlBZpR0aw==} + '@swc/core-win32-ia32-msvc@1.15.21': + resolution: {integrity: sha512-IkSZj8PX/N4HcaFhMQtzmkV8YSnuNoJ0E6OvMwFiOfejPhiKXvl7CdDsn1f4/emYEIDO3fpgZW9DTaCRMDxaDA==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.15.3': - resolution: {integrity: sha512-SpZKMR9QBTecHeqpzJdYEfgw30Oo8b/Xl6rjSzBt1g0ZsXyy60KLXrp6IagQyfTYqNYE/caDvwtF2FPn7pomog==} + '@swc/core-win32-x64-msvc@1.15.21': + resolution: {integrity: sha512-zUyWso7OOENB6e1N1hNuNn8vbvLsTdKQ5WKLgt/JcBNfJhKy/6jmBmqI3GXk/MyvQKd5SLvP7A0F36p7TeDqvw==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.15.3': - resolution: {integrity: sha512-Qd8eBPkUFL4eAONgGjycZXj1jFCBW8Fd+xF0PzdTlBCWQIV1xnUT7B93wUANtW3KGjl3TRcOyxwSx/u/jyKw/Q==} + '@swc/core@1.15.21': + resolution: {integrity: sha512-fkk7NJcBscrR3/F8jiqlMptRHP650NxqDnspBMrRe5d8xOoCy9MLL5kOBLFXjFLfMo3KQQHhk+/jUULOMlR1uQ==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '>=0.5.17' @@ -6465,11 +6599,11 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.15': - resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} + '@swc/helpers@0.5.20': + resolution: {integrity: sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==} - '@swc/types@0.1.25': - resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==} + '@swc/types@0.1.26': + resolution: {integrity: sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==} '@testcafe-community/axe@3.5.0': resolution: {integrity: sha512-JFYW8IYtvVZ2788y6d0kb3LGZAQZWgS82SrsFcd/4zJU7b9j2oPruLxpmPKqbM4HwQLk8RhyzkOmECRxRbrLhA==} @@ -6486,10 +6620,6 @@ packages: resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==} engines: {node: '>=14'} - '@testing-library/jest-dom@6.6.3': - resolution: {integrity: sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==} - engines: {node: '>=14', npm: '>=6', yarn: '>=1'} - '@testing-library/jest-dom@6.9.1': resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} @@ -6517,8 +6647,8 @@ packages: '@ts-morph/common@0.22.0': resolution: {integrity: sha512-HqNBuV/oIlMKdkLshXd1zKBqNQCsuPEsgQOkfFQ/eUKjRlwndXW1AjN9LVkBEIukm00gGXSRmfkl0Wv5VXLnlw==} - '@tsconfig/node10@1.0.11': - resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==} + '@tsconfig/node10@1.0.12': + resolution: {integrity: sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==} '@tsconfig/node12@1.0.11': resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} @@ -6533,8 +6663,8 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@4.0.0': - resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} + '@tufjs/models@4.1.0': + resolution: {integrity: sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==} engines: {node: ^20.17.0 || >=22.9.0} '@tybys/wasm-util@0.10.1': @@ -6549,20 +6679,17 @@ packages: '@types/babel__core@7.20.5': resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} - '@types/babel__generator@7.6.8': - resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} + '@types/babel__generator@7.27.0': + resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==} '@types/babel__template@7.4.4': resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} - '@types/babel__traverse@7.20.6': - resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} - '@types/babel__traverse@7.28.0': resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==} - '@types/body-parser@1.19.5': - resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} + '@types/body-parser@1.19.6': + resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==} '@types/bonjour@3.5.13': resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} @@ -6582,14 +6709,11 @@ packages: '@types/connect@3.4.38': resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} - '@types/cookie@0.4.1': - resolution: {integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==} + '@types/cors@2.8.19': + resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==} - '@types/cors@2.8.17': - resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} - - '@types/debug@4.1.12': - resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + '@types/debug@4.1.13': + resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==} '@types/deep-eql@4.0.2': resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} @@ -6624,20 +6748,14 @@ packages: '@types/estree@0.0.46': resolution: {integrity: sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==} - '@types/estree@1.0.6': - resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} '@types/expect@1.20.4': resolution: {integrity: sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==} - '@types/express-serve-static-core@4.19.6': - resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} - - '@types/express-serve-static-core@5.0.1': - resolution: {integrity: sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==} + '@types/express-serve-static-core@4.19.8': + resolution: {integrity: sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==} '@types/express@4.17.25': resolution: {integrity: sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==} @@ -6669,11 +6787,11 @@ packages: '@types/html-minifier-terser@6.1.0': resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} - '@types/http-errors@2.0.4': - resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} + '@types/http-errors@2.0.5': + resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} - '@types/http-proxy@1.17.15': - resolution: {integrity: sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==} + '@types/http-proxy@1.17.17': + resolution: {integrity: sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==} '@types/istanbul-lib-coverage@2.0.6': resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} @@ -6729,21 +6847,18 @@ packages: '@types/minimist@1.2.5': resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} - '@types/ms@0.7.34': - resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} + '@types/ms@2.1.0': + resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node-fetch@2.6.12': - resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==} + '@types/node-fetch@2.6.13': + resolution: {integrity: sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==} - '@types/node-forge@1.3.11': - resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} + '@types/node-forge@1.3.14': + resolution: {integrity: sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==} '@types/node@18.19.130': resolution: {integrity: sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==} - '@types/node@18.19.64': - resolution: {integrity: sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ==} - '@types/node@20.11.17': resolution: {integrity: sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==} @@ -6756,9 +6871,6 @@ packages: '@types/node@20.19.37': resolution: {integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==} - '@types/node@25.5.0': - resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==} - '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -6774,11 +6886,11 @@ packages: '@types/parse5@6.0.3': resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} - '@types/prop-types@15.7.13': - resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==} + '@types/prop-types@15.7.15': + resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} - '@types/qs@6.9.17': - resolution: {integrity: sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==} + '@types/qs@6.15.0': + resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==} '@types/raf@3.4.3': resolution: {integrity: sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==} @@ -6828,23 +6940,26 @@ packages: '@types/scheduler@0.16.8': resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} - '@types/semver@7.5.8': - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + '@types/semver@7.7.1': + resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} + + '@types/send@0.17.6': + resolution: {integrity: sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==} - '@types/send@0.17.4': - resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} + '@types/send@1.2.1': + resolution: {integrity: sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==} '@types/serve-index@1.9.4': resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==} - '@types/serve-static@1.15.7': - resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} + '@types/serve-static@1.15.10': + resolution: {integrity: sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==} '@types/shelljs@0.8.15': resolution: {integrity: sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==} - '@types/sizzle@2.3.9': - resolution: {integrity: sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==} + '@types/sizzle@2.3.10': + resolution: {integrity: sha512-TC0dmN0K8YcWEAEfiPi5gJP14eJe30TTGjkvek3iM/1NdHHsdCA/Td6GvNndMOo/iSnIsZ4HuuhrYPDAmbxzww==} '@types/sockjs@0.3.36': resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==} @@ -6855,8 +6970,8 @@ packages: '@types/tar-fs@2.0.4': resolution: {integrity: sha512-ipPec0CjTmVDWE+QKr9cTmIIoTl7dFG/yARCM5MqK8i6CNLIG1P8x4kwDsOQY1ChZOZjH0wO9nvfgBvWl4R3kA==} - '@types/tar-stream@3.1.3': - resolution: {integrity: sha512-Zbnx4wpkWBMBSu5CytMbrT5ZpMiF55qgM+EpHzR4yIDu7mv52cej8hTkOc6K+LzpkOAbxwn/m7j3iO+/l42YkQ==} + '@types/tar-stream@3.1.4': + resolution: {integrity: sha512-921gW0+g29mCJX0fRvqeHzBlE/XclDaAG0Ousy1LCghsOhvaKacDeRGEVzQP9IPfKn8Vysy7FEXAIxycpc/CMg==} '@types/tough-cookie@4.0.5': resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==} @@ -6876,8 +6991,8 @@ packages: '@types/vinyl@2.0.12': resolution: {integrity: sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==} - '@types/ws@8.5.13': - resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==} + '@types/ws@8.18.1': + resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} '@types/yargs-parser@21.0.3': resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} @@ -6952,6 +7067,12 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/project-service@8.57.2': + resolution: {integrity: sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/scope-manager@5.62.0': resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -6968,12 +7089,22 @@ packages: resolution: {integrity: sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/scope-manager@8.57.2': + resolution: {integrity: sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/tsconfig-utils@8.52.0': resolution: {integrity: sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/tsconfig-utils@8.57.2': + resolution: {integrity: sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/type-utils@6.21.0': resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} engines: {node: ^16.0.0 || >=18.0.0} @@ -7011,12 +7142,8 @@ packages: resolution: {integrity: sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.54.0': - resolution: {integrity: sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@typescript-eslint/types@8.57.1': - resolution: {integrity: sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==} + '@typescript-eslint/types@8.57.2': + resolution: {integrity: sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@3.10.1': @@ -7061,6 +7188,12 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/typescript-estree@8.57.2': + resolution: {integrity: sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/utils@5.62.0': resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -7086,6 +7219,13 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' + '@typescript-eslint/utils@8.57.2': + resolution: {integrity: sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==} + 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/visitor-keys@3.10.1': resolution: {integrity: sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -7106,6 +7246,10 @@ packages: resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/visitor-keys@8.57.2': + resolution: {integrity: sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} @@ -7264,8 +7408,8 @@ packages: '@vue/compiler-core@3.4.27': resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==} - '@vue/compiler-core@3.5.13': - resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} + '@vue/compiler-core@3.5.31': + resolution: {integrity: sha512-k/ueL14aNIEy5Onf0OVzR8kiqF/WThgLdFhxwa4e/KF/0qe38IwIdofoSWBTvvxQOesaz6riAFAUaYjoF9fLLQ==} '@vue/compiler-dom@3.2.47': resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==} @@ -7276,8 +7420,8 @@ packages: '@vue/compiler-dom@3.4.27': resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==} - '@vue/compiler-dom@3.5.13': - resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} + '@vue/compiler-dom@3.5.31': + resolution: {integrity: sha512-BMY/ozS/xxjYqRFL+tKdRpATJYDTTgWSo0+AJvJNg4ig+Hgb0dOsHPXvloHQ5hmlivUqw1Yt2pPIqp4e0v1GUw==} '@vue/compiler-sfc@3.2.47': resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} @@ -7288,8 +7432,8 @@ packages: '@vue/compiler-sfc@3.4.27': resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==} - '@vue/compiler-sfc@3.5.13': - resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} + '@vue/compiler-sfc@3.5.31': + resolution: {integrity: sha512-M8wpPgR9UJ8MiRGjppvx9uWJfLV7A/T+/rL8s/y3QG3u0c2/YZgff3d6SuimKRIhcYnWg5fTfDMlz2E6seUW8Q==} '@vue/compiler-ssr@3.2.47': resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==} @@ -7300,8 +7444,8 @@ packages: '@vue/compiler-ssr@3.4.27': resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==} - '@vue/compiler-ssr@3.5.13': - resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} + '@vue/compiler-ssr@3.5.31': + resolution: {integrity: sha512-h0xIMxrt/LHOvJKMri+vdYT92BrK3HFLtDqq9Pr/lVVfE4IyKZKvWf0vJFW10Yr6nX02OR4MkJwI0c1HDa1hog==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -7340,8 +7484,8 @@ packages: '@vue/reactivity@3.4.27': resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==} - '@vue/reactivity@3.5.13': - resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} + '@vue/reactivity@3.5.31': + resolution: {integrity: sha512-DtKXxk9E/KuVvt8VxWu+6Luc9I9ETNcqR1T1oW1gf02nXaZ1kuAx58oVu7uX9XxJR0iJCro6fqBLw9oSBELo5g==} '@vue/runtime-core@3.2.47': resolution: {integrity: sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==} @@ -7349,8 +7493,8 @@ packages: '@vue/runtime-core@3.4.27': resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==} - '@vue/runtime-core@3.5.13': - resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==} + '@vue/runtime-core@3.5.31': + resolution: {integrity: sha512-AZPmIHXEAyhpkmN7aWlqjSfYynmkWlluDNPHMCZKFHH+lLtxP/30UJmoVhXmbDoP1Ng0jG0fyY2zCj1PnSSA6Q==} '@vue/runtime-dom@3.2.47': resolution: {integrity: sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==} @@ -7358,8 +7502,8 @@ packages: '@vue/runtime-dom@3.4.27': resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==} - '@vue/runtime-dom@3.5.13': - resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==} + '@vue/runtime-dom@3.5.31': + resolution: {integrity: sha512-xQJsNRmGPeDCJq/u813tyonNgWBFjzfVkBwDREdEWndBnGdHLHgkwNBQxLtg4zDrzKTEcnikUy1UUNecb3lJ6g==} '@vue/server-renderer@3.2.47': resolution: {integrity: sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==} @@ -7371,10 +7515,10 @@ packages: peerDependencies: vue: 3.4.27 - '@vue/server-renderer@3.5.13': - resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==} + '@vue/server-renderer@3.5.31': + resolution: {integrity: sha512-GJuwRvMcdZX/CriUnyIIOGkx3rMV3H6sOu0JhdKbduaeCji6zb60iOGMY7tFoN24NfsUYoFBhshZtGxGpxO4iA==} peerDependencies: - vue: 3.5.13 + vue: 3.5.31 '@vue/shared@3.2.47': resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} @@ -7388,8 +7532,8 @@ packages: '@vue/shared@3.4.27': resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} - '@vue/shared@3.5.13': - resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} + '@vue/shared@3.5.31': + resolution: {integrity: sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==} '@vue/test-utils@2.0.0-beta.7': resolution: {integrity: sha512-cAe7VqoxxkxTr/2N93UpW/LQbcUVKC+QRA3ZBq5ZWImtAf/8jtcdC2mQ9g4AKmSvyaKQtqxrRn4i/y5z7yrrKA==} @@ -7572,8 +7716,8 @@ packages: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} engines: {node: '>=0.4.0'} - acorn-walk@8.3.4: - resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} + acorn-walk@8.3.5: + resolution: {integrity: sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==} engines: {node: '>=0.4.0'} acorn@7.4.1: @@ -7581,11 +7725,6 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - acorn@8.15.0: - resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} - engines: {node: '>=0.4.0'} - hasBin: true - acorn@8.16.0: resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} engines: {node: '>=0.4.0'} @@ -7607,12 +7746,12 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} - agent-base@7.1.3: - resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} + agent-base@7.1.4: + resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} - agentkeepalive@4.5.0: - resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} + agentkeepalive@4.6.0: + resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==} engines: {node: '>= 8.0.0'} aggregate-error@3.1.0: @@ -7659,12 +7798,6 @@ packages: ajv@6.14.0: resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} - ajv@8.12.0: - resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} - - ajv@8.17.1: - resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} - ajv@8.18.0: resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} @@ -7676,8 +7809,8 @@ packages: resolution: {integrity: sha512-qqAXW9QvKf2tTyhpDA4qXv1IfBwD2eduSW6tUEBFIfCeE9gn9HQ9I5+MaKoenRuHrzk5sQoNh1/iof8mY7uD6Q==} engines: {node: '>= 14.0.0'} - alien-signals@2.0.7: - resolution: {integrity: sha512-wE7y3jmYeb0+h6mr5BOovuqhFv22O/MV9j5p0ndJsa7z1zJNPGQ4ph5pQk/kTTCWRC3xsA4SmtwmkzQO+7NCNg==} + alien-signals@2.0.8: + resolution: {integrity: sha512-844G1VLkk0Pe2SJjY0J8vp8ADI73IM4KliNu2OGlYzWpO28NexEUvjHTcFjFX3VXoiUtwTbHxLNI9ImkcoBqzA==} amdefine@1.0.1: resolution: {integrity: sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==} @@ -7707,8 +7840,8 @@ packages: resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} engines: {node: '>=12'} - ansi-escapes@7.0.0: - resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==} + ansi-escapes@7.3.0: + resolution: {integrity: sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==} engines: {node: '>=18'} ansi-gray@0.1.1: @@ -7736,8 +7869,8 @@ packages: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} - ansi-regex@6.1.0: - resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} + ansi-regex@6.2.2: + resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==} engines: {node: '>=12'} ansi-styles@2.2.1: @@ -7756,8 +7889,8 @@ packages: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} - ansi-styles@6.2.1: - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + ansi-styles@6.2.3: + resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} engines: {node: '>=12'} ansi-wrap@0.1.0: @@ -7850,10 +7983,6 @@ packages: resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} engines: {node: '>=0.10.0'} - array-buffer-byte-length@1.0.1: - resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} - engines: {node: '>= 0.4'} - array-buffer-byte-length@1.0.2: resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} engines: {node: '>= 0.4'} @@ -7872,10 +8001,6 @@ packages: array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} - array-includes@3.1.8: - resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} - engines: {node: '>= 0.4'} - array-includes@3.1.9: resolution: {integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==} engines: {node: '>= 0.4'} @@ -7936,10 +8061,6 @@ packages: resolution: {integrity: sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==} engines: {node: '>= 0.4'} - array.prototype.flat@1.3.2: - resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} - engines: {node: '>= 0.4'} - array.prototype.flat@1.3.3: resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==} engines: {node: '>= 0.4'} @@ -7952,10 +8073,6 @@ packages: resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} engines: {node: '>= 0.4'} - arraybuffer.prototype.slice@1.0.3: - resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} - engines: {node: '>= 0.4'} - arraybuffer.prototype.slice@1.0.4: resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} engines: {node: '>= 0.4'} @@ -8033,13 +8150,14 @@ packages: resolution: {integrity: sha512-CeTSWB5Bou31xSHeO45ZKgLPRaJbV4I8csRcFYETDBehX7H+1GDO/v+v8G7fZmar1gOmYa6UTXn6d/WIiJbslw==} engines: {node: '>=0.12.0'} + async-function@1.0.0: + resolution: {integrity: sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==} + engines: {node: '>= 0.4'} + async-settle@1.0.0: resolution: {integrity: sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw==} engines: {node: '>= 0.10'} - async@2.6.4: - resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} - async@3.2.3: resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} @@ -8061,13 +8179,6 @@ packages: peerDependencies: postcss: ^8.1.0 - autoprefixer@10.4.22: - resolution: {integrity: sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.23: resolution: {integrity: sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==} engines: {node: ^10 || ^12 || >=14} @@ -8096,8 +8207,8 @@ packages: resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==} engines: {node: '>=4'} - axios@1.13.5: - resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==} + axios@1.13.6: + resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==} axobject-query@2.0.2: resolution: {integrity: sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==} @@ -8106,8 +8217,13 @@ packages: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} - b4a@1.6.7: - resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==} + b4a@1.8.0: + resolution: {integrity: sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==} + peerDependencies: + react-native-b4a: '*' + peerDependenciesMeta: + react-native-b4a: + optional: true babel-code-frame@6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} @@ -8130,8 +8246,8 @@ packages: peerDependencies: '@babel/core': ^7.8.0 - babel-jest@30.2.0: - resolution: {integrity: sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==} + babel-jest@30.3.0: + resolution: {integrity: sha512-gRpauEU2KRrCox5Z296aeVHR4jQ98BCnu0IO332D/xpHNOsIH/bgSRk9k6GbKIbBw8vFeN6ctuu6tV8WOyVfYQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: '@babel/core': ^7.11.0 || ^8.0.0-0 @@ -8170,8 +8286,8 @@ packages: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - babel-plugin-jest-hoist@30.2.0: - resolution: {integrity: sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA==} + babel-plugin-jest-hoist@30.3.0: + resolution: {integrity: sha512-+TRkByhsws6sfPjVaitzadk1I0F5sPvOVUH5tyTSzhePpsGIVrdeunHSw/C36QeocS95OOk8lunc4rlu5Anwsg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} babel-plugin-macros@3.1.0: @@ -8182,11 +8298,6 @@ packages: resolution: {integrity: sha512-g0u+/ChLSJ5+PzYwLwP8Rp8Rcfowz58TJNCe+L/ui4rpzE/mg//JVX0EWBUYoxaextqnwuGHzfGp2hh0PPV25Q==} engines: {node: '>= 16'} - babel-plugin-polyfill-corejs2@0.4.14: - resolution: {integrity: sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs2@0.4.17: resolution: {integrity: sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==} peerDependencies: @@ -8212,11 +8323,6 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-regenerator@0.6.5: - resolution: {integrity: sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-regenerator@0.6.8: resolution: {integrity: sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==} peerDependencies: @@ -8252,11 +8358,6 @@ packages: '@babel/traverse': optional: true - babel-preset-current-node-syntax@1.1.0: - resolution: {integrity: sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==} - peerDependencies: - '@babel/core': ^7.0.0 - babel-preset-current-node-syntax@1.2.0: resolution: {integrity: sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==} peerDependencies: @@ -8268,8 +8369,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - babel-preset-jest@30.2.0: - resolution: {integrity: sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ==} + babel-preset-jest@30.3.0: + resolution: {integrity: sha512-6ZcUbWHC+dMz2vfzdNwi87Z1gQsLNK2uLuK1Q89R11xdvejcivlYYwDlEv0FHX3VwEXpbBQ9uufB/MUNpZGfhQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: '@babel/core': ^7.11.0 || ^8.0.0-beta.1 @@ -8310,11 +8411,16 @@ packages: resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} engines: {node: 18 || 20 || >=22} - bare-events@2.5.4: - resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==} + bare-events@2.8.2: + resolution: {integrity: sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==} + peerDependencies: + bare-abort-controller: '*' + peerDependenciesMeta: + bare-abort-controller: + optional: true - bare-fs@4.0.2: - resolution: {integrity: sha512-S5mmkMesiduMqnz51Bfh0Et9EX0aTCJxhsI4bvzFFLs8Z1AV8RDHadfY5CyLwdoLHgXbNBEN1gQcbEtGwuvixw==} + bare-fs@4.5.6: + resolution: {integrity: sha512-1QovqDrR80Pmt5HPAsMsXTCFcDYr+NSUKW6nd6WO5v0JBmnItc/irNRzm2KOQ5oZ69P37y+AMujNyNtG+1Rggw==} engines: {bare: '>=1.16.0'} peerDependencies: bare-buffer: '*' @@ -8322,24 +8428,30 @@ packages: bare-buffer: optional: true - bare-os@3.6.1: - resolution: {integrity: sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==} + bare-os@3.8.0: + resolution: {integrity: sha512-Dc9/SlwfxkXIGYhvMQNUtKaXCaGkZYGcd1vuNUUADVqzu4/vQfvnMkYYOUnt2VwQ2AqKr/8qAVFRtwETljgeFg==} engines: {bare: '>=1.14.0'} bare-path@3.0.0: resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==} - bare-stream@2.6.5: - resolution: {integrity: sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==} + bare-stream@2.11.0: + resolution: {integrity: sha512-Y/+iQ49fL3rIn6w/AVxI/2+BRrpmzJvdWt5Jv8Za6Ngqc6V227c+pYjYYgLdpR3MwQ9ObVXD0ZrqoBztakM0rw==} peerDependencies: + bare-abort-controller: '*' bare-buffer: '*' bare-events: '*' peerDependenciesMeta: + bare-abort-controller: + optional: true bare-buffer: optional: true bare-events: optional: true + bare-url@2.4.0: + resolution: {integrity: sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==} + base-x@3.0.11: resolution: {integrity: sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==} @@ -8358,12 +8470,9 @@ packages: resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} engines: {node: '>=0.10.0'} - baseline-browser-mapping@2.8.30: - resolution: {integrity: sha512-aTUKW4ptQhS64+v2d6IkPzymEzzhw+G0bA1g3uBRV3+ntkH+svttKseW5IOR4Ed6NUVKqnY7qT3dKvzQ7io4AA==} - hasBin: true - - baseline-browser-mapping@2.9.13: - resolution: {integrity: sha512-WhtvB2NG2wjr04+h77sg3klAIwrgOqnjS49GGudnUPGFFgg7G17y7Qecqp+2Dr5kUDxNRBca0SK7cG8JwzkWDQ==} + baseline-browser-mapping@2.10.11: + resolution: {integrity: sha512-DAKrHphkJyiGuau/cFieRYhcTFeK/lBuD++C7cZ6KZHbMhBrisoi+EvhQ5RZrIfV5qwsW8kgQ07JIC+MDJRAhg==} + engines: {node: '>=6.0.0'} hasBin: true basic-auth@2.0.1: @@ -8414,14 +8523,14 @@ packages: bluebird@3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - bn.js@4.12.1: - resolution: {integrity: sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==} + bn.js@4.12.3: + resolution: {integrity: sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==} - bn.js@5.2.1: - resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} + bn.js@5.2.3: + resolution: {integrity: sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==} - body-parser@1.20.3: - resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} + body-parser@1.20.4: + resolution: {integrity: sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} body-parser@2.2.2: @@ -8442,8 +8551,8 @@ packages: bowser@1.6.0: resolution: {integrity: sha512-Fk23J0+vRnI2eKDEDoUZXWtbMjijr098lKhuj4DKAfMKMCRVfJOuxXlbpxy0sTgbZ/Nr2N8MexmOir+GGI/ZMA==} - bowser@2.11.0: - resolution: {integrity: sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==} + bowser@2.14.1: + resolution: {integrity: sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==} brace-expansion@1.1.12: resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} @@ -8451,8 +8560,8 @@ packages: brace-expansion@2.0.2: resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} - brace-expansion@5.0.3: - resolution: {integrity: sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==} + brace-expansion@5.0.5: + resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==} engines: {node: 18 || 20 || >=22} braces@3.0.3: @@ -8482,9 +8591,9 @@ packages: resolution: {integrity: sha512-YBjSAiTqM04ZVei6sXighu679a3SqWORA3qZTEqZImnlkDIFtKc6pNutpjyZ8RJTjQtuYfeetkxM11GwoYXMIQ==} engines: {node: '>= 0.10'} - browserify-sign@4.2.3: - resolution: {integrity: sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==} - engines: {node: '>= 0.12'} + browserify-sign@4.2.5: + resolution: {integrity: sha512-C2AUdAJg6rlM2W5QMp2Q4KGQMVBwR1lIimTsUnutJ8bMpW5B52pGpR2gEnNBNwijumDo5FojQ0L9JrXA8m4YEw==} + engines: {node: '>= 0.10'} browserify-zlib@0.2.0: resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} @@ -8494,11 +8603,6 @@ packages: engines: {node: '>= 0.8'} hasBin: true - browserslist@4.28.0: - resolution: {integrity: sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - browserslist@4.28.1: resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -8567,8 +8671,8 @@ packages: resolution: {integrity: sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==} engines: {node: '>=6.0.0'} - cacache@20.0.3: - resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} + cacache@20.0.4: + resolution: {integrity: sha512-M3Lab8NPYlZU2exsL3bMVvMrMqgwCnMWfdZbK28bn3pK6APT/Te/I8hjRPNu1uwORY9a1eEQoifXbKPQMfMTOA==} engines: {node: ^20.17.0 || >=22.9.0} cache-base@1.0.1: @@ -8578,8 +8682,8 @@ packages: cache-swap@0.3.0: resolution: {integrity: sha512-rwePCa4iVqXHrEEmQEoLR3Kea4aCTCf7JfX+mJA4Fd61Vb738TItRRv1v++emp9wfnRUKbXpIYfRJY4ThWK09g==} - cacheable@2.3.1: - resolution: {integrity: sha512-yr+FSHWn1ZUou5LkULX/S+jhfgfnLbuKQjE40tyEd4fxGZVMbBL5ifno0J0OauykS8UiCSgHi+DV/YD+rjFxFg==} + cacheable@2.3.4: + resolution: {integrity: sha512-djgxybDbw9fL/ZWMI3+CE8ZilNxcwFkVtDc1gJ+IlOSSWkSMPQabhV/XCHTQ6pwwN6aivXPZ43omTooZiX06Ew==} cached-path-relative@1.1.0: resolution: {integrity: sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==} @@ -8588,10 +8692,6 @@ packages: resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} engines: {node: '>= 0.4'} - call-bind@1.0.7: - resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} - engines: {node: '>= 0.4'} - call-bind@1.0.8: resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} engines: {node: '>= 0.4'} @@ -8626,14 +8726,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001756: - resolution: {integrity: sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==} - - caniuse-lite@1.0.30001763: - resolution: {integrity: sha512-mh/dGtq56uN98LlNX9qdbKnzINhX0QzhiWBFEkFfsFO4QyCvL8YegrJAazCwXIeqkIob8BlZPGM3xdnY+sgmvQ==} - - caniuse-lite@1.0.30001776: - resolution: {integrity: sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==} + caniuse-lite@1.0.30001781: + resolution: {integrity: sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==} canvg@3.0.11: resolution: {integrity: sha512-5ON+q7jCTgMp9cjpu4Jo6XbvfYwSB2Ow3kzHKfIyJfaCAOHLbdKPQqGKgfED/R5B+3TFFfe8pegYA+b423SRyA==} @@ -8707,20 +8801,13 @@ packages: check-error@1.0.3: resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} - check-error@2.1.1: - resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} + check-error@2.1.3: + resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==} engines: {node: '>= 16'} - cheerio-select@1.6.0: - resolution: {integrity: sha512-eq0GdBvxVFbqWgmCm7M3XGs1I8oLy/nExUnh6oLqmBditPO9AqQJrkslDpMun/hZ0yyTs8L0m85OHp4ho6Qm9g==} - cheerio-select@2.1.0: resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==} - cheerio@1.0.0-rc.10: - resolution: {integrity: sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==} - engines: {node: '>= 6'} - cheerio@1.2.0: resolution: {integrity: sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==} engines: {node: '>=20.18.1'} @@ -8732,8 +8819,8 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - chokidar@4.0.1: - resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==} + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} chokidar@5.0.0: @@ -8764,20 +8851,16 @@ packages: resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} - ci-info@4.3.0: - resolution: {integrity: sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==} - engines: {node: '>=8'} - ci-info@4.4.0: resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==} engines: {node: '>=8'} - cipher-base@1.0.5: - resolution: {integrity: sha512-xq7ICKB4TMHUx7Tz1L9O2SGKOhYMOTR32oir45Bq28/AQTpHogKgHcoYFSdRbMtddl+ozNXfXY9jWcgYKmde0w==} + cipher-base@1.0.7: + resolution: {integrity: sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==} engines: {node: '>= 0.10'} - cjs-module-lexer@1.4.1: - resolution: {integrity: sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==} + cjs-module-lexer@1.4.3: + resolution: {integrity: sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==} cjs-module-lexer@2.2.0: resolution: {integrity: sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==} @@ -8849,8 +8932,8 @@ packages: resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} - cli-spinners@3.3.0: - resolution: {integrity: sha512-/+40ljC3ONVnYIttjMWrlL51nItDAbBrq2upN8BPyvGU/2n5Oxw3tbNwORCaNuNqLJnxGqOfjUuhsv7l5Q4IsQ==} + cli-spinners@3.4.0: + resolution: {integrity: sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==} engines: {node: '>=18.20'} cli-truncate@3.1.0: @@ -8861,8 +8944,8 @@ packages: resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==} engines: {node: '>=18'} - cli-truncate@5.1.1: - resolution: {integrity: sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==} + cli-truncate@5.2.0: + resolution: {integrity: sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==} engines: {node: '>=20'} cli-width@4.1.0: @@ -8934,8 +9017,8 @@ packages: engines: {node: '>=6'} hasBin: true - collect-v8-coverage@1.0.2: - resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} + collect-v8-coverage@1.0.3: + resolution: {integrity: sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==} collection-map@1.0.0: resolution: {integrity: sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==} @@ -9022,10 +9105,6 @@ packages: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} - commander@13.1.0: - resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} - engines: {node: '>=18'} - commander@14.0.3: resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} engines: {node: '>=20'} @@ -9146,6 +9225,9 @@ packages: cookie-signature@1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + cookie-signature@1.0.7: + resolution: {integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==} + cookie-signature@1.2.2: resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==} engines: {node: '>=6.6.0'} @@ -9157,6 +9239,10 @@ packages: copy-anything@2.0.6: resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} + copy-anything@3.0.5: + resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==} + engines: {node: '>=12.13'} + copy-descriptor@0.1.1: resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} engines: {node: '>=0.10.0'} @@ -9176,9 +9262,6 @@ packages: peerDependencies: webpack: ^5.1.0 - core-js-compat@3.45.1: - resolution: {integrity: sha512-tqTt5T4PzsMIZ430XGviK4vzYSoeNJ6CXODi6c/voxOT6IZqBht5/EKaSNnYiEjjRYxjVz7DQIsOsY0XNi8PIA==} - core-js-compat@3.49.0: resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==} @@ -9186,8 +9269,8 @@ packages: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. - core-js@3.39.0: - resolution: {integrity: sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==} + core-js@3.49.0: + resolution: {integrity: sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==} core-util-is@1.0.2: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} @@ -9195,8 +9278,8 @@ packages: core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - cors@2.8.5: - resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + cors@2.8.6: + resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==} engines: {node: '>= 0.10'} corser@2.0.1: @@ -9216,8 +9299,8 @@ packages: typescript: optional: true - cosmiconfig@9.0.0: - resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} + cosmiconfig@9.0.1: + resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==} engines: {node: '>=14'} peerDependencies: typescript: '>=4.9.5' @@ -9272,9 +9355,9 @@ packages: resolution: {integrity: sha512-65Mtei8+EkSIK+5Ie4gpWXoJ/5bgpqPXFknHHXAyhDqKsEAAzUslGd8mOeawbfcuQ8fADNKcF4xQA3fqlZJ8Ig==} engines: {iojs: '>=1.0.0', node: '>=0.5.2'} - css-functions-list@3.2.3: - resolution: {integrity: sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==} - engines: {node: '>=12 || >=16'} + css-functions-list@3.3.3: + resolution: {integrity: sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==} + engines: {node: '>=12'} css-line-break@2.1.0: resolution: {integrity: sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==} @@ -9303,11 +9386,23 @@ packages: webpack: optional: true + css-loader@7.1.4: + resolution: {integrity: sha512-vv3J9tlOl04WjiMvHQI/9tmIrCxVrj6PFbHemBB1iihpeRbi/I4h033eoFIhwxBBqLhI0KYFS7yvynBFhIZfTw==} + engines: {node: '>= 18.12.0'} + peerDependencies: + '@rspack/core': 0.x || ^1.0.0 || ^2.0.0-0 + webpack: ^5.27.0 + peerDependenciesMeta: + '@rspack/core': + optional: true + webpack: + optional: true + css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} - css-select@5.1.0: - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} + css-select@5.2.2: + resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==} css-select@6.0.0: resolution: {integrity: sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==} @@ -9319,12 +9414,12 @@ packages: resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - css-tree@3.1.0: - resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} + css-tree@3.2.1: + resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - css-what@6.1.0: - resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + css-what@6.2.2: + resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} engines: {node: '>= 6'} css-what@7.0.0: @@ -9355,9 +9450,6 @@ packages: csstype@2.6.21: resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} - csstype@3.1.3: - resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - csstype@3.2.3: resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} @@ -9389,26 +9481,14 @@ packages: resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==} engines: {node: '>=12'} - data-view-buffer@1.0.1: - resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} - engines: {node: '>= 0.4'} - data-view-buffer@1.0.2: resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} engines: {node: '>= 0.4'} - data-view-byte-length@1.0.1: - resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} - engines: {node: '>= 0.4'} - data-view-byte-length@1.0.2: resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} engines: {node: '>= 0.4'} - data-view-byte-offset@1.0.0: - resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} - engines: {node: '>= 0.4'} - data-view-byte-offset@1.0.1: resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} engines: {node: '>= 0.4'} @@ -9417,8 +9497,8 @@ packages: resolution: {integrity: sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==} engines: {node: '>=4.0'} - dayjs@1.11.13: - resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} + dayjs@1.11.20: + resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==} de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} @@ -9457,24 +9537,6 @@ packages: supports-color: optional: true - debug@4.3.7: - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - - debug@4.4.0: - resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - debug@4.4.3: resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} engines: {node: '>=6.0'} @@ -9496,11 +9558,11 @@ packages: resolution: {integrity: sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==} engines: {node: '>=10'} - decimal.js@10.4.3: - resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + decimal.js@10.6.0: + resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==} - decode-named-character-reference@1.0.2: - resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} + decode-named-character-reference@1.3.0: + resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==} decode-uri-component@0.2.2: resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} @@ -9515,8 +9577,8 @@ packages: dedent@0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} - dedent@1.7.0: - resolution: {integrity: sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==} + dedent@1.7.2: + resolution: {integrity: sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==} peerDependencies: babel-plugin-macros: ^3.1.0 peerDependenciesMeta: @@ -9546,8 +9608,8 @@ packages: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} - default-browser-id@5.0.0: - resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==} + default-browser-id@5.0.1: + resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==} engines: {node: '>=18'} default-browser@5.5.0: @@ -9660,8 +9722,8 @@ packages: engines: {node: '>=0.10'} hasBin: true - detect-libc@2.0.3: - resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} + detect-libc@2.1.2: + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} engines: {node: '>=8'} detect-newline@3.1.0: @@ -9745,8 +9807,8 @@ packages: devextreme-quill@1.7.9: resolution: {integrity: sha512-UEkR16+I/7P/4+7dUmc65lv+VRdRGk0kFvZXgHnM2UFcEBKqm1kVDdVPBolGRFwuOFuDttJxp2SXUAyiuSC8wA==} - devextreme-schematics@1.7.1: - resolution: {integrity: sha512-K+FNrji2/G7QPkfWYhWiNNaXcmxdlXDTOVpIiISoMr6fumRhz5PindoIYlOx0HXtnpvcBWzb2Fqadujr8qop2g==} + devextreme-schematics@1.14.2: + resolution: {integrity: sha512-kT2Gf1XpQeG72x4q/SLiFvTrD2wswyrojSkxLWlWwRQZ3kGauFRVg3CPu6s2zZ1eJc705N8W38fwgEgN+nONnA==} devextreme-screenshot-comparer@2.0.17: resolution: {integrity: sha512-vputWR6tJGlZcVvzMGMQve5DMWdPh+n8M3ctfBqxled08GueeH17vZHZ29N/DJLPSkoeKsy4Tvt3YLe3dGs1gg==} @@ -9770,20 +9832,16 @@ packages: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - diff@4.0.2: - resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} - engines: {node: '>=0.3.1'} - diff@4.0.4: resolution: {integrity: sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==} engines: {node: '>=0.3.1'} - diff@5.2.0: - resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} + diff@5.2.2: + resolution: {integrity: sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==} engines: {node: '>=0.3.1'} - diff@8.0.3: - resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==} + diff@8.0.4: + resolution: {integrity: sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==} engines: {node: '>=0.3.1'} diffie-hellman@5.0.3: @@ -9849,8 +9907,8 @@ packages: resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} engines: {node: '>= 4'} - dompurify@3.3.1: - resolution: {integrity: sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==} + dompurify@3.3.3: + resolution: {integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==} domutils@2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} @@ -9874,8 +9932,8 @@ packages: resolution: {integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==} engines: {node: '>=10'} - dotenv@16.4.5: - resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} + dotenv@16.4.7: + resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} engines: {node: '>=12'} dotenv@16.6.1: @@ -9914,8 +9972,8 @@ packages: ecc-jsbn@0.1.2: resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} - editorconfig@1.0.4: - resolution: {integrity: sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==} + editorconfig@1.0.7: + resolution: {integrity: sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==} engines: {node: '>=14'} hasBin: true @@ -9927,11 +9985,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.259: - resolution: {integrity: sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ==} - - electron-to-chromium@1.5.267: - resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} + electron-to-chromium@1.5.325: + resolution: {integrity: sha512-PwfIw7WQSt3xX7yOf5OE/unLzsK9CaN2f/FvV3WjPR1Knoc1T9vePRVV4W1EM301JzzysK51K7FNKcusCr0zYA==} elegant-spinner@1.0.1: resolution: {integrity: sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ==} @@ -9952,8 +10007,8 @@ packages: resolution: {integrity: sha512-r4eRSeStEGf6M5SKdrQhhLK5bOwOBxQhIE3YSTnZE3GpKiLfnnhE+tPtrJE79+eDJgm39BM6LSoI8SCx4HbwlQ==} engines: {node: '>=6'} - emoji-regex@10.4.0: - resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} + emoji-regex@10.6.0: + resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -9979,11 +10034,8 @@ packages: encoding-sniffer@0.2.1: resolution: {integrity: sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==} - encoding@0.1.13: - resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} - - end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + end-of-stream@1.4.5: + resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} endent@2.1.0: resolution: {integrity: sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==} @@ -9992,24 +10044,12 @@ packages: resolution: {integrity: sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==} engines: {node: '>=10.0.0'} - engine.io@6.6.2: - resolution: {integrity: sha512-gmNvsYi9C8iErnZdVcJnvCpSKbWTt1E8+JZo8b+daLninywUWi5NQ5STSHZ9rFjFO7imNcvb8Pc5pe/wMR5xEw==} + engine.io@6.6.6: + resolution: {integrity: sha512-U2SN0w3OpjFRVlrc17E6TMDmH58Xl9rai1MblNjAdwWp07Kk+llmzX0hjDpQdrDGzwmvOtgM5yI+meYX6iZ2xA==} engines: {node: '>=10.2.0'} - enhanced-resolve@5.17.1: - resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} - engines: {node: '>=10.13.0'} - - enhanced-resolve@5.18.3: - resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==} - engines: {node: '>=10.13.0'} - - enhanced-resolve@5.19.0: - resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==} - engines: {node: '>=10.13.0'} - - enhanced-resolve@5.20.0: - resolution: {integrity: sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==} + enhanced-resolve@5.20.1: + resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==} engines: {node: '>=10.13.0'} enquirer@2.3.6: @@ -10020,8 +10060,8 @@ packages: resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==} engines: {node: '>=8.6'} - ent@2.2.1: - resolution: {integrity: sha512-QHuXVeZx9d+tIQAz/XztU0ZwZf2Agg9CcXcgE1rurqvdBeDBrpSwjl8/6XUqMg7tw2Y7uAdKb2sRv+bSEFqQ5A==} + ent@2.2.2: + resolution: {integrity: sha512-kKvD1tO6BM+oK9HzCPpUdRb4vKFQY/FPTFmurMvh6LlN68VMrdj77w8yp51/kDbpkFOS9J8w5W6zIzgM2H8/hw==} engines: {node: '>= 0.4'} entities@2.2.0: @@ -10035,8 +10075,8 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} - entities@6.0.0: - resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==} + entities@6.0.1: + resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} engines: {node: '>=0.12'} entities@7.0.1: @@ -10047,8 +10087,8 @@ packages: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} - envinfo@7.14.0: - resolution: {integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==} + envinfo@7.21.0: + resolution: {integrity: sha512-Lw7I8Zp5YKHFCXL7+Dz95g4CcbMEpgvqZNNq3AmlT5XAV6CgAAk6gyAMqn2zjw08K9BHfcNuKrMiCPLByGafow==} engines: {node: '>=4'} hasBin: true @@ -10081,18 +10121,14 @@ packages: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true - error-ex@1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + error-ex@1.3.4: + resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==} error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} - es-abstract@1.23.5: - resolution: {integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==} - engines: {node: '>= 0.4'} - - es-abstract@1.24.0: - resolution: {integrity: sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==} + es-abstract@1.24.1: + resolution: {integrity: sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==} engines: {node: '>= 0.4'} es-array-method-boxes-properly@1.0.0: @@ -10109,8 +10145,8 @@ packages: es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - es-iterator-helpers@1.2.1: - resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==} + es-iterator-helpers@1.3.1: + resolution: {integrity: sha512-zWwRvqWiuBPr0muUG/78cW3aHROFCNIQ3zpmYDpwdbnt2m+xlNyRWpHBpa2lJjSBit7BQ+RXA1iwbSmu5yJ/EQ==} engines: {node: '>= 0.4'} es-module-lexer@1.7.0: @@ -10119,10 +10155,6 @@ packages: es-module-lexer@2.0.0: resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} - es-object-atoms@1.0.0: - resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} - engines: {node: '>= 0.4'} - es-object-atoms@1.1.1: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} engines: {node: '>= 0.4'} @@ -10131,17 +10163,10 @@ packages: resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} engines: {node: '>= 0.4'} - es-shim-unscopables@1.0.2: - resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} - es-shim-unscopables@1.1.0: resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==} engines: {node: '>= 0.4'} - es-to-primitive@1.2.1: - resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} - engines: {node: '>= 0.4'} - es-to-primitive@1.3.0: resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} engines: {node: '>= 0.4'} @@ -10338,6 +10363,11 @@ packages: engines: {node: '>=18'} hasBin: true + esbuild@0.27.4: + resolution: {integrity: sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -10572,20 +10602,6 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-vue@10.6.2: - resolution: {integrity: sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 - '@typescript-eslint/parser': ^7.0.0 || ^8.0.0 - eslint: ^8.57.0 || ^9.0.0 - vue-eslint-parser: ^10.0.0 - peerDependenciesMeta: - '@stylistic/eslint-plugin': - optional: true - '@typescript-eslint/parser': - optional: true - eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} @@ -10624,6 +10640,10 @@ packages: resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-visitor-keys@5.0.1: + resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + eslint@7.32.0: resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} engines: {node: ^10.12.0 || >=12.0.0} @@ -10672,10 +10692,6 @@ packages: engines: {node: '>=4'} hasBin: true - esquery@1.6.0: - resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} - engines: {node: '>=0.10'} - esquery@1.7.0: resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} engines: {node: '>=0.10'} @@ -10722,8 +10738,11 @@ packages: eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} - eventemitter3@5.0.1: - resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + eventemitter3@5.0.4: + resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==} + + events-universal@1.0.1: + resolution: {integrity: sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==} events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} @@ -10784,12 +10803,12 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - expect@30.2.0: - resolution: {integrity: sha512-u/feCi0GPsI+988gU2FLcsHyAHTU0MX1Wg68NhAnN7z/+C5wqG+CY8J53N9ioe8RXgaoz0nBR/TYMf3AycUuPw==} + expect@30.3.0: + resolution: {integrity: sha512-1zQrciTiQfRdo7qJM1uG4navm8DayFa2TgCSRlzUyNkhcJ6XUZF3hjnpkyr3VhAqPH7i/9GkG7Tv5abz6fqz0Q==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - exponential-backoff@3.1.1: - resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + exponential-backoff@3.1.3: + resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==} express-rate-limit@8.3.1: resolution: {integrity: sha512-D1dKN+cmyPWuvB+G2SREQDzPY1agpBIcTa9sJxOPMCNeH3gwzhqJRDWCXW3gg0y//+LQ/8j52JbMROWyrKdMdw==} @@ -10887,8 +10906,8 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-uri@3.0.3: - resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} + fast-uri@3.1.0: + resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} @@ -10897,8 +10916,8 @@ packages: fastparse@1.1.2: resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} - fastq@1.17.1: - resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + fastq@1.20.1: + resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} faye-websocket@0.11.4: resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==} @@ -10953,8 +10972,8 @@ packages: file-uri-to-path@1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} - filelist@1.0.4: - resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} + filelist@1.0.6: + resolution: {integrity: sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==} filename-regex@2.0.1: resolution: {integrity: sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==} @@ -10973,8 +10992,8 @@ packages: resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} engines: {node: '>= 0.8'} - finalhandler@1.3.1: - resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} + finalhandler@1.3.2: + resolution: {integrity: sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==} engines: {node: '>= 0.8'} finalhandler@2.1.1: @@ -11040,8 +11059,8 @@ packages: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} - flat-cache@6.1.19: - resolution: {integrity: sha512-l/K33newPTZMTGAnnzaiqSl6NnH7Namh8jBNjrgjprWxGmZUuxx/sJNIRaijOh3n7q7ESbhNZC+pvVZMFdeU4A==} + flat-cache@6.1.21: + resolution: {integrity: sha512-2u7cJfSf7Th7NxEk/VzQjnPoglok2YCsevS7TSbJjcDQWJPbqUUnSYtriHSvtnq+fRZHy1s0ugk4ApnQyhPGoQ==} flat@5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} @@ -11065,18 +11084,6 @@ packages: debug: optional: true - follow-redirects@1.15.9: - resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - - for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} - for-each@0.3.5: resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} engines: {node: '>= 0.4'} @@ -11184,8 +11191,8 @@ packages: resolution: {integrity: sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==} engines: {node: '>=10.13.0'} - fs-monkey@1.0.6: - resolution: {integrity: sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==} + fs-monkey@1.1.0: + resolution: {integrity: sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==} fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -11204,10 +11211,6 @@ packages: function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} - function.prototype.name@1.1.6: - resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} - engines: {node: '>= 0.4'} - function.prototype.name@1.1.8: resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} engines: {node: '>= 0.4'} @@ -11218,6 +11221,10 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + generator-function@2.0.1: + resolution: {integrity: sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==} + engines: {node: '>= 0.4'} + gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} @@ -11236,17 +11243,13 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - get-east-asian-width@1.3.0: - resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} + get-east-asian-width@1.5.0: + resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==} engines: {node: '>=18'} get-func-name@2.0.2: resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} - get-intrinsic@1.2.4: - resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} - engines: {node: '>= 0.4'} - get-intrinsic@1.3.0: resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} engines: {node: '>= 0.4'} @@ -11285,19 +11288,15 @@ packages: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} - get-symbol-description@1.0.2: - resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} - engines: {node: '>= 0.4'} - get-symbol-description@1.1.0: resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} engines: {node: '>= 0.4'} - get-tsconfig@4.13.0: - resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==} + get-tsconfig@4.13.7: + resolution: {integrity: sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==} - get-uri@6.0.3: - resolution: {integrity: sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==} + get-uri@6.0.5: + resolution: {integrity: sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==} engines: {node: '>= 14'} get-value@2.0.6: @@ -11332,8 +11331,8 @@ packages: resolution: {integrity: sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==} engines: {node: '>= 0.10'} - glob-stream@8.0.2: - resolution: {integrity: sha512-R8z6eTB55t3QeZMmU1C+Gv+t5UnNRkA55c5yo67fAVfxODxieTwsjNG7utxS/73NdP1NbDgCrhVEg2h00y4fFw==} + glob-stream@8.0.3: + resolution: {integrity: sha512-fqZVj22LtFJkHODT+M4N1RJQ3TjnnQhfE9GwZI8qXscYarnhpip70poMldRnP8ipQ/w0B621kOhfc53/J9bd/A==} engines: {node: '>=10.13.0'} glob-to-regex.js@1.2.0: @@ -11360,9 +11359,9 @@ packages: deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true - glob@13.0.0: - resolution: {integrity: sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==} - engines: {node: 20 || >=22} + glob@13.0.6: + resolution: {integrity: sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==} + engines: {node: 18 || 20 || >=22} glob@5.0.15: resolution: {integrity: sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==} @@ -11412,8 +11411,8 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} - globals@16.3.0: - resolution: {integrity: sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==} + globals@16.5.0: + resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} engines: {node: '>=18'} globals@9.18.0: @@ -11650,8 +11649,9 @@ packages: resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} engines: {node: '>=0.10.0'} - has-bigints@1.0.2: - resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + has-bigints@1.1.0: + resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} + engines: {node: '>= 0.4'} has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} @@ -11664,10 +11664,6 @@ packages: has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} - has-proto@1.0.3: - resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} - engines: {node: '>= 0.4'} - has-proto@1.2.0: resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} engines: {node: '>= 0.4'} @@ -11700,9 +11696,9 @@ packages: resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} engines: {node: '>= 0.4.0'} - hash-base@3.0.4: - resolution: {integrity: sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==} - engines: {node: '>=4'} + hash-base@3.0.5: + resolution: {integrity: sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==} + engines: {node: '>= 0.10'} hash-base@3.1.2: resolution: {integrity: sha512-Bb33KbowVTIj5s7Ked1OsqHUeCpz//tPwR+E2zJgJKo9Z5XolZ9b6bdUgjmYlwnWhoOQKoTd1TYToZGn5mAYOg==} @@ -11714,8 +11710,8 @@ packages: hash.js@1.1.7: resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} - hashery@1.4.0: - resolution: {integrity: sha512-Wn2i1In6XFxl8Az55kkgnFRiAlIAushzh26PTjL2AKtQcEfXrcLa7Hn5QOWGZEf3LU057P9TwwZjFyxfS1VuvQ==} + hashery@1.5.1: + resolution: {integrity: sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==} engines: {node: '>=20'} hasown@2.0.2: @@ -11788,12 +11784,15 @@ packages: resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} engines: {node: '>=0.10.0'} - hono@4.12.7: - resolution: {integrity: sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==} + hono@4.12.9: + resolution: {integrity: sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==} engines: {node: '>=16.9.0'} - hookified@1.15.0: - resolution: {integrity: sha512-51w+ZZGt7Zw5q7rM3nC4t3aLn/xvKDETsXqMczndvwyVQhAHfUmUuFBRFcos8Iyebtk7OAE9dL26wFNzZVVOkw==} + hookified@1.15.1: + resolution: {integrity: sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==} + + hookified@2.1.0: + resolution: {integrity: sha512-ootKng4eaxNxa7rx6FJv2YKef3DuhqbEj3l70oGXwddPQEEnISm50TEZQclqiLTAtilT2nu7TErtCO523hHkyg==} hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -11812,18 +11811,19 @@ packages: html-dom-parser@1.2.0: resolution: {integrity: sha512-2HIpFMvvffsXHFUFjso0M9LqM+1Lm22BF+Df2ba+7QHJXjk63pWChEnI6YG27eaWqUdfnh5/Vy+OXrNTtepRsg==} - html-dom-parser@5.0.13: - resolution: {integrity: sha512-B7JonBuAfG32I7fDouUQEogBrz3jK9gAuN1r1AaXpED6dIhtg/JwiSRhjGL7aOJwRz3HU4efowCjQBaoXiREqg==} + html-dom-parser@5.1.8: + resolution: {integrity: sha512-MCIUng//mF2qTtGHXJWr6OLfHWmg3Pm8ezpfiltF83tizPWY17JxT4dRLE8lykJ5bChJELoY3onQKPbufJHxYA==} - html-element-map@1.3.1: - resolution: {integrity: sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==} + html-element-map@1.4.0: + resolution: {integrity: sha512-jiTQtpaVnCcT1KDghMcmvbB5Q1AAWyBsGNuJZiHOWwN5GIVZGKqCWj9ddOFxLLz8ELYL2dwv2TaeS4dMdc/Pkw==} + engines: {node: '>= 0.4'} html-encoding-sniffer@3.0.0: resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} engines: {node: '>=12'} - html-entities@2.5.2: - resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==} + html-entities@2.6.0: + resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==} html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} @@ -11838,8 +11838,8 @@ packages: peerDependencies: react: 0.14 || 15 || 16 || 17 || 18 - html-react-parser@5.2.2: - resolution: {integrity: sha512-yA5012CJGSFWYZsgYzfr6HXJgDap38/AEP4ra8Cw+WHIi2ZRDXRX/QVYdumRf1P8zKyScKd6YOrWYvVEiPfGKg==} + html-react-parser@5.2.17: + resolution: {integrity: sha512-m+K/7Moq1jodAB4VL0RXSOmtwLUYoAsikZhwd+hGQe5Vtw2dbWfpFd60poxojMU0Tsh9w59mN1QLEcoHz0Dx9w==} peerDependencies: '@types/react': 0.14 || 15 || 16 || 17 || 18 || 19 react: 0.14 || 15 || 16 || 17 || 18 || 19 @@ -11854,8 +11854,8 @@ packages: html-void-elements@2.0.1: resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==} - html-webpack-plugin@5.6.3: - resolution: {integrity: sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==} + html-webpack-plugin@5.6.6: + resolution: {integrity: sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==} engines: {node: '>=10.13.0'} peerDependencies: '@rspack/core': 0.x || 1.x @@ -11874,9 +11874,6 @@ packages: resolution: {integrity: sha512-eVcrzgbR4tim7c7soKQKtxa/kQM4TzjnlU83rcZ9bHU6t31ehfV7SktN6McWgwPWg+JYMA/O3qpGxBvFq1z2Jg==} engines: {node: '>=0.10'} - htmlparser2@10.0.0: - resolution: {integrity: sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==} - htmlparser2@10.1.0: resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==} @@ -11889,8 +11886,8 @@ packages: htmlparser2@8.0.2: resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} - http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + http-cache-semantics@4.2.0: + resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} http-deceiver@1.2.7: resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} @@ -11899,16 +11896,12 @@ packages: resolution: {integrity: sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==} engines: {node: '>= 0.6'} - http-errors@2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} - http-errors@2.0.1: resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==} engines: {node: '>= 0.8'} - http-parser-js@0.5.8: - resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==} + http-parser-js@0.5.10: + resolution: {integrity: sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==} http-proxy-agent@5.0.0: resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} @@ -11978,8 +11971,8 @@ packages: resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} engines: {node: '>=14.18.0'} - humanize-duration@3.32.1: - resolution: {integrity: sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g==} + humanize-duration@3.33.2: + resolution: {integrity: sha512-K7Ny/ULO1hDm2nnhvAY+SJV1skxFb61fd073SG1IWJl+D44ULrruCuTyjHKjBVVcSuTlnY99DKtgEG39CM5QOQ==} humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} @@ -12009,8 +12002,8 @@ packages: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - iconv-lite@0.7.1: - resolution: {integrity: sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==} + iconv-lite@0.7.2: + resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} engines: {node: '>=0.10.0'} icss-utils@5.1.0: @@ -12132,8 +12125,8 @@ packages: resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==} engines: {node: ^20.17.0 || >=22.9.0} - injection-js@2.4.0: - resolution: {integrity: sha512-6jiJt0tCAo9zjHbcwLiPL+IuNe9SQ6a9g0PEzafThW3fOQi0mrmiJGBJvDD6tmhPh8cQHIQtCOrJuBfQME4kPA==} + injection-js@2.6.1: + resolution: {integrity: sha512-dbR5bdhi7TWDoCye9cByZqeg/gAfamm8Vu3G1KZOTYkOif8WkuM8CD0oeDPtZYMzT5YH76JAFB7bkmyY9OJi2A==} inline-source-map@0.6.3: resolution: {integrity: sha512-1aVsPEsJWMJq/pdMU61CDlm1URcW702MTB4w9/zUjMus6H/Py8o7g68Pr9D4I6QluWGt/KdmswuRhaA05xVR1w==} @@ -12141,17 +12134,13 @@ packages: inline-style-parser@0.1.1: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} - inline-style-parser@0.2.4: - resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} + inline-style-parser@0.2.7: + resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==} insert-module-globals@7.2.1: resolution: {integrity: sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==} hasBin: true - internal-slot@1.0.7: - resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} - engines: {node: '>= 0.4'} - internal-slot@1.1.0: resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} engines: {node: '>= 0.4'} @@ -12185,16 +12174,12 @@ packages: resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==} engines: {node: '>= 12'} - ip-address@9.0.5: - resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} - engines: {node: '>= 12'} - ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} - ipaddr.js@2.2.0: - resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} + ipaddr.js@2.3.0: + resolution: {integrity: sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==} engines: {node: '>= 10'} is-absolute@1.0.0: @@ -12205,12 +12190,8 @@ packages: resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==} engines: {node: '>= 0.10'} - is-arguments@1.1.1: - resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} - engines: {node: '>= 0.4'} - - is-array-buffer@3.0.4: - resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + is-arguments@1.2.0: + resolution: {integrity: sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==} engines: {node: '>= 0.4'} is-array-buffer@3.0.5: @@ -12220,13 +12201,10 @@ packages: is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} - is-async-function@2.0.0: - resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} + is-async-function@2.1.1: + resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==} engines: {node: '>= 0.4'} - is-bigint@1.0.4: - resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} - is-bigint@1.1.0: resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} engines: {node: '>= 0.4'} @@ -12239,10 +12217,6 @@ packages: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} - is-boolean-object@1.1.2: - resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} - engines: {node: '>= 0.4'} - is-boolean-object@1.2.2: resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==} engines: {node: '>= 0.4'} @@ -12278,18 +12252,10 @@ packages: resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==} engines: {node: '>= 0.4'} - is-data-view@1.0.1: - resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} - engines: {node: '>= 0.4'} - is-data-view@1.0.2: resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} engines: {node: '>= 0.4'} - is-date-object@1.0.5: - resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} - engines: {node: '>= 0.4'} - is-date-object@1.1.0: resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} engines: {node: '>= 0.4'} @@ -12339,9 +12305,6 @@ packages: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} - is-finalizationregistry@1.0.2: - resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} - is-finalizationregistry@1.1.1: resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} engines: {node: '>= 0.4'} @@ -12362,16 +12325,16 @@ packages: resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} engines: {node: '>=12'} - is-fullwidth-code-point@5.0.0: - resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==} + is-fullwidth-code-point@5.1.0: + resolution: {integrity: sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==} engines: {node: '>=18'} is-generator-fn@2.1.0: resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} engines: {node: '>=6'} - is-generator-function@1.0.10: - resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + is-generator-function@1.1.2: + resolution: {integrity: sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==} engines: {node: '>= 0.4'} is-glob@2.0.1: @@ -12418,14 +12381,10 @@ packages: resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} - is-network-error@1.1.0: - resolution: {integrity: sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==} + is-network-error@1.3.1: + resolution: {integrity: sha512-6QCxa49rQbmUWLfk0nuGqzql9U8uaV2H6279bRErPBHe/109hCzsLUBUHfbEtvLIHBd6hyXbgedBSHevm43Edw==} engines: {node: '>=16'} - is-number-object@1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} - engines: {node: '>= 0.4'} - is-number-object@1.1.1: resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} engines: {node: '>= 0.4'} @@ -12508,10 +12467,6 @@ packages: is-reference@1.2.1: resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} - is-regex@1.1.4: - resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} - engines: {node: '>= 0.4'} - is-regex@1.2.1: resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} engines: {node: '>= 0.4'} @@ -12531,10 +12486,6 @@ packages: resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} engines: {node: '>= 0.4'} - is-shared-array-buffer@1.0.3: - resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} - engines: {node: '>= 0.4'} - is-shared-array-buffer@1.0.4: resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} engines: {node: '>= 0.4'} @@ -12551,10 +12502,6 @@ packages: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - is-string@1.0.7: - resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} - engines: {node: '>= 0.4'} - is-string@1.1.1: resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} engines: {node: '>= 0.4'} @@ -12562,18 +12509,10 @@ packages: is-subset@0.1.1: resolution: {integrity: sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==} - is-symbol@1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} - engines: {node: '>= 0.4'} - is-symbol@1.1.1: resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} engines: {node: '>= 0.4'} - is-typed-array@1.1.13: - resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} - engines: {node: '>= 0.4'} - is-typed-array@1.1.15: resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} engines: {node: '>= 0.4'} @@ -12615,20 +12554,21 @@ packages: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} engines: {node: '>= 0.4'} - is-weakref@1.0.2: - resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} - is-weakref@1.1.1: resolution: {integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==} engines: {node: '>= 0.4'} - is-weakset@2.0.3: - resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} + is-weakset@2.0.4: + resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==} engines: {node: '>= 0.4'} is-what@3.14.1: resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==} + is-what@4.1.16: + resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==} + engines: {node: '>=12.13'} + is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -12637,12 +12577,13 @@ packages: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} - is-wsl@3.1.0: - resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} + is-wsl@3.1.1: + resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==} engines: {node: '>=16'} - is@3.3.0: - resolution: {integrity: sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg==} + is@3.3.2: + resolution: {integrity: sha512-a2xr4E3s1PjDS8ORcGgXpWx6V+liNs+O3JRD2mb9aeugD7rtkkZ0zgLdYgw0tWsKhsdiezGYptSiMlVazCBTuQ==} + engines: {node: '>= 0.4'} isarray@0.0.1: resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} @@ -12660,9 +12601,9 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - isexe@3.1.1: - resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} - engines: {node: '>=16'} + isexe@4.0.0: + resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==} + engines: {node: '>=20'} isobject@2.1.0: resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==} @@ -12699,8 +12640,8 @@ packages: resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==} engines: {node: '>=10'} - istanbul-reports@3.1.7: - resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} + istanbul-reports@3.2.0: + resolution: {integrity: sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==} engines: {node: '>=8'} istextorbinary@1.0.2: @@ -12718,12 +12659,12 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} - jackspeak@4.1.1: - resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==} + jackspeak@4.2.3: + resolution: {integrity: sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==} engines: {node: 20 || >=22} - jake@10.9.2: - resolution: {integrity: sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==} + jake@10.9.4: + resolution: {integrity: sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==} engines: {node: '>=10'} hasBin: true @@ -12744,16 +12685,12 @@ packages: resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-changed-files@30.2.0: - resolution: {integrity: sha512-L8lR1ChrRnSdfeOvTrwZMlnWV8G/LLjQ0nG9MBclwWZidA2N5FviRki0Bvh20WRMOX31/JYvzdqTJrk5oBdydQ==} - engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - jest-circus@29.7.0: resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-circus@30.2.0: - resolution: {integrity: sha512-Fh0096NC3ZkFx05EP2OXCxJAREVxj1BcW/i6EWqqymcgYKWjyyDpral3fMxVcHXg6oZM7iULer9wGRFvfpl+Tg==} + jest-circus@30.3.0: + resolution: {integrity: sha512-PyXq5szeSfR/4f1lYqCmmQjh0vqDkURUYi9N6whnHjlRz4IUQfMcXkGLeEoiJtxtyPqgUaUUfyQlApXWBSN1RA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-cli@29.7.0: @@ -12766,16 +12703,6 @@ packages: node-notifier: optional: true - jest-cli@30.2.0: - resolution: {integrity: sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA==} - engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - jest-config@29.7.0: resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12788,8 +12715,8 @@ packages: ts-node: optional: true - jest-config@30.2.0: - resolution: {integrity: sha512-g4WkyzFQVWHtu6uqGmQR4CQxz/CH3yDSlhzXMWzNjDx843gYjReZnMRanjRCq5XZFuQrGDxgUaiYWE8BRfVckA==} + jest-config@30.3.0: + resolution: {integrity: sha512-WPMAkMAtNDY9P/oKObtsRG/6KTrhtgPJoBTmk20uDn4Uy6/3EJnnaZJre/FMT1KVRx8cve1r7/FlMIOfRVWL4w==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: '@types/node': '*' @@ -12807,8 +12734,8 @@ packages: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-diff@30.2.0: - resolution: {integrity: sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A==} + jest-diff@30.3.0: + resolution: {integrity: sha512-n3q4PDQjS4LrKxfWB3Z5KNk1XjXtZTBwQp71OP0Jo03Z6V60x++K5L8k6ZrW8MY8pOFylZvHM0zsjS1RqlHJZQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-docblock@29.7.0: @@ -12823,8 +12750,8 @@ packages: resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-each@30.2.0: - resolution: {integrity: sha512-lpWlJlM7bCUf1mfmuqTA8+j2lNURW9eNafOy99knBM01i5CQeY5UH1vZjgT9071nDJac1M4XsbyI44oNOdhlDQ==} + jest-each@30.3.0: + resolution: {integrity: sha512-V8eMndg/aZ+3LnCJgSm13IxS5XSBM22QSZc9BtPK8Dek6pm+hfUNfwBdvsB3d342bo1q7wnSkC38zjX259qZNA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-environment-jsdom@29.7.0: @@ -12840,8 +12767,8 @@ packages: resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-environment-node@30.2.0: - resolution: {integrity: sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA==} + jest-environment-node@30.3.0: + resolution: {integrity: sha512-4i6HItw/JSiJVsC5q0hnKIe/hbYfZLVG9YJ/0pU9Hz2n/9qZe3Rhn5s5CUZA5ORZlcdT/vmAXRMyONXJwPrmYQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-get-type@29.6.3: @@ -12852,40 +12779,40 @@ packages: resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-haste-map@30.2.0: - resolution: {integrity: sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==} + jest-haste-map@30.3.0: + resolution: {integrity: sha512-mMi2oqG4KRU0R9QEtscl87JzMXfUhbKaFqOxmjb2CKcbHcUGFrJCBWHmnTiUqi6JcnzoBlO4rWfpdl2k/RfLCA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-leak-detector@29.7.0: resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-leak-detector@30.2.0: - resolution: {integrity: sha512-M6jKAjyzjHG0SrQgwhgZGy9hFazcudwCNovY/9HPIicmNSBuockPSedAP9vlPK6ONFJ1zfyH/M2/YYJxOz5cdQ==} + jest-leak-detector@30.3.0: + resolution: {integrity: sha512-cuKmUUGIjfXZAiGJ7TbEMx0bcqNdPPI6P1V+7aF+m/FUJqFDxkFR4JqkTu8ZOiU5AaX/x0hZ20KaaIPXQzbMGQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-matcher-utils@29.7.0: resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-matcher-utils@30.2.0: - resolution: {integrity: sha512-dQ94Nq4dbzmUWkQ0ANAWS9tBRfqCrn0bV9AMYdOi/MHW726xn7eQmMeRTpX2ViC00bpNaWXq+7o4lIQ3AX13Hg==} + jest-matcher-utils@30.3.0: + resolution: {integrity: sha512-HEtc9uFQgaUHkC7nLSlQL3Tph4Pjxt/yiPvkIrrDCt9jhoLIgxaubo1G+CFOnmHYMxHwwdaSN7mkIFs6ZK8OhA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-message-util@29.7.0: resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-message-util@30.2.0: - resolution: {integrity: sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==} + jest-message-util@30.3.0: + resolution: {integrity: sha512-Z/j4Bo+4ySJ+JPJN3b2Qbl9hDq3VrXmnjjGEWD/x0BCXeOXPTV1iZYYzl2X8c1MaCOL+ewMyNBcm88sboE6YWw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-mock@29.7.0: resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-mock@30.2.0: - resolution: {integrity: sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==} + jest-mock@30.3.0: + resolution: {integrity: sha512-OTzICK8CpE+t4ndhKrwlIdbM6Pn8j00lvmSmq5ejiO+KxukbLjgOflKWMn3KE34EZdQm5RqTuKj+5RIEniYhog==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-pnp-resolver@1.2.3: @@ -12909,64 +12836,60 @@ packages: resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-resolve-dependencies@30.2.0: - resolution: {integrity: sha512-xTOIGug/0RmIe3mmCqCT95yO0vj6JURrn1TKWlNbhiAefJRWINNPgwVkrVgt/YaerPzY3iItufd80v3lOrFJ2w==} - engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - jest-resolve@29.7.0: resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-resolve@30.2.0: - resolution: {integrity: sha512-TCrHSxPlx3tBY3hWNtRQKbtgLhsXa1WmbJEqBlTBrGafd5fiQFByy2GNCEoGR+Tns8d15GaL9cxEzKOO3GEb2A==} + jest-resolve@30.3.0: + resolution: {integrity: sha512-NRtTAHQlpd15F9rUR36jqwelbrDV/dY4vzNte3S2kxCKUJRYNd5/6nTSbYiak1VX5g8IoFF23Uj5TURkUW8O5g==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-runner@29.7.0: resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-runner@30.2.0: - resolution: {integrity: sha512-PqvZ2B2XEyPEbclp+gV6KO/F1FIFSbIwewRgmROCMBo/aZ6J1w8Qypoj2pEOcg3G2HzLlaP6VUtvwCI8dM3oqQ==} + jest-runner@30.3.0: + resolution: {integrity: sha512-gDv6C9LGKWDPLia9TSzZwf4h3kMQCqyTpq+95PODnTRDO0g9os48XIYYkS6D236vjpBir2fF63YmJFtqkS5Duw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-runtime@29.7.0: resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-runtime@30.2.0: - resolution: {integrity: sha512-p1+GVX/PJqTucvsmERPMgCPvQJpFt4hFbM+VN3n8TMo47decMUcJbt+rgzwrEme0MQUA/R+1de2axftTHkKckg==} + jest-runtime@30.3.0: + resolution: {integrity: sha512-CgC+hIBJbuh78HEffkhNKcbXAytQViplcl8xupqeIWyKQF50kCQA8J7GeJCkjisC6hpnC9Muf8jV5RdtdFbGng==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-snapshot@29.7.0: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-snapshot@30.2.0: - resolution: {integrity: sha512-5WEtTy2jXPFypadKNpbNkZ72puZCa6UjSr/7djeecHWOu7iYhSXSnHScT8wBz3Rn8Ena5d5RYRcsyKIeqG1IyA==} + jest-snapshot@30.3.0: + resolution: {integrity: sha512-f14c7atpb4O2DeNhwcvS810Y63wEn8O1HqK/luJ4F6M4NjvxmAKQwBUWjbExUtMxWJQ0wVgmCKymeJK6NZMnfQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-util@29.7.0: resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-util@30.2.0: - resolution: {integrity: sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==} + jest-util@30.3.0: + resolution: {integrity: sha512-/jZDa00a3Sz7rdyu55NLrQCIrbyIkbBxareejQI315f/i8HjYN+ZWsDLLpoQSiUIEIyZF/R8fDg3BmB8AtHttg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-validate@29.7.0: resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-validate@30.2.0: - resolution: {integrity: sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw==} + jest-validate@30.3.0: + resolution: {integrity: sha512-I/xzC8h5G+SHCb2P2gWkJYrNiTbeL47KvKeW5EzplkyxzBRBw1ssSHlI/jXec0ukH2q7x2zAWQm7015iusg62Q==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-watcher@29.7.0: resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-watcher@30.2.0: - resolution: {integrity: sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg==} + jest-watcher@30.3.0: + resolution: {integrity: sha512-PJ1d9ThtTR8aMiBWUdcownq9mDdLXsQzJayTk4kmaBRHKvwNQn+ANveuhEBUyNI2hR1TVhvQ8D5kHubbzBHR/w==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-worker@27.5.1: @@ -12977,8 +12900,8 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-worker@30.2.0: - resolution: {integrity: sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g==} + jest-worker@30.3.0: + resolution: {integrity: sha512-DrCKkaQwHexjRUFTmPzs7sHQe0TSj9nvDALKGdwmK5mW9v7j90BudWirKAJHt3QQ9Dhrg1F7DogPzhChppkJpQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest@29.7.0: @@ -12991,26 +12914,16 @@ packages: node-notifier: optional: true - jest@30.2.0: - resolution: {integrity: sha512-F26gjC0yWN8uAA5m5Ss8ZQf5nDHWGlN/xWZIh8S5SRbsEKBovwZhxGd6LJlbZYxBgCYOtreSUyb8hpXyGC5O4A==} - engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - - jiti@1.21.6: - resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} + jiti@1.21.7: + resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} hasBin: true jiti@2.6.1: resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} hasBin: true - jose@6.1.3: - resolution: {integrity: sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==} + jose@6.2.2: + resolution: {integrity: sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==} jquery.tmpl@0.0.2: resolution: {integrity: sha512-ONpdW9JcxJxi5Eu9s640SdN0y/nSjnXAP24s3X/LeWlG4xA+hyuIcxEdTWZPy9scWC7owkEeSU6ReQvpbWhs7A==} @@ -13021,8 +12934,8 @@ packages: jqueryify@0.0.3: resolution: {integrity: sha512-9WKxzVa00eYc3RWHV4qlmts71OjdPbGOBoeLepfQSFbs6/NBwY4HDEG02EP2X2aH1MSmtG1tRcXx7VQzoz9Azg==} - js-beautify@1.15.1: - resolution: {integrity: sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==} + js-beautify@1.15.4: + resolution: {integrity: sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==} engines: {node: '>=14'} hasBin: true @@ -13057,9 +12970,6 @@ packages: jsbn@0.1.1: resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} - jsbn@1.1.0: - resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} - jsdom@20.0.3: resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} engines: {node: '>=14'} @@ -13129,8 +13039,8 @@ packages: jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} - jsonfile@6.1.0: - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + jsonfile@6.2.0: + resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} @@ -13209,8 +13119,8 @@ packages: keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} - keyv@5.5.5: - resolution: {integrity: sha512-FA5LmZVF1VziNc0bIdCSA1IoSVnDCqE8HJIZZv2/W8YmoAM50+tnUgJR/gQZwEeIMleuIOnRnHA/UaZRNeV4iQ==} + keyv@5.6.0: + resolution: {integrity: sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==} kind-of@1.1.0: resolution: {integrity: sha512-aUH6ElPnMGon2/YkxRIigV32MOpTVcoXQ1Oo8aYn40s+sJ3j+0gFZsT8HKDcxNy7Fi9zuquWtGaGAahOdv5p/g==} @@ -13270,8 +13180,8 @@ packages: resolution: {integrity: sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ==} engines: {node: '>= 0.10'} - launch-editor@2.9.1: - resolution: {integrity: sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==} + launch-editor@2.13.2: + resolution: {integrity: sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==} lazypipe@1.0.2: resolution: {integrity: sha512-CrU+NYdFHW8ElaeXCWz5IbmetiYVYq1fOCmpdAeZ8L+khbv1e7EnshyjlKqkO+pJbVPrsJQnHbVxEiLujG6qhQ==} @@ -13316,6 +13226,11 @@ packages: engines: {node: '>=14'} hasBin: true + less@4.6.4: + resolution: {integrity: sha512-OJmO5+HxZLLw0RLzkqaNHzcgEAQG7C0y3aMbwtCzIUFZsLMNNq/1IdAdHEycQ58CwUO3jPTHmoN+tE5I7FQxNg==} + engines: {node: '>=18'} + hasBin: true + leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} @@ -13339,74 +13254,74 @@ packages: resolution: {integrity: sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==} engines: {node: '>= 0.8'} - lightningcss-android-arm64@1.30.2: - resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==} + lightningcss-android-arm64@1.32.0: + resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [android] - lightningcss-darwin-arm64@1.30.2: - resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==} + lightningcss-darwin-arm64@1.32.0: + resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] - lightningcss-darwin-x64@1.30.2: - resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==} + lightningcss-darwin-x64@1.32.0: + resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] - lightningcss-freebsd-x64@1.30.2: - resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==} + lightningcss-freebsd-x64@1.32.0: + resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] - lightningcss-linux-arm-gnueabihf@1.30.2: - resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==} + lightningcss-linux-arm-gnueabihf@1.32.0: + resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] - lightningcss-linux-arm64-gnu@1.30.2: - resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==} + lightningcss-linux-arm64-gnu@1.32.0: + resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-arm64-musl@1.30.2: - resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==} + lightningcss-linux-arm64-musl@1.32.0: + resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-x64-gnu@1.30.2: - resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==} + lightningcss-linux-x64-gnu@1.32.0: + resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-linux-x64-musl@1.30.2: - resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==} + lightningcss-linux-x64-musl@1.32.0: + resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-win32-arm64-msvc@1.30.2: - resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==} + lightningcss-win32-arm64-msvc@1.32.0: + resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [win32] - lightningcss-win32-x64-msvc@1.30.2: - resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==} + lightningcss-win32-x64-msvc@1.32.0: + resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] - lightningcss@1.30.2: - resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==} + lightningcss@1.32.0: + resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} engines: {node: '>= 12.0.0'} lilconfig@2.1.0: @@ -13514,10 +13429,6 @@ packages: lodash.flattendeep@4.4.0: resolution: {integrity: sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==} - lodash.get@4.4.2: - resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - deprecated: This package is deprecated. Use the optional chaining (?.) operator instead. - lodash.groupby@4.6.0: resolution: {integrity: sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==} @@ -13627,8 +13538,8 @@ packages: resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} engines: {node: 20 || >=22} - lru-cache@11.2.4: - resolution: {integrity: sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==} + lru-cache@11.2.7: + resolution: {integrity: sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -13653,26 +13564,16 @@ packages: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - macos-release@3.3.0: - resolution: {integrity: sha512-tPJQ1HeyiU2vRruNGhZ+VleWuMQRro8iFtJxYgnS4NQe+EukKF6aGiIT+7flZhISAt2iaXBCfFGvAyif7/f8nQ==} + macos-release@3.4.0: + resolution: {integrity: sha512-wpGPwyg/xrSp4H4Db4xYSeAr6+cFQGHfspHzDUdYxswDnUW0L5Ov63UuJiSr8NMSpyaChO4u1n0MXUvVPtrN6A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} magic-string@0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} - magic-string@0.30.1: - resolution: {integrity: sha512-mbVKXPmS0z0G4XqFDCTllmDQ6coZzn94aMlb0o/A4HEHJCKcanlDZwYJgwnkmgD3jyWhUgj9VsPrfd972yPffA==} - engines: {node: '>=12'} - - magic-string@0.30.13: - resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==} - magic-string@0.30.17: resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} - magic-string@0.30.19: - resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} - magic-string@0.30.21: resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} @@ -13691,8 +13592,8 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@15.0.3: - resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} + make-fetch-happen@15.0.5: + resolution: {integrity: sha512-uCbIa8jWWmQZt4dSnEStkVC6gdakiinAm4PiGsywIkguF0eWMdcjDz0ECYhUolFU3pFLOev9VNPCEygydXnddg==} engines: {node: ^20.17.0 || >=22.9.0} make-iterator@1.0.1: @@ -13765,11 +13666,8 @@ packages: mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - mdn-data@2.12.2: - resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} - - mdn-data@2.14.0: - resolution: {integrity: sha512-QjcSiIvUHjmXp5wNLClRjQeU0Zp+I2Dag+AhtQto0nyKYZ3IF/pUzCuHe7Bv77EC92XE5t3EXeEiEv/to2Bwig==} + mdn-data@2.27.1: + resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==} media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} @@ -13783,8 +13681,10 @@ packages: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} - memfs@4.51.1: - resolution: {integrity: sha512-Eyt3XrufitN2ZL9c/uIRMyDwXanLI88h/L3MoWqNY747ha3dMR9dWqp8cRT5ntjZ0U1TNuq4U91ZXK0sMBjYOQ==} + memfs@4.57.1: + resolution: {integrity: sha512-WvzrWPwMQT+PtbX2Et64R4qXKK0fj/8pO85MrUCzymX3twwCiJCdvntW3HdhG1teLJcHDDLIKx5+c3HckWYZtQ==} + peerDependencies: + tslib: '2' memory-fs@0.5.0: resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} @@ -13994,28 +13894,28 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@5.0.0: - resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} + minipass-fetch@5.0.2: + resolution: {integrity: sha512-2d0q2a8eCi2IRg/IGubCNRJoYbA1+YPXAzQVRFmB45gdGZafyivnZ5YSEfo3JikbjGxOdntGFvBQGqaSMXlAFQ==} engines: {node: ^20.17.0 || >=22.9.0} - minipass-flush@1.0.5: - resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + minipass-flush@1.0.7: + resolution: {integrity: sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==} engines: {node: '>= 8'} minipass-pipeline@1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} - minipass-sized@1.0.3: - resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} + minipass-sized@2.0.0: + resolution: {integrity: sha512-zSsHhto5BcUVM2m1LurnXY6M//cGhVaegT71OfOXoprxT6o780GZd792ea6FfrQkuU4usHZIUczAQMRUE2plzA==} engines: {node: '>=8'} minipass@3.3.6: resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} - minipass@7.1.2: - resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + minipass@7.1.3: + resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==} engines: {node: '>=16 || 14 >=14.17'} minizlib@3.1.0: @@ -14070,8 +13970,8 @@ packages: moment@2.30.1: resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} - moo@0.5.2: - resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} + moo@0.5.3: + resolution: {integrity: sha512-m2fmM2dDm7GZQsY7KK2cme8agi+AAljILjQnof7p1ZMDe6dQ4bdnSMx0cPppudoeNv5hEFQirN6u+O4fDE0IWA==} mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} @@ -14094,8 +13994,8 @@ packages: resolution: {integrity: sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==} hasBin: true - msgpackr@1.11.2: - resolution: {integrity: sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==} + msgpackr@1.11.9: + resolution: {integrity: sha512-FkoAAyyA6HM8wL882EcEyFZ9s7hVADSwG9xrVx3dxxNQAtgADTrJoEWivID82Iv1zWDsv/OtbrrcZAzGzOMdNw==} muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} @@ -14125,28 +14025,18 @@ packages: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} - mylas@2.1.13: - resolution: {integrity: sha512-+MrqnJRtxdF+xngFfUUkIMQrUUL0KsxbADUkn23Z/4ibGg192Q+z+CQyiYwvWTsYjJygmMR8+w3ZDa98Zh6ESg==} - engines: {node: '>=12.0.0'} + mylas@2.1.14: + resolution: {integrity: sha512-BzQguy9W9NJgoVn2mRWzbFrFWWztGCcng2QI9+41frfk+Athwgx3qhqhvStz7ExeUUu7Kzw427sNzHpEZNINog==} + engines: {node: '>=16.0.0'} - nan@2.22.0: - resolution: {integrity: sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==} + nan@2.26.2: + resolution: {integrity: sha512-0tTvBTYkt3tdGw22nrAy50x7gpbGCCFH3AFcyS5WiUu7Eu4vWlri1woE6qHBSfy11vksDqkiwjOnlR7WV8G1Hw==} nanoid@3.3.11: resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - nanoid@3.3.7: - resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - - nanoid@3.3.9: - resolution: {integrity: sha512-SppoicMGpZvbF1l3z4x7No3OlIjP7QJvC9XR7AhZr1kL133KHnKPztkKDc+Ir4aJ/1VhTySrtKhrsycmrMQfvg==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - nanomatch@1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} @@ -14167,8 +14057,8 @@ packages: resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} hasBin: true - needle@3.3.1: - resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==} + needle@3.5.0: + resolution: {integrity: sha512-jaQyPKKk2YokHrEg+vFDYxXIHTCBgiZwSHOoVx/8V3GIBS8/VN6NdVRmg8q1ERtPkMvmOvebsgga4sAj5hls/w==} engines: {node: '>= 4.4.x'} hasBin: true @@ -14197,28 +14087,28 @@ packages: next-tick@1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} - ng-packagr@19.2.2: - resolution: {integrity: sha512-dFuwFsDJMBSd1YtmLLcX5bNNUCQUlRqgf34aXA+79PmkOP+0eF8GP2949wq3+jMjmFTNm80Oo8IUYiSLwklKCQ==} - engines: {node: ^18.19.1 || >=20.11.1} + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler-cli': ^19.0.0 || ^19.1.0-next.0 || ^19.2.0-next.0 + '@angular/compiler-cli': ^20.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 - typescript: '>=5.5 <5.9' + typescript: '>=5.8 <6.0' peerDependenciesMeta: tailwindcss: optional: true - ng-packagr@20.3.2: - resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} + ng-packagr@21.2.1: + resolution: {integrity: sha512-rk0aL0wWkC+FTA4wyzJIfjcUgAKMAEB19ULvP0QkAoAkzjS+3SBEf0n3MS6z7gcOW8SRU9rw1BmsouEAXD+SCw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler-cli': ^20.0.0 + '@angular/compiler-cli': ^21.0.0 || ^21.2.0-next tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 - typescript: '>=5.8 <6.0' + typescript: '>=5.9 <6.0' peerDependenciesMeta: tailwindcss: optional: true @@ -14226,8 +14116,8 @@ packages: nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - nise@6.1.1: - resolution: {integrity: sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==} + nise@6.1.4: + resolution: {integrity: sha512-vSA4IpRHRWZkmotu61SvF45Jirq4CTLT3KKOWJPsPMtxtOBOlxcAlXfv/OrWxkzAJiCBrvdfWvGQjHT7r7+Qqg==} no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} @@ -14246,6 +14136,10 @@ packages: engines: {node: '>=10.5.0'} deprecated: Use your platform's native DOMException instead + node-exports-info@1.6.0: + resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==} + engines: {node: '>= 0.4'} + node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -14255,8 +14149,8 @@ packages: encoding: optional: true - node-forge@1.3.3: - resolution: {integrity: sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==} + node-forge@1.4.0: + resolution: {integrity: sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==} engines: {node: '>= 6.13.0'} node-gyp-build-optional-packages@5.1.1: @@ -14267,8 +14161,8 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@12.1.0: - resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} + node-gyp@12.2.0: + resolution: {integrity: sha512-q23WdzrQv48KozXlr0U1v9dwO/k59NHeSzn6loGcasyf0UnSrtzs8kRxM+mfwJSf0DkX0s43hcqgnSO4/VNthQ==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true @@ -14281,8 +14175,8 @@ packages: node-notifier@9.0.1: resolution: {integrity: sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==} - node-releases@2.0.27: - resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} + node-releases@2.0.36: + resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==} node-source-walk@6.0.2: resolution: {integrity: sha512-jn9vOIK/nfqoFCcpK89/VCVaLg1IHE6UVfDOzvqmANaJ/rWCTEdH8RZ1V278nv2jr36BJdyQXIAavBLXpzdlag==} @@ -14365,8 +14259,8 @@ packages: resolution: {integrity: sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@10.0.3: - resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} + npm-packlist@10.0.4: + resolution: {integrity: sha512-uMW73iajD8hiH4ZBxEV3HC+eTnppIqwakjOYuvgddnalIw2lJguKviK1pcUJDlIWm1wSJkchpDZDSVVsZEYRng==} engines: {node: ^20.17.0 || >=22.9.0} npm-pick-manifest@11.0.3: @@ -14404,8 +14298,8 @@ packages: resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} engines: {node: '>=0.10.0'} - nwsapi@2.2.13: - resolution: {integrity: sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==} + nwsapi@2.2.23: + resolution: {integrity: sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==} nx-cloud@19.1.0: resolution: {integrity: sha512-f24vd5/57/MFSXNMfkerdDiK0EvScGOKO71iOWgJNgI1xVweDRmOA/EfjnPMRd5m+pnoPs/4A7DzuwSW0jZVyw==} @@ -14437,10 +14331,6 @@ packages: resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} engines: {node: '>=0.10.0'} - object-inspect@1.13.3: - resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} - engines: {node: '>= 0.4'} - object-inspect@1.13.4: resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} engines: {node: '>= 0.4'} @@ -14460,10 +14350,6 @@ packages: resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} engines: {node: '>=0.10.0'} - object.assign@4.1.5: - resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} - engines: {node: '>= 0.4'} - object.assign@4.1.7: resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} engines: {node: '>= 0.4'} @@ -14472,10 +14358,6 @@ packages: resolution: {integrity: sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==} engines: {node: '>=0.10.0'} - object.entries@1.1.8: - resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} - engines: {node: '>= 0.4'} - object.entries@1.1.9: resolution: {integrity: sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==} engines: {node: '>= 0.4'} @@ -14504,10 +14386,6 @@ packages: resolution: {integrity: sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw==} engines: {node: '>=0.10.0'} - object.values@1.2.0: - resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} - engines: {node: '>= 0.4'} - object.values@1.2.1: resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==} engines: {node: '>= 0.4'} @@ -14606,8 +14484,12 @@ packages: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} - ordered-binary@1.5.3: - resolution: {integrity: sha512-oGFr3T+pYdTGJ+YFEILMpS3es+GiIbs9h/XQrclBXUtd44ey7XwfsMzM31f64I1SQOawDoDr/D823kNCADI8TA==} + ora@9.3.0: + resolution: {integrity: sha512-lBX72MWFduWEf7v7uWf5DHp9Jn5BI8bNPGuFgtXMmr2uDz2Gz2749y3am3agSDdkhHPHYmmxEGSKH85ZLGzgXw==} + engines: {node: '>=20'} + + ordered-binary@1.6.1: + resolution: {integrity: sha512-QkCdPooczexPLiXIrbVOPYkR3VO3T6v2OyKRkR1Xbhpy7/LAVXwahnRCgRp78Oe/Ehf0C/HATAxfSr6eA1oX+w==} ordered-read-streams@1.0.1: resolution: {integrity: sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==} @@ -14670,8 +14552,8 @@ packages: resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} engines: {node: '>=8'} - p-map@7.0.3: - resolution: {integrity: sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==} + p-map@7.0.4: + resolution: {integrity: sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==} engines: {node: '>=18'} p-retry@6.2.1: @@ -14682,8 +14564,8 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - pac-proxy-agent@7.0.2: - resolution: {integrity: sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==} + pac-proxy-agent@7.2.0: + resolution: {integrity: sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==} engines: {node: '>= 14'} pac-resolver@7.0.1: @@ -14722,8 +14604,8 @@ packages: parents@1.0.1: resolution: {integrity: sha512-mXKF3xkoUt5td2DoxpLmtOmZvko9VfFpwRwkKDHSNvgmpLAeBo18YDhcPbBzJq+QLCHMbGOfzia2cX4U+0v9Mg==} - parse-asn1@5.1.7: - resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==} + parse-asn1@5.1.9: + resolution: {integrity: sha512-fIYNuZ/HastSb80baGOuPRo1O9cf4baWw5WsAp7dBuUzeTD/BoaG8sVTdlPFksBE2lF21dN+A1AnrpIjSWqHHg==} engines: {node: '>= 0.10'} parse-color@1.0.0: @@ -14756,9 +14638,6 @@ packages: parse5-html-rewriting-stream@8.0.0: resolution: {integrity: sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==} - parse5-htmlparser2-tree-adapter@6.0.1: - resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} - parse5-htmlparser2-tree-adapter@7.1.0: resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==} @@ -14777,9 +14656,6 @@ packages: parse5@6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - parse5@7.2.1: - resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} - parse5@7.3.0: resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==} @@ -14853,15 +14729,15 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} - path-scurry@2.0.1: - resolution: {integrity: sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==} - engines: {node: 20 || >=22} + path-scurry@2.0.2: + resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==} + engines: {node: 18 || 20 || >=22} - path-to-regexp@0.1.12: - resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} + path-to-regexp@0.1.13: + resolution: {integrity: sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==} - path-to-regexp@8.3.0: - resolution: {integrity: sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==} + path-to-regexp@8.4.0: + resolution: {integrity: sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==} path-type@1.1.0: resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==} @@ -14894,8 +14770,8 @@ packages: picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} - picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + picomatch@2.3.2: + resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==} engines: {node: '>=8.6'} picomatch@4.0.2: @@ -14906,6 +14782,10 @@ packages: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} + engines: {node: '>=12'} + pidtree@0.5.0: resolution: {integrity: sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==} engines: {node: '>=0.10'} @@ -14944,17 +14824,10 @@ packages: resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} engines: {node: '>=0.10.0'} - pirates@4.0.6: - resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} - engines: {node: '>= 6'} - pirates@4.0.7: resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} engines: {node: '>= 6'} - piscina@4.8.0: - resolution: {integrity: sha512-EZJb+ZxDrQf3dihsUL7p42pjNyrNIFJCrRHPMgxu/svsj+P3xS3fuEWp7k2+rfsavfl1N0G29b1HGs7J0m8rZA==} - piscina@5.1.3: resolution: {integrity: sha512-0u3N7H4+hbr40KjuVn2uNhOcthu/9usKhnw5vT3J7ply79v3D3M8naI00el9Klcy16x557VsEkkUQaHCWFXC/g==} engines: {node: '>=20.x'} @@ -14979,8 +14852,8 @@ packages: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} engines: {node: '>=8'} - pkijs@3.3.3: - resolution: {integrity: sha512-+KD8hJtqQMYoTuL1bbGOqxb4z+nZkTAwVdNtWwe8Tc2xNbEmdJYIYoc6Qt0uF55e6YW6KuTHw1DjQ18gMhzepw==} + pkijs@3.4.0: + resolution: {integrity: sha512-emEcLuomt2j03vxD54giVB4SxTjnsqkU692xZOZXHDVoYyypEm+b3jpiTcc+Cf+myooc+/Ly0z01jqeNHVgJGw==} engines: {node: '>=16.0.0'} plimit-lit@1.6.1: @@ -15016,20 +14889,20 @@ packages: resolution: {integrity: sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==} engines: {node: '>=12.13.0'} - portfinder@1.0.32: - resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} - engines: {node: '>= 0.12.0'} + portfinder@1.0.38: + resolution: {integrity: sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==} + engines: {node: '>= 10.12'} posix-character-classes@0.1.1: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} - possible-typed-array-names@1.0.0: - resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + possible-typed-array-names@1.1.0: + resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} engines: {node: '>= 0.4'} - postcss-html@1.7.0: - resolution: {integrity: sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==} + postcss-html@1.8.1: + resolution: {integrity: sha512-OLF6P7qctfAWayOhLpcVnTGqVeJzu2W3WpIYelfz2+JV5oGxfkcEvweN9U4XpeqE0P98dcD9ssusGwlF0TK0uQ==} engines: {node: ^12 || >=14} postcss-loader@8.1.1: @@ -15067,8 +14940,8 @@ packages: peerDependencies: postcss: ^8.1.0 - postcss-modules-local-by-default@4.1.0: - resolution: {integrity: sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==} + postcss-modules-local-by-default@4.2.0: + resolution: {integrity: sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 @@ -15110,10 +14983,6 @@ packages: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} - postcss-selector-parser@7.0.0: - resolution: {integrity: sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==} - engines: {node: '>=4'} - postcss-selector-parser@7.1.1: resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==} engines: {node: '>=4'} @@ -15188,8 +15057,8 @@ packages: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - pretty-format@30.2.0: - resolution: {integrity: sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==} + pretty-format@30.3.0: + resolution: {integrity: sha512-oG4T3wCbfeuvljnyAzhBvpN45E8iOTXCU/TD3zXW80HA3dQ4ahdqMkWGiPWZvjpQwlbyHrPTWUAqUzGzv4l1JQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} pretty-hrtime@1.0.3: @@ -15230,8 +15099,8 @@ packages: resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} - prop-types-exact@1.2.5: - resolution: {integrity: sha512-wHDhA5TSSvU07gdzsdeT/FZg6zay94K4Y7swSK4YsRG3moWB0Qsp9g1Y5BBausP1HF8K4UeVe2Xt7ZFJByKp6A==} + prop-types-exact@1.2.7: + resolution: {integrity: sha512-A4RaV6mg3jocQqBYmqi2ojJ2VnV4AKTEHhl3xHsud08/u87gcVJc8DUOtgnPegoOCQv/shUqEk4eZGYibjnHzQ==} engines: {node: '>= 0.8'} prop-types@15.8.1: @@ -15247,8 +15116,8 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - proxy-agent@6.4.0: - resolution: {integrity: sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==} + proxy-agent@6.5.0: + resolution: {integrity: sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==} engines: {node: '>= 14'} proxy-from-env@1.1.0: @@ -15257,8 +15126,8 @@ packages: prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} - psl@1.12.0: - resolution: {integrity: sha512-OVcqwt4qWJF9G0fnSEMNz7aSa1PiGX/IvSXDO+PpbDK3r/IJ3QX2iu8ywanYG07e9IaYDigMu+EapE8TdMZOJQ==} + psl@1.15.0: + resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==} public-encrypt@4.0.3: resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} @@ -15266,8 +15135,8 @@ packages: pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} - pump@3.0.2: - resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} + pump@3.0.4: + resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==} pumpify@1.5.1: resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} @@ -15310,8 +15179,8 @@ packages: (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) - qified@0.5.3: - resolution: {integrity: sha512-kXuQdQTB6oN3KhI6V4acnBSZx8D2I4xzZvn9+wFLLFCoBNQY/sFnCW6c43OL7pOQ2HvGV4lnWIXNmgfp7cTWhQ==} + qified@0.9.0: + resolution: {integrity: sha512-4q61YgkHbY6gmwkqm0BsxyLDO3UYdrdiJTJ7JiaZb3xpW1duxn135SB7KqUEkCiuu5O4W+TtwEWP2VjmSRanvA==} engines: {node: '>=20'} qjobs@1.2.0: @@ -15322,8 +15191,8 @@ packages: resolution: {integrity: sha512-ZvWjbAj4MWAj6bnCc9CnculsXnJr7eoKsvH/8rVpZbqYxP2z05HNQa43ZVwe/dVRcFxgfFHE2CkUqn0sCyLfHw==} hasBin: true - qs@6.14.1: - resolution: {integrity: sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==} + qs@6.15.0: + resolution: {integrity: sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==} engines: {node: '>=0.6'} querystring-es3@0.2.1: @@ -15376,8 +15245,8 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - raw-body@2.5.2: - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} + raw-body@2.5.3: + resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==} engines: {node: '>= 0.8'} raw-body@3.0.2: @@ -15388,8 +15257,8 @@ packages: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true - react-docgen-typescript@2.2.2: - resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} + react-docgen-typescript@2.4.0: + resolution: {integrity: sha512-ZtAp5XTO5HRzQctjPU0ybY0RRCQO19X/8fxn3w7y2VVTUbGHDKULPTL4ky3vB05euSgG5NpALhEhDPvQ56wvXg==} peerDependencies: typescript: '>= 4.3.x' @@ -15397,8 +15266,8 @@ packages: resolution: {integrity: sha512-hlSJDQ2synMPKFZOsKo9Hi8WWZTC7POR8EmWvTSjow+VDgKzkmjQvFm2fk0tmRw+f0vTOIYKlarR0iL4996pdg==} engines: {node: '>=16.14.0'} - react-docgen@8.0.2: - resolution: {integrity: sha512-+NRMYs2DyTP4/tqWz371Oo50JqmWltR1h2gcdgUMAWZJIAvrd0/SqlCfx7tpzpl/s36rzw6qH2MjoNrxtRNYhA==} + react-docgen@8.0.3: + resolution: {integrity: sha512-aEZ9qP+/M+58x2qgfSFEWH1BxLyHe5+qkLNJOZQb5iGS017jpbRnoKhNRrXPeA6RfBrZO5wZrT9DMC1UqE1f1w==} engines: {node: ^20.9.0 || >=22} react-dom@16.14.0: @@ -15416,10 +15285,10 @@ packages: peerDependencies: react: ^18.3.1 - react-dom@19.1.0: - resolution: {integrity: sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==} + react-dom@19.2.4: + resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==} peerDependencies: - react: ^19.1.0 + react: ^19.2.4 react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -15474,8 +15343,8 @@ packages: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} - react@19.1.0: - resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==} + react@19.2.4: + resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==} engines: {node: '>=0.10.0'} read-file-relative@1.2.0: @@ -15532,9 +15401,9 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} - readdirp@4.0.2: - resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==} - engines: {node: '>= 14.16.0'} + readdirp@4.1.2: + resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} + engines: {node: '>= 14.18.0'} readdirp@5.0.0: resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} @@ -15574,13 +15443,6 @@ packages: resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==} engines: {node: '>= 0.4'} - reflect.getprototypeof@1.0.6: - resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} - engines: {node: '>= 0.4'} - - reflect.ownkeys@1.1.4: - resolution: {integrity: sha512-iUNmtLgzudssL+qnTUosCmnq3eczlrVd1wXrgx/GhiI/8FvwrTYWtCJ9PNvWIRX+4ftupj2WUfB5mu5s9t6LnA==} - regenerate-unicode-properties@10.2.2: resolution: {integrity: sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==} engines: {node: '>=4'} @@ -15605,17 +15467,13 @@ packages: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} - regex-parser@2.3.0: - resolution: {integrity: sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==} + regex-parser@2.3.1: + resolution: {integrity: sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==} regexp-tree@0.1.27: resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} hasBin: true - regexp.prototype.flags@1.5.3: - resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} - engines: {node: '>= 0.4'} - regexp.prototype.flags@1.5.4: resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} engines: {node: '>= 0.4'} @@ -15736,8 +15594,8 @@ packages: resolution: {integrity: sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw==} engines: {node: '>=10.13.0'} - requirejs@2.3.7: - resolution: {integrity: sha512-DouTG8T1WanGok6Qjg2SXuCMzszOo0eHeH9hDZ5Y4x8Je+9JB38HdTLT4/VA8OaUhBa0JPVHJ0pyBkM1z+pDsw==} + requirejs@2.3.8: + resolution: {integrity: sha512-7/cTSLOdYkNBNJcDMWf+luFvMriVm7eYxp4BcFCsAX0wF421Vyce5SXP17c+Jd5otXKGNehIonFlyQXSowL6Mw==} engines: {node: '>=0.4.0'} hasBin: true @@ -15808,12 +15666,9 @@ packages: engines: {node: '>= 0.4'} hasBin: true - resolve@1.22.8: - resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} - hasBin: true - - resolve@2.0.0-next.5: - resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} + resolve@2.0.0-next.6: + resolution: {integrity: sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==} + engines: {node: '>= 0.4'} hasBin: true restore-cursor@3.1.0: @@ -15840,8 +15695,8 @@ packages: resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} engines: {node: '>= 4'} - reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + reusify@1.1.0: + resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} rfdc@1.4.1: @@ -15899,8 +15754,8 @@ packages: resolution: {integrity: sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==} engines: {node: 0.12.* || 4.* || 6.* || >= 7.*} - run-applescript@7.0.0: - resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==} + run-applescript@7.1.0: + resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==} engines: {node: '>=18'} run-parallel@1.2.0: @@ -15920,10 +15775,6 @@ packages: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} - safe-array-concat@1.1.2: - resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} - engines: {node: '>=0.4'} - safe-array-concat@1.1.3: resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} engines: {node: '>=0.4'} @@ -15952,227 +15803,118 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sanitize-filename@1.6.3: - resolution: {integrity: sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==} + sanitize-filename@1.6.4: + resolution: {integrity: sha512-9ZyI08PsvdQl2r/bBIGubpVdR3RR9sY6RDiWFPreA21C/EFlQhmgo20UZlNjZMMZNubusLhAQozkA0Od5J21Eg==} sass-embedded-all-unknown@1.93.3: resolution: {integrity: sha512-3okGgnE41eg+CPLtAPletu6nQ4N0ij7AeW+Sl5Km4j29XcmqZQeFwYjHe1AlKTEgLi/UAONk1O8i8/lupeKMbw==} cpu: ['!arm', '!arm64', '!riscv64', '!x64'] - sass-embedded-all-unknown@1.97.1: - resolution: {integrity: sha512-0au5gUNibfob7W/g+ycBx74O22CL8vwHiZdEDY6J0uzMkHPiSJk//h0iRf5AUnMArFHJjFd3urIiQIaoRKYa1Q==} - cpu: ['!arm', '!arm64', '!riscv64', '!x64'] - sass-embedded-android-arm64@1.93.3: resolution: {integrity: sha512-uqUl3Kt1IqdGVAcAdbmC+NwuUJy8tM+2ZnB7/zrt6WxWVShVCRdFnWR9LT8HJr7eJN7AU8kSXxaVX/gedanPsg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [android] - sass-embedded-android-arm64@1.97.1: - resolution: {integrity: sha512-h62DmOiS2Jn87s8+8GhJcMerJnTKa1IsIa9iIKjLiqbAvBDKCGUs027RugZkM+Zx7I+vhPq86PUXBYZ9EkRxdw==} - engines: {node: '>=14.0.0'} - cpu: [arm64] - os: [android] - sass-embedded-android-arm@1.93.3: resolution: {integrity: sha512-8xOw9bywfOD6Wv24BgCmgjkk6tMrsOTTHcb28KDxeJtFtoxiUyMbxo0vChpPAfp2Hyg2tFFKS60s0s4JYk+Raw==} engines: {node: '>=14.0.0'} cpu: [arm] os: [android] - sass-embedded-android-arm@1.97.1: - resolution: {integrity: sha512-B5dlv4utJ+yC8ZpBeWTHwSZPVKRlqA8pcaD0FAzeNm/DelIFgQUQtt0UwgYoAI6wDIiie5uSVpMK9l2DaCbiBQ==} - engines: {node: '>=14.0.0'} - cpu: [arm] - os: [android] - sass-embedded-android-riscv64@1.93.3: resolution: {integrity: sha512-2jNJDmo+3qLocjWqYbXiBDnfgwrUeZgZFHJIwAefU7Fn66Ot7rsXl+XPwlokaCbTpj7eMFIqsRAZ/uDueXNCJg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [android] - sass-embedded-android-riscv64@1.97.1: - resolution: {integrity: sha512-tGup88vgaXPnUHEgDMujrt5rfYadvkiVjRb/45FJTx2hQFoGVbmUXz5XqUFjIIbEjQ3kAJqp86A2jy11s43UiQ==} - engines: {node: '>=14.0.0'} - cpu: [riscv64] - os: [android] - sass-embedded-android-x64@1.93.3: resolution: {integrity: sha512-y0RoAU6ZenQFcjM9PjQd3cRqRTjqwSbtWLL/p68y2oFyh0QGN0+LQ826fc0ZvU/AbqCsAizkqjzOn6cRZJxTTQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [android] - sass-embedded-android-x64@1.97.1: - resolution: {integrity: sha512-CAzKjjzu90LZduye2O9+UGX1oScMyF5/RVOa5CxACKALeIS+3XL3LVdV47kwKPoBv5B1aFUvGLscY0CR7jBAbg==} - engines: {node: '>=14.0.0'} - cpu: [x64] - os: [android] - sass-embedded-darwin-arm64@1.93.3: resolution: {integrity: sha512-7zb/hpdMOdKteK17BOyyypemglVURd1Hdz6QGsggy60aUFfptTLQftLRg8r/xh1RbQAUKWFbYTNaM47J9yPxYg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - sass-embedded-darwin-arm64@1.97.1: - resolution: {integrity: sha512-tyDzspzh5PbqdAFGtVKUXuf0up6Lff3c1U8J7+4Y7jW6AWRBnq95vTzIIxfnNifGCTI2fW5e7GAZpYygKpNwcw==} - engines: {node: '>=14.0.0'} - cpu: [arm64] - os: [darwin] - sass-embedded-darwin-x64@1.93.3: resolution: {integrity: sha512-Ek1Vp8ZDQEe327Lz0b7h3hjvWH3u9XjJiQzveq74RPpJQ2q6d9LfWpjiRRohM4qK6o4XOHw1X10OMWPXJtdtWg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - sass-embedded-darwin-x64@1.97.1: - resolution: {integrity: sha512-FMrRuSPI2ICt2M2SYaLbiG4yxn86D6ae+XtrRdrrBMhWprAcB7Iyu67bgRzZkipMZNIKKeTR7EUvJHgZzi5ixQ==} - engines: {node: '>=14.0.0'} - cpu: [x64] - os: [darwin] - sass-embedded-linux-arm64@1.93.3: resolution: {integrity: sha512-RBrHWgfd8Dd8w4fbmdRVXRrhh8oBAPyeWDTKAWw8ZEmuXfVl4ytjDuyxaVilh6rR1xTRTNpbaA/YWApBlLrrNw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - sass-embedded-linux-arm64@1.97.1: - resolution: {integrity: sha512-im80gfDWRivw9Su3r3YaZmJaCATcJgu3CsCSLodPk1b1R2+X/E12zEQayvrl05EGT9PDwTtuiqKgS4ND4xjwVg==} - engines: {node: '>=14.0.0'} - cpu: [arm64] - os: [linux] - sass-embedded-linux-arm@1.93.3: resolution: {integrity: sha512-yeiv2y+dp8B4wNpd3+JsHYD0mvpXSfov7IGyQ1tMIR40qv+ROkRqYiqQvAOXf76Qwh4Y9OaYZtLpnsPjfeq6mA==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - sass-embedded-linux-arm@1.97.1: - resolution: {integrity: sha512-48VxaTUApLyx1NXFdZhKqI/7FYLmz8Ju3Ki2V/p+mhn5raHgAiYeFgn8O1WGxTOh+hBb9y3FdSR5a8MNTbmKMQ==} - engines: {node: '>=14.0.0'} - cpu: [arm] - os: [linux] - sass-embedded-linux-musl-arm64@1.93.3: resolution: {integrity: sha512-PS829l+eUng+9W4PFclXGb4uA2+965NHV3/Sa5U7qTywjeeUUYTZg70dJHSqvhrBEfCc2XJABeW3adLJbyQYkw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] - sass-embedded-linux-musl-arm64@1.97.1: - resolution: {integrity: sha512-kD35WSD9o0279Ptwid3Jnbovo1FYnuG2mayYk9z4ZI4mweXEK6vTu+tlvCE/MdF/zFKSj11qaxaH+uzXe2cO5A==} - engines: {node: '>=14.0.0'} - cpu: [arm64] - os: [linux] - sass-embedded-linux-musl-arm@1.93.3: resolution: {integrity: sha512-fU0fwAwbp7sBE3h5DVU5UPzvaLg7a4yONfFWkkcCp6ZrOiPuGRHXXYriWQ0TUnWy4wE+svsVuWhwWgvlb/tkKg==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] - sass-embedded-linux-musl-arm@1.97.1: - resolution: {integrity: sha512-FUFs466t3PVViVOKY/60JgLLtl61Pf7OW+g5BeEfuqVcSvYUECVHeiYHtX1fT78PEVa0h9tHpM6XpWti+7WYFA==} - engines: {node: '>=14.0.0'} - cpu: [arm] - os: [linux] - sass-embedded-linux-musl-riscv64@1.93.3: resolution: {integrity: sha512-cK1oBY+FWQquaIGEeQ5H74KTO8cWsSWwXb/WaildOO9U6wmUypTgUYKQ0o5o/29nZbWWlM1PHuwVYTSnT23Jjg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - sass-embedded-linux-musl-riscv64@1.97.1: - resolution: {integrity: sha512-ZgpYps5YHuhA2+KiLkPukRbS5298QObgUhPll/gm5i0LOZleKCwrFELpVPcbhsSBuxqji2uaag5OL+n3JRBVVg==} - engines: {node: '>=14.0.0'} - cpu: [riscv64] - os: [linux] - sass-embedded-linux-musl-x64@1.93.3: resolution: {integrity: sha512-A7wkrsHu2/I4Zpa0NMuPGkWDVV7QGGytxGyUq3opSXgAexHo/vBPlGoDXoRlSdex0cV+aTMRPjoGIfdmNlHwyg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - sass-embedded-linux-musl-x64@1.97.1: - resolution: {integrity: sha512-wcAigOyyvZ6o1zVypWV7QLZqpOEVnlBqJr9MbpnRIm74qFTSbAEmShoh8yMXBymzuVSmEbThxAwW01/TLf62tA==} - engines: {node: '>=14.0.0'} - cpu: [x64] - os: [linux] - sass-embedded-linux-riscv64@1.93.3: resolution: {integrity: sha512-vWkW1+HTF5qcaHa6hO80gx/QfB6GGjJUP0xLbnAoY4pwEnw5ulGv6RM8qYr8IDhWfVt/KH+lhJ2ZFxnJareisQ==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] - sass-embedded-linux-riscv64@1.97.1: - resolution: {integrity: sha512-9j1qE1ZrLMuGb+LUmBzw93Z4TNfqlRkkxjPVZy6u5vIggeSfvGbte7eRoYBNWX6SFew/yBCL90KXIirWFSGrlQ==} - engines: {node: '>=14.0.0'} - cpu: [riscv64] - os: [linux] - sass-embedded-linux-x64@1.93.3: resolution: {integrity: sha512-k6uFxs+e5jSuk1Y0niCwuq42F9ZC5UEP7P+RIOurIm8w/5QFa0+YqeW+BPWEW5M1FqVOsNZH3qGn4ahqvAEjPA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] - sass-embedded-linux-x64@1.97.1: - resolution: {integrity: sha512-7nrLFYMH/UgvEgXR5JxQJ6y9N4IJmnFnYoDxN0nw0jUp+CQWQL4EJ4RqAKTGelneueRbccvt2sEyPK+X0KJ9Jg==} - engines: {node: '>=14.0.0'} - cpu: [x64] - os: [linux] - sass-embedded-unknown-all@1.93.3: resolution: {integrity: sha512-o5wj2rLpXH0C+GJKt/VpWp6AnMsCCbfFmnMAttcrsa+U3yrs/guhZ3x55KAqqUsE8F47e3frbsDL+1OuQM5DAA==} os: ['!android', '!darwin', '!linux', '!win32'] - sass-embedded-unknown-all@1.97.1: - resolution: {integrity: sha512-oPSeKc7vS2dx3ZJHiUhHKcyqNq0GWzAiR8zMVpPd/kVMl5ZfVyw+5HTCxxWDBGkX02lNpou27JkeBPCaneYGAQ==} - os: ['!android', '!darwin', '!linux', '!win32'] - sass-embedded-win32-arm64@1.93.3: resolution: {integrity: sha512-0dOfT9moy9YmBolodwYYXtLwNr4jL4HQC9rBfv6mVrD7ud8ue2kDbn+GVzj1hEJxvEexVSmDCf7MHUTLcGs9xQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - sass-embedded-win32-arm64@1.97.1: - resolution: {integrity: sha512-L5j7J6CbZgHGwcfVedMVpM3z5MYeighcyZE8GF2DVmjWzZI3JtPKNY11wNTD/P9o1Uql10YPOKhGH0iWIXOT7Q==} - engines: {node: '>=14.0.0'} - cpu: [arm64] - os: [win32] - sass-embedded-win32-x64@1.93.3: resolution: {integrity: sha512-wHFVfxiS9hU/sNk7KReD+lJWRp3R0SLQEX4zfOnRP2zlvI2X4IQR5aZr9GNcuMP6TmNpX0nQPZTegS8+h9RrEg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] - sass-embedded-win32-x64@1.97.1: - resolution: {integrity: sha512-rfaZAKXU8cW3E7gvdafyD6YtgbEcsDeT99OEiHXRT0UGFuXT8qCOjpAwIKaOA3XXr2d8S42xx6cXcaZ1a+1fgw==} - engines: {node: '>=14.0.0'} - cpu: [x64] - os: [win32] - sass-embedded@1.93.3: resolution: {integrity: sha512-+VUy01yfDqNmIVMd/LLKl2TTtY0ovZN0rTonh+FhKr65mFwIYgU9WzgIZKS7U9/SPCQvWTsTGx9jyt+qRm/XFw==} engines: {node: '>=16.0.0'} hasBin: true - sass-embedded@1.97.1: - resolution: {integrity: sha512-wH3CbOThHYGX0bUyqFf7laLKyhVWIFc2lHynitkqMIUCtX2ixH9mQh0bN7+hkUu5BFt/SXvEMjFbkEbBMpQiSQ==} - engines: {node: '>=16.0.0'} - hasBin: true - sass-loader@16.0.5: resolution: {integrity: sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==} engines: {node: '>= 18.12.0'} @@ -16235,8 +15977,14 @@ packages: engines: {node: '>=14.0.0'} hasBin: true - sax@1.4.1: - resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} + sass@1.98.0: + resolution: {integrity: sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==} + engines: {node: '>=14.0.0'} + hasBin: true + + sax@1.6.0: + resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==} + engines: {node: '>=11.0.0'} saxes@5.0.1: resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} @@ -16255,8 +16003,8 @@ packages: scheduler@0.23.2: resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} - scheduler@0.26.0: - resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} + scheduler@0.27.0: + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} schema-utils@1.0.0: resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} @@ -16307,11 +16055,6 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.7.1: - resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.2: resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} engines: {node: '>=10'} @@ -16339,6 +16082,10 @@ packages: resolution: {integrity: sha512-DuGdB+Po43Q5Jxwpzt1lhyFSYKryqoNjQSA9M92tyw0lyHIOur+XCalOUe0KTJpyqzT8+fQ5A0Jf7vCx/NKmIg==} engines: {node: '>=20.0.0'} + serialize-javascript@7.0.5: + resolution: {integrity: sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==} + engines: {node: '>=20.0.0'} + serve-index@1.9.2: resolution: {integrity: sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==} engines: {node: '>= 0.8.0'} @@ -16354,8 +16101,8 @@ packages: set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - set-cookie-parser@2.7.1: - resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==} + set-cookie-parser@2.7.2: + resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==} set-function-length@1.2.2: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} @@ -16388,8 +16135,9 @@ packages: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} - shasum-object@1.0.0: - resolution: {integrity: sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==} + shasum-object@1.0.1: + resolution: {integrity: sha512-SsC+1tW7XKQ/94D4k1JhLmjDFpVGET/Nf54jVDtbavbALf8Zhp0Td9zTlxScjMW6nbEIrpADtPWfLk9iCXzHDQ==} + hasBin: true shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} @@ -16407,8 +16155,9 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shell-quote@1.8.1: - resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + shell-quote@1.8.3: + resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} + engines: {node: '>= 0.4'} shelljs@0.10.0: resolution: {integrity: sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==} @@ -16458,8 +16207,8 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@4.0.0: - resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} + sigstore@4.1.0: + resolution: {integrity: sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA==} engines: {node: ^20.17.0 || >=22.9.0} simple-concat@1.0.1: @@ -16487,10 +16236,14 @@ packages: resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} engines: {node: '>=12'} - slice-ansi@7.1.0: - resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==} + slice-ansi@7.1.2: + resolution: {integrity: sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==} engines: {node: '>=18'} + slice-ansi@8.0.0: + resolution: {integrity: sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==} + engines: {node: '>=20'} + smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} @@ -16499,26 +16252,26 @@ packages: resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} engines: {node: '>=0.10.0'} - socket.io-adapter@2.5.5: - resolution: {integrity: sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==} + socket.io-adapter@2.5.6: + resolution: {integrity: sha512-DkkO/dz7MGln0dHn5bmN3pPy+JmywNICWrJqVWiVOyvXjWQFIv9c2h24JrQLLFJ2aQVQf/Cvl1vblnd4r2apLQ==} socket.io-parser@4.2.6: resolution: {integrity: sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==} engines: {node: '>=10.0.0'} - socket.io@4.8.1: - resolution: {integrity: sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==} + socket.io@4.8.3: + resolution: {integrity: sha512-2Dd78bqzzjE6KPkD5fHZmDAKRNe3J15q+YHDrIsy9WEkqttc7GY+kT9OBLSMaPbQaEd0x1BjcmtMtXkfpc+T5A==} engines: {node: '>=10.2.0'} sockjs@0.3.24: resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==} - socks-proxy-agent@8.0.4: - resolution: {integrity: sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==} + socks-proxy-agent@8.0.5: + resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} engines: {node: '>= 14'} - socks@2.8.3: - resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + socks@2.8.7: + resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==} engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} source-map-js@1.2.1: @@ -16600,8 +16353,11 @@ packages: spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} - spdx-license-ids@3.0.20: - resolution: {integrity: sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==} + spdx-expression-parse@4.0.0: + resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} + + spdx-license-ids@3.0.23: + resolution: {integrity: sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==} spdy-transport@3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} @@ -16631,8 +16387,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - ssri@13.0.0: - resolution: {integrity: sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng==} + ssri@13.0.1: + resolution: {integrity: sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==} engines: {node: ^20.17.0 || >=22.9.0} stack-trace@0.0.10: @@ -16661,10 +16417,6 @@ packages: resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} engines: {node: '>= 0.6'} - statuses@2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} - statuses@2.0.2: resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} engines: {node: '>= 0.8'} @@ -16673,9 +16425,9 @@ packages: resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==} engines: {node: '>=18'} - stop-iteration-iterator@1.0.0: - resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} - engines: {node: '>= 0.4'} + stdin-discarder@0.3.1: + resolution: {integrity: sha512-reExS1kSGoElkextOcPkel4NE99S0BWxjUHQeDFnR8S993JxpPX7KU4MNmO19NXhlJp+8dmdCbKQVNgLJh2teA==} + engines: {node: '>=18'} stop-iteration-iterator@1.1.0: resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} @@ -16725,8 +16477,8 @@ packages: resolution: {integrity: sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==} engines: {node: '>=8.0'} - streamx@2.22.0: - resolution: {integrity: sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==} + streamx@2.25.0: + resolution: {integrity: sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==} string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} @@ -16757,8 +16509,8 @@ packages: resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} engines: {node: '>=18'} - string-width@8.1.0: - resolution: {integrity: sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==} + string-width@8.2.0: + resolution: {integrity: sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==} engines: {node: '>=20'} string.prototype.codepointat@0.2.1: @@ -16779,10 +16531,6 @@ packages: resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} engines: {node: '>= 0.4'} - string.prototype.trim@1.2.9: - resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} - engines: {node: '>= 0.4'} - string.prototype.trimend@1.0.9: resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} engines: {node: '>= 0.4'} @@ -16815,8 +16563,8 @@ packages: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} - strip-ansi@7.1.2: - resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} + strip-ansi@7.2.0: + resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==} engines: {node: '>=12'} strip-bom-stream@2.0.0: @@ -16851,8 +16599,8 @@ packages: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} - strip-indent@4.0.0: - resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==} + strip-indent@4.1.1: + resolution: {integrity: sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==} engines: {node: '>=12'} strip-json-comments@2.0.1: @@ -16881,14 +16629,14 @@ packages: style-to-js@1.1.1: resolution: {integrity: sha512-RJ18Z9t2B02sYhZtfWKQq5uplVctgvjTfLWT7+Eb1zjUjIrWzX5SdlkwLGQozrqarTmEzJJ/YmdNJCUNI47elg==} - style-to-js@1.1.16: - resolution: {integrity: sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==} + style-to-js@1.1.21: + resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==} style-to-object@0.3.0: resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==} - style-to-object@1.0.8: - resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} + style-to-object@1.0.14: + resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==} stylelint-config-html@1.1.0: resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==} @@ -16924,6 +16672,12 @@ packages: peerDependencies: stylelint: ^16.16.0 + stylelint-config-recommended@18.0.0: + resolution: {integrity: sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==} + engines: {node: '>=20.19.0'} + peerDependencies: + stylelint: ^17.0.0 + stylelint-config-standard-scss@9.0.0: resolution: {integrity: sha512-yPKpJsrZn4ybuQZx/DkEHuCjw7pJginErE/47dFhCnrvD48IJ4UYec8tSiCuJWMA3HRjbIa3nh5ZeSauDGuVAg==} peerDependencies: @@ -17007,8 +16761,8 @@ packages: svg-tags@1.0.0: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} - swc-loader@0.2.6: - resolution: {integrity: sha512-9Zi9UP2YmDpgmQVbyOPJClY0dwf58JDyDMQ7uRc4krmc72twNI2fvlBWHLqVekBpPc7h5NJkGVT1zNDxFrqhvg==} + swc-loader@0.2.7: + resolution: {integrity: sha512-nwYWw3Fh9ame3Rtm7StS9SBLpHRRnYcK7bnpF3UKZmesAK0gw2/ADvlURFAINmPvKtDLzp+GBiP9yLoEjg6S9w==} peerDependencies: '@swc/core': ^1.2.147 webpack: '>=2' @@ -17020,8 +16774,8 @@ packages: resolution: {integrity: sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==} engines: {node: '>=16.0.0'} - sync-message-port@1.1.3: - resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} + sync-message-port@1.2.0: + resolution: {integrity: sha512-gAQ9qrUN/UCypHtGFbbe7Rc/f9bzO88IwrG8TDo/aMKAApKyD6E3W4Cm0EfhfBb6Z6SKt59tTCTfD+n1xmAvMg==} engines: {node: '>=16.0.0'} synckit@0.11.12: @@ -17056,8 +16810,8 @@ packages: resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} engines: {node: '>=10.0.0'} - tapable@2.3.0: - resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==} + tapable@2.3.2: + resolution: {integrity: sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==} engines: {node: '>=6'} tar-fs@3.1.2: @@ -17067,11 +16821,11 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - tar-stream@3.1.7: - resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} + tar-stream@3.1.8: + resolution: {integrity: sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==} - tar@7.5.11: - resolution: {integrity: sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==} + tar@7.5.13: + resolution: {integrity: sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==} engines: {node: '>=18'} teex@1.0.1: @@ -17100,22 +16854,6 @@ packages: uglify-js: optional: true - terser-webpack-plugin@5.4.0: - resolution: {integrity: sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==} - engines: {node: '>= 10.13.0'} - peerDependencies: - '@swc/core': '*' - esbuild: '*' - uglify-js: '*' - webpack: ^5.1.0 - peerDependenciesMeta: - '@swc/core': - optional: true - esbuild: - optional: true - uglify-js: - optional: true - terser@3.17.0: resolution: {integrity: sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==} engines: {node: '>=6.0.0'} @@ -17126,11 +16864,6 @@ packages: engines: {node: '>=0.8.0'} hasBin: true - terser@5.36.0: - resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==} - engines: {node: '>=10'} - hasBin: true - terser@5.43.1: resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} @@ -17141,8 +16874,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.46.0: - resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==} + terser@5.46.1: + resolution: {integrity: sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==} engines: {node: '>=10'} hasBin: true @@ -17154,10 +16887,6 @@ packages: resolution: {integrity: sha512-nTKSJhBzn9BmnOs0xVzXMu8dN2Gu13Ca3x3SJr/zF6ZdKjXO82JlbHu55dt5MFoWjzAQmwlqBkSxPaYicsTgUw==} engines: {node: '>= 0.10'} - testcafe-hammerhead@31.7.5: - resolution: {integrity: sha512-XnDtvrpiwoxMPhC9A3eFOPeE0erDF0iae5t23yaYB4lVQCRuEoNfg5Lv4vGvDhbJ2n2fpzOre4Lhvz12mac0tw==} - engines: {node: '>=14.0.0'} - testcafe-hammerhead@31.7.7: resolution: {integrity: sha512-vSI/ak8MTuDENCMLGNyPS+tsf7hLisQfaBDYB6NCY5y/arz26cad86P6+eIrm3ncH3SsnFcm+BmkmNjJxzPyoQ==} engines: {node: '>=14.0.0'} @@ -17187,18 +16916,13 @@ packages: testcafe-selector-generator@0.1.0: resolution: {integrity: sha512-MTw+RigHsEYmFgzUFNErDxui1nTYUk6nm2bmfacQiKPdhJ9AHW/wue4J/l44mhN8x3E8NgOUkHHOI+1TDFXiLQ==} - testcafe@3.7.2: - resolution: {integrity: sha512-1XNc764DlIfmev7JHwzVP2l7ZHQin9nTsM9fBB0yd3naAJn+VUR9kUe7J1PSxk+nJkhkBvsSmQSlppj527JGAA==} - engines: {node: '>=16.0.0'} - hasBin: true - testcafe@3.7.4: resolution: {integrity: sha512-RADoEWAfGCQ1q08zr4kRQ+bEOhOiI3hmzF2s5dFv835ndERdE44V14DVqeOWGEFm0o+x6IYHyWhmQp0g9mz4ZQ==} engines: {node: '>=16.0.0'} hasBin: true - text-decoder@1.2.1: - resolution: {integrity: sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==} + text-decoder@1.2.7: + resolution: {integrity: sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==} text-hex@1.0.0: resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} @@ -17216,8 +16940,8 @@ packages: resolution: {integrity: sha512-mk82dS8eRABNbeVJrEiN5/UMSCliINAuz8mkUwH4SwslkNP//gbEzlWNS5au0z5Dpx40SQxzqZevZkn+WYJ9Dw==} engines: {node: '>=8'} - thingies@2.5.0: - resolution: {integrity: sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==} + thingies@2.6.0: + resolution: {integrity: sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==} engines: {node: '>=10.18'} peerDependencies: tslib: ^2 @@ -17286,14 +17010,6 @@ packages: resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==} engines: {node: '>=14.0.0'} - tmp@0.0.28: - resolution: {integrity: sha512-c2mmfiBmND6SOVxzogm1oda0OJ1HZVIk/5n26N59dDTh80MUeavpiCls4PGAdkX1PFkKokLpcf7prSjCeXLsJg==} - engines: {node: '>=0.4.0'} - - tmp@0.2.3: - resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} - engines: {node: '>=14.14'} - tmp@0.2.5: resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==} engines: {node: '>=14.14'} @@ -17395,14 +17111,14 @@ packages: truncate-utf8-bytes@1.0.2: resolution: {integrity: sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==} - ts-api-utils@1.4.0: - resolution: {integrity: sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==} + ts-api-utils@1.4.3: + resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' - ts-api-utils@2.4.0: - resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} + ts-api-utils@2.5.0: + resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' @@ -17507,9 +17223,6 @@ packages: tslib@2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - tslib@2.6.3: - resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} - tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} @@ -17539,8 +17252,8 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@4.0.0: - resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} + tuf-js@4.1.0: + resolution: {integrity: sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==} engines: {node: ^20.17.0 || >=22.9.0} tunnel-agent@0.6.0: @@ -17588,34 +17301,18 @@ packages: type@2.7.3: resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==} - typed-array-buffer@1.0.2: - resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} - engines: {node: '>= 0.4'} - typed-array-buffer@1.0.3: resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} engines: {node: '>= 0.4'} - typed-array-byte-length@1.0.1: - resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} - engines: {node: '>= 0.4'} - typed-array-byte-length@1.0.3: resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} engines: {node: '>= 0.4'} - typed-array-byte-offset@1.0.2: - resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} - engines: {node: '>= 0.4'} - typed-array-byte-offset@1.0.4: resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} engines: {node: '>= 0.4'} - typed-array-length@1.0.6: - resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} - engines: {node: '>= 0.4'} - typed-array-length@1.0.7: resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} engines: {node: '>= 0.4'} @@ -17623,8 +17320,8 @@ packages: typed-assert@1.0.9: resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==} - typed-query-selector@2.12.0: - resolution: {integrity: sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==} + typed-query-selector@2.12.1: + resolution: {integrity: sha512-uzR+FzI8qrUEIu96oaeBJmd9E7CFEiQ3goA5qCVgc4s5llSubcfGHq9yUstZx/k4s9dXHVKsE35YWoFyvEqEHA==} typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} @@ -17659,17 +17356,14 @@ packages: engines: {node: '>=14.17'} hasBin: true - ua-parser-js@0.7.39: - resolution: {integrity: sha512-IZ6acm6RhQHNibSt7+c09hhvsKy9WUr4DVbeq9U8o71qxyYtJpQeDxQnMrVqnIFMLcQjHO0I9wgfO2vIahht4w==} + ua-parser-js@0.7.41: + resolution: {integrity: sha512-O3oYyCMPYgNNHuO7Jjk3uacJWZF8loBgwrfd/5LE/HyZ3lUIOdniQ7DNXJcIgZbwioZxk0fLfI4EVnetdiX5jg==} hasBin: true umd@3.0.3: resolution: {integrity: sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==} hasBin: true - unbox-primitive@1.0.2: - resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} - unbox-primitive@1.1.0: resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} engines: {node: '>= 0.4'} @@ -17702,11 +17396,8 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici-types@7.18.2: - resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} - - undici@7.24.4: - resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==} + undici@7.24.6: + resolution: {integrity: sha512-Xi4agocCbRzt0yYMZGMA6ApD7gvtUFaxm4ZmeacWI4cZxaF6C+8I8QfofC20NAePiB/IcvZmzkJ7XPa471AEtA==} engines: {node: '>=20.18.1'} unicode-canonical-property-names-ecmascript@2.0.1: @@ -17721,8 +17412,8 @@ packages: resolution: {integrity: sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==} engines: {node: '>=4'} - unicode-property-aliases-ecmascript@2.1.0: - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + unicode-property-aliases-ecmascript@2.2.0: + resolution: {integrity: sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==} engines: {node: '>=4'} unified@10.1.2: @@ -17736,16 +17427,8 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-filename@5.0.0: - resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} - engines: {node: ^20.17.0 || >=22.9.0} - - unique-slug@6.0.0: - resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} - engines: {node: ^20.17.0 || >=22.9.0} - - unique-stream@2.3.1: - resolution: {integrity: sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==} + unique-stream@2.4.0: + resolution: {integrity: sha512-V6QarSfeSgDipGA9EZdoIzu03ZDlOFkk+FbEP5cwgrZXN3iIkYR91IjU2EnM6rB835kGQsqHX8qncObTXV+6KA==} unist-util-find-after@4.0.1: resolution: {integrity: sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw==} @@ -17808,12 +17491,6 @@ packages: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} - update-browserslist-db@1.1.4: - resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - update-browserslist-db@1.2.3: resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} hasBin: true @@ -17920,8 +17597,8 @@ packages: validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} - validate-npm-package-name@6.0.0: - resolution: {integrity: sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==} + validate-npm-package-name@6.0.2: + resolution: {integrity: sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==} engines: {node: ^18.17.0 || >=20.5.0} validate-npm-package-name@7.0.2: @@ -17953,8 +17630,8 @@ packages: vfile-message@3.1.4: resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} - vfile-message@4.0.2: - resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} + vfile-message@4.0.3: + resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==} vfile@5.3.7: resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} @@ -17974,8 +17651,8 @@ packages: resolution: {integrity: sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==} engines: {node: '>= 0.10'} - vinyl-fs@4.0.0: - resolution: {integrity: sha512-7GbgBnYfaquMk3Qu9g22x000vbYkOex32930rBnc3qByw6HfMEAoELjCjoJv4HuEQxHAurT+nvMHm6MnJllFLw==} + vinyl-fs@4.0.2: + resolution: {integrity: sha512-XRFwBLLTl8lRAOYiBqxY279wY46tVxLaRhSwo3GzKEuLz1giffsOquWWboD/haGf5lx+JyTigCFfe7DWHoARIA==} engines: {node: '>=10.13.0'} vinyl-named@1.1.0: @@ -18005,8 +17682,8 @@ packages: resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} engines: {node: '>= 0.10'} - vinyl@3.0.0: - resolution: {integrity: sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==} + vinyl@3.0.1: + resolution: {integrity: sha512-0QwqXteBNXgnLCdWdvPQBX6FXRHtIH3VhJPTd5Lwn28tJXc34YqSCWUmkOvtJHBmB3gGoPtrOKk3Ts8/kEZ9aA==} engines: {node: '>=10.13.0'} vite@5.4.21: @@ -18176,12 +17853,6 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 - vue-eslint-parser@10.2.0: - resolution: {integrity: sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: ^8.57.0 || ^9.0.0 - vue-eslint-parser@7.1.1: resolution: {integrity: sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==} engines: {node: '>=8.10'} @@ -18211,10 +17882,10 @@ packages: peerDependencies: vue: ^3.2.0 - vue-router@4.5.1: - resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==} + vue-router@4.6.4: + resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==} peerDependencies: - vue: ^3.2.0 + vue: ^3.5.0 vue-tsc@3.0.8: resolution: {integrity: sha512-H9yg/m6ywykmWS+pIAEs65v2FrVm5uOA0a0dHkX6Sx8dNg1a1m4iudt/6eGa9fAenmNHGlLFN9XpWQb8i5sU1w==} @@ -18233,8 +17904,8 @@ packages: typescript: optional: true - vue@3.5.13: - resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} + vue@3.5.31: + resolution: {integrity: sha512-iV/sU9SzOlmA/0tygSmjkEN6Jbs3nPoIPFhCMLD2STrjgOU8DX7ZtzMhg4ahVwf5Rp9KoFzcXeB1ZrVbLBp5/Q==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -18253,10 +17924,6 @@ packages: walker@1.0.8: resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} - watchpack@2.4.2: - resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} - engines: {node: '>=10.13.0'} - watchpack@2.4.4: resolution: {integrity: sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==} engines: {node: '>=10.13.0'} @@ -18396,10 +18063,6 @@ packages: resolution: {integrity: sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==} engines: {node: '>=18.0.0'} - webpack-sources@3.3.3: - resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==} - engines: {node: '>=10.13.0'} - webpack-sources@3.3.4: resolution: {integrity: sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==} engines: {node: '>=10.13.0'} @@ -18482,17 +18145,10 @@ packages: when@3.7.8: resolution: {integrity: sha512-5cZ7mecD3eYcMiCH4wtRPA5iFJZ50BJYDfckI5RRpQiktMiYTcn0ccLTZOvcbBume+1304fQztxeNzNS9Gvrnw==} - which-boxed-primitive@1.0.2: - resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} - which-boxed-primitive@1.1.1: resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} engines: {node: '>= 0.4'} - which-builtin-type@1.1.4: - resolution: {integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==} - engines: {node: '>= 0.4'} - which-builtin-type@1.2.1: resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} engines: {node: '>= 0.4'} @@ -18507,12 +18163,8 @@ packages: which-promise@1.0.0: resolution: {integrity: sha512-15ahjtDr3H+RBtTrvBcKhOFhIEiN3RZSCevDPWtBys+QUivZX9cYyNJcyWNIrUMVsgGrEuIThif9jxeEAQFauw==} - which-typed-array@1.1.15: - resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} - engines: {node: '>= 0.4'} - - which-typed-array@1.1.19: - resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==} + which-typed-array@1.1.20: + resolution: {integrity: sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==} engines: {node: '>= 0.4'} which@1.3.1: @@ -18524,8 +18176,8 @@ packages: engines: {node: '>= 8'} hasBin: true - which@6.0.0: - resolution: {integrity: sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==} + which@6.0.1: + resolution: {integrity: sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true @@ -18564,8 +18216,8 @@ packages: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} engines: {node: '>=12'} - wrap-ansi@9.0.0: - resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} + wrap-ansi@9.0.2: + resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==} engines: {node: '>=18'} wrappy@1.0.2: @@ -18591,8 +18243,8 @@ packages: utf-8-validate: optional: true - ws@8.17.1: - resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} + ws@8.18.3: + resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -18603,8 +18255,8 @@ packages: utf-8-validate: optional: true - ws@8.18.0: - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} + ws@8.20.0: + resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -18743,21 +18395,18 @@ packages: zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} - zod@3.24.4: - resolution: {integrity: sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==} - zod@4.1.13: resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==} zod@4.3.5: resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==} + zod@4.3.6: + resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} + zone.js@0.10.3: resolution: {integrity: sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==} - zone.js@0.15.0: - resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} - zone.js@0.15.1: resolution: {integrity: sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==} @@ -18766,7 +18415,7 @@ packages: snapshots: - '@adobe/css-tools@4.4.1': {} + '@adobe/css-tools@4.4.4': {} '@algolia/abtesting@1.1.0': dependencies: @@ -18941,17 +18590,17 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe))(@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu))': + '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.21(ds5jcqekp5rbe3h4ywykbm52ha))(@angular/build@20.3.21(5mdvwkx53zhvqmruw2lzc75pzm))': dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 20.3.21(qze7oy7m2ugihtgbswwwkqqtqe) - '@angular/build': 20.3.21(4nkiif66xgfeukbdbqgdrpoqtu) + '@angular-devkit/build-angular': 20.3.21(ds5jcqekp5rbe3h4ywykbm52ha) + '@angular/build': 20.3.21(5mdvwkx53zhvqmruw2lzc75pzm) - '@angular-devkit/architect@0.2003.21(chokidar@4.0.1)': + '@angular-devkit/architect@0.2003.21(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -18963,13 +18612,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@20.3.21(gjmhy2decwtegmeofiuri27o7q)': + '@angular-devkit/build-angular@20.3.21(adcmamoziogsp6oh3vn5zgsiau)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - '@angular-devkit/core': 20.3.21(chokidar@4.0.1) - '@angular/build': 20.3.21(g6mr3uftj2myu762sodehznowi) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.3)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.21(chokidar@4.0.3) + '@angular/build': 20.3.21(rpnvoxuil3pb7ffrgfbfvsih2q) '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@babel/core': 7.28.3 '@babel/generator': 7.28.3 @@ -18981,13 +18630,13 @@ snapshots: '@babel/preset-env': 7.28.3(@babel/core@7.28.3) '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 @@ -18995,41 +18644,41 @@ snapshots: jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.4.0 - less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) open: 10.2.0 ora: 8.2.0 picomatch: 4.0.3 piscina: 5.1.3 postcss: 8.5.6 - postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 sass: 1.90.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + sass-loader: 16.0.5(sass-embedded@1.93.3)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) semver: 7.7.2 - source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) source-map-support: 0.5.21 terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) optionalDependencies: '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.25.9 - jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) + jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19053,13 +18702,13 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe)': + '@angular-devkit/build-angular@20.3.21(ds5jcqekp5rbe3h4ywykbm52ha)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) - '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - '@angular-devkit/core': 20.3.21(chokidar@4.0.1) - '@angular/build': 20.3.21(duexglrudr65rykye57apnvixe) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.3)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.21(chokidar@4.0.3) + '@angular/build': 20.3.21(vsb6bkqwr7pr7l2k7oknwuylwa) '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@babel/core': 7.28.3 '@babel/generator': 7.28.3 @@ -19071,13 +18720,13 @@ snapshots: '@babel/preset-env': 7.28.3(@babel/core@7.28.3) '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 @@ -19085,41 +18734,41 @@ snapshots: jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.4.0 - less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) open: 10.2.0 ora: 8.2.0 picomatch: 4.0.3 piscina: 5.1.3 postcss: 8.5.6 - postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 sass: 1.90.0 - sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + sass-loader: 16.0.5(sass-embedded@1.93.3)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) semver: 7.7.2 - source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) source-map-support: 0.5.21 terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) optionalDependencies: - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) - '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.25.9 - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19143,14 +18792,14 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-angular@21.1.5(j42lx37kokphmm7sdypr6k2q4m)': + '@angular-devkit/build-angular@21.1.5(36ipviykfclvh52xm6ysm6zxkq)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) - '@angular-devkit/build-webpack': 0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + '@angular-devkit/build-webpack': 0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) '@angular-devkit/core': 21.1.5(chokidar@5.0.0) - '@angular/build': 21.1.5(ek3snpsktjtxlkpmnq2yfuj5qu) - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) + '@angular/build': 21.1.5(zk34yxv5fzhazdswzhcz6ayrlq) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) '@babel/core': 7.28.5 '@babel/generator': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 @@ -19161,53 +18810,54 @@ snapshots: '@babel/preset-env': 7.28.5(@babel/core@7.28.5) '@babel/runtime': 7.28.4 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + '@ngtools/webpack': 21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) ansi-colors: 4.1.3 autoprefixer: 10.4.23(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) browserslist: 4.28.1 - copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) esbuild-wasm: 0.27.2 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.4.2 - less-loader: 12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + less-loader: 12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) open: 11.0.0 ora: 9.0.0 picomatch: 4.0.3 piscina: 5.1.4 postcss: 8.5.6 - postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 sass: 1.97.1 - sass-loader: 16.0.6(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + sass-loader: 16.0.6(sass-embedded@1.93.3)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) semver: 7.7.3 - source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) source-map-support: 0.5.21 terser: 5.44.1 tinyglobby: 0.2.15 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.9.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) optionalDependencies: - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.27.2 - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) karma: 6.4.4 + ng-packagr: 21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -19231,34 +18881,36 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': + '@angular-devkit/build-webpack@0.2003.21(chokidar@4.0.3)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9))': dependencies: - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) rxjs: 7.8.2 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) transitivePeerDependencies: - chokidar - '@angular-devkit/build-webpack@0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2))': + '@angular-devkit/build-webpack@0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2))': dependencies: '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) rxjs: 7.8.2 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@16.2.16': + '@angular-devkit/core@19.2.22(chokidar@4.0.3)': dependencies: - ajv: 8.12.0 - ajv-formats: 2.1.1(ajv@8.12.0) - jsonc-parser: 3.2.0 - picomatch: 2.3.1 + ajv: 8.18.0 + ajv-formats: 3.0.1(ajv@8.18.0) + jsonc-parser: 3.3.1 + picomatch: 4.0.2 rxjs: 7.8.1 source-map: 0.7.4 + optionalDependencies: + chokidar: 4.0.3 - '@angular-devkit/core@20.3.21(chokidar@4.0.1)': + '@angular-devkit/core@20.3.21(chokidar@4.0.3)': dependencies: ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) @@ -19267,7 +18919,7 @@ snapshots: rxjs: 7.8.2 source-map: 0.7.6 optionalDependencies: - chokidar: 4.0.1 + chokidar: 4.0.3 '@angular-devkit/core@21.1.5(chokidar@5.0.0)': dependencies: @@ -19280,19 +18932,19 @@ snapshots: optionalDependencies: chokidar: 5.0.0 - '@angular-devkit/schematics@16.2.16': + '@angular-devkit/schematics@19.2.22(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 16.2.16 - jsonc-parser: 3.2.0 - magic-string: 0.30.1 + '@angular-devkit/core': 19.2.22(chokidar@4.0.3) + jsonc-parser: 3.3.1 + magic-string: 0.30.17 ora: 5.4.1 rxjs: 7.8.1 transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@20.3.21(chokidar@4.0.1)': + '@angular-devkit/schematics@20.3.21(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.3) jsonc-parser: 3.3.1 magic-string: 0.30.17 ora: 8.2.0 @@ -19310,22 +18962,22 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.8.1 - '@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu)': + '@angular/build@20.3.21(5mdvwkx53zhvqmruw2lzc75pzm)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) '@angular/compiler': 20.3.18 '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.14(@types/node@25.5.0) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3)) + '@inquirer/confirm': 5.1.14(@types/node@20.19.37) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.25.9 @@ -19343,18 +18995,18 @@ snapshots: semver: 7.7.2 source-map-support: 0.5.21 tinyglobby: 0.2.14 - tslib: 2.6.3 + tslib: 2.8.1 typescript: 5.8.3 - vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3) + vite: 7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3) watchpack: 2.4.4 optionalDependencies: - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) - '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 - less: 4.4.2 + less: 4.6.4 lmdb: 3.4.2 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) postcss: 8.5.8 transitivePeerDependencies: - '@types/node' @@ -19370,71 +19022,17 @@ snapshots: - yaml optional: true - '@angular/build@20.3.21(duexglrudr65rykye57apnvixe)': - dependencies: - '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) - '@angular/compiler': 20.3.18 - '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) - '@babel/core': 7.28.3 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.14(@types/node@25.5.0) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) - beasties: 0.3.5 - browserslist: 4.28.1 - esbuild: 0.25.9 - https-proxy-agent: 7.0.6 - istanbul-lib-instrument: 6.0.3 - jsonc-parser: 3.3.1 - listr2: 9.0.1 - magic-string: 0.30.17 - mrmime: 2.0.1 - parse5-html-rewriting-stream: 8.0.0 - picomatch: 4.0.3 - piscina: 5.1.3 - rollup: 4.59.0 - sass: 1.90.0 - semver: 7.7.2 - source-map-support: 0.5.21 - tinyglobby: 0.2.14 - tslib: 2.8.1 - typescript: 5.8.3 - vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) - watchpack: 2.4.4 - optionalDependencies: - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) - '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) - karma: 6.4.4 - less: 4.4.0 - lmdb: 3.4.2 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) - postcss: 8.5.6 - transitivePeerDependencies: - - '@types/node' - - chokidar - - jiti - - lightningcss - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - tsx - - yaml - - '@angular/build@20.3.21(g6mr3uftj2myu762sodehznowi)': + '@angular/build@20.3.21(rpnvoxuil3pb7ffrgfbfvsih2q)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) '@angular/compiler': 20.3.18 '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.14(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.25.9 @@ -19454,7 +19052,7 @@ snapshots: tinyglobby: 0.2.14 tslib: 2.8.1 typescript: 5.8.3 - vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) watchpack: 2.4.4 optionalDependencies: '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) @@ -19463,7 +19061,7 @@ snapshots: karma: 6.4.4 less: 4.4.0 lmdb: 3.4.2 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19478,17 +19076,71 @@ snapshots: - tsx - yaml - '@angular/build@21.1.5(ek3snpsktjtxlkpmnq2yfuj5qu)': + '@angular/build@20.3.21(vsb6bkqwr7pr7l2k7oknwuylwa)': + dependencies: + '@ampproject/remapping': 2.3.0 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) + '@angular/compiler': 20.3.18 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-split-export-declaration': 7.24.7 + '@inquirer/confirm': 5.1.14(@types/node@20.19.37) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) + beasties: 0.3.5 + browserslist: 4.28.1 + esbuild: 0.25.9 + https-proxy-agent: 7.0.6 + istanbul-lib-instrument: 6.0.3 + jsonc-parser: 3.3.1 + listr2: 9.0.1 + magic-string: 0.30.17 + mrmime: 2.0.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.59.0 + sass: 1.90.0 + semver: 7.7.2 + source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 + typescript: 5.8.3 + vite: 7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + watchpack: 2.4.4 + optionalDependencies: + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + karma: 6.4.4 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + postcss: 8.5.6 + transitivePeerDependencies: + - '@types/node' + - chokidar + - jiti + - lightningcss + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + - tsx + - yaml + + '@angular/build@21.1.5(zk34yxv5fzhazdswzhcz6ayrlq)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) - '@angular/compiler': 21.2.4 - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) + '@angular/compiler': 21.2.6 + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.21(@types/node@20.19.37) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3)) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.27.2 @@ -19508,16 +19160,17 @@ snapshots: tinyglobby: 0.2.15 tslib: 2.8.1 typescript: 5.9.3 - undici: 7.24.4 - vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) + undici: 7.24.6 + vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) watchpack: 2.5.0 optionalDependencies: - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 less: 4.4.2 lmdb: 3.4.4 + ng-packagr: 21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19532,15 +19185,15 @@ snapshots: - tsx - yaml - '@angular/cli@20.3.21(@types/node@20.11.17)(chokidar@4.0.1)': + '@angular/cli@20.3.21(@types/node@20.11.17)(chokidar@4.0.3)': dependencies: - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) - '@angular-devkit/core': 20.3.21(chokidar@4.0.1) - '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) + '@angular-devkit/core': 20.3.21(chokidar@4.0.3) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.3) '@inquirer/prompts': 7.8.2(@types/node@20.11.17) '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) - '@schematics/angular': 20.3.21(chokidar@4.0.1) + '@schematics/angular': 20.3.21(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.35.0 ini: 5.0.0 @@ -19558,41 +19211,15 @@ snapshots: - chokidar - supports-color - '@angular/cli@20.3.21(@types/node@20.19.37)': + '@angular/cli@20.3.21(@types/node@20.19.37)(chokidar@4.0.3)': dependencies: - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) - '@angular-devkit/core': 20.3.21(chokidar@4.0.1) - '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) + '@angular-devkit/core': 20.3.21(chokidar@4.0.3) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.3) '@inquirer/prompts': 7.8.2(@types/node@20.19.37) '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.1) '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) - '@schematics/angular': 20.3.21(chokidar@4.0.1) - '@yarnpkg/lockfile': 1.1.0 - algoliasearch: 5.35.0 - ini: 5.0.0 - jsonc-parser: 3.3.1 - listr2: 9.0.1 - npm-package-arg: 13.0.0 - pacote: 21.0.4 - resolve: 1.22.10 - semver: 7.7.2 - yargs: 18.0.0 - zod: 4.1.13 - transitivePeerDependencies: - - '@cfworker/json-schema' - - '@types/node' - - chokidar - - supports-color - - '@angular/cli@20.3.21(@types/node@25.5.0)(chokidar@4.0.1)': - dependencies: - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) - '@angular-devkit/core': 20.3.21(chokidar@4.0.1) - '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) - '@inquirer/prompts': 7.8.2(@types/node@25.5.0) - '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.1) - '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) - '@schematics/angular': 20.3.21(chokidar@4.0.1) + '@schematics/angular': 20.3.21(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.35.0 ini: 5.0.0 @@ -19637,36 +19264,30 @@ snapshots: - chokidar - supports-color - '@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': - dependencies: - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) - rxjs: 7.8.1 - tslib: 2.8.1 - '@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@20.3.18(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.18(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 '@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3)': dependencies: '@angular/compiler': 20.3.18 '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.1 + chokidar: 4.0.3 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 @@ -19677,32 +19298,32 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5)': + '@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@4.9.5)': dependencies: - '@angular/compiler': 21.2.4 + '@angular/compiler': 21.2.6 '@babel/core': 7.28.5 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs: 18.0.0 optionalDependencies: typescript: 4.9.5 transitivePeerDependencies: - supports-color - '@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3)': + '@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3)': dependencies: - '@angular/compiler': 21.2.4 + '@angular/compiler': 21.2.6 '@babel/core': 7.28.5 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.6.3 + tslib: 2.8.1 yargs: 18.0.0 optionalDependencies: typescript: 5.9.3 @@ -19713,17 +19334,9 @@ snapshots: dependencies: tslib: 2.8.1 - '@angular/compiler@21.2.4': + '@angular/compiler@21.2.6': dependencies: - tslib: 2.6.3 - - '@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)': - dependencies: - rxjs: 7.8.1 tslib: 2.8.1 - optionalDependencies: - '@angular/compiler': 20.3.18 - zone.js: 0.15.0 '@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: @@ -19733,22 +19346,14 @@ snapshots: '@angular/compiler': 20.3.18 zone.js: 0.15.1 - '@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.6.3 + tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.2.4 + '@angular/compiler': 21.2.6 zone.js: 0.15.1 - '@angular/forms@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': - dependencies: - '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) - rxjs: 7.8.1 - tslib: 2.8.1 - '@angular/forms@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -19757,21 +19362,13 @@ snapshots: rxjs: 7.8.2 tslib: 2.8.1 - '@angular/forms@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) - '@standard-schema/spec': 1.0.0 + '@angular/common': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) + '@standard-schema/spec': 1.1.0 rxjs: 7.8.2 - tslib: 2.6.3 - - '@angular/platform-browser-dynamic@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))': - dependencies: - '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 20.3.18 - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) tslib: 2.8.1 '@angular/platform-browser-dynamic@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))': @@ -19782,18 +19379,12 @@ snapshots: '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) tslib: 2.8.1 - '@angular/platform-browser-dynamic@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 21.2.4 - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) - tslib: 2.6.3 - - '@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))': - dependencies: - '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/common': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 21.2.6 + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) tslib: 2.8.1 '@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))': @@ -19802,24 +19393,13 @@ snapshots: '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 - '@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))': - dependencies: - '@angular/common': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.6.3 - optionalDependencies: - '@angular/animations': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) - - '@angular/platform-server@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + '@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/compiler': 20.3.18 - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) - rxjs: 7.8.1 + '@angular/common': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 - xhr2: 0.2.1 - optional: true + optionalDependencies: + '@angular/animations': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: @@ -19831,23 +19411,15 @@ snapshots: tslib: 2.8.1 xhr2: 0.2.1 - '@angular/platform-server@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 21.2.4 - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 21.2.6 + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.6.3 - xhr2: 0.2.1 - - '@angular/router@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': - dependencies: - '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) - rxjs: 7.8.1 tslib: 2.8.1 + xhr2: 0.2.1 '@angular/router@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: @@ -19869,18 +19441,16 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.28.6': {} - '@babel/compat-data@7.29.0': {} '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.1 + '@babel/generator': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) - '@babel/helpers': 7.28.6 + '@babel/helpers': 7.29.2 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 @@ -19896,14 +19466,14 @@ snapshots: '@babel/core@7.28.5': dependencies: '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.1 + '@babel/generator': 7.28.5 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) - '@babel/helpers': 7.28.6 + '@babel/helpers': 7.29.2 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 debug: 4.4.3 @@ -19919,7 +19489,7 @@ snapshots: '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) - '@babel/helpers': 7.28.6 + '@babel/helpers': 7.29.2 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 @@ -19952,7 +19522,7 @@ snapshots: '@babel/generator@7.28.5': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 @@ -19971,7 +19541,7 @@ snapshots: '@babel/helper-compilation-targets@7.28.6': dependencies: - '@babel/compat-data': 7.28.6 + '@babel/compat-data': 7.29.0 '@babel/helper-validator-option': 7.27.1 browserslist: 4.28.1 lru-cache: 5.1.1 @@ -20059,28 +19629,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.5)': - dependencies: - '@babel/core': 7.28.5 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - debug: 4.4.3 - lodash.debounce: 4.0.8 - resolve: 1.22.11 - transitivePeerDependencies: - - supports-color - - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - debug: 4.4.3 - lodash.debounce: 4.0.8 - resolve: 1.22.11 - transitivePeerDependencies: - - supports-color - '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20125,8 +19673,8 @@ snapshots: '@babel/helper-module-imports@7.28.6': dependencies: - '@babel/traverse': 7.28.6 - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -20161,15 +19709,13 @@ snapshots: dependencies: '@babel/types': 7.29.0 - '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-plugin-utils@7.28.6': {} '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.28.3 + '@babel/helper-wrap-function': 7.28.6 '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20178,7 +19724,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.28.3 + '@babel/helper-wrap-function': 7.28.6 '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20187,7 +19733,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.28.3 + '@babel/helper-wrap-function': 7.28.6 '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20236,7 +19782,7 @@ snapshots: '@babel/helper-validator-option@7.27.1': {} - '@babel/helper-wrap-function@7.28.3': + '@babel/helper-wrap-function@7.28.6': dependencies: '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 @@ -20244,7 +19790,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helpers@7.28.6': + '@babel/helpers@7.29.2': dependencies: '@babel/template': 7.28.6 '@babel/types': 7.29.0 @@ -20256,19 +19802,11 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/parser@7.23.9': - dependencies: - '@babel/types': 7.29.0 - - '@babel/parser@7.26.2': - dependencies: - '@babel/types': 7.28.6 - - '@babel/parser@7.28.6': + '@babel/parser@7.29.0': dependencies: '@babel/types': 7.29.0 - '@babel/parser@7.29.0': + '@babel/parser@7.29.2': dependencies: '@babel/types': 7.29.0 @@ -20276,7 +19814,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20284,7 +19822,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20292,7 +19830,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20357,7 +19895,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20365,7 +19903,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20373,16 +19911,16 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.29.0)': + '@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.29.0) + '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.29.0) transitivePeerDependencies: - supports-color @@ -20418,7 +19956,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.29.0)': + '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 @@ -20428,7 +19966,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.29.0)': + '@babel/plugin-syntax-flow@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 @@ -20518,7 +20056,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 @@ -20556,15 +20094,6 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20583,33 +20112,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.28.3)': - dependencies: - '@babel/core': 7.28.3 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.28.5)': - dependencies: - '@babel/core': 7.28.5 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -20619,15 +20121,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20646,24 +20139,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': - dependencies: - '@babel/core': 7.28.3 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.5)': - dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -20703,14 +20178,6 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20735,14 +20202,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20775,7 +20234,7 @@ snapshots: '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20787,7 +20246,7 @@ snapshots: '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.5) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20799,7 +20258,7 @@ snapshots: '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20825,7 +20284,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20833,7 +20292,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20841,7 +20300,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -20935,11 +20394,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20970,11 +20424,11 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-flow-strip-types@7.25.9(@babel/core@7.29.0)': + '@babel/plugin-transform-flow-strip-types@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.29.0) + '@babel/plugin-syntax-flow': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: @@ -21005,7 +20459,7 @@ snapshots: '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21014,7 +20468,7 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21023,7 +20477,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21135,30 +20589,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.5)': - dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.29.0)': + '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.29.0 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.28.3)': + '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.28.3 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) + '@babel/core': 7.28.5 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.29.0 @@ -21199,24 +20643,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5)': - dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -21275,7 +20713,7 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21286,7 +20724,7 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.5) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21297,7 +20735,7 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.29.0) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) - '@babel/traverse': 7.28.6 + '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -21379,14 +20817,6 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) - '@babel/helper-plugin-utils': 7.28.6 - transitivePeerDependencies: - - supports-color - '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -21482,7 +20912,7 @@ snapshots: '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -21492,19 +20922,14 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.5)': - dependencies: - '@babel/core': 7.28.5 - '@babel/helper-plugin-utils': 7.28.6 - - '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.29.0)': + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.28.3)': + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.28.3 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.29.0)': @@ -21550,7 +20975,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.0) babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.29.0) babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.29.0) semver: 6.3.1 @@ -21574,21 +20999,9 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.28.5) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-runtime@7.28.5(@babel/core@7.29.0)': - dependencies: - '@babel/core': 7.29.0 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) - babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.29.0) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.28.5) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21598,9 +21011,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.0) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.29.0) + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21689,14 +21102,14 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typescript@7.28.5(@babel/core@7.29.0)': + '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) transitivePeerDependencies: - supports-color @@ -21786,8 +21199,8 @@ snapshots: '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) - '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.28.3) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) @@ -21847,7 +21260,7 @@ snapshots: '@babel/preset-env@7.28.5(@babel/core@7.28.5)': dependencies: - '@babel/compat-data': 7.28.6 + '@babel/compat-data': 7.29.0 '@babel/core': 7.28.5 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 @@ -21862,8 +21275,8 @@ snapshots: '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.5) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5) '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.28.5) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.5) + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.5) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.5) @@ -21886,9 +21299,9 @@ snapshots: '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.5) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.5) + '@babel/plugin-transform-modules-systemjs': 7.29.0(@babel/core@7.28.5) '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.5) '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.5) @@ -21900,7 +21313,7 @@ snapshots: '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.5) + '@babel/plugin-transform-regenerator': 7.29.0(@babel/core@7.28.5) '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.5) @@ -21913,86 +21326,10 @@ snapshots: '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.5) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.5) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5) + babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.28.5) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5) - core-js-compat: 3.45.1 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/preset-env@7.28.6(@babel/core@7.29.0)': - dependencies: - '@babel/compat-data': 7.28.6 - '@babel/core': 7.29.0 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-plugin-utils': 7.28.6 - '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.29.0) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.0) - '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.29.0) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.29.0) - '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.29.0) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.29.0) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.29.0) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.0) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) - babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.29.0) - core-js-compat: 3.45.1 + babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.28.5) + core-js-compat: 3.49.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -22073,32 +21410,32 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/preset-flow@7.25.9(@babel/core@7.29.0)': + '@babel/preset-flow@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.29.0) + '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.29.0) '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 esutils: 2.0.3 '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 esutils: 2.0.3 '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 esutils: 2.0.3 '@babel/preset-react@7.28.5(@babel/core@7.29.0)': @@ -22120,19 +21457,15 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.29.0) + '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0) transitivePeerDependencies: - supports-color - '@babel/runtime@7.26.10': - dependencies: - regenerator-runtime: 0.14.1 - '@babel/runtime@7.28.3': {} '@babel/runtime@7.28.4': {} - '@babel/runtime@7.28.6': {} + '@babel/runtime@7.29.2': {} '@babel/template@7.28.6': dependencies: @@ -22140,18 +21473,6 @@ snapshots: '@babel/parser': 7.29.0 '@babel/types': 7.29.0 - '@babel/traverse@7.28.6': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/types': 7.29.0 - debug: 4.4.3 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.29.0': dependencies: '@babel/code-frame': 7.29.0 @@ -22164,11 +21485,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.28.6': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/types@7.29.0': dependencies: '@babel/helper-string-parser': 7.27.1 @@ -22176,22 +21492,19 @@ snapshots: '@bcoe/v8-coverage@0.2.3': {} - '@bufbuild/protobuf@2.10.2': {} - - '@bufbuild/protobuf@2.11.0': - optional: true + '@bufbuild/protobuf@2.11.0': {} - '@cacheable/memory@2.0.7': + '@cacheable/memory@2.0.8': dependencies: - '@cacheable/utils': 2.3.3 - '@keyv/bigmap': 1.3.0(keyv@5.5.5) - hookified: 1.15.0 - keyv: 5.5.5 + '@cacheable/utils': 2.4.0 + '@keyv/bigmap': 1.3.1(keyv@5.6.0) + hookified: 1.15.1 + keyv: 5.6.0 - '@cacheable/utils@2.3.3': + '@cacheable/utils@2.4.0': dependencies: - hashery: 1.4.0 - keyv: 5.5.5 + hashery: 1.5.1 + keyv: 5.6.0 '@colors/colors@1.5.0': {} @@ -22254,13 +21567,13 @@ snapshots: lodash: 4.17.23 pinkie-promise: 2.0.1 - '@devexpress/utils@1.4.7': + '@devexpress/utils@1.4.8': dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(inkhsxarru2k3eocadfcsbwwra)': + '@devextreme-generator/angular@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': dependencies: - '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22275,17 +21588,17 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(5clvxqkkva4gfnkyserfk24kge)': + '@devextreme-generator/build-helpers@3.0.12(s6gzhttk4jg3ruef2z2cpvqswm)': dependencies: - '@devextreme-generator/angular': 3.0.12(inkhsxarru2k3eocadfcsbwwra) - '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) - '@devextreme-generator/inferno': 3.0.12(inkhsxarru2k3eocadfcsbwwra) - '@devextreme-generator/preact': 3.0.12(inkhsxarru2k3eocadfcsbwwra) - '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/angular': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/inferno': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/preact': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/react': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 - webpack: 5.105.4(@swc/core@1.15.3) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@swc/core' - '@typescript-eslint/eslint-plugin' @@ -22304,10 +21617,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(inkhsxarru2k3eocadfcsbwwra)': + '@devextreme-generator/core@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(inkhsxarru2k3eocadfcsbwwra) + eslint-config-devextreme: 0.2.0(qpiggd6xjjqy7zmlmub65mpnm4) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -22330,11 +21643,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(inkhsxarru2k3eocadfcsbwwra)': + '@devextreme-generator/inferno@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': dependencies: - '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) - '@devextreme-generator/preact': 3.0.12(inkhsxarru2k3eocadfcsbwwra) - '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/preact': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/react': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22349,10 +21662,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(inkhsxarru2k3eocadfcsbwwra)': + '@devextreme-generator/preact@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': dependencies: - '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) - '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/react': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22367,9 +21680,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(inkhsxarru2k3eocadfcsbwwra)': + '@devextreme-generator/react@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': dependencies: - '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -22384,10 +21697,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(inkhsxarru2k3eocadfcsbwwra)': + '@devextreme-generator/vue@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': dependencies: - '@devextreme-generator/angular': 3.0.12(inkhsxarru2k3eocadfcsbwwra) - '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/angular': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -22407,24 +21720,24 @@ snapshots: '@discoveryjs/json-ext@0.6.3': {} - '@dual-bundle/import-meta-resolve@4.1.0': {} + '@dual-bundle/import-meta-resolve@4.2.1': {} - '@electron/asar@3.2.17': + '@electron/asar@3.4.1': dependencies: commander: 5.1.0 glob: 7.2.3 minimatch: 3.1.5 - '@emnapi/core@1.7.1': + '@emnapi/core@1.9.1': dependencies: - '@emnapi/wasi-threads': 1.1.0 + '@emnapi/wasi-threads': 1.2.0 tslib: 2.8.1 - '@emnapi/runtime@1.7.1': + '@emnapi/runtime@1.9.1': dependencies: tslib: 2.8.1 - '@emnapi/wasi-threads@1.1.0': + '@emnapi/wasi-threads@1.2.0': dependencies: tslib: 2.8.1 @@ -22440,6 +21753,9 @@ snapshots: '@esbuild/aix-ppc64@0.27.2': optional: true + '@esbuild/aix-ppc64@0.27.4': + optional: true + '@esbuild/android-arm64@0.21.5': optional: true @@ -22452,6 +21768,9 @@ snapshots: '@esbuild/android-arm64@0.27.2': optional: true + '@esbuild/android-arm64@0.27.4': + optional: true + '@esbuild/android-arm@0.21.5': optional: true @@ -22464,6 +21783,9 @@ snapshots: '@esbuild/android-arm@0.27.2': optional: true + '@esbuild/android-arm@0.27.4': + optional: true + '@esbuild/android-x64@0.21.5': optional: true @@ -22476,6 +21798,9 @@ snapshots: '@esbuild/android-x64@0.27.2': optional: true + '@esbuild/android-x64@0.27.4': + optional: true + '@esbuild/darwin-arm64@0.21.5': optional: true @@ -22488,6 +21813,9 @@ snapshots: '@esbuild/darwin-arm64@0.27.2': optional: true + '@esbuild/darwin-arm64@0.27.4': + optional: true + '@esbuild/darwin-x64@0.21.5': optional: true @@ -22500,6 +21828,9 @@ snapshots: '@esbuild/darwin-x64@0.27.2': optional: true + '@esbuild/darwin-x64@0.27.4': + optional: true + '@esbuild/freebsd-arm64@0.21.5': optional: true @@ -22512,6 +21843,9 @@ snapshots: '@esbuild/freebsd-arm64@0.27.2': optional: true + '@esbuild/freebsd-arm64@0.27.4': + optional: true + '@esbuild/freebsd-x64@0.21.5': optional: true @@ -22524,6 +21858,9 @@ snapshots: '@esbuild/freebsd-x64@0.27.2': optional: true + '@esbuild/freebsd-x64@0.27.4': + optional: true + '@esbuild/linux-arm64@0.21.5': optional: true @@ -22536,6 +21873,9 @@ snapshots: '@esbuild/linux-arm64@0.27.2': optional: true + '@esbuild/linux-arm64@0.27.4': + optional: true + '@esbuild/linux-arm@0.21.5': optional: true @@ -22548,6 +21888,9 @@ snapshots: '@esbuild/linux-arm@0.27.2': optional: true + '@esbuild/linux-arm@0.27.4': + optional: true + '@esbuild/linux-ia32@0.21.5': optional: true @@ -22560,6 +21903,9 @@ snapshots: '@esbuild/linux-ia32@0.27.2': optional: true + '@esbuild/linux-ia32@0.27.4': + optional: true + '@esbuild/linux-loong64@0.14.54': optional: true @@ -22575,6 +21921,9 @@ snapshots: '@esbuild/linux-loong64@0.27.2': optional: true + '@esbuild/linux-loong64@0.27.4': + optional: true + '@esbuild/linux-mips64el@0.21.5': optional: true @@ -22587,6 +21936,9 @@ snapshots: '@esbuild/linux-mips64el@0.27.2': optional: true + '@esbuild/linux-mips64el@0.27.4': + optional: true + '@esbuild/linux-ppc64@0.21.5': optional: true @@ -22599,6 +21951,9 @@ snapshots: '@esbuild/linux-ppc64@0.27.2': optional: true + '@esbuild/linux-ppc64@0.27.4': + optional: true + '@esbuild/linux-riscv64@0.21.5': optional: true @@ -22611,6 +21966,9 @@ snapshots: '@esbuild/linux-riscv64@0.27.2': optional: true + '@esbuild/linux-riscv64@0.27.4': + optional: true + '@esbuild/linux-s390x@0.21.5': optional: true @@ -22623,6 +21981,9 @@ snapshots: '@esbuild/linux-s390x@0.27.2': optional: true + '@esbuild/linux-s390x@0.27.4': + optional: true + '@esbuild/linux-x64@0.21.5': optional: true @@ -22635,6 +21996,9 @@ snapshots: '@esbuild/linux-x64@0.27.2': optional: true + '@esbuild/linux-x64@0.27.4': + optional: true + '@esbuild/netbsd-arm64@0.25.0': optional: true @@ -22644,6 +22008,9 @@ snapshots: '@esbuild/netbsd-arm64@0.27.2': optional: true + '@esbuild/netbsd-arm64@0.27.4': + optional: true + '@esbuild/netbsd-x64@0.21.5': optional: true @@ -22656,6 +22023,9 @@ snapshots: '@esbuild/netbsd-x64@0.27.2': optional: true + '@esbuild/netbsd-x64@0.27.4': + optional: true + '@esbuild/openbsd-arm64@0.25.0': optional: true @@ -22665,6 +22035,9 @@ snapshots: '@esbuild/openbsd-arm64@0.27.2': optional: true + '@esbuild/openbsd-arm64@0.27.4': + optional: true + '@esbuild/openbsd-x64@0.21.5': optional: true @@ -22677,12 +22050,18 @@ snapshots: '@esbuild/openbsd-x64@0.27.2': optional: true + '@esbuild/openbsd-x64@0.27.4': + optional: true + '@esbuild/openharmony-arm64@0.25.9': optional: true '@esbuild/openharmony-arm64@0.27.2': optional: true + '@esbuild/openharmony-arm64@0.27.4': + optional: true + '@esbuild/sunos-x64@0.21.5': optional: true @@ -22695,6 +22074,9 @@ snapshots: '@esbuild/sunos-x64@0.27.2': optional: true + '@esbuild/sunos-x64@0.27.4': + optional: true + '@esbuild/win32-arm64@0.21.5': optional: true @@ -22707,6 +22089,9 @@ snapshots: '@esbuild/win32-arm64@0.27.2': optional: true + '@esbuild/win32-arm64@0.27.4': + optional: true + '@esbuild/win32-ia32@0.21.5': optional: true @@ -22719,6 +22104,9 @@ snapshots: '@esbuild/win32-ia32@0.27.2': optional: true + '@esbuild/win32-ia32@0.27.4': + optional: true + '@esbuild/win32-x64@0.21.5': optional: true @@ -22731,6 +22119,9 @@ snapshots: '@esbuild/win32-x64@0.27.2': optional: true + '@esbuild/win32-x64@0.27.4': + optional: true + '@eslint-community/eslint-utils@4.9.1(eslint@9.39.4(jiti@2.6.1))': dependencies: eslint: 9.39.4(jiti@2.6.1) @@ -22824,20 +22215,22 @@ snapshots: lodash.isundefined: 3.0.1 lodash.uniq: 4.5.0 + '@gar/promise-retry@1.0.3': {} + '@gulpjs/to-absolute-glob@4.0.0': dependencies: is-negated-glob: 1.0.0 - '@hono/node-server@1.19.11(hono@4.12.7)': + '@hono/node-server@1.19.11(hono@4.12.9)': dependencies: - hono: 4.12.7 + hono: 4.12.9 '@humanfs/core@0.19.1': {} - '@humanfs/node@0.16.6': + '@humanfs/node@0.16.7': dependencies: '@humanfs/core': 0.19.1 - '@humanwhocodes/retry': 0.3.1 + '@humanwhocodes/retry': 0.4.3 '@humanwhocodes/config-array@0.5.0': dependencies: @@ -22851,9 +22244,7 @@ snapshots: '@humanwhocodes/object-schema@1.2.1': {} - '@humanwhocodes/retry@0.3.1': {} - - '@humanwhocodes/retry@0.4.2': {} + '@humanwhocodes/retry@0.4.3': {} '@inquirer/ansi@1.0.2': {} @@ -22877,16 +22268,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/checkbox@4.3.2(@types/node@25.5.0)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.5.0) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -22894,12 +22275,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.14(@types/node@25.5.0)': + '@inquirer/confirm@5.1.14(@types/node@20.19.37)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) + '@inquirer/core': 10.3.2(@types/node@20.19.37) + '@inquirer/type': 3.0.10(@types/node@20.19.37) optionalDependencies: - '@types/node': 25.5.0 + '@types/node': 20.19.37 '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: @@ -22915,13 +22296,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/confirm@5.1.21(@types/node@25.5.0)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/core@10.3.2(@types/node@20.11.17)': dependencies: '@inquirer/ansi': 1.0.2 @@ -22948,19 +22322,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/core@10.3.2(@types/node@25.5.0)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.5.0) - 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.5.0 - '@inquirer/editor@4.2.23(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -22977,14 +22338,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/editor@4.2.23(@types/node@25.5.0)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/external-editor': 1.0.3(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/expand@4.0.23(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -23001,35 +22354,20 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/expand@4.0.23(@types/node@25.5.0)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/external-editor@1.0.3(@types/node@20.11.17)': dependencies: chardet: 2.1.1 - iconv-lite: 0.7.1 + iconv-lite: 0.7.2 optionalDependencies: '@types/node': 20.11.17 '@inquirer/external-editor@1.0.3(@types/node@20.19.37)': dependencies: chardet: 2.1.1 - iconv-lite: 0.7.1 + iconv-lite: 0.7.2 optionalDependencies: '@types/node': 20.19.37 - '@inquirer/external-editor@1.0.3(@types/node@25.5.0)': - dependencies: - chardet: 2.1.1 - iconv-lite: 0.7.1 - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/figures@1.0.15': {} '@inquirer/input@4.3.1(@types/node@20.11.17)': @@ -23046,13 +22384,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/input@4.3.1(@types/node@25.5.0)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/number@3.0.23(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -23067,13 +22398,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/number@3.0.23(@types/node@25.5.0)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/password@4.0.23(@types/node@20.11.17)': dependencies: '@inquirer/ansi': 1.0.2 @@ -23090,14 +22414,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/password@4.0.23(@types/node@25.5.0)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/prompts@7.10.1(@types/node@20.19.37)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.19.37) @@ -23143,21 +22459,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/prompts@7.8.2(@types/node@25.5.0)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@25.5.0) - '@inquirer/confirm': 5.1.21(@types/node@25.5.0) - '@inquirer/editor': 4.2.23(@types/node@25.5.0) - '@inquirer/expand': 4.0.23(@types/node@25.5.0) - '@inquirer/input': 4.3.1(@types/node@25.5.0) - '@inquirer/number': 3.0.23(@types/node@25.5.0) - '@inquirer/password': 4.0.23(@types/node@25.5.0) - '@inquirer/rawlist': 4.1.11(@types/node@25.5.0) - '@inquirer/search': 3.2.2(@types/node@25.5.0) - '@inquirer/select': 4.4.2(@types/node@25.5.0) - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/rawlist@4.1.11(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -23174,14 +22475,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/rawlist@4.1.11(@types/node@25.5.0)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/search@3.2.2(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -23200,15 +22493,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/search@3.2.2(@types/node@25.5.0)': - dependencies: - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.5.0) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/select@4.4.2(@types/node@20.11.17)': dependencies: '@inquirer/ansi': 1.0.2 @@ -23229,16 +22513,6 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/select@4.4.2(@types/node@25.5.0)': - dependencies: - '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@25.5.0) - '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.5.0) - yoctocolors-cjs: 2.1.3 - optionalDependencies: - '@types/node': 25.5.0 - '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 @@ -23247,22 +22521,20 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 - '@inquirer/type@3.0.10(@types/node@25.5.0)': - optionalDependencies: - '@types/node': 25.5.0 - '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 string-width-cjs: string-width@4.2.3 - strip-ansi: 7.1.2 + strip-ansi: 7.2.0 strip-ansi-cjs: strip-ansi@6.0.1 wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 + '@isaacs/cliui@9.0.0': {} + '@isaacs/fs-minipass@4.0.1': dependencies: - minipass: 7.1.2 + minipass: 7.1.3 '@istanbuljs/load-nyc-config@1.1.0': dependencies: @@ -23283,16 +22555,16 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/console@30.2.0': + '@jest/console@30.3.0': dependencies: - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 chalk: 4.1.2 - jest-message-util: 30.2.0 - jest-util: 30.2.0 + jest-message-util: 30.3.0 + jest-util: 30.3.0 slash: 3.0.0 - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) @@ -23306,7 +22578,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23329,7 +22601,7 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) @@ -23343,7 +22615,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -23365,315 +22637,83 @@ snapshots: - babel-plugin-macros - supports-color - ts-node - - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5))': - dependencies: - '@jest/console': 30.2.0 - '@jest/pattern': 30.0.1 - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 - '@types/node': 20.19.37 - 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-resolve-dependencies: 30.2.0 - jest-runner: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - jest-watcher: 30.2.0 - micromatch: 4.0.8 - pretty-format: 30.2.0 - slash: 3.0.0 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5))': - dependencies: - '@jest/console': 30.2.0 - '@jest/pattern': 30.0.1 - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 - '@types/node': 20.19.37 - 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-resolve-dependencies: 30.2.0 - jest-runner: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - jest-watcher: 30.2.0 - micromatch: 4.0.8 - pretty-format: 30.2.0 - slash: 3.0.0 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': - dependencies: - '@jest/console': 30.2.0 - '@jest/pattern': 30.0.1 - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 - '@types/node': 20.19.37 - 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-resolve-dependencies: 30.2.0 - jest-runner: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - jest-watcher: 30.2.0 - micromatch: 4.0.8 - pretty-format: 30.2.0 - slash: 3.0.0 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node optional: true - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3))': dependencies: - '@jest/console': 30.2.0 - '@jest/pattern': 30.0.1 - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 - '@types/node': 20.19.37 - 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-resolve-dependencies: 30.2.0 - jest-runner: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - jest-watcher: 30.2.0 - micromatch: 4.0.8 - pretty-format: 30.2.0 - slash: 3.0.0 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3))': - dependencies: - '@jest/console': 30.2.0 - '@jest/pattern': 30.0.1 - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 - '@types/node': 20.19.37 - 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-resolve-dependencies: 30.2.0 - jest-runner: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - jest-watcher: 30.2.0 - micromatch: 4.0.8 - pretty-format: 30.2.0 - slash: 3.0.0 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - optional: true - - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5))': - dependencies: - '@jest/console': 30.2.0 - '@jest/pattern': 30.0.1 - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 - '@types/node': 20.19.37 - 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-resolve-dependencies: 30.2.0 - jest-runner: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - jest-watcher: 30.2.0 - micromatch: 4.0.8 - pretty-format: 30.2.0 - slash: 3.0.0 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3))': - dependencies: - '@jest/console': 30.2.0 - '@jest/pattern': 30.0.1 - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 + '@jest/console': 29.7.0 + '@jest/reporters': 29.7.0(node-notifier@9.0.1) + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 4.4.0 - exit-x: 0.2.2 + ci-info: 3.9.0 + exit: 0.1.2 graceful-fs: 4.2.11 - jest-changed-files: 30.2.0 - jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-resolve-dependencies: 30.2.0 - jest-runner: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - jest-watcher: 30.2.0 + jest-changed-files: 29.7.0 + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-resolve-dependencies: 29.7.0 + jest-runner: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + jest-watcher: 29.7.0 micromatch: 4.0.8 - pretty-format: 30.2.0 + pretty-format: 29.7.0 slash: 3.0.0 + strip-ansi: 6.0.1 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - babel-plugin-macros - - esbuild-register - supports-color - ts-node - optional: true - '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3))': dependencies: - '@jest/console': 30.2.0 - '@jest/pattern': 30.0.1 - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 + '@jest/console': 29.7.0 + '@jest/reporters': 29.7.0(node-notifier@9.0.1) + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 4.4.0 - exit-x: 0.2.2 + ci-info: 3.9.0 + exit: 0.1.2 graceful-fs: 4.2.11 - jest-changed-files: 30.2.0 - jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-resolve-dependencies: 30.2.0 - jest-runner: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - jest-watcher: 30.2.0 + jest-changed-files: 29.7.0 + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-resolve-dependencies: 29.7.0 + jest-runner: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + jest-watcher: 29.7.0 micromatch: 4.0.8 - pretty-format: 30.2.0 + pretty-format: 29.7.0 slash: 3.0.0 + strip-ansi: 6.0.1 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - babel-plugin-macros - - esbuild-register - supports-color - ts-node - '@jest/diff-sequences@30.0.1': {} + '@jest/diff-sequences@30.3.0': {} '@jest/environment@29.7.0': dependencies: @@ -23682,18 +22722,18 @@ snapshots: '@types/node': 20.19.37 jest-mock: 29.7.0 - '@jest/environment@30.2.0': + '@jest/environment@30.3.0': dependencies: - '@jest/fake-timers': 30.2.0 - '@jest/types': 30.2.0 + '@jest/fake-timers': 30.3.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 - jest-mock: 30.2.0 + jest-mock: 30.3.0 '@jest/expect-utils@29.7.0': dependencies: jest-get-type: 29.6.3 - '@jest/expect-utils@30.2.0': + '@jest/expect-utils@30.3.0': dependencies: '@jest/get-type': 30.1.0 @@ -23704,10 +22744,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@jest/expect@30.2.0': + '@jest/expect@30.3.0': dependencies: - expect: 30.2.0 - jest-snapshot: 30.2.0 + expect: 30.3.0 + jest-snapshot: 30.3.0 transitivePeerDependencies: - supports-color @@ -23720,14 +22760,14 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 - '@jest/fake-timers@30.2.0': + '@jest/fake-timers@30.3.0': dependencies: - '@jest/types': 30.2.0 - '@sinonjs/fake-timers': 13.0.5 + '@jest/types': 30.3.0 + '@sinonjs/fake-timers': 15.1.1 '@types/node': 20.19.37 - jest-message-util: 30.2.0 - jest-mock: 30.2.0 - jest-util: 30.2.0 + jest-message-util: 30.3.0 + jest-mock: 30.3.0 + jest-util: 30.3.0 '@jest/get-type@30.1.0': {} @@ -23740,12 +22780,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@jest/globals@30.2.0': + '@jest/globals@30.3.0': dependencies: - '@jest/environment': 30.2.0 - '@jest/expect': 30.2.0 - '@jest/types': 30.2.0 - jest-mock: 30.2.0 + '@jest/environment': 30.3.0 + '@jest/expect': 30.3.0 + '@jest/types': 30.3.0 + jest-mock: 30.3.0 transitivePeerDependencies: - supports-color @@ -23764,7 +22804,7 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 '@types/node': 20.19.37 chalk: 4.1.2 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.3 exit: 0.1.2 glob: 7.2.3 graceful-fs: 4.2.11 @@ -23772,7 +22812,7 @@ snapshots: istanbul-lib-instrument: 6.0.3 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.7 + istanbul-reports: 3.2.0 jest-message-util: 29.7.0 jest-util: 29.7.0 jest-worker: 29.7.0 @@ -23785,17 +22825,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@jest/reporters@30.2.0(node-notifier@9.0.1)': + '@jest/reporters@30.3.0(node-notifier@9.0.1)': dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 30.2.0 - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 + '@jest/console': 30.3.0 + '@jest/test-result': 30.3.0 + '@jest/transform': 30.3.0 + '@jest/types': 30.3.0 '@jridgewell/trace-mapping': 0.3.31 '@types/node': 20.19.37 chalk: 4.1.2 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.3 exit-x: 0.2.2 glob: 10.5.0 graceful-fs: 4.2.11 @@ -23803,10 +22843,10 @@ snapshots: istanbul-lib-instrument: 6.0.3 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 - istanbul-reports: 3.1.7 - jest-message-util: 30.2.0 - jest-util: 30.2.0 - jest-worker: 30.2.0 + istanbul-reports: 3.2.0 + jest-message-util: 30.3.0 + jest-util: 30.3.0 + jest-worker: 30.3.0 slash: 3.0.0 string-length: 4.0.2 v8-to-istanbul: 9.3.0 @@ -23817,15 +22857,15 @@ snapshots: '@jest/schemas@29.6.3': dependencies: - '@sinclair/typebox': 0.27.8 + '@sinclair/typebox': 0.27.10 '@jest/schemas@30.0.5': dependencies: '@sinclair/typebox': 0.34.48 - '@jest/snapshot-utils@30.2.0': + '@jest/snapshot-utils@30.3.0': dependencies: - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 chalk: 4.1.2 graceful-fs: 4.2.11 natural-compare: 1.4.0 @@ -23847,14 +22887,14 @@ snapshots: '@jest/console': 29.7.0 '@jest/types': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.3 - '@jest/test-result@30.2.0': + '@jest/test-result@30.3.0': dependencies: - '@jest/console': 30.2.0 - '@jest/types': 30.2.0 + '@jest/console': 30.3.0 + '@jest/types': 30.3.0 '@types/istanbul-lib-coverage': 2.0.6 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.3 '@jest/test-sequencer@29.7.0': dependencies: @@ -23863,18 +22903,18 @@ snapshots: jest-haste-map: 29.7.0 slash: 3.0.0 - '@jest/test-sequencer@30.2.0': + '@jest/test-sequencer@30.3.0': dependencies: - '@jest/test-result': 30.2.0 + '@jest/test-result': 30.3.0 graceful-fs: 4.2.11 - jest-haste-map: 30.2.0 + jest-haste-map: 30.3.0 slash: 3.0.0 '@jest/transform@29.7.0': dependencies: '@babel/core': 7.29.0 '@jest/types': 29.6.3 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 @@ -23884,26 +22924,25 @@ snapshots: jest-regex-util: 29.6.3 jest-util: 29.7.0 micromatch: 4.0.8 - pirates: 4.0.6 + pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color - '@jest/transform@30.2.0': + '@jest/transform@30.3.0': dependencies: '@babel/core': 7.29.0 - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 7.0.1 chalk: 4.1.2 convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.11 - jest-haste-map: 30.2.0 + jest-haste-map: 30.3.0 jest-regex-util: 30.0.1 - jest-util: 30.2.0 - micromatch: 4.0.8 + jest-util: 30.3.0 pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 5.0.1 @@ -23919,7 +22958,7 @@ snapshots: '@types/yargs': 17.0.35 chalk: 4.1.2 - '@jest/types@30.2.0': + '@jest/types@30.3.0': dependencies: '@jest/pattern': 30.0.1 '@jest/schemas': 30.0.5 @@ -23948,11 +22987,6 @@ snapshots: '@jridgewell/sourcemap-codec@1.5.5': {} - '@jridgewell/trace-mapping@0.3.25': - dependencies: - '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.5.5 - '@jridgewell/trace-mapping@0.3.31': dependencies: '@jridgewell/resolve-uri': 3.1.2 @@ -23967,14 +23001,82 @@ snapshots: dependencies: tslib: 2.8.1 + '@jsonjoy.com/base64@17.67.0(tslib@2.8.1)': + dependencies: + tslib: 2.8.1 + '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: tslib: 2.8.1 + '@jsonjoy.com/buffers@17.67.0(tslib@2.8.1)': + dependencies: + tslib: 2.8.1 + '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: tslib: 2.8.1 + '@jsonjoy.com/codegen@17.67.0(tslib@2.8.1)': + dependencies: + tslib: 2.8.1 + + '@jsonjoy.com/fs-core@4.57.1(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) + thingies: 2.6.0(tslib@2.8.1) + tslib: 2.8.1 + + '@jsonjoy.com/fs-fsa@4.57.1(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/fs-core': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) + thingies: 2.6.0(tslib@2.8.1) + tslib: 2.8.1 + + '@jsonjoy.com/fs-node-builtins@4.57.1(tslib@2.8.1)': + dependencies: + tslib: 2.8.1 + + '@jsonjoy.com/fs-node-to-fsa@4.57.1(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/fs-fsa': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) + tslib: 2.8.1 + + '@jsonjoy.com/fs-node-utils@4.57.1(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) + tslib: 2.8.1 + + '@jsonjoy.com/fs-node@4.57.1(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/fs-core': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.57.1(tslib@2.8.1) + glob-to-regex.js: 1.2.0(tslib@2.8.1) + thingies: 2.6.0(tslib@2.8.1) + tslib: 2.8.1 + + '@jsonjoy.com/fs-print@4.57.1(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 + + '@jsonjoy.com/fs-snapshot@4.57.1(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/json-pack': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) + tslib: 2.8.1 + '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) @@ -23983,7 +23085,19 @@ snapshots: '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.5.0(tslib@2.8.1) + thingies: 2.6.0(tslib@2.8.1) + tree-dump: 1.1.0(tslib@2.8.1) + tslib: 2.8.1 + + '@jsonjoy.com/json-pack@17.67.0(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/base64': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/codegen': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/json-pointer': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) + hyperdyperid: 1.2.0 + thingies: 2.6.0(tslib@2.8.1) tree-dump: 1.1.0(tslib@2.8.1) tslib: 2.8.1 @@ -23993,27 +23107,38 @@ snapshots: '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) tslib: 2.8.1 + '@jsonjoy.com/json-pointer@17.67.0(tslib@2.8.1)': + dependencies: + '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) + tslib: 2.8.1 + '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) tslib: 2.8.1 - '@keyv/bigmap@1.3.0(keyv@5.5.5)': + '@jsonjoy.com/util@17.67.0(tslib@2.8.1)': dependencies: - hashery: 1.4.0 - hookified: 1.15.0 - keyv: 5.5.5 + '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) + '@jsonjoy.com/codegen': 17.67.0(tslib@2.8.1) + tslib: 2.8.1 + + '@keyv/bigmap@1.3.1(keyv@5.6.0)': + dependencies: + hashery: 1.5.1 + hookified: 1.15.1 + keyv: 5.6.0 '@keyv/serialize@1.1.1': {} '@leichtgewicht/ip-codec@2.0.5': {} - '@lezer/common@1.2.3': {} + '@lezer/common@1.5.1': {} - '@lezer/lr@1.4.2': + '@lezer/lr@1.4.8': dependencies: - '@lezer/common': 1.2.3 + '@lezer/common': 1.5.1 '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: @@ -24031,14 +23156,6 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.1)': - dependencies: - '@inquirer/prompts': 7.8.2(@types/node@25.5.0) - '@inquirer/type': 3.0.10(@types/node@25.5.0) - listr2: 9.0.1 - transitivePeerDependencies: - - '@types/node' - '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.5)': dependencies: '@inquirer/prompts': 7.10.1(@types/node@20.19.37) @@ -24115,24 +23232,24 @@ snapshots: '@mischnic/json-sourcemap@0.1.1': dependencies: - '@lezer/common': 1.2.3 - '@lezer/lr': 1.4.2 + '@lezer/common': 1.5.1 + '@lezer/lr': 1.4.8 json5: 2.2.3 '@modelcontextprotocol/sdk@1.26.0(zod@4.1.13)': dependencies: - '@hono/node-server': 1.19.11(hono@4.12.7) + '@hono/node-server': 1.19.11(hono@4.12.9) ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) content-type: 1.0.5 - cors: 2.8.5 + cors: 2.8.6 cross-spawn: 7.0.6 eventsource: 3.0.7 eventsource-parser: 3.0.6 express: 5.2.1 express-rate-limit: 8.3.1(express@5.2.1) - hono: 4.12.7 - jose: 6.1.3 + hono: 4.12.9 + jose: 6.2.2 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 raw-body: 3.0.2 @@ -24143,18 +23260,18 @@ snapshots: '@modelcontextprotocol/sdk@1.26.0(zod@4.3.5)': dependencies: - '@hono/node-server': 1.19.11(hono@4.12.7) + '@hono/node-server': 1.19.11(hono@4.12.9) ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) content-type: 1.0.5 - cors: 2.8.5 + cors: 2.8.6 cross-spawn: 7.0.6 eventsource: 3.0.7 eventsource-parser: 3.0.6 express: 5.2.1 express-rate-limit: 8.3.1(express@5.2.1) - hono: 4.12.7 - jose: 6.1.3 + hono: 4.12.9 + jose: 6.2.2 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 raw-body: 3.0.2 @@ -24255,35 +23372,35 @@ snapshots: '@napi-rs/wasm-runtime@0.2.12': dependencies: - '@emnapi/core': 1.7.1 - '@emnapi/runtime': 1.7.1 + '@emnapi/core': 1.9.1 + '@emnapi/runtime': 1.9.1 '@tybys/wasm-util': 0.10.1 optional: true '@napi-rs/wasm-runtime@0.2.4': dependencies: - '@emnapi/core': 1.7.1 - '@emnapi/runtime': 1.7.1 + '@emnapi/core': 1.9.1 + '@emnapi/runtime': 1.9.1 '@tybys/wasm-util': 0.9.0 '@napi-rs/wasm-runtime@1.1.1': dependencies: - '@emnapi/core': 1.7.1 - '@emnapi/runtime': 1.7.1 + '@emnapi/core': 1.9.1 + '@emnapi/runtime': 1.9.1 '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': + '@ngtools/webpack@20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9))': dependencies: '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - '@ngtools/webpack@21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2))': + '@ngtools/webpack@21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2))': dependencies: - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) typescript: 5.9.3 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': dependencies: @@ -24301,32 +23418,32 @@ snapshots: '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.17.1 + fastq: 1.20.1 '@npmcli/agent@4.0.0': dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 - lru-cache: 11.2.4 - socks-proxy-agent: 8.0.4 + lru-cache: 11.2.7 + socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color '@npmcli/fs@5.0.0': dependencies: - semver: 7.7.4 + semver: 7.7.2 - '@npmcli/git@7.0.1': + '@npmcli/git@7.0.2': dependencies: + '@gar/promise-retry': 1.0.3 '@npmcli/promise-spawn': 9.0.1 ini: 6.0.0 - lru-cache: 11.2.4 + lru-cache: 11.2.7 npm-pick-manifest: 11.0.3 proc-log: 6.1.0 - promise-retry: 2.0.1 - semver: 7.7.4 - which: 6.0.0 + semver: 7.7.2 + which: 6.0.1 '@npmcli/installed-package-contents@4.0.0': dependencies: @@ -24335,30 +23452,29 @@ snapshots: '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@7.0.4': + '@npmcli/package-json@7.0.5': dependencies: - '@npmcli/git': 7.0.1 - glob: 13.0.0 + '@npmcli/git': 7.0.2 + glob: 13.0.6 hosted-git-info: 9.0.2 json-parse-even-better-errors: 5.0.0 proc-log: 6.1.0 - semver: 7.7.4 - validate-npm-package-license: 3.0.4 + semver: 7.7.2 + spdx-expression-parse: 4.0.0 '@npmcli/promise-spawn@9.0.1': dependencies: - which: 6.0.0 + which: 6.0.1 '@npmcli/redact@4.0.0': {} - '@npmcli/run-script@10.0.3': + '@npmcli/run-script@10.0.4': dependencies: '@npmcli/node-gyp': 5.0.0 - '@npmcli/package-json': 7.0.4 + '@npmcli/package-json': 7.0.5 '@npmcli/promise-spawn': 9.0.1 - node-gyp: 12.1.0 + node-gyp: 12.2.0 proc-log: 6.1.0 - which: 6.0.0 transitivePeerDependencies: - supports-color @@ -24368,28 +23484,28 @@ snapshots: transitivePeerDependencies: - debug - '@nx/devkit@22.4.5(nx@22.4.5(@swc/core@1.15.3))': + '@nx/devkit@22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)))': dependencies: '@zkochan/js-yaml': 0.0.7 ejs: 3.1.10 enquirer: 2.3.6 minimatch: 10.2.4 - nx: 22.4.5(@swc/core@1.15.3) + nx: 22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)) semver: 7.7.4 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/jest@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': + '@nx/jest@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)))(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': dependencies: - '@jest/reporters': 30.2.0(node-notifier@9.0.1) - '@jest/test-result': 30.2.0 - '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) - '@nx/js': 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3)) + '@jest/reporters': 30.3.0(node-notifier@9.0.1) + '@jest/test-result': 30.3.0 + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) + '@nx/js': 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) '@phenomnomnominal/tsquery': 6.1.4(typescript@5.9.3) identity-obj-proxy: 3.0.0 - jest-config: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) - jest-resolve: 30.2.0 - jest-util: 30.2.0 + jest-config: 30.3.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-resolve: 30.3.0 + jest-util: 30.3.0 minimatch: 10.2.4 picocolors: 1.1.1 resolve.exports: 2.0.3 @@ -24411,17 +23527,17 @@ snapshots: - typescript - verdaccio - '@nx/js@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3))': + '@nx/js@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)))': dependencies: '@babel/core': 7.29.0 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.29.0) + '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-runtime': 7.29.0(@babel/core@7.29.0) '@babel/preset-env': 7.29.0(@babel/core@7.29.0) '@babel/preset-typescript': 7.28.5(@babel/core@7.29.0) - '@babel/runtime': 7.28.6 - '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) - '@nx/workspace': 22.4.5(@swc/core@1.15.3) + '@babel/runtime': 7.29.2 + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) + '@nx/workspace': 22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)) '@zkochan/js-yaml': 0.0.7 babel-plugin-const-enum: 1.2.0(@babel/core@7.29.0) babel-plugin-macros: 3.1.0 @@ -24477,13 +23593,13 @@ snapshots: '@nx/nx-win32-x64-msvc@22.4.5': optional: true - '@nx/workspace@22.4.5(@swc/core@1.15.3)': + '@nx/workspace@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))': dependencies: - '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) '@zkochan/js-yaml': 0.0.7 chalk: 4.1.2 enquirer: 2.3.6 - nx: 22.4.5(@swc/core@1.15.3) + nx: 22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)) picomatch: 4.0.2 semver: 7.7.4 tslib: 2.8.1 @@ -24497,11 +23613,11 @@ snapshots: '@oxc-project/types@0.106.0': {} - '@parcel/bundler-default@2.16.4(@parcel/core@2.16.4)': + '@parcel/bundler-default@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 '@parcel/graph': 3.6.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 nullthrows: 1.1.1 @@ -24509,10 +23625,10 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/cache@2.16.4(@parcel/core@2.16.4)': + '@parcel/cache@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/core': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4) + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/logger': 2.16.4 '@parcel/utils': 2.16.4 lmdb: 2.8.5 @@ -24523,77 +23639,77 @@ snapshots: dependencies: chalk: 4.1.2 - '@parcel/compressor-raw@2.16.4(@parcel/core@2.16.4)': + '@parcel/compressor-raw@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/config-default@2.16.4(@parcel/core@2.16.4)': - dependencies: - '@parcel/bundler-default': 2.16.4(@parcel/core@2.16.4) - '@parcel/compressor-raw': 2.16.4(@parcel/core@2.16.4) - '@parcel/core': 2.16.4 - '@parcel/namer-default': 2.16.4(@parcel/core@2.16.4) - '@parcel/optimizer-css': 2.16.4(@parcel/core@2.16.4) - '@parcel/optimizer-html': 2.16.4(@parcel/core@2.16.4) - '@parcel/optimizer-image': 2.16.4(@parcel/core@2.16.4) - '@parcel/optimizer-svg': 2.16.4(@parcel/core@2.16.4) - '@parcel/optimizer-swc': 2.16.4(@parcel/core@2.16.4) - '@parcel/packager-css': 2.16.4(@parcel/core@2.16.4) - '@parcel/packager-html': 2.16.4(@parcel/core@2.16.4) - '@parcel/packager-js': 2.16.4(@parcel/core@2.16.4) - '@parcel/packager-raw': 2.16.4(@parcel/core@2.16.4) - '@parcel/packager-svg': 2.16.4(@parcel/core@2.16.4) - '@parcel/packager-wasm': 2.16.4(@parcel/core@2.16.4) - '@parcel/reporter-dev-server': 2.16.4(@parcel/core@2.16.4) - '@parcel/resolver-default': 2.16.4(@parcel/core@2.16.4) - '@parcel/runtime-browser-hmr': 2.16.4(@parcel/core@2.16.4) - '@parcel/runtime-js': 2.16.4(@parcel/core@2.16.4) - '@parcel/runtime-rsc': 2.16.4(@parcel/core@2.16.4) - '@parcel/runtime-service-worker': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-babel': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-css': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-html': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-image': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-js': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-json': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-node': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-postcss': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-posthtml': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-raw': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-react-refresh-wrap': 2.16.4(@parcel/core@2.16.4) - '@parcel/transformer-svg': 2.16.4(@parcel/core@2.16.4) + '@parcel/config-default@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20)': + dependencies: + '@parcel/bundler-default': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/compressor-raw': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/namer-default': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/optimizer-css': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/optimizer-html': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/optimizer-image': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/optimizer-svg': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/optimizer-swc': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20) + '@parcel/packager-css': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/packager-html': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/packager-js': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/packager-raw': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/packager-svg': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/packager-wasm': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/reporter-dev-server': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/resolver-default': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/runtime-browser-hmr': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/runtime-js': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/runtime-rsc': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/runtime-service-worker': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-babel': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-css': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-html': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-image': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-js': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-json': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-node': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-postcss': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-posthtml': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-raw': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-react-refresh-wrap': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/transformer-svg': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@swc/helpers' - napi-wasm - '@parcel/core@2.16.4': + '@parcel/core@2.16.4(@swc/helpers@0.5.20)': dependencies: '@mischnic/json-sourcemap': 0.1.1 - '@parcel/cache': 2.16.4(@parcel/core@2.16.4) + '@parcel/cache': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/diagnostic': 2.16.4 '@parcel/events': 2.16.4 '@parcel/feature-flags': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/graph': 3.6.4 '@parcel/logger': 2.16.4 - '@parcel/package-manager': 2.16.4(@parcel/core@2.16.4) - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/package-manager': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/profiler': 2.16.4 '@parcel/rust': 2.16.4 '@parcel/source-map': 2.1.1 - '@parcel/types': 2.16.4(@parcel/core@2.16.4) + '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) base-x: 3.0.11 browserslist: 4.28.1 clone: 2.1.2 dotenv: 16.6.1 dotenv-expand: 11.0.7 json5: 2.2.3 - msgpackr: 1.11.2 + msgpackr: 1.11.9 nullthrows: 1.1.1 semver: 7.7.4 transitivePeerDependencies: @@ -24611,15 +23727,15 @@ snapshots: '@parcel/feature-flags@2.16.4': {} - '@parcel/fs@2.16.4(@parcel/core@2.16.4)': + '@parcel/fs@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/core': 2.16.4 + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) '@parcel/feature-flags': 2.16.4 '@parcel/rust': 2.16.4 '@parcel/types-internal': 2.16.4 '@parcel/utils': 2.16.4 - '@parcel/watcher': 2.5.0 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4) + '@parcel/watcher': 2.5.6 + '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - napi-wasm @@ -24637,20 +23753,20 @@ snapshots: dependencies: chalk: 4.1.2 - '@parcel/namer-default@2.16.4(@parcel/core@2.16.4)': + '@parcel/namer-default@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/node-resolver-core@3.7.4(@parcel/core@2.16.4)': + '@parcel/node-resolver-core@3.7.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@mischnic/json-sourcemap': 0.1.1 '@parcel/diagnostic': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 nullthrows: 1.1.1 @@ -24659,106 +23775,106 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/optimizer-css@2.16.4(@parcel/core@2.16.4)': + '@parcel/optimizer-css@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 browserslist: 4.28.1 - lightningcss: 1.30.2 + lightningcss: 1.32.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/optimizer-html@2.16.4(@parcel/core@2.16.4)': + '@parcel/optimizer-html@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/optimizer-image@2.16.4(@parcel/core@2.16.4)': + '@parcel/optimizer-image@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/core': 2.16.4 + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - napi-wasm - '@parcel/optimizer-svg@2.16.4(@parcel/core@2.16.4)': + '@parcel/optimizer-svg@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/optimizer-swc@2.16.4(@parcel/core@2.16.4)': + '@parcel/optimizer-swc@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - '@swc/helpers' - napi-wasm - '@parcel/package-manager@2.16.4(@parcel/core@2.16.4)': + '@parcel/package-manager@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20)': dependencies: - '@parcel/core': 2.16.4 + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) '@parcel/diagnostic': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/logger': 2.16.4 - '@parcel/node-resolver-core': 3.7.4(@parcel/core@2.16.4) - '@parcel/types': 2.16.4(@parcel/core@2.16.4) + '@parcel/node-resolver-core': 3.7.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4) - '@swc/core': 1.15.3 + '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@swc/core': 1.15.21(@swc/helpers@0.5.20) semver: 7.7.4 transitivePeerDependencies: - '@swc/helpers' - napi-wasm - '@parcel/packager-css@2.16.4(@parcel/core@2.16.4)': + '@parcel/packager-css@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 - lightningcss: 1.30.2 + lightningcss: 1.32.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/packager-html@2.16.4(@parcel/core@2.16.4)': + '@parcel/packager-html@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 - '@parcel/types': 2.16.4(@parcel/core@2.16.4) + '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/packager-js@2.16.4(@parcel/core@2.16.4)': + '@parcel/packager-js@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/source-map': 2.1.1 - '@parcel/types': 2.16.4(@parcel/core@2.16.4) + '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 globals: 13.24.0 nullthrows: 1.1.1 @@ -24766,33 +23882,33 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/packager-raw@2.16.4(@parcel/core@2.16.4)': + '@parcel/packager-raw@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/packager-svg@2.16.4(@parcel/core@2.16.4)': + '@parcel/packager-svg@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 - '@parcel/types': 2.16.4(@parcel/core@2.16.4) + '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/packager-wasm@2.16.4(@parcel/core@2.16.4)': + '@parcel/packager-wasm@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/plugin@2.16.4(@parcel/core@2.16.4)': + '@parcel/plugin@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/types': 2.16.4(@parcel/core@2.16.4) + '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@parcel/core' - napi-wasm @@ -24804,10 +23920,10 @@ snapshots: '@parcel/types-internal': 2.16.4 chrome-trace-event: 1.0.4 - '@parcel/reporter-cli@2.16.4(@parcel/core@2.16.4)': + '@parcel/reporter-cli@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) - '@parcel/types': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 chalk: 4.1.2 term-size: 2.2.1 @@ -24815,19 +23931,19 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/reporter-dev-server@2.16.4(@parcel/core@2.16.4)': + '@parcel/reporter-dev-server@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/codeframe': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/reporter-tracer@2.16.4(@parcel/core@2.16.4)': + '@parcel/reporter-tracer@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 chrome-trace-event: 1.0.4 nullthrows: 1.1.1 @@ -24835,35 +23951,35 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/resolver-default@2.16.4(@parcel/core@2.16.4)': + '@parcel/resolver-default@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/node-resolver-core': 3.7.4(@parcel/core@2.16.4) - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/node-resolver-core': 3.7.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/runtime-browser-hmr@2.16.4(@parcel/core@2.16.4)': + '@parcel/runtime-browser-hmr@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/runtime-js@2.16.4(@parcel/core@2.16.4)': + '@parcel/runtime-js@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/runtime-rsc@2.16.4(@parcel/core@2.16.4)': + '@parcel/runtime-rsc@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 nullthrows: 1.1.1 @@ -24871,9 +23987,9 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/runtime-service-worker@2.16.4(@parcel/core@2.16.4)': + '@parcel/runtime-service-worker@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 nullthrows: 1.1.1 transitivePeerDependencies: @@ -24919,10 +24035,10 @@ snapshots: dependencies: detect-libc: 1.0.3 - '@parcel/transformer-babel@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-babel@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 browserslist: 4.28.1 @@ -24933,48 +24049,48 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/transformer-css@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-css@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 browserslist: 4.28.1 - lightningcss: 1.30.2 + lightningcss: 1.32.0 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-html@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-html@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-image@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-image@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/core': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) nullthrows: 1.1.1 transitivePeerDependencies: - napi-wasm - '@parcel/transformer-js@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-js@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/core': 2.16.4 + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4) - '@swc/helpers': 0.5.15 + '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@swc/helpers': 0.5.20 browserslist: 4.28.1 nullthrows: 1.1.1 regenerator-runtime: 0.14.1 @@ -24982,25 +24098,25 @@ snapshots: transitivePeerDependencies: - napi-wasm - '@parcel/transformer-json@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-json@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) json5: 2.2.3 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-node@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-node@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-postcss@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-postcss@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 clone: 2.1.2 @@ -25011,35 +24127,35 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/transformer-posthtml@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-posthtml@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-raw@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-raw@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-react-refresh-wrap@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-react-refresh-wrap@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/error-overlay': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 react-refresh: 0.16.0 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-svg@2.16.4(@parcel/core@2.16.4)': + '@parcel/transformer-svg@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/rust': 2.16.4 transitivePeerDependencies: - '@parcel/core' @@ -25052,10 +24168,10 @@ snapshots: '@parcel/source-map': 2.1.1 utility-types: 3.11.0 - '@parcel/types@2.16.4(@parcel/core@2.16.4)': + '@parcel/types@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': dependencies: '@parcel/types-internal': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) transitivePeerDependencies: - '@parcel/core' - napi-wasm @@ -25073,69 +24189,69 @@ snapshots: transitivePeerDependencies: - napi-wasm - '@parcel/watcher-android-arm64@2.5.0': + '@parcel/watcher-android-arm64@2.5.6': optional: true - '@parcel/watcher-darwin-arm64@2.5.0': + '@parcel/watcher-darwin-arm64@2.5.6': optional: true - '@parcel/watcher-darwin-x64@2.5.0': + '@parcel/watcher-darwin-x64@2.5.6': optional: true - '@parcel/watcher-freebsd-x64@2.5.0': + '@parcel/watcher-freebsd-x64@2.5.6': optional: true - '@parcel/watcher-linux-arm-glibc@2.5.0': + '@parcel/watcher-linux-arm-glibc@2.5.6': optional: true - '@parcel/watcher-linux-arm-musl@2.5.0': + '@parcel/watcher-linux-arm-musl@2.5.6': optional: true - '@parcel/watcher-linux-arm64-glibc@2.5.0': + '@parcel/watcher-linux-arm64-glibc@2.5.6': optional: true - '@parcel/watcher-linux-arm64-musl@2.5.0': + '@parcel/watcher-linux-arm64-musl@2.5.6': optional: true - '@parcel/watcher-linux-x64-glibc@2.5.0': + '@parcel/watcher-linux-x64-glibc@2.5.6': optional: true - '@parcel/watcher-linux-x64-musl@2.5.0': + '@parcel/watcher-linux-x64-musl@2.5.6': optional: true - '@parcel/watcher-win32-arm64@2.5.0': + '@parcel/watcher-win32-arm64@2.5.6': optional: true - '@parcel/watcher-win32-ia32@2.5.0': + '@parcel/watcher-win32-ia32@2.5.6': optional: true - '@parcel/watcher-win32-x64@2.5.0': + '@parcel/watcher-win32-x64@2.5.6': optional: true - '@parcel/watcher@2.5.0': + '@parcel/watcher@2.5.6': dependencies: - detect-libc: 1.0.3 + detect-libc: 2.1.2 is-glob: 4.0.3 - micromatch: 4.0.8 node-addon-api: 7.1.1 + picomatch: 4.0.3 optionalDependencies: - '@parcel/watcher-android-arm64': 2.5.0 - '@parcel/watcher-darwin-arm64': 2.5.0 - '@parcel/watcher-darwin-x64': 2.5.0 - '@parcel/watcher-freebsd-x64': 2.5.0 - '@parcel/watcher-linux-arm-glibc': 2.5.0 - '@parcel/watcher-linux-arm-musl': 2.5.0 - '@parcel/watcher-linux-arm64-glibc': 2.5.0 - '@parcel/watcher-linux-arm64-musl': 2.5.0 - '@parcel/watcher-linux-x64-glibc': 2.5.0 - '@parcel/watcher-linux-x64-musl': 2.5.0 - '@parcel/watcher-win32-arm64': 2.5.0 - '@parcel/watcher-win32-ia32': 2.5.0 - '@parcel/watcher-win32-x64': 2.5.0 - - '@parcel/workers@2.16.4(@parcel/core@2.16.4)': - dependencies: - '@parcel/core': 2.16.4 + '@parcel/watcher-android-arm64': 2.5.6 + '@parcel/watcher-darwin-arm64': 2.5.6 + '@parcel/watcher-darwin-x64': 2.5.6 + '@parcel/watcher-freebsd-x64': 2.5.6 + '@parcel/watcher-linux-arm-glibc': 2.5.6 + '@parcel/watcher-linux-arm-musl': 2.5.6 + '@parcel/watcher-linux-arm64-glibc': 2.5.6 + '@parcel/watcher-linux-arm64-musl': 2.5.6 + '@parcel/watcher-linux-x64-glibc': 2.5.6 + '@parcel/watcher-linux-x64-musl': 2.5.6 + '@parcel/watcher-win32-arm64': 2.5.6 + '@parcel/watcher-win32-ia32': 2.5.6 + '@parcel/watcher-win32-x64': 2.5.6 + + '@parcel/workers@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + dependencies: + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) '@parcel/diagnostic': 2.16.4 '@parcel/logger': 2.16.4 '@parcel/profiler': 2.16.4 @@ -25145,59 +24261,59 @@ snapshots: transitivePeerDependencies: - napi-wasm - '@peculiar/asn1-cms@2.6.0': + '@peculiar/asn1-cms@2.6.1': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.0 - '@peculiar/asn1-x509-attr': 2.6.0 + '@peculiar/asn1-x509': 2.6.1 + '@peculiar/asn1-x509-attr': 2.6.1 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-csr@2.6.0': + '@peculiar/asn1-csr@2.6.1': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.0 + '@peculiar/asn1-x509': 2.6.1 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-ecc@2.6.0': + '@peculiar/asn1-ecc@2.6.1': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.0 + '@peculiar/asn1-x509': 2.6.1 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-pfx@2.6.0': + '@peculiar/asn1-pfx@2.6.1': dependencies: - '@peculiar/asn1-cms': 2.6.0 - '@peculiar/asn1-pkcs8': 2.6.0 - '@peculiar/asn1-rsa': 2.6.0 + '@peculiar/asn1-cms': 2.6.1 + '@peculiar/asn1-pkcs8': 2.6.1 + '@peculiar/asn1-rsa': 2.6.1 '@peculiar/asn1-schema': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-pkcs8@2.6.0': + '@peculiar/asn1-pkcs8@2.6.1': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.0 + '@peculiar/asn1-x509': 2.6.1 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-pkcs9@2.6.0': + '@peculiar/asn1-pkcs9@2.6.1': dependencies: - '@peculiar/asn1-cms': 2.6.0 - '@peculiar/asn1-pfx': 2.6.0 - '@peculiar/asn1-pkcs8': 2.6.0 + '@peculiar/asn1-cms': 2.6.1 + '@peculiar/asn1-pfx': 2.6.1 + '@peculiar/asn1-pkcs8': 2.6.1 '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.0 - '@peculiar/asn1-x509-attr': 2.6.0 + '@peculiar/asn1-x509': 2.6.1 + '@peculiar/asn1-x509-attr': 2.6.1 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-rsa@2.6.0': + '@peculiar/asn1-rsa@2.6.1': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.0 + '@peculiar/asn1-x509': 2.6.1 asn1js: 3.0.7 tslib: 2.8.1 @@ -25207,14 +24323,14 @@ snapshots: pvtsutils: 1.3.6 tslib: 2.8.1 - '@peculiar/asn1-x509-attr@2.6.0': + '@peculiar/asn1-x509-attr@2.6.1': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.0 + '@peculiar/asn1-x509': 2.6.1 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-x509@2.6.0': + '@peculiar/asn1-x509@2.6.1': dependencies: '@peculiar/asn1-schema': 2.6.0 asn1js: 3.0.7 @@ -25223,13 +24339,13 @@ snapshots: '@peculiar/x509@1.14.3': dependencies: - '@peculiar/asn1-cms': 2.6.0 - '@peculiar/asn1-csr': 2.6.0 - '@peculiar/asn1-ecc': 2.6.0 - '@peculiar/asn1-pkcs9': 2.6.0 - '@peculiar/asn1-rsa': 2.6.0 + '@peculiar/asn1-cms': 2.6.1 + '@peculiar/asn1-csr': 2.6.1 + '@peculiar/asn1-ecc': 2.6.1 + '@peculiar/asn1-pkcs9': 2.6.1 + '@peculiar/asn1-rsa': 2.6.1 '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.0 + '@peculiar/asn1-x509': 2.6.1 pvtsutils: 1.3.6 reflect-metadata: 0.2.2 tslib: 2.8.1 @@ -25248,7 +24364,7 @@ snapshots: '@popperjs/core@2.11.8': {} - '@preact/signals-core@1.8.0': {} + '@preact/signals-core@1.14.0': {} '@prettier/sync@0.6.1(prettier@3.8.1)': dependencies: @@ -25260,13 +24376,15 @@ snapshots: debug: 4.4.3 extract-zip: 2.0.1 progress: 2.0.3 - proxy-agent: 6.4.0 + proxy-agent: 6.5.0 semver: 7.7.4 tar-fs: 3.1.2 unbzip2-stream: 1.4.3 yargs: 17.7.2 transitivePeerDependencies: + - bare-abort-controller - bare-buffer + - react-native-b4a - supports-color '@remix-run/router@1.23.2': {} @@ -25325,7 +24443,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 - '@rollup/pluginutils': 5.1.3(rollup@4.59.0) + '@rollup/pluginutils': 5.3.0(rollup@4.59.0) optionalDependencies: '@types/babel__core': 7.20.5 rollup: 4.59.0 @@ -25340,12 +24458,12 @@ snapshots: glob: 7.2.3 is-reference: 1.2.1 magic-string: 0.25.9 - resolve: 1.22.8 + resolve: 1.22.11 rollup: 4.59.0 '@rollup/plugin-json@6.1.0(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.59.0) + '@rollup/pluginutils': 5.3.0(rollup@4.59.0) optionalDependencies: rollup: 4.59.0 @@ -25356,12 +24474,12 @@ snapshots: deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 - resolve: 1.22.8 + resolve: 1.22.11 rollup: 4.59.0 '@rollup/plugin-node-resolve@15.3.1(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.59.0) + '@rollup/pluginutils': 5.3.0(rollup@4.59.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 @@ -25371,8 +24489,8 @@ snapshots: '@rollup/plugin-replace@5.0.7(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.59.0) - magic-string: 0.30.19 + '@rollup/pluginutils': 5.3.0(rollup@4.59.0) + magic-string: 0.30.21 optionalDependencies: rollup: 4.59.0 @@ -25380,14 +24498,14 @@ snapshots: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 - picomatch: 2.3.1 + picomatch: 2.3.2 rollup: 4.59.0 - '@rollup/pluginutils@5.1.3(rollup@4.59.0)': + '@rollup/pluginutils@5.3.0(rollup@4.59.0)': dependencies: '@types/estree': 1.0.8 estree-walker: 2.0.2 - picomatch: 4.0.3 + picomatch: 4.0.4 optionalDependencies: rollup: 4.59.0 @@ -25466,26 +24584,26 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.59.0': optional: true - '@rollup/wasm-node@4.27.3': + '@rollup/wasm-node@4.60.0': dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 optionalDependencies: fsevents: 2.3.3 '@rtsao/scc@1.1.0': {} - '@schematics/angular@16.2.16': + '@schematics/angular@19.2.22(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 16.2.16 - '@angular-devkit/schematics': 16.2.16 - jsonc-parser: 3.2.0 + '@angular-devkit/core': 19.2.22(chokidar@4.0.3) + '@angular-devkit/schematics': 19.2.22(chokidar@4.0.3) + jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar - '@schematics/angular@20.3.21(chokidar@4.0.1)': + '@schematics/angular@20.3.21(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.3.21(chokidar@4.0.1) - '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.3) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.3) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -25502,35 +24620,35 @@ snapshots: dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@3.0.0': {} + '@sigstore/core@3.2.0': {} '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@4.0.1': + '@sigstore/sign@4.1.1': dependencies: + '@gar/promise-retry': 1.0.3 '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.0.0 + '@sigstore/core': 3.2.0 '@sigstore/protobuf-specs': 0.5.0 - make-fetch-happen: 15.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 + make-fetch-happen: 15.0.5 + proc-log: 6.1.0 transitivePeerDependencies: - supports-color - '@sigstore/tuf@4.0.0': + '@sigstore/tuf@4.0.2': dependencies: '@sigstore/protobuf-specs': 0.5.0 - tuf-js: 4.0.0 + tuf-js: 4.1.0 transitivePeerDependencies: - supports-color - '@sigstore/verify@3.0.0': + '@sigstore/verify@3.1.0': dependencies: '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.0.0 + '@sigstore/core': 3.2.0 '@sigstore/protobuf-specs': 0.5.0 - '@sinclair/typebox@0.27.8': {} + '@sinclair/typebox@0.27.10': {} '@sinclair/typebox@0.34.48': {} @@ -25546,18 +24664,15 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers@13.0.5': + '@sinonjs/fake-timers@15.1.1': dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/samsam@8.0.2': + '@sinonjs/samsam@8.0.3': dependencies: '@sinonjs/commons': 3.0.1 - lodash.get: 4.4.2 type-detect: 4.1.0 - '@sinonjs/text-encoding@0.7.3': {} - '@so-ric/colorspace@1.1.6': dependencies: color: 5.0.3 @@ -25565,12 +24680,12 @@ snapshots: '@socket.io/component-emitter@3.1.2': {} - '@standard-schema/spec@1.0.0': {} + '@standard-schema/spec@1.1.0': {} - '@storybook/addon-docs@10.1.9(@types/react@18.3.28)(esbuild@0.27.2)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2))': + '@storybook/addon-docs@10.1.9(@types/react@18.3.28)(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.3.28)(react@18.3.1) - '@storybook/csf-plugin': 10.1.9(esbuild@0.27.2)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + '@storybook/csf-plugin': 10.1.9(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) '@storybook/icons': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 @@ -25591,32 +24706,32 @@ snapshots: optionalDependencies: react: 18.3.1 - '@storybook/addon-webpack5-compiler-swc@4.0.2(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2))': + '@storybook/addon-webpack5-compiler-swc@4.0.2(@swc/helpers@0.5.20)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4))': dependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - swc-loader: 0.2.6(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + swc-loader: 0.2.7(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) transitivePeerDependencies: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': + '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) + '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)) case-sensitive-paths-webpack-plugin: 2.4.0 - cjs-module-lexer: 1.4.1 - css-loader: 7.1.2(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + cjs-module-lexer: 1.4.3 + css-loader: 7.1.4(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) es-module-lexer: 1.7.0 - fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) - html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + html-webpack-plugin: 5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) magic-string: 0.30.21 storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - style-loader: 4.0.0(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + style-loader: 4.0.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) ts-dedent: 2.2.0 - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - webpack-dev-middleware: 6.1.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack-dev-middleware: 6.1.3(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: @@ -25635,15 +24750,15 @@ snapshots: storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ts-dedent: 2.2.0 - '@storybook/csf-plugin@10.1.9(esbuild@0.27.2)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2))': + '@storybook/csf-plugin@10.1.9(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4))': dependencies: storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) unplugin: 2.3.11 optionalDependencies: - esbuild: 0.27.2 + esbuild: 0.27.4 rollup: 4.59.0 - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + vite: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) '@storybook/global@5.0.0': {} @@ -25652,11 +24767,11 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/preset-react-webpack@10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': + '@storybook/preset-react-webpack@10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) - '@types/semver': 7.5.8 + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + '@types/semver': 7.7.1 magic-string: 0.30.21 react: 18.3.1 react-docgen: 7.1.1 @@ -25665,7 +24780,7 @@ snapshots: semver: 7.7.4 storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tsconfig-paths: 4.2.0 - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -25675,17 +24790,17 @@ snapshots: - uglify-js - webpack-cli - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2))': + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4))': dependencies: debug: 4.4.3 endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.8 - react-docgen-typescript: 2.2.2(typescript@5.9.3) + react-docgen-typescript: 2.4.0(typescript@5.9.3) tslib: 2.8.1 typescript: 5.9.3 - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) transitivePeerDependencies: - supports-color @@ -25695,10 +24810,10 @@ snapshots: react-dom: 18.3.1(react@18.3.1) storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': + '@storybook/react-webpack5@10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))': dependencies: - '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) - '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) + '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)) + '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) '@storybook/react': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -25720,7 +24835,7 @@ snapshots: '@storybook/global': 5.0.0 '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 - react-docgen: 8.0.2 + react-docgen: 8.0.3 react-dom: 18.3.1(react@18.3.1) storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: @@ -25731,66 +24846,75 @@ snapshots: '@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1))': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/types': 8.57.1 + '@typescript-eslint/types': 8.57.2 eslint: 9.39.4(jiti@2.6.1) eslint-visitor-keys: 4.2.1 espree: 10.4.0 estraverse: 5.3.0 - picomatch: 4.0.3 + picomatch: 4.0.4 + + '@swc/core-darwin-arm64@1.15.21': + optional: true + + '@swc/core-darwin-x64@1.15.21': + optional: true - '@swc/core-darwin-arm64@1.15.3': + '@swc/core-linux-arm-gnueabihf@1.15.21': optional: true - '@swc/core-darwin-x64@1.15.3': + '@swc/core-linux-arm64-gnu@1.15.21': optional: true - '@swc/core-linux-arm-gnueabihf@1.15.3': + '@swc/core-linux-arm64-musl@1.15.21': optional: true - '@swc/core-linux-arm64-gnu@1.15.3': + '@swc/core-linux-ppc64-gnu@1.15.21': optional: true - '@swc/core-linux-arm64-musl@1.15.3': + '@swc/core-linux-s390x-gnu@1.15.21': optional: true - '@swc/core-linux-x64-gnu@1.15.3': + '@swc/core-linux-x64-gnu@1.15.21': optional: true - '@swc/core-linux-x64-musl@1.15.3': + '@swc/core-linux-x64-musl@1.15.21': optional: true - '@swc/core-win32-arm64-msvc@1.15.3': + '@swc/core-win32-arm64-msvc@1.15.21': optional: true - '@swc/core-win32-ia32-msvc@1.15.3': + '@swc/core-win32-ia32-msvc@1.15.21': optional: true - '@swc/core-win32-x64-msvc@1.15.3': + '@swc/core-win32-x64-msvc@1.15.21': optional: true - '@swc/core@1.15.3': + '@swc/core@1.15.21(@swc/helpers@0.5.20)': dependencies: '@swc/counter': 0.1.3 - '@swc/types': 0.1.25 - optionalDependencies: - '@swc/core-darwin-arm64': 1.15.3 - '@swc/core-darwin-x64': 1.15.3 - '@swc/core-linux-arm-gnueabihf': 1.15.3 - '@swc/core-linux-arm64-gnu': 1.15.3 - '@swc/core-linux-arm64-musl': 1.15.3 - '@swc/core-linux-x64-gnu': 1.15.3 - '@swc/core-linux-x64-musl': 1.15.3 - '@swc/core-win32-arm64-msvc': 1.15.3 - '@swc/core-win32-ia32-msvc': 1.15.3 - '@swc/core-win32-x64-msvc': 1.15.3 + '@swc/types': 0.1.26 + optionalDependencies: + '@swc/core-darwin-arm64': 1.15.21 + '@swc/core-darwin-x64': 1.15.21 + '@swc/core-linux-arm-gnueabihf': 1.15.21 + '@swc/core-linux-arm64-gnu': 1.15.21 + '@swc/core-linux-arm64-musl': 1.15.21 + '@swc/core-linux-ppc64-gnu': 1.15.21 + '@swc/core-linux-s390x-gnu': 1.15.21 + '@swc/core-linux-x64-gnu': 1.15.21 + '@swc/core-linux-x64-musl': 1.15.21 + '@swc/core-win32-arm64-msvc': 1.15.21 + '@swc/core-win32-ia32-msvc': 1.15.21 + '@swc/core-win32-x64-msvc': 1.15.21 + '@swc/helpers': 0.5.20 '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.15': + '@swc/helpers@0.5.20': dependencies: tslib: 2.8.1 - '@swc/types@0.1.25': + '@swc/types@0.1.26': dependencies: '@swc/counter': 0.1.3 @@ -25803,7 +24927,7 @@ snapshots: '@testing-library/dom@10.4.1': dependencies: '@babel/code-frame': 7.29.0 - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 '@types/aria-query': 5.0.4 aria-query: 5.3.0 dom-accessibility-api: 0.5.16 @@ -25814,7 +24938,7 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: '@babel/code-frame': 7.29.0 - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -25822,19 +24946,9 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/jest-dom@6.6.3': - dependencies: - '@adobe/css-tools': 4.4.1 - aria-query: 5.3.2 - chalk: 3.0.0 - css.escape: 1.5.1 - dom-accessibility-api: 0.6.3 - lodash: 4.17.23 - redent: 3.0.0 - '@testing-library/jest-dom@6.9.1': dependencies: - '@adobe/css-tools': 4.4.1 + '@adobe/css-tools': 4.4.4 aria-query: 5.3.2 css.escape: 1.5.1 dom-accessibility-api: 0.6.3 @@ -25843,7 +24957,7 @@ snapshots: '@testing-library/react@14.3.1(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.29.2 '@testing-library/dom': 9.3.4 '@types/react-dom': 18.3.7(@types/react@18.3.28) react: 18.3.1 @@ -25866,7 +24980,7 @@ snapshots: mkdirp: 3.0.1 path-browserify: 1.0.1 - '@tsconfig/node10@1.0.11': {} + '@tsconfig/node10@1.0.12': {} '@tsconfig/node12@1.0.11': {} @@ -25876,10 +24990,10 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@4.0.0': + '@tufjs/models@4.1.0': dependencies: '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.9 + minimatch: 10.2.4 '@tybys/wasm-util@0.10.1': dependencies: @@ -25895,12 +25009,12 @@ snapshots: '@types/babel__core@7.20.5': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.28.6 - '@types/babel__generator': 7.6.8 + '@babel/types': 7.29.0 + '@types/babel__generator': 7.27.0 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.28.0 - '@types/babel__generator@7.6.8': + '@types/babel__generator@7.27.0': dependencies: '@babel/types': 7.29.0 @@ -25909,15 +25023,11 @@ snapshots: '@babel/parser': 7.29.0 '@babel/types': 7.29.0 - '@types/babel__traverse@7.20.6': - dependencies: - '@babel/types': 7.29.0 - '@types/babel__traverse@7.28.0': dependencies: '@babel/types': 7.29.0 - '@types/body-parser@1.19.5': + '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 '@types/node': 20.19.37 @@ -25942,22 +25052,20 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: - '@types/express-serve-static-core': 5.0.1 + '@types/express-serve-static-core': 4.19.8 '@types/node': 20.19.37 '@types/connect@3.4.38': dependencies: '@types/node': 20.19.37 - '@types/cookie@0.4.1': {} - - '@types/cors@2.8.17': + '@types/cors@2.8.19': dependencies: '@types/node': 20.19.37 - '@types/debug@4.1.12': + '@types/debug@4.1.13': dependencies: - '@types/ms': 0.7.34 + '@types/ms': 2.1.0 '@types/deep-eql@4.0.2': {} @@ -25996,32 +25104,23 @@ snapshots: '@types/estree@0.0.46': {} - '@types/estree@1.0.6': {} - '@types/estree@1.0.8': {} '@types/expect@1.20.4': {} - '@types/express-serve-static-core@4.19.6': + '@types/express-serve-static-core@4.19.8': dependencies: '@types/node': 20.19.37 - '@types/qs': 6.9.17 + '@types/qs': 6.15.0 '@types/range-parser': 1.2.7 - '@types/send': 0.17.4 - - '@types/express-serve-static-core@5.0.1': - dependencies: - '@types/node': 20.19.37 - '@types/qs': 6.9.17 - '@types/range-parser': 1.2.7 - '@types/send': 0.17.4 + '@types/send': 1.2.1 '@types/express@4.17.25': dependencies: - '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 4.19.6 - '@types/qs': 6.9.17 - '@types/serve-static': 1.15.7 + '@types/body-parser': 1.19.6 + '@types/express-serve-static-core': 4.19.8 + '@types/qs': 6.15.0 + '@types/serve-static': 1.15.10 '@types/extend@3.0.4': {} @@ -26032,7 +25131,7 @@ snapshots: '@types/fs-extra@11.0.2': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/fs-extra@11.0.4': dependencies: @@ -26054,9 +25153,9 @@ snapshots: '@types/html-minifier-terser@6.1.0': {} - '@types/http-errors@2.0.4': {} + '@types/http-errors@2.0.5': {} - '@types/http-proxy@1.17.15': + '@types/http-proxy@1.17.17': dependencies: '@types/node': 20.19.37 @@ -26081,13 +25180,13 @@ snapshots: '@types/jquery@3.5.34': dependencies: - '@types/sizzle': 2.3.9 + '@types/sizzle': 2.3.10 '@types/jsdom@20.0.1': dependencies: '@types/node': 20.19.37 '@types/tough-cookie': 4.0.5 - parse5: 7.2.1 + parse5: 7.3.0 '@types/json-schema@7.0.15': {} @@ -26113,14 +25212,14 @@ snapshots: '@types/minimist@1.2.5': {} - '@types/ms@0.7.34': {} + '@types/ms@2.1.0': {} - '@types/node-fetch@2.6.12': + '@types/node-fetch@2.6.13': dependencies: '@types/node': 20.19.37 form-data: 4.0.5 - '@types/node-forge@1.3.11': + '@types/node-forge@1.3.14': dependencies: '@types/node': 20.19.37 @@ -26128,10 +25227,6 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@18.19.64': - dependencies: - undici-types: 5.26.5 - '@types/node@20.11.17': dependencies: undici-types: 5.26.5 @@ -26148,10 +25243,6 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@25.5.0': - dependencies: - undici-types: 7.18.2 - '@types/normalize-package-data@2.4.4': {} '@types/normalize-path@3.0.2': {} @@ -26162,9 +25253,9 @@ snapshots: '@types/parse5@6.0.3': {} - '@types/prop-types@15.7.13': {} + '@types/prop-types@15.7.15': {} - '@types/qs@6.9.17': {} + '@types/qs@6.15.0': {} '@types/raf@3.4.3': {} @@ -26184,24 +25275,24 @@ snapshots: '@types/react@16.14.69': dependencies: - '@types/prop-types': 15.7.13 + '@types/prop-types': 15.7.15 '@types/scheduler': 0.16.8 csstype: 3.2.3 '@types/react@17.0.91': dependencies: - '@types/prop-types': 15.7.13 + '@types/prop-types': 15.7.15 '@types/scheduler': 0.16.8 csstype: 3.2.3 '@types/react@18.3.28': dependencies: - '@types/prop-types': 15.7.13 + '@types/prop-types': 15.7.15 csstype: 3.2.3 '@types/react@19.1.2': dependencies: - csstype: 3.1.3 + csstype: 3.2.3 '@types/resolve@1.17.1': dependencies: @@ -26215,29 +25306,33 @@ snapshots: '@types/scheduler@0.16.8': {} - '@types/semver@7.5.8': {} + '@types/semver@7.7.1': {} - '@types/send@0.17.4': + '@types/send@0.17.6': dependencies: '@types/mime': 1.3.5 '@types/node': 20.19.37 + '@types/send@1.2.1': + dependencies: + '@types/node': 20.19.37 + '@types/serve-index@1.9.4': dependencies: '@types/express': 4.17.25 - '@types/serve-static@1.15.7': + '@types/serve-static@1.15.10': dependencies: - '@types/http-errors': 2.0.4 + '@types/http-errors': 2.0.5 '@types/node': 20.19.37 - '@types/send': 0.17.4 + '@types/send': 0.17.6 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 '@types/node': 20.19.37 - '@types/sizzle@2.3.9': {} + '@types/sizzle@2.3.10': {} '@types/sockjs@0.3.36': dependencies: @@ -26248,9 +25343,9 @@ snapshots: '@types/tar-fs@2.0.4': dependencies: '@types/node': 20.19.37 - '@types/tar-stream': 3.1.3 + '@types/tar-stream': 3.1.4 - '@types/tar-stream@3.1.3': + '@types/tar-stream@3.1.4': dependencies: '@types/node': 20.19.37 @@ -26270,7 +25365,7 @@ snapshots: '@types/expect': 1.20.4 '@types/node': 20.19.37 - '@types/ws@8.5.13': + '@types/ws@8.18.1': dependencies: '@types/node': 20.19.37 @@ -26299,7 +25394,7 @@ snapshots: ignore: 5.3.2 natural-compare: 1.4.0 semver: 7.7.4 - ts-api-utils: 1.4.0(typescript@5.9.3) + ts-api-utils: 1.4.3(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -26316,7 +25411,7 @@ snapshots: eslint: 9.39.4(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@4.9.5) + ts-api-utils: 2.5.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -26332,7 +25427,7 @@ snapshots: eslint: 9.39.4(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.8.3) + ts-api-utils: 2.5.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26348,7 +25443,7 @@ snapshots: eslint: 9.39.4(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.4.0(typescript@5.9.3) + ts-api-utils: 2.5.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -26438,7 +25533,7 @@ snapshots: '@typescript-eslint/project-service@8.52.0(typescript@4.9.5)': dependencies: '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@4.9.5) - '@typescript-eslint/types': 8.54.0 + '@typescript-eslint/types': 8.52.0 debug: 4.4.3 typescript: 4.9.5 transitivePeerDependencies: @@ -26447,7 +25542,7 @@ snapshots: '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) - '@typescript-eslint/types': 8.54.0 + '@typescript-eslint/types': 8.52.0 debug: 4.4.3 typescript: 5.8.3 transitivePeerDependencies: @@ -26456,7 +25551,34 @@ snapshots: '@typescript-eslint/project-service@8.52.0(typescript@5.9.3)': dependencies: '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3) - '@typescript-eslint/types': 8.54.0 + '@typescript-eslint/types': 8.52.0 + debug: 4.4.3 + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/project-service@8.57.2(typescript@4.9.5)': + dependencies: + '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@4.9.5) + '@typescript-eslint/types': 8.57.2 + debug: 4.4.3 + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/project-service@8.57.2(typescript@5.8.3)': + dependencies: + '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.8.3) + '@typescript-eslint/types': 8.57.2 + debug: 4.4.3 + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/project-service@8.57.2(typescript@5.9.3)': + dependencies: + '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3) + '@typescript-eslint/types': 8.57.2 debug: 4.4.3 typescript: 5.9.3 transitivePeerDependencies: @@ -26482,6 +25604,11 @@ snapshots: '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 + '@typescript-eslint/scope-manager@8.57.2': + dependencies: + '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/visitor-keys': 8.57.2 + '@typescript-eslint/tsconfig-utils@8.52.0(typescript@4.9.5)': dependencies: typescript: 4.9.5 @@ -26494,13 +25621,25 @@ snapshots: dependencies: typescript: 5.9.3 + '@typescript-eslint/tsconfig-utils@8.57.2(typescript@4.9.5)': + dependencies: + typescript: 4.9.5 + + '@typescript-eslint/tsconfig-utils@8.57.2(typescript@5.8.3)': + dependencies: + typescript: 5.8.3 + + '@typescript-eslint/tsconfig-utils@8.57.2(typescript@5.9.3)': + dependencies: + typescript: 5.9.3 + '@typescript-eslint/type-utils@6.21.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) '@typescript-eslint/utils': 6.21.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 1.4.0(typescript@5.9.3) + ts-api-utils: 1.4.3(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -26513,7 +25652,7 @@ snapshots: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@4.9.5) + ts-api-utils: 2.5.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -26525,7 +25664,7 @@ snapshots: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.8.3) + ts-api-utils: 2.5.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26537,7 +25676,7 @@ snapshots: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 2.4.0(typescript@5.9.3) + ts-api-utils: 2.5.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -26552,9 +25691,7 @@ snapshots: '@typescript-eslint/types@8.52.0': {} - '@typescript-eslint/types@8.54.0': {} - - '@typescript-eslint/types@8.57.1': {} + '@typescript-eslint/types@8.57.2': {} '@typescript-eslint/typescript-estree@3.10.1(typescript@3.9.10)': dependencies: @@ -26608,7 +25745,7 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.9 semver: 7.7.4 - ts-api-utils: 1.4.0(typescript@5.9.3) + ts-api-utils: 1.4.3(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -26623,7 +25760,7 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.9 semver: 7.7.4 - ts-api-utils: 1.4.0(typescript@5.9.3) + ts-api-utils: 1.4.3(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -26639,7 +25776,7 @@ snapshots: minimatch: 9.0.9 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@4.9.5) + ts-api-utils: 2.5.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -26654,7 +25791,7 @@ snapshots: minimatch: 9.0.9 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.8.3) + ts-api-utils: 2.5.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -26669,7 +25806,52 @@ snapshots: minimatch: 9.0.9 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.9.3) + ts-api-utils: 2.5.0(typescript@5.9.3) + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/typescript-estree@8.57.2(typescript@4.9.5)': + dependencies: + '@typescript-eslint/project-service': 8.57.2(typescript@4.9.5) + '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@4.9.5) + '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/visitor-keys': 8.57.2 + debug: 4.4.3 + minimatch: 10.2.4 + semver: 7.7.4 + tinyglobby: 0.2.15 + ts-api-utils: 2.5.0(typescript@4.9.5) + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/typescript-estree@8.57.2(typescript@5.8.3)': + dependencies: + '@typescript-eslint/project-service': 8.57.2(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.8.3) + '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/visitor-keys': 8.57.2 + debug: 4.4.3 + minimatch: 10.2.4 + semver: 7.7.4 + tinyglobby: 0.2.15 + ts-api-utils: 2.5.0(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/typescript-estree@8.57.2(typescript@5.9.3)': + dependencies: + '@typescript-eslint/project-service': 8.57.2(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3) + '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/visitor-keys': 8.57.2 + debug: 4.4.3 + minimatch: 10.2.4 + semver: 7.7.4 + tinyglobby: 0.2.15 + ts-api-utils: 2.5.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -26678,7 +25860,7 @@ snapshots: dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 + '@types/semver': 7.7.1 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5) @@ -26693,7 +25875,7 @@ snapshots: dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 + '@types/semver': 7.7.1 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) @@ -26747,6 +25929,39 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/utils@8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5)': + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.57.2 + '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/typescript-estree': 8.57.2(typescript@4.9.5) + eslint: 9.39.4(jiti@2.6.1) + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.57.2 + '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.8.3) + eslint: 9.39.4(jiti@2.6.1) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)': + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.57.2 + '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3) + eslint: 9.39.4(jiti@2.6.1) + typescript: 5.9.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/visitor-keys@3.10.1': dependencies: eslint-visitor-keys: 1.3.0 @@ -26771,6 +25986,11 @@ snapshots: '@typescript-eslint/types': 8.52.0 eslint-visitor-keys: 4.2.1 + '@typescript-eslint/visitor-keys@8.57.2': + dependencies: + '@typescript-eslint/types': 8.57.2 + eslint-visitor-keys: 5.0.1 + '@ungap/structured-clone@1.3.0': {} '@unrs/resolver-binding-android-arm-eabi@1.11.1': @@ -26832,24 +26052,24 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': dependencies: - vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': dependencies: - vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3))': dependencies: - vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3) + vite: 7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3) optional: true - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3))': dependencies: - vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) + vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) - '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': + '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) @@ -26857,14 +26077,14 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) + vite: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(vue@3.5.13(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.31(typescript@5.8.3))': dependencies: - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) - vue: 3.5.13(typescript@5.8.3) + vite: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) + vue: 3.5.31(typescript@5.8.3) '@vitest/expect@3.2.4': dependencies: @@ -26874,13 +26094,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': + '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) + vite: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) '@vitest/pretty-format@3.2.4': dependencies: @@ -26930,11 +26150,11 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.13': + '@vue/compiler-core@3.5.31': dependencies: - '@babel/parser': 7.29.0 - '@vue/shared': 3.5.13 - entities: 4.5.0 + '@babel/parser': 7.29.2 + '@vue/shared': 3.5.31 + entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 @@ -26953,10 +26173,10 @@ snapshots: '@vue/compiler-core': 3.4.27 '@vue/shared': 3.4.27 - '@vue/compiler-dom@3.5.13': + '@vue/compiler-dom@3.5.31': dependencies: - '@vue/compiler-core': 3.5.13 - '@vue/shared': 3.5.13 + '@vue/compiler-core': 3.5.31 + '@vue/shared': 3.5.31 '@vue/compiler-sfc@3.2.47': dependencies: @@ -26973,36 +26193,36 @@ snapshots: '@vue/compiler-sfc@3.3.4': dependencies: - '@babel/parser': 7.23.9 + '@babel/parser': 7.29.0 '@vue/compiler-core': 3.3.4 '@vue/compiler-dom': 3.3.4 '@vue/compiler-ssr': 3.3.4 '@vue/reactivity-transform': 3.3.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 - magic-string: 0.30.13 + magic-string: 0.30.21 postcss: 8.4.38 source-map-js: 1.2.1 '@vue/compiler-sfc@3.4.27': dependencies: - '@babel/parser': 7.26.2 + '@babel/parser': 7.29.0 '@vue/compiler-core': 3.4.27 '@vue/compiler-dom': 3.4.27 '@vue/compiler-ssr': 3.4.27 '@vue/shared': 3.4.27 estree-walker: 2.0.2 - magic-string: 0.30.13 + magic-string: 0.30.21 postcss: 8.4.38 source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.13': + '@vue/compiler-sfc@3.5.31': dependencies: - '@babel/parser': 7.29.0 - '@vue/compiler-core': 3.5.13 - '@vue/compiler-dom': 3.5.13 - '@vue/compiler-ssr': 3.5.13 - '@vue/shared': 3.5.13 + '@babel/parser': 7.29.2 + '@vue/compiler-core': 3.5.31 + '@vue/compiler-dom': 3.5.31 + '@vue/compiler-ssr': 3.5.31 + '@vue/shared': 3.5.31 estree-walker: 2.0.2 magic-string: 0.30.21 postcss: 8.5.8 @@ -27023,10 +26243,10 @@ snapshots: '@vue/compiler-dom': 3.4.27 '@vue/shared': 3.4.27 - '@vue/compiler-ssr@3.5.13': + '@vue/compiler-ssr@3.5.31': dependencies: - '@vue/compiler-dom': 3.5.13 - '@vue/shared': 3.5.13 + '@vue/compiler-dom': 3.5.31 + '@vue/shared': 3.5.31 '@vue/compiler-vue2@2.7.16': dependencies: @@ -27050,13 +26270,13 @@ snapshots: '@vue/language-core@3.0.8(typescript@5.9.3)': dependencies: '@volar/language-core': 2.4.23 - '@vue/compiler-dom': 3.5.13 + '@vue/compiler-dom': 3.5.31 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.13 - alien-signals: 2.0.7 + '@vue/shared': 3.5.31 + alien-signals: 2.0.8 muggle-string: 0.4.1 path-browserify: 1.0.1 - picomatch: 4.0.3 + picomatch: 4.0.4 optionalDependencies: typescript: 5.9.3 @@ -27084,9 +26304,9 @@ snapshots: dependencies: '@vue/shared': 3.4.27 - '@vue/reactivity@3.5.13': + '@vue/reactivity@3.5.31': dependencies: - '@vue/shared': 3.5.13 + '@vue/shared': 3.5.31 '@vue/runtime-core@3.2.47': dependencies: @@ -27098,10 +26318,10 @@ snapshots: '@vue/reactivity': 3.4.27 '@vue/shared': 3.4.27 - '@vue/runtime-core@3.5.13': + '@vue/runtime-core@3.5.31': dependencies: - '@vue/reactivity': 3.5.13 - '@vue/shared': 3.5.13 + '@vue/reactivity': 3.5.31 + '@vue/shared': 3.5.31 '@vue/runtime-dom@3.2.47': dependencies: @@ -27115,11 +26335,11 @@ snapshots: '@vue/shared': 3.4.27 csstype: 3.2.3 - '@vue/runtime-dom@3.5.13': + '@vue/runtime-dom@3.5.31': dependencies: - '@vue/reactivity': 3.5.13 - '@vue/runtime-core': 3.5.13 - '@vue/shared': 3.5.13 + '@vue/reactivity': 3.5.31 + '@vue/runtime-core': 3.5.31 + '@vue/shared': 3.5.31 csstype: 3.2.3 '@vue/server-renderer@3.2.47(vue@3.2.47)': @@ -27134,11 +26354,17 @@ snapshots: '@vue/shared': 3.4.27 vue: 3.4.27(typescript@5.9.3) - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.3))': + '@vue/server-renderer@3.5.31(vue@3.5.31(typescript@5.8.3))': + dependencies: + '@vue/compiler-ssr': 3.5.31 + '@vue/shared': 3.5.31 + vue: 3.5.31(typescript@5.8.3) + + '@vue/server-renderer@3.5.31(vue@3.5.31(typescript@5.9.3))': dependencies: - '@vue/compiler-ssr': 3.5.13 - '@vue/shared': 3.5.13 - vue: 3.5.13(typescript@5.8.3) + '@vue/compiler-ssr': 3.5.31 + '@vue/shared': 3.5.31 + vue: 3.5.31(typescript@5.9.3) '@vue/shared@3.2.47': {} @@ -27148,16 +26374,16 @@ snapshots: '@vue/shared@3.4.27': {} - '@vue/shared@3.5.13': {} + '@vue/shared@3.5.31': {} '@vue/test-utils@2.0.0-beta.7(vue@3.2.47)': dependencies: vue: 3.2.47 - '@vue/tsconfig@0.9.0(typescript@5.9.3)(vue@3.4.27(typescript@5.9.3))': + '@vue/tsconfig@0.9.0(typescript@5.9.3)(vue@3.5.31(typescript@5.9.3))': optionalDependencies: typescript: 5.9.3 - vue: 3.4.27(typescript@5.9.3) + vue: 3.5.31(typescript@5.9.3) '@webassemblyjs/ast@1.14.1': dependencies: @@ -27239,22 +26465,22 @@ snapshots: '@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.105.4)': dependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@4.10.0) webpack-cli: 4.10.0(webpack@5.105.4) '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.105.4)': dependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) '@webpack-cli/info@1.5.0(webpack-cli@4.10.0)': dependencies: - envinfo: 7.14.0 + envinfo: 7.21.0 webpack-cli: 4.10.0(webpack@5.105.4) '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.105.4)': dependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) '@webpack-cli/serve@1.7.0(webpack-cli@4.10.0)': @@ -27263,10 +26489,10 @@ snapshots: '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.2.3)(webpack@5.105.4)': dependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) optionalDependencies: - webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.4) + webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4) '@xtuc/ieee754@1.2.0': {} @@ -27313,16 +26539,12 @@ snapshots: acorn-globals@7.0.1: dependencies: acorn: 8.16.0 - acorn-walk: 8.3.4 + acorn-walk: 8.3.5 acorn-hammerhead@0.6.2: dependencies: '@types/estree': 0.0.46 - acorn-import-phases@1.0.4(acorn@8.15.0): - dependencies: - acorn: 8.15.0 - acorn-import-phases@1.0.4(acorn@8.16.0): dependencies: acorn: 8.16.0 @@ -27343,14 +26565,12 @@ snapshots: acorn-walk@7.2.0: {} - acorn-walk@8.3.4: + acorn-walk@8.3.5: dependencies: - acorn: 8.15.0 + acorn: 8.16.0 acorn@7.4.1: {} - acorn@8.15.0: {} - acorn@8.16.0: {} address@1.2.2: {} @@ -27360,7 +26580,7 @@ snapshots: adjust-sourcemap-loader@4.0.0: dependencies: loader-utils: 2.0.4 - regex-parser: 2.3.0 + regex-parser: 2.3.1 agent-base@6.0.2: dependencies: @@ -27368,9 +26588,9 @@ snapshots: transitivePeerDependencies: - supports-color - agent-base@7.1.3: {} + agent-base@7.1.4: {} - agentkeepalive@4.5.0: + agentkeepalive@4.6.0: dependencies: humanize-ms: 1.2.1 @@ -27382,13 +26602,13 @@ snapshots: airbnb-prop-types@2.16.0(react@16.14.0): dependencies: array.prototype.find: 2.2.3 - function.prototype.name: 1.1.6 - is-regex: 1.1.4 + function.prototype.name: 1.1.8 + is-regex: 1.2.1 object-is: 1.1.6 object.assign: 4.1.7 object.entries: 1.1.9 prop-types: 15.8.1 - prop-types-exact: 1.2.5 + prop-types-exact: 1.2.7 react: 16.14.0 react-is: 16.13.1 @@ -27396,10 +26616,6 @@ snapshots: dependencies: ajv: 6.14.0 - ajv-formats@2.1.1(ajv@8.12.0): - optionalDependencies: - ajv: 8.12.0 - ajv-formats@2.1.1(ajv@8.18.0): optionalDependencies: ajv: 8.18.0 @@ -27424,24 +26640,10 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.12.0: - dependencies: - fast-deep-equal: 3.1.3 - json-schema-traverse: 1.0.0 - require-from-string: 2.0.2 - uri-js: 4.4.1 - - ajv@8.17.1: - dependencies: - fast-deep-equal: 3.1.3 - fast-uri: 3.0.3 - json-schema-traverse: 1.0.0 - require-from-string: 2.0.2 - ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.0.3 + fast-uri: 3.1.0 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -27479,7 +26681,7 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 - alien-signals@2.0.7: {} + alien-signals@2.0.8: {} amdefine@1.0.1: {} @@ -27503,7 +26705,7 @@ snapshots: dependencies: type-fest: 1.4.0 - ansi-escapes@7.0.0: + ansi-escapes@7.3.0: dependencies: environment: 1.1.0 @@ -27523,7 +26725,7 @@ snapshots: ansi-regex@5.0.1: {} - ansi-regex@6.1.0: {} + ansi-regex@6.2.2: {} ansi-styles@2.2.1: {} @@ -27537,7 +26739,7 @@ snapshots: ansi-styles@5.2.0: {} - ansi-styles@6.2.1: {} + ansi-styles@6.2.3: {} ansi-wrap@0.1.0: {} @@ -27556,7 +26758,7 @@ snapshots: anymatch@3.1.3: dependencies: normalize-path: 3.0.0 - picomatch: 2.3.1 + picomatch: 2.3.2 app-module-path@2.2.0: {} @@ -27583,8 +26785,12 @@ snapshots: buffer-crc32: 1.0.0 readable-stream: 4.7.0 readdir-glob: 1.1.3 - tar-stream: 3.1.7 + tar-stream: 3.1.8 zip-stream: 6.0.1 + transitivePeerDependencies: + - bare-abort-controller + - bare-buffer + - react-native-b4a archy@1.0.0: {} @@ -27636,11 +26842,6 @@ snapshots: arr-union@3.1.0: {} - array-buffer-byte-length@1.0.1: - dependencies: - call-bind: 1.0.8 - is-array-buffer: 3.0.4 - array-buffer-byte-length@1.0.2: dependencies: call-bound: 1.0.4 @@ -27654,21 +26855,12 @@ snapshots: array-flatten@1.1.1: {} - array-includes@3.1.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - is-string: 1.0.7 - array-includes@3.1.9: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 is-string: 1.1.1 @@ -27709,7 +26901,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-array-method-boxes-properly: 1.0.0 es-object-atoms: 1.1.1 is-string: 1.1.1 @@ -27718,7 +26910,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 @@ -27726,67 +26918,49 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 - es-shim-unscopables: 1.0.2 + es-shim-unscopables: 1.1.0 array.prototype.findlastindex@1.2.6: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 - array.prototype.flat@1.3.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - es-shim-unscopables: 1.0.2 - array.prototype.flat@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-shim-unscopables: 1.1.0 array.prototype.flatmap@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.5 - es-shim-unscopables: 1.0.2 + es-abstract: 1.24.1 + es-shim-unscopables: 1.1.0 array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 - es-errors: 1.3.0 - es-shim-unscopables: 1.0.2 - - arraybuffer.prototype.slice@1.0.3: - dependencies: - array-buffer-byte-length: 1.0.1 - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 - get-intrinsic: 1.3.0 - is-array-buffer: 3.0.4 - is-shared-array-buffer: 1.0.3 + es-shim-unscopables: 1.1.0 arraybuffer.prototype.slice@1.0.4: dependencies: array-buffer-byte-length: 1.0.2 call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 get-intrinsic: 1.3.0 is-array-buffer: 3.0.5 @@ -27797,7 +26971,7 @@ snapshots: asn1.js@4.10.1: dependencies: - bn.js: 4.12.1 + bn.js: 4.12.3 inherits: 2.0.4 minimalistic-assert: 1.0.1 @@ -27836,7 +27010,7 @@ snapshots: ast-types@0.14.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 ast-types@0.16.1: dependencies: @@ -27846,7 +27020,7 @@ snapshots: async-done@1.3.2: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 once: 1.4.0 process-nextick-args: 2.0.1 stream-exhaust: 1.0.2 @@ -27855,14 +27029,12 @@ snapshots: async-exit-hook@1.1.2: {} + async-function@1.0.0: {} + async-settle@1.0.0: dependencies: async-done: 1.3.2 - async@2.6.4: - dependencies: - lodash: 4.17.23 - async@3.2.3: {} async@3.2.6: {} @@ -27874,27 +27046,17 @@ snapshots: autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001776 + caniuse-lite: 1.0.30001781 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 postcss: 8.5.6 postcss-value-parser: 4.2.0 - autoprefixer@10.4.22(postcss@8.4.38): - dependencies: - browserslist: 4.28.0 - caniuse-lite: 1.0.30001756 - fraction.js: 5.3.4 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.4.38 - postcss-value-parser: 4.2.0 - autoprefixer@10.4.23(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001763 + caniuse-lite: 1.0.30001781 fraction.js: 5.3.4 picocolors: 1.1.1 postcss: 8.5.6 @@ -27903,24 +27065,24 @@ snapshots: autoprefixer@10.4.27(postcss@8.4.38): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001776 + caniuse-lite: 1.0.30001781 fraction.js: 5.3.4 picocolors: 1.1.1 postcss: 8.4.38 postcss-value-parser: 4.2.0 - 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.30001776 + caniuse-lite: 1.0.30001781 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: dependencies: - possible-typed-array-names: 1.0.0 + possible-typed-array-names: 1.1.0 aws-sign2@0.7.0: {} @@ -27928,9 +27090,9 @@ snapshots: axe-core@4.11.1: {} - axios@1.13.5: + axios@1.13.6: dependencies: - follow-redirects: 1.15.11 + follow-redirects: 1.15.11(debug@4.4.3) form-data: 4.0.5 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -27942,7 +27104,7 @@ snapshots: axobject-query@4.1.0: {} - b4a@1.6.7: {} + b4a@1.8.0: {} babel-code-frame@6.26.0: dependencies: @@ -28010,30 +27172,30 @@ snapshots: transitivePeerDependencies: - supports-color - babel-jest@30.2.0(@babel/core@7.29.0): + babel-jest@30.3.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 - '@jest/transform': 30.2.0 + '@jest/transform': 30.3.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 7.0.1 - babel-preset-jest: 30.2.0(@babel/core@7.29.0) + babel-preset-jest: 30.3.0(@babel/core@7.29.0) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 transitivePeerDependencies: - supports-color - babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: '@babel/core': 7.28.3 find-up: 5.0.0 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: '@babel/core': 7.28.5 find-up: 5.0.0 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) babel-messages@6.23.0: dependencies: @@ -28045,7 +27207,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -28053,13 +27215,13 @@ snapshots: babel-plugin-inferno@6.8.5(@babel/core@7.29.0): dependencies: '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 transitivePeerDependencies: - '@babel/core' babel-plugin-istanbul@6.1.1: dependencies: - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.28.6 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -28082,15 +27244,15 @@ snapshots: '@babel/template': 7.28.6 '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 - '@types/babel__traverse': 7.20.6 + '@types/babel__traverse': 7.28.0 - babel-plugin-jest-hoist@30.2.0: + babel-plugin-jest-hoist@30.3.0: dependencies: '@types/babel__core': 7.20.5 babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 cosmiconfig: 7.1.0 resolve: 1.22.11 @@ -28102,29 +27264,20 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5): - dependencies: - '@babel/compat-data': 7.28.6 - '@babel/core': 7.28.5 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.29.0): + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.28.3): dependencies: - '@babel/compat-data': 7.28.6 - '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.29.0) + '@babel/compat-data': 7.29.0 + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.28.3): + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.28.5): dependencies: '@babel/compat-data': 7.29.0 - '@babel/core': 7.28.3 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + '@babel/core': 7.28.5 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.5) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -28185,24 +27338,17 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.5): - dependencies: - '@babel/core': 7.28.5 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) - transitivePeerDependencies: - - supports-color - - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.29.0): + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.28.3): dependencies: - '@babel/core': 7.29.0 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.29.0) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.28.3): + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.28.5): dependencies: - '@babel/core': 7.28.3 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + '@babel/core': 7.28.5 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.5) transitivePeerDependencies: - supports-color @@ -28252,25 +27398,6 @@ snapshots: optionalDependencies: '@babel/traverse': 7.29.0 - babel-preset-current-node-syntax@1.1.0(@babel/core@7.29.0): - dependencies: - '@babel/core': 7.29.0 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.0) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.0) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.0) - '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.0) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.0) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.0) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.0) - babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -28294,12 +27421,12 @@ snapshots: dependencies: '@babel/core': 7.29.0 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.1.0(@babel/core@7.29.0) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0) - babel-preset-jest@30.2.0(@babel/core@7.29.0): + babel-preset-jest@30.3.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 - babel-plugin-jest-hoist: 30.2.0 + babel-plugin-jest-hoist: 30.3.0 babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0) babel-register@6.26.0: @@ -28372,30 +27499,37 @@ snapshots: balanced-match@4.0.4: {} - bare-events@2.5.4: - optional: true + bare-events@2.8.2: {} - bare-fs@4.0.2: + bare-fs@4.5.6: dependencies: - bare-events: 2.5.4 + bare-events: 2.8.2 bare-path: 3.0.0 - bare-stream: 2.6.5(bare-events@2.5.4) - optional: true + bare-stream: 2.11.0(bare-events@2.8.2) + bare-url: 2.4.0 + fast-fifo: 1.3.2 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a - bare-os@3.6.1: - optional: true + bare-os@3.8.0: {} bare-path@3.0.0: dependencies: - bare-os: 3.6.1 - optional: true + bare-os: 3.8.0 - bare-stream@2.6.5(bare-events@2.5.4): + bare-stream@2.11.0(bare-events@2.8.2): dependencies: - streamx: 2.22.0 + streamx: 2.25.0 + teex: 1.0.1 optionalDependencies: - bare-events: 2.5.4 - optional: true + bare-events: 2.8.2 + transitivePeerDependencies: + - react-native-b4a + + bare-url@2.4.0: + dependencies: + bare-path: 3.0.0 base-x@3.0.11: dependencies: @@ -28418,9 +27552,7 @@ snapshots: mixin-deep: 1.3.2 pascalcase: 0.1.1 - baseline-browser-mapping@2.8.30: {} - - baseline-browser-mapping@2.9.13: {} + baseline-browser-mapping@2.10.11: {} basic-auth@2.0.1: dependencies: @@ -28442,7 +27574,7 @@ snapshots: domhandler: 5.0.3 htmlparser2: 10.1.0 picocolors: 1.1.1 - postcss: 8.5.8 + postcss: 8.5.6 postcss-media-query-parser: 0.2.3 big.js@5.2.2: {} @@ -28474,22 +27606,22 @@ snapshots: bluebird@3.7.2: {} - bn.js@4.12.1: {} + bn.js@4.12.3: {} - bn.js@5.2.1: {} + bn.js@5.2.3: {} - body-parser@1.20.3: + body-parser@1.20.4: dependencies: bytes: 3.1.2 content-type: 1.0.5 debug: 2.6.9 depd: 2.0.0 destroy: 1.2.0 - http-errors: 2.0.0 + http-errors: 2.0.1 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.14.1 - raw-body: 2.5.2 + qs: 6.15.0 + raw-body: 2.5.3 type-is: 1.6.18 unpipe: 1.0.0 transitivePeerDependencies: @@ -28501,9 +27633,9 @@ snapshots: content-type: 1.0.5 debug: 4.4.3 http-errors: 2.0.1 - iconv-lite: 0.7.1 + iconv-lite: 0.7.2 on-finished: 2.4.1 - qs: 6.14.1 + qs: 6.15.0 raw-body: 3.0.2 type-is: 2.0.1 transitivePeerDependencies: @@ -28522,7 +27654,7 @@ snapshots: bowser@1.6.0: {} - bowser@2.11.0: {} + bowser@2.14.1: {} brace-expansion@1.1.12: dependencies: @@ -28533,7 +27665,7 @@ snapshots: dependencies: balanced-match: 1.0.2 - brace-expansion@5.0.3: + brace-expansion@5.0.5: dependencies: balanced-match: 4.0.4 @@ -28559,7 +27691,7 @@ snapshots: browserify-aes@1.2.0: dependencies: buffer-xor: 1.0.3 - cipher-base: 1.0.5 + cipher-base: 1.0.7 create-hash: 1.2.0 evp_bytestokey: 1.0.3 inherits: 2.0.4 @@ -28573,27 +27705,26 @@ snapshots: browserify-des@1.0.2: dependencies: - cipher-base: 1.0.5 + cipher-base: 1.0.7 des.js: 1.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 browserify-rsa@4.1.1: dependencies: - bn.js: 5.2.1 + bn.js: 5.2.3 randombytes: 2.1.0 safe-buffer: 5.2.1 - browserify-sign@4.2.3: + browserify-sign@4.2.5: dependencies: - bn.js: 5.2.1 + bn.js: 5.2.3 browserify-rsa: 4.1.1 create-hash: 1.2.0 create-hmac: 1.1.7 elliptic: 6.6.1 - hash-base: 3.0.4 inherits: 2.0.4 - parse-asn1: 5.1.7 + parse-asn1: 5.1.9 readable-stream: 2.3.8 safe-buffer: 5.2.1 @@ -28637,8 +27768,8 @@ snapshots: read-only-stream: 2.0.0 readable-stream: 2.3.8 resolve: 1.22.11 - shasum-object: 1.0.0 - shell-quote: 1.8.1 + shasum-object: 1.0.1 + shell-quote: 1.8.3 stream-browserify: 3.0.0 stream-http: 3.2.0 string_decoder: 1.3.0 @@ -28652,20 +27783,12 @@ snapshots: vm-browserify: 1.1.2 xtend: 4.0.2 - browserslist@4.28.0: - dependencies: - baseline-browser-mapping: 2.8.30 - caniuse-lite: 1.0.30001776 - electron-to-chromium: 1.5.259 - node-releases: 2.0.27 - update-browserslist-db: 1.1.4(browserslist@4.28.0) - browserslist@4.28.1: dependencies: - baseline-browser-mapping: 2.9.13 - caniuse-lite: 1.0.30001776 - electron-to-chromium: 1.5.267 - node-releases: 2.0.27 + baseline-browser-mapping: 2.10.11 + caniuse-lite: 1.0.30001781 + electron-to-chromium: 1.5.325 + node-releases: 2.0.36 update-browserslist-db: 1.2.3(browserslist@4.28.1) bs-logger@0.2.6: @@ -28713,25 +27836,24 @@ snapshots: bundle-name@4.1.0: dependencies: - run-applescript: 7.0.0 + run-applescript: 7.1.0 bytes@3.1.2: {} bytestreamjs@2.0.1: {} - cacache@20.0.3: + cacache@20.0.4: dependencies: '@npmcli/fs': 5.0.0 fs-minipass: 3.0.3 - glob: 13.0.0 - lru-cache: 11.2.4 - minipass: 7.1.2 + glob: 13.0.6 + lru-cache: 11.2.7 + minipass: 7.1.3 minipass-collect: 2.0.1 - minipass-flush: 1.0.5 + minipass-flush: 1.0.7 minipass-pipeline: 1.2.4 - p-map: 7.0.3 - ssri: 13.0.0 - unique-filename: 5.0.0 + p-map: 7.0.4 + ssri: 13.0.1 cache-base@1.0.1: dependencies: @@ -28752,13 +27874,13 @@ snapshots: object-assign: 4.1.1 rimraf: 2.7.1 - cacheable@2.3.1: + cacheable@2.3.4: dependencies: - '@cacheable/memory': 2.0.7 - '@cacheable/utils': 2.3.3 - hookified: 1.15.0 - keyv: 5.5.5 - qified: 0.5.3 + '@cacheable/memory': 2.0.8 + '@cacheable/utils': 2.4.0 + hookified: 1.15.1 + keyv: 5.6.0 + qified: 0.9.0 cached-path-relative@1.1.0: {} @@ -28767,14 +27889,6 @@ snapshots: es-errors: 1.3.0 function-bind: 1.1.2 - call-bind@1.0.7: - dependencies: - es-define-property: 1.0.1 - es-errors: 1.3.0 - function-bind: 1.1.2 - get-intrinsic: 1.3.0 - set-function-length: 1.2.2 - call-bind@1.0.8: dependencies: call-bind-apply-helpers: 1.0.2 @@ -28809,17 +27923,13 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001756: {} - - caniuse-lite@1.0.30001763: {} - - caniuse-lite@1.0.30001776: {} + caniuse-lite@1.0.30001781: {} canvg@3.0.11: dependencies: - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 '@types/raf': 3.4.3 - core-js: 3.39.0 + core-js: 3.49.0 raf: 3.4.1 regenerator-runtime: 0.13.11 rgbcolor: 1.0.1 @@ -28853,7 +27963,7 @@ snapshots: chai@5.3.3: dependencies: assertion-error: 2.0.1 - check-error: 2.1.1 + check-error: 2.1.3 deep-eql: 5.0.2 loupe: 3.2.1 pathval: 2.0.1 @@ -28902,35 +28012,17 @@ snapshots: dependencies: get-func-name: 2.0.2 - check-error@2.1.1: {} - - cheerio-select@1.6.0: - dependencies: - css-select: 4.3.0 - css-what: 6.1.0 - domelementtype: 2.3.0 - domhandler: 4.3.1 - domutils: 2.8.0 + check-error@2.1.3: {} cheerio-select@2.1.0: dependencies: boolbase: 1.0.0 - css-select: 5.1.0 - css-what: 6.1.0 + css-select: 5.2.2 + css-what: 6.2.2 domelementtype: 2.3.0 domhandler: 5.0.3 domutils: 3.2.2 - cheerio@1.0.0-rc.10: - dependencies: - cheerio-select: 1.6.0 - dom-serializer: 1.4.1 - domhandler: 4.3.1 - htmlparser2: 6.1.0 - parse5: 6.0.1 - parse5-htmlparser2-tree-adapter: 6.0.1 - tslib: 2.8.1 - cheerio@1.2.0: dependencies: cheerio-select: 2.1.0 @@ -28942,7 +28034,7 @@ snapshots: parse5: 7.3.0 parse5-htmlparser2-tree-adapter: 7.1.0 parse5-parser-stream: 7.1.2 - undici: 7.24.4 + undici: 7.24.6 whatwg-mimetype: 4.0.0 chokidar@2.1.8: @@ -28975,9 +28067,9 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chokidar@4.0.1: + chokidar@4.0.3: dependencies: - readdirp: 4.0.2 + readdirp: 4.1.2 chokidar@5.0.0: dependencies: @@ -29006,16 +28098,15 @@ snapshots: ci-info@3.9.0: {} - ci-info@4.3.0: {} - ci-info@4.4.0: {} - cipher-base@1.0.5: + cipher-base@1.0.7: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 + to-buffer: 1.2.2 - cjs-module-lexer@1.4.1: {} + cjs-module-lexer@1.4.3: {} cjs-module-lexer@2.2.0: {} @@ -29032,7 +28123,7 @@ snapshots: cldr-data-downloader@1.1.0: dependencies: - axios: 1.13.5 + axios: 1.13.6 mkdirp: 1.0.4 nopt: 3.0.6 q: 1.0.1 @@ -29087,7 +28178,7 @@ snapshots: cli-spinners@2.9.2: {} - cli-spinners@3.3.0: {} + cli-spinners@3.4.0: {} cli-truncate@3.1.0: dependencies: @@ -29099,10 +28190,10 @@ snapshots: slice-ansi: 5.0.0 string-width: 7.2.0 - cli-truncate@5.1.1: + cli-truncate@5.2.0: dependencies: - slice-ansi: 7.1.0 - string-width: 8.1.0 + slice-ansi: 8.0.0 + string-width: 8.2.0 cli-width@4.1.0: {} @@ -29127,8 +28218,8 @@ snapshots: cliui@9.0.1: dependencies: string-width: 7.2.0 - strip-ansi: 7.1.2 - wrap-ansi: 9.0.0 + strip-ansi: 7.2.0 + wrap-ansi: 9.0.2 clone-buffer@1.0.0: {} @@ -29178,10 +28269,10 @@ snapshots: tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 - codelyzer@6.0.2(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): + codelyzer@6.0.2(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): dependencies: - '@angular/compiler': 21.2.4 - '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 21.2.6 + '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -29198,7 +28289,7 @@ snapshots: coffeescript@2.7.0: {} - collect-v8-coverage@1.0.2: {} + collect-v8-coverage@1.0.3: {} collection-map@1.0.0: dependencies: @@ -29276,8 +28367,6 @@ snapshots: commander@12.1.0: {} - commander@13.1.0: {} - commander@14.0.3: {} commander@2.11.0: {} @@ -29388,6 +28477,8 @@ snapshots: cookie-signature@1.0.6: {} + cookie-signature@1.0.7: {} + cookie-signature@1.2.2: {} cookie@0.7.2: {} @@ -29396,6 +28487,10 @@ snapshots: dependencies: is-what: 3.14.1 + copy-anything@3.0.5: + dependencies: + is-what: 4.1.16 + copy-descriptor@0.1.1: {} copy-props@2.0.5: @@ -29403,27 +28498,23 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 7.0.4 tinyglobby: 0.2.15 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) - copy-webpack-plugin@14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + copy-webpack-plugin@14.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 - serialize-javascript: 7.0.4 + serialize-javascript: 7.0.5 tinyglobby: 0.2.15 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - - core-js-compat@3.45.1: - dependencies: - browserslist: 4.28.1 + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) core-js-compat@3.49.0: dependencies: @@ -29431,13 +28522,13 @@ snapshots: core-js@2.6.12: {} - core-js@3.39.0: {} + core-js@3.49.0: {} core-util-is@1.0.2: {} core-util-is@1.0.3: {} - cors@2.8.5: + cors@2.8.6: dependencies: object-assign: 4.1.1 vary: 1.1.2 @@ -29470,7 +28561,7 @@ snapshots: optionalDependencies: typescript: 5.9.3 - cosmiconfig@9.0.0(typescript@4.9.5): + cosmiconfig@9.0.1(typescript@4.9.5): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 @@ -29479,7 +28570,7 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.0(typescript@5.8.3): + cosmiconfig@9.0.1(typescript@5.8.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 @@ -29488,7 +28579,7 @@ snapshots: optionalDependencies: typescript: 5.8.3 - cosmiconfig@9.0.0(typescript@5.9.3): + cosmiconfig@9.0.1(typescript@5.9.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 @@ -29506,12 +28597,12 @@ snapshots: create-ecdh@4.0.4: dependencies: - bn.js: 4.12.1 + bn.js: 4.12.3 elliptic: 6.6.1 create-hash@1.2.0: dependencies: - cipher-base: 1.0.5 + cipher-base: 1.0.7 inherits: 2.0.4 md5.js: 1.3.5 ripemd160: 2.0.3 @@ -29519,20 +28610,66 @@ snapshots: create-hmac@1.1.7: dependencies: - cipher-base: 1.0.5 + cipher-base: 1.0.7 create-hash: 1.2.0 inherits: 2.0.4 ripemd160: 2.0.3 safe-buffer: 5.2.1 sha.js: 2.4.12 - create-jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + dependencies: + '@jest/types': 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + + create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): + dependencies: + '@jest/types': 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + + create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): + dependencies: + '@jest/types': 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + optional: true + + create-jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29541,13 +28678,28 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + + create-jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)): + dependencies: + '@jest/types': 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -29579,12 +28731,12 @@ snapshots: crypto-browserify@3.12.1: dependencies: browserify-cipher: 1.0.1 - browserify-sign: 4.2.3 + browserify-sign: 4.2.5 create-ecdh: 4.0.4 create-hash: 1.2.0 create-hmac: 1.1.7 diffie-hellman: 5.0.3 - hash-base: 3.0.4 + hash-base: 3.0.5 inherits: 2.0.4 pbkdf2: 3.1.5 public-encrypt: 4.0.3 @@ -29593,90 +28745,90 @@ snapshots: crypto-md5@1.0.0: {} - css-functions-list@3.2.3: {} + css-functions-list@3.3.3: {} css-line-break@2.1.0: dependencies: utrie: 1.0.2 optional: true - css-loader@6.11.0(webpack@5.105.4(@swc/core@1.15.3)): + css-loader@6.11.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.2.0(postcss@8.4.38) postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) css-loader@6.11.0(webpack@5.105.4): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.2.0(postcss@8.4.38) postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) - css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.2.0(postcss@8.4.38) postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 - semver: 7.7.4 + semver: 7.7.2 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.2.0(postcss@8.4.38) postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 - semver: 7.7.4 + semver: 7.7.2 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) - css-loader@7.1.2(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + css-loader@7.1.4(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): dependencies: - icss-utils: 5.1.0(postcss@8.4.38) - postcss: 8.4.38 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) - postcss-modules-scope: 3.2.1(postcss@8.4.38) - postcss-modules-values: 4.0.0(postcss@8.4.38) + 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: - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) css-select@4.3.0: dependencies: boolbase: 1.0.0 - css-what: 6.1.0 + css-what: 6.2.2 domhandler: 4.3.1 domutils: 2.8.0 nth-check: 2.1.1 - css-select@5.1.0: + css-select@5.2.2: dependencies: boolbase: 1.0.0 - css-what: 6.1.0 + css-what: 6.2.2 domhandler: 5.0.3 domutils: 3.2.2 nth-check: 2.1.1 @@ -29699,12 +28851,12 @@ snapshots: mdn-data: 2.0.30 source-map-js: 1.2.1 - css-tree@3.1.0: + css-tree@3.2.1: dependencies: - mdn-data: 2.12.2 + mdn-data: 2.27.1 source-map-js: 1.2.1 - css-what@6.1.0: {} + css-what@6.2.2: {} css-what@7.0.0: {} @@ -29726,8 +28878,6 @@ snapshots: csstype@2.6.21: {} - csstype@3.1.3: {} - csstype@3.2.3: {} custom-event@1.0.1: {} @@ -29755,36 +28905,18 @@ snapshots: whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - data-view-buffer@1.0.1: - dependencies: - call-bind: 1.0.8 - es-errors: 1.3.0 - is-data-view: 1.0.1 - data-view-buffer@1.0.2: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 - data-view-byte-length@1.0.1: - dependencies: - call-bind: 1.0.8 - es-errors: 1.3.0 - is-data-view: 1.0.1 - data-view-byte-length@1.0.2: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 - data-view-byte-offset@1.0.0: - dependencies: - call-bind: 1.0.8 - es-errors: 1.3.0 - is-data-view: 1.0.1 - data-view-byte-offset@1.0.1: dependencies: call-bound: 1.0.4 @@ -29793,7 +28925,7 @@ snapshots: date-format@4.0.14: {} - dayjs@1.11.13: {} + dayjs@1.11.20: {} de-indent@1.0.2: {} @@ -29813,14 +28945,6 @@ snapshots: dependencies: ms: 2.1.2 - debug@4.3.7: - dependencies: - ms: 2.1.3 - - debug@4.4.0: - dependencies: - ms: 2.1.3 - debug@4.4.3: dependencies: ms: 2.1.3 @@ -29834,9 +28958,9 @@ snapshots: decamelize@5.0.1: {} - decimal.js@10.4.3: {} + decimal.js@10.6.0: {} - decode-named-character-reference@1.0.2: + decode-named-character-reference@1.3.0: dependencies: character-entities: 2.0.2 @@ -29848,7 +28972,7 @@ snapshots: dedent@0.7.0: {} - dedent@1.7.0(babel-plugin-macros@3.1.0): + dedent@1.7.2(babel-plugin-macros@3.1.0): optionalDependencies: babel-plugin-macros: 3.1.0 @@ -29860,24 +28984,24 @@ snapshots: deep-equal@2.2.3: dependencies: - array-buffer-byte-length: 1.0.1 + array-buffer-byte-length: 1.0.2 call-bind: 1.0.8 es-get-iterator: 1.1.3 get-intrinsic: 1.3.0 - is-arguments: 1.1.1 - is-array-buffer: 3.0.4 - is-date-object: 1.0.5 + is-arguments: 1.2.0 + is-array-buffer: 3.0.5 + is-date-object: 1.1.0 is-regex: 1.2.1 - is-shared-array-buffer: 1.0.3 + is-shared-array-buffer: 1.0.4 isarray: 2.0.5 object-is: 1.1.6 object-keys: 1.1.1 object.assign: 4.1.7 - regexp.prototype.flags: 1.5.3 + regexp.prototype.flags: 1.5.4 side-channel: 1.1.0 - which-boxed-primitive: 1.0.2 + which-boxed-primitive: 1.1.1 which-collection: 1.0.2 - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 deep-extend@0.6.0: {} @@ -29885,12 +29009,12 @@ snapshots: deepmerge@4.3.1: {} - default-browser-id@5.0.0: {} + default-browser-id@5.0.1: {} default-browser@5.5.0: dependencies: bundle-name: 4.1.0 - default-browser-id: 5.0.0 + default-browser-id: 5.0.1 default-compare@1.0.0: dependencies: @@ -29980,7 +29104,7 @@ snapshots: deps-sort@2.0.1: dependencies: JSONStream: 1.3.5 - shasum-object: 1.0.0 + shasum-object: 1.0.1 subarg: 1.0.0 through2: 2.0.5 @@ -30003,7 +29127,7 @@ snapshots: detect-libc@1.0.3: {} - detect-libc@2.0.3: {} + detect-libc@2.1.2: {} detect-newline@3.1.0: {} @@ -30067,12 +29191,12 @@ snapshots: devexpress-diagram@2.2.25: dependencies: - '@devexpress/utils': 1.4.7 + '@devexpress/utils': 1.4.8 es6-object-assign: 1.1.0 devexpress-gantt@4.1.66: dependencies: - '@devexpress/utils': 1.4.7 + '@devexpress/utils': 1.4.8 tslib: 2.3.1 devextreme-aspnet-data-nojquery@5.0.0(devextreme@packages+devextreme+artifacts+npm+devextreme): @@ -30088,7 +29212,7 @@ snapshots: devextreme-exceljs-fork@4.4.7: dependencies: archiver: 7.0.1 - dayjs: 1.11.13 + dayjs: 1.11.20 fast-csv: 5.0.5 jszip: 3.10.1 readable-stream: 3.6.2 @@ -30096,6 +29220,10 @@ snapshots: tmp: 0.2.5 unzipper: 0.12.3 uuid: 8.3.2 + transitivePeerDependencies: + - bare-abort-controller + - bare-buffer + - react-native-b4a devextreme-internal-tools@20.3.0: dependencies: @@ -30109,18 +29237,20 @@ snapshots: devextreme-quill@1.7.9: dependencies: - core-js: 3.39.0 + core-js: 3.49.0 eventemitter3: 4.0.7 lodash.clonedeep: 4.5.0 lodash.merge: 4.6.2 parchment: 2.0.1 quill-delta: 5.1.0 - devextreme-schematics@1.7.1: + devextreme-schematics@1.14.2(chokidar@4.0.3): dependencies: - '@angular-devkit/core': 16.2.16 - '@angular-devkit/schematics': 16.2.16 - '@schematics/angular': 16.2.16 + '@angular-devkit/core': 19.2.22(chokidar@4.0.3) + '@angular-devkit/schematics': 19.2.22(chokidar@4.0.3) + '@schematics/angular': 19.2.22(chokidar@4.0.3) + parse5: 7.3.0 + picomatch: 4.0.4 transitivePeerDependencies: - chokidar @@ -30130,7 +29260,7 @@ snapshots: looks-same: 7.3.0 pngjs: 6.0.0 testcafe: 3.7.4 - tslib: 2.6.3 + tslib: 2.8.1 device-specs@1.0.1: {} @@ -30142,17 +29272,15 @@ snapshots: diff-sequences@29.6.3: {} - diff@4.0.2: {} - diff@4.0.4: {} - diff@5.2.0: {} + diff@5.2.2: {} - diff@8.0.3: {} + diff@8.0.4: {} diffie-hellman@5.0.3: dependencies: - bn.js: 4.12.1 + bn.js: 4.12.3 miller-rabin: 4.0.1 randombytes: 2.1.0 @@ -30187,7 +29315,7 @@ snapshots: dom-serialize@2.2.1: dependencies: custom-event: 1.0.1 - ent: 2.2.1 + ent: 2.2.2 extend: 3.0.2 void-elements: 2.0.1 @@ -30219,7 +29347,7 @@ snapshots: dependencies: domelementtype: 2.3.0 - dompurify@3.3.1: + dompurify@3.3.3: optionalDependencies: '@types/trusted-types': 2.0.7 optional: true @@ -30245,11 +29373,11 @@ snapshots: dotenv-expand@11.0.7: dependencies: - dotenv: 16.6.1 + dotenv: 16.4.7 dotenv@10.0.0: {} - dotenv@16.4.5: {} + dotenv@16.4.7: {} dotenv@16.6.1: {} @@ -30267,14 +29395,14 @@ snapshots: duplexify@3.7.1: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 inherits: 2.0.4 readable-stream: 2.3.8 stream-shift: 1.0.3 duplexify@4.1.3: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 inherits: 2.0.4 readable-stream: 3.6.2 stream-shift: 1.0.3 @@ -30295,7 +29423,7 @@ snapshots: jsbn: 0.1.1 safer-buffer: 2.1.2 - editorconfig@1.0.4: + editorconfig@1.0.7: dependencies: '@one-ini/wasm': 0.1.1 commander: 10.0.1 @@ -30306,17 +29434,15 @@ snapshots: ejs@3.1.10: dependencies: - jake: 10.9.2 - - electron-to-chromium@1.5.259: {} + jake: 10.9.4 - electron-to-chromium@1.5.267: {} + electron-to-chromium@1.5.325: {} elegant-spinner@1.0.1: {} elliptic@6.6.1: dependencies: - bn.js: 4.12.1 + bn.js: 4.12.3 brorand: 1.1.0 hash.js: 1.1.7 hmac-drbg: 1.0.1 @@ -30330,7 +29456,7 @@ snapshots: emittery@0.4.1: {} - emoji-regex@10.4.0: {} + emoji-regex@10.6.0: {} emoji-regex@8.0.0: {} @@ -30349,12 +29475,7 @@ snapshots: iconv-lite: 0.6.3 whatwg-encoding: 3.1.1 - encoding@0.1.13: - dependencies: - iconv-lite: 0.6.3 - optional: true - - end-of-stream@1.4.4: + end-of-stream@1.4.5: dependencies: once: 1.4.0 @@ -30366,42 +29487,27 @@ snapshots: engine.io-parser@5.2.3: {} - engine.io@6.6.2: + engine.io@6.6.6: dependencies: - '@types/cookie': 0.4.1 - '@types/cors': 2.8.17 + '@types/cors': 2.8.19 '@types/node': 20.19.37 + '@types/ws': 8.18.1 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 - cors: 2.8.5 - debug: 4.3.7 + cors: 2.8.6 + debug: 4.4.3 engine.io-parser: 5.2.3 - ws: 8.17.1 + ws: 8.18.3 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - enhanced-resolve@5.17.1: + enhanced-resolve@5.20.1: dependencies: graceful-fs: 4.2.11 - tapable: 2.3.0 - - enhanced-resolve@5.18.3: - dependencies: - graceful-fs: 4.2.11 - tapable: 2.3.0 - - enhanced-resolve@5.19.0: - dependencies: - graceful-fs: 4.2.11 - tapable: 2.3.0 - - enhanced-resolve@5.20.0: - dependencies: - graceful-fs: 4.2.11 - tapable: 2.3.0 + tapable: 2.3.2 enquirer@2.3.6: dependencies: @@ -30412,9 +29518,12 @@ snapshots: ansi-colors: 4.1.3 strip-ansi: 6.0.1 - ent@2.2.1: + ent@2.2.2: dependencies: + call-bound: 1.0.4 + es-errors: 1.3.0 punycode: 1.4.1 + safe-regex-test: 1.1.0 entities@2.2.0: {} @@ -30422,13 +29531,13 @@ snapshots: entities@4.5.0: {} - entities@6.0.0: {} + entities@6.0.1: {} entities@7.0.1: {} env-paths@2.2.1: {} - envinfo@7.14.0: {} + envinfo@7.21.0: {} environment@1.1.0: {} @@ -30438,8 +29547,8 @@ snapshots: enzyme-adapter-utils: 1.14.2(react@16.14.0) enzyme-shallow-equal: 1.0.7 hasown: 2.0.2 - object.assign: 4.1.5 - object.values: 1.2.0 + object.assign: 4.1.7 + object.values: 1.2.1 prop-types: 15.8.1 react: 16.14.0 react-dom: 16.14.0(react@16.14.0) @@ -30450,9 +29559,9 @@ snapshots: enzyme-adapter-utils@1.14.2(react@16.14.0): dependencies: airbnb-prop-types: 2.16.0(react@16.14.0) - function.prototype.name: 1.1.6 + function.prototype.name: 1.1.8 hasown: 2.0.2 - object.assign: 4.1.5 + object.assign: 4.1.7 object.fromentries: 2.0.8 prop-types: 15.8.1 react: 16.14.0 @@ -30465,28 +29574,28 @@ snapshots: enzyme@3.11.0: dependencies: - array.prototype.flat: 1.3.2 - cheerio: 1.0.0-rc.10 + array.prototype.flat: 1.3.3 + cheerio: 1.2.0 enzyme-shallow-equal: 1.0.7 - function.prototype.name: 1.1.6 + function.prototype.name: 1.1.8 has: 1.0.4 - html-element-map: 1.3.1 - is-boolean-object: 1.1.2 + html-element-map: 1.4.0 + is-boolean-object: 1.2.2 is-callable: 1.2.7 - is-number-object: 1.0.7 - is-regex: 1.1.4 - is-string: 1.0.7 + is-number-object: 1.1.1 + is-regex: 1.2.1 + is-string: 1.1.1 is-subset: 0.1.1 lodash.escape: 4.0.1 lodash.isequal: 4.5.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 object-is: 1.1.6 - object.assign: 4.1.5 - object.entries: 1.1.8 - object.values: 1.2.0 + object.assign: 4.1.7 + object.entries: 1.1.9 + object.values: 1.2.1 raf: 3.4.1 rst-selector-parser: 2.2.3 - string.prototype.trim: 1.2.9 + string.prototype.trim: 1.2.10 err-code@2.0.3: {} @@ -30494,7 +29603,7 @@ snapshots: dependencies: prr: 1.0.1 - error-ex@1.3.2: + error-ex@1.3.4: dependencies: is-arrayish: 0.2.1 @@ -30502,56 +29611,7 @@ snapshots: dependencies: stackframe: 1.3.4 - es-abstract@1.23.5: - dependencies: - array-buffer-byte-length: 1.0.1 - arraybuffer.prototype.slice: 1.0.3 - available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - data-view-buffer: 1.0.1 - data-view-byte-length: 1.0.1 - data-view-byte-offset: 1.0.0 - es-define-property: 1.0.1 - es-errors: 1.3.0 - es-object-atoms: 1.1.1 - es-set-tostringtag: 2.1.0 - es-to-primitive: 1.2.1 - function.prototype.name: 1.1.6 - get-intrinsic: 1.3.0 - get-symbol-description: 1.0.2 - globalthis: 1.0.4 - gopd: 1.2.0 - has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.1.0 - hasown: 2.0.2 - internal-slot: 1.0.7 - is-array-buffer: 3.0.4 - is-callable: 1.2.7 - is-data-view: 1.0.1 - is-negative-zero: 2.0.3 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.3 - is-string: 1.0.7 - is-typed-array: 1.1.13 - is-weakref: 1.0.2 - object-inspect: 1.13.3 - object-keys: 1.1.1 - object.assign: 4.1.5 - regexp.prototype.flags: 1.5.3 - safe-array-concat: 1.1.2 - safe-regex-test: 1.1.0 - string.prototype.trim: 1.2.9 - string.prototype.trimend: 1.0.9 - string.prototype.trimstart: 1.0.8 - typed-array-buffer: 1.0.2 - typed-array-byte-length: 1.0.1 - typed-array-byte-offset: 1.0.2 - typed-array-length: 1.0.6 - unbox-primitive: 1.0.2 - which-typed-array: 1.1.15 - - es-abstract@1.24.0: + es-abstract@1.24.1: dependencies: array-buffer-byte-length: 1.0.2 arraybuffer.prototype.slice: 1.0.4 @@ -30606,7 +29666,7 @@ snapshots: typed-array-byte-offset: 1.0.4 typed-array-length: 1.0.7 unbox-primitive: 1.1.0 - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 es-array-method-boxes-properly@1.0.0: {} @@ -30619,19 +29679,19 @@ snapshots: call-bind: 1.0.8 get-intrinsic: 1.3.0 has-symbols: 1.1.0 - is-arguments: 1.1.1 + is-arguments: 1.2.0 is-map: 2.0.3 is-set: 2.0.3 is-string: 1.1.1 isarray: 2.0.5 - stop-iteration-iterator: 1.0.0 + stop-iteration-iterator: 1.1.0 - es-iterator-helpers@1.2.1: + es-iterator-helpers@1.3.1: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-set-tostringtag: 2.1.0 function-bind: 1.1.2 @@ -30643,16 +29703,13 @@ snapshots: has-symbols: 1.1.0 internal-slot: 1.1.0 iterator.prototype: 1.1.5 + math-intrinsics: 1.1.0 safe-array-concat: 1.1.3 es-module-lexer@1.7.0: {} es-module-lexer@2.0.0: {} - es-object-atoms@1.0.0: - dependencies: - es-errors: 1.3.0 - es-object-atoms@1.1.1: dependencies: es-errors: 1.3.0 @@ -30664,25 +29721,15 @@ snapshots: has-tostringtag: 1.0.2 hasown: 2.0.2 - es-shim-unscopables@1.0.2: - dependencies: - hasown: 2.0.2 - es-shim-unscopables@1.1.0: dependencies: hasown: 2.0.2 - es-to-primitive@1.2.1: - dependencies: - is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 - es-to-primitive@1.3.0: dependencies: is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 + is-date-object: 1.1.0 + is-symbol: 1.1.1 es5-ext@0.10.64: dependencies: @@ -30766,7 +29813,7 @@ snapshots: esbuild-plugin-vue3@0.3.2(cheerio@1.2.0)(sass@1.97.1): dependencies: - '@vue/compiler-core': 3.5.13 + '@vue/compiler-core': 3.5.31 '@vue/compiler-sfc': 3.4.27 esbuild: 0.14.54 typescript: 4.9.5 @@ -30926,6 +29973,35 @@ snapshots: '@esbuild/win32-ia32': 0.27.2 '@esbuild/win32-x64': 0.27.2 + esbuild@0.27.4: + optionalDependencies: + '@esbuild/aix-ppc64': 0.27.4 + '@esbuild/android-arm': 0.27.4 + '@esbuild/android-arm64': 0.27.4 + '@esbuild/android-x64': 0.27.4 + '@esbuild/darwin-arm64': 0.27.4 + '@esbuild/darwin-x64': 0.27.4 + '@esbuild/freebsd-arm64': 0.27.4 + '@esbuild/freebsd-x64': 0.27.4 + '@esbuild/linux-arm': 0.27.4 + '@esbuild/linux-arm64': 0.27.4 + '@esbuild/linux-ia32': 0.27.4 + '@esbuild/linux-loong64': 0.27.4 + '@esbuild/linux-mips64el': 0.27.4 + '@esbuild/linux-ppc64': 0.27.4 + '@esbuild/linux-riscv64': 0.27.4 + '@esbuild/linux-s390x': 0.27.4 + '@esbuild/linux-x64': 0.27.4 + '@esbuild/netbsd-arm64': 0.27.4 + '@esbuild/netbsd-x64': 0.27.4 + '@esbuild/openbsd-arm64': 0.27.4 + '@esbuild/openbsd-x64': 0.27.4 + '@esbuild/openharmony-arm64': 0.27.4 + '@esbuild/sunos-x64': 0.27.4 + '@esbuild/win32-arm64': 0.27.4 + '@esbuild/win32-ia32': 0.27.4 + '@esbuild/win32-x64': 0.27.4 + escalade@3.2.0: {} escape-html@1.0.3: {} @@ -30954,8 +30030,8 @@ snapshots: confusing-browser-globals: 1.0.11 eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - object.assign: 4.1.5 - object.entries: 1.1.8 + object.assign: 4.1.7 + object.entries: 1.1.9 semver: 6.3.1 eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)): @@ -30963,8 +30039,8 @@ snapshots: confusing-browser-globals: 1.0.11 eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) - object.assign: 4.1.5 - object.entries: 1.1.8 + object.assign: 4.1.7 + object.entries: 1.1.9 semver: 6.3.1 eslint-config-airbnb-typescript@18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)): @@ -30985,28 +30061,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(inkhsxarru2k3eocadfcsbwwra): + eslint-config-devextreme@0.2.0(qpiggd6xjjqy7zmlmub65mpnm4): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(3vdmkq325opsjnvek6nwmyun3m): + eslint-config-devextreme@1.1.9(eg5vcmh3zj32vt2qlvx5ievhrq): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)))(typescript@5.8.3) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31014,18 +30090,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) stylelint: 16.22.0(typescript@5.8.3) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq): + eslint-config-devextreme@1.1.9(jm7puyv7qeqmp2urnhq34pt574): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31033,18 +30109,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.8.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(e37nt3ml5mnwtozm424b2lcda4): + eslint-config-devextreme@1.1.9(q7wmg4r47obwjwhjpx3njrbrgy): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31056,14 +30132,14 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(gxmpfc3iqztvtq7vp5muevifvm): + eslint-config-devextreme@1.1.9(uxcrnfrr64k2g3njyjnfv5ge4i): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31071,37 +30147,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(p7ac2sqyr7rc7ykkypyvw3f74m): + eslint-config-devextreme@1.1.9(vpu3pj27wnjib62ifgwlptnhzq): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) - eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-react: 7.37.5(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-rulesdir: 0.2.2 - eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 15.11.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) - - eslint-config-devextreme@1.1.9(q4m475s3ywnbno7ood3mscoym4): - dependencies: - '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31109,18 +30166,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(wbiq6ptffaetwqsgdrtmg2wnui): + eslint-config-devextreme@1.1.9(wg2zqoefvdoafbdflaailfws5y): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -31128,9 +30185,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 15.11.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) eslint-import-resolver-node@0.3.9: dependencies: @@ -31174,8 +30231,8 @@ snapshots: dependencies: '@typescript-eslint/utils': 7.18.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 1.4.0(typescript@5.9.3) - tslib: 2.6.3 + ts-api-utils: 1.4.3(typescript@5.9.3) + tslib: 2.8.1 typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -31280,68 +30337,57 @@ snapshots: dependencies: eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) typescript: 4.9.5 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) typescript: 4.9.5 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - eslint: 9.39.4(jiti@2.6.1) - optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) - typescript: 4.9.5 - transitivePeerDependencies: - - supports-color - - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)))(typescript@5.8.3): - dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) - jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) typescript: 5.8.3 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) - typescript: 5.8.3 + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + typescript: 5.9.3 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)))(typescript@5.9.3): dependencies: - '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -31368,10 +30414,10 @@ snapshots: eslint-plugin-n@17.24.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - enhanced-resolve: 5.20.0 + enhanced-resolve: 5.20.1 eslint: 9.39.4(jiti@2.6.1) eslint-plugin-es-x: 7.8.0(eslint@9.39.4(jiti@2.6.1)) - get-tsconfig: 4.13.0 + get-tsconfig: 4.13.7 globals: 15.15.0 globrex: 0.1.2 ignore: 5.3.2 @@ -31396,11 +30442,11 @@ snapshots: eslint-plugin-react-hooks@7.0.1(eslint@9.39.4(jiti@2.6.1)): dependencies: '@babel/core': 7.29.0 - '@babel/parser': 7.28.6 + '@babel/parser': 7.29.0 eslint: 9.39.4(jiti@2.6.1) hermes-parser: 0.25.1 - zod: 4.1.13 - zod-validation-error: 4.0.2(zod@4.1.13) + zod: 4.3.6 + zod-validation-error: 4.0.2(zod@4.3.6) transitivePeerDependencies: - supports-color @@ -31414,12 +30460,12 @@ snapshots: eslint-plugin-react@7.37.5(eslint@9.39.4(jiti@2.6.1)): dependencies: - array-includes: 3.1.8 + array-includes: 3.1.9 array.prototype.findlast: 1.2.5 array.prototype.flatmap: 1.3.3 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 - es-iterator-helpers: 1.2.1 + es-iterator-helpers: 1.3.1 eslint: 9.39.4(jiti@2.6.1) estraverse: 5.3.0 hasown: 2.0.2 @@ -31429,7 +30475,7 @@ snapshots: object.fromentries: 2.0.8 object.values: 1.2.1 prop-types: 15.8.1 - resolve: 2.0.0-next.5 + resolve: 2.0.0-next.6 semver: 6.3.1 string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 @@ -31455,21 +30501,21 @@ snapshots: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) '@eslint/plugin-kit': 0.3.5 change-case: 5.4.4 - ci-info: 4.3.0 + ci-info: 4.4.0 clean-regexp: 1.0.0 - core-js-compat: 3.45.1 + core-js-compat: 3.49.0 eslint: 9.39.4(jiti@2.6.1) - esquery: 1.6.0 + esquery: 1.7.0 find-up-simple: 1.0.1 - globals: 16.3.0 + globals: 16.5.0 indent-string: 5.0.0 is-builtin-module: 5.0.0 jsesc: 3.1.0 pluralize: 8.0.0 regexp-tree: 0.1.27 regjsparser: 0.12.0 - semver: 7.7.3 - strip-indent: 4.0.0 + semver: 7.7.4 + strip-indent: 4.1.1 eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))): dependencies: @@ -31484,7 +30530,7 @@ snapshots: optionalDependencies: '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))): + eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) eslint: 9.39.4(jiti@2.6.1) @@ -31495,48 +30541,19 @@ snapshots: vue-eslint-parser: 10.0.0(eslint@9.39.4(jiti@2.6.1)) xml-name-validator: 4.0.0 optionalDependencies: - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): - dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - eslint: 9.39.4(jiti@2.6.1) - natural-compare: 1.4.0 - nth-check: 2.1.1 - postcss-selector-parser: 7.1.1 - semver: 7.7.4 - vue-eslint-parser: 10.2.0(eslint@9.39.4(jiti@2.6.1)) - xml-name-validator: 4.0.0 - optionalDependencies: - '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): - dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - eslint: 9.39.4(jiti@2.6.1) - natural-compare: 1.4.0 - nth-check: 2.1.1 - postcss-selector-parser: 7.1.1 - semver: 7.7.4 - vue-eslint-parser: 10.2.0(eslint@9.39.4(jiti@2.6.1)) - xml-name-validator: 4.0.0 - optionalDependencies: - '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) - eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): + eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) eslint: 9.39.4(jiti@2.6.1) natural-compare: 1.4.0 nth-check: 2.1.1 - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 6.1.2 semver: 7.7.4 - vue-eslint-parser: 10.2.0(eslint@9.39.4(jiti@2.6.1)) + vue-eslint-parser: 10.0.0(eslint@9.39.4(jiti@2.6.1)) xml-name-validator: 4.0.0 optionalDependencies: - '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint-scope@5.1.1: @@ -31571,6 +30588,8 @@ snapshots: eslint-visitor-keys@4.2.1: {} + eslint-visitor-keys@5.0.1: {} + eslint@7.32.0: dependencies: '@babel/code-frame': 7.12.11 @@ -31626,9 +30645,9 @@ snapshots: '@eslint/eslintrc': 3.3.5 '@eslint/js': 9.39.4 '@eslint/plugin-kit': 0.4.1 - '@humanfs/node': 0.16.6 + '@humanfs/node': 0.16.7 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.4.2 + '@humanwhocodes/retry': 0.4.3 '@types/estree': 1.0.8 ajv: 6.14.0 chalk: 4.1.2 @@ -31699,10 +30718,6 @@ snapshots: esprima@4.0.1: {} - esquery@1.6.0: - dependencies: - estraverse: 5.3.0 - esquery@1.7.0: dependencies: estraverse: 5.3.0 @@ -31746,7 +30761,13 @@ snapshots: eventemitter3@4.0.7: {} - eventemitter3@5.0.1: {} + eventemitter3@5.0.4: {} + + events-universal@1.0.1: + dependencies: + bare-events: 2.8.2 + transitivePeerDependencies: + - bare-abort-controller events@3.3.0: {} @@ -31852,16 +30873,16 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - expect@30.2.0: + expect@30.3.0: dependencies: - '@jest/expect-utils': 30.2.0 + '@jest/expect-utils': 30.3.0 '@jest/get-type': 30.1.0 - jest-matcher-utils: 30.2.0 - jest-message-util: 30.2.0 - jest-mock: 30.2.0 - jest-util: 30.2.0 + jest-matcher-utils: 30.3.0 + jest-message-util: 30.3.0 + jest-mock: 30.3.0 + jest-util: 30.3.0 - exponential-backoff@3.1.1: {} + exponential-backoff@3.1.3: {} express-rate-limit@8.3.1(express@4.22.1): dependencies: @@ -31877,26 +30898,26 @@ snapshots: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.3 + body-parser: 1.20.4 content-disposition: 0.5.4 content-type: 1.0.5 cookie: 0.7.2 - cookie-signature: 1.0.6 + cookie-signature: 1.0.7 debug: 2.6.9 depd: 2.0.0 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 1.3.1 + finalhandler: 1.3.2 fresh: 0.5.2 http-errors: 2.0.1 merge-descriptors: 1.0.3 methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 - path-to-regexp: 0.1.12 + path-to-regexp: 0.1.13 proxy-addr: 2.0.7 - qs: 6.14.1 + qs: 6.15.0 range-parser: 1.2.1 safe-buffer: 5.2.1 send: 0.19.2 @@ -31931,7 +30952,7 @@ snapshots: once: 1.4.0 parseurl: 1.3.3 proxy-addr: 2.0.7 - qs: 6.14.1 + qs: 6.15.0 range-parser: 1.2.1 router: 2.2.0 send: 1.2.1 @@ -32042,15 +31063,15 @@ snapshots: fast-safe-stringify@2.1.1: {} - fast-uri@3.0.3: {} + fast-uri@3.1.0: {} fastest-levenshtein@1.0.16: {} fastparse@1.1.2: {} - fastq@1.17.1: + fastq@1.20.1: dependencies: - reusify: 1.0.4 + reusify: 1.1.0 faye-websocket@0.11.4: dependencies: @@ -32068,6 +31089,10 @@ snapshots: optionalDependencies: picomatch: 4.0.3 + fdir@6.5.0(picomatch@4.0.4): + optionalDependencies: + picomatch: 4.0.4 + fecha@4.2.3: {} fflate@0.8.2: {} @@ -32078,7 +31103,7 @@ snapshots: file-entry-cache@10.1.4: dependencies: - flat-cache: 6.1.19 + flat-cache: 6.1.21 file-entry-cache@6.0.1: dependencies: @@ -32099,7 +31124,7 @@ snapshots: file-uri-to-path@1.0.0: optional: true - filelist@1.0.4: + filelist@1.0.6: dependencies: minimatch: 5.1.9 @@ -32109,11 +31134,11 @@ snapshots: dependencies: app-module-path: 2.2.0 commander: 10.0.1 - enhanced-resolve: 5.17.1 + enhanced-resolve: 5.20.1 is-relative-path: 1.0.2 module-definition: 5.0.1 module-lookup-amd: 8.0.5 - resolve: 1.22.8 + resolve: 1.22.11 resolve-dependency-path: 3.0.2 sass-lookup: 5.0.1 stylus-lookup: 5.0.1 @@ -32136,14 +31161,14 @@ snapshots: transitivePeerDependencies: - supports-color - finalhandler@1.3.1: + finalhandler@1.3.2: dependencies: debug: 2.6.9 encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 parseurl: 1.3.3 - statuses: 2.0.1 + statuses: 2.0.2 unpipe: 1.0.0 transitivePeerDependencies: - supports-color @@ -32238,11 +31263,11 @@ snapshots: flatted: 3.4.2 keyv: 4.5.4 - flat-cache@6.1.19: + flat-cache@6.1.21: dependencies: - cacheable: 2.3.1 + cacheable: 2.3.4 flatted: 3.4.2 - hookified: 1.15.0 + hookified: 1.15.1 flat@5.0.2: {} @@ -32255,16 +31280,10 @@ snapshots: fn.name@1.1.0: {} - follow-redirects@1.15.11: {} - - follow-redirects@1.15.9(debug@4.4.3): + follow-redirects@1.15.11(debug@4.4.3): optionalDependencies: debug: 4.4.3 - for-each@0.3.3: - dependencies: - is-callable: 1.2.7 - for-each@0.3.5: dependencies: is-callable: 1.2.7 @@ -32288,11 +31307,11 @@ snapshots: fork-stream@0.0.4: {} - fork-ts-checker-webpack-plugin@9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + fork-ts-checker-webpack-plugin@9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): dependencies: '@babel/code-frame': 7.29.0 chalk: 4.1.2 - chokidar: 4.0.1 + chokidar: 4.0.3 cosmiconfig: 8.3.6(typescript@5.9.3) deepmerge: 4.3.1 fs-extra: 10.1.0 @@ -32301,9 +31320,9 @@ snapshots: node-abort-controller: 3.1.1 schema-utils: 3.3.0 semver: 7.7.4 - tapable: 2.3.0 + tapable: 2.3.2 typescript: 5.9.3 - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) form-data-encoder@1.7.2: {} @@ -32354,19 +31373,19 @@ snapshots: fs-extra@10.1.0: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.1.0 + jsonfile: 6.2.0 universalify: 2.0.1 fs-extra@11.1.1: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.1.0 + jsonfile: 6.2.0 universalify: 2.0.1 fs-extra@11.2.0: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.1.0 + jsonfile: 6.2.0 universalify: 2.0.1 fs-extra@8.1.0: @@ -32377,7 +31396,7 @@ snapshots: fs-minipass@3.0.3: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 fs-mkdirp-stream@1.0.0: dependencies: @@ -32387,16 +31406,19 @@ snapshots: fs-mkdirp-stream@2.0.1: dependencies: graceful-fs: 4.2.11 - streamx: 2.22.0 + streamx: 2.25.0 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a - fs-monkey@1.0.6: {} + fs-monkey@1.1.0: {} fs.realpath@1.0.0: {} fsevents@1.2.13: dependencies: bindings: 1.5.0 - nan: 2.22.0 + nan: 2.26.2 optional: true fsevents@2.3.3: @@ -32404,13 +31426,6 @@ snapshots: function-bind@1.1.2: {} - function.prototype.name@1.1.6: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - functions-have-names: 1.2.3 - function.prototype.name@1.1.8: dependencies: call-bind: 1.0.8 @@ -32424,6 +31439,8 @@ snapshots: functions-have-names@1.2.3: {} + generator-function@2.0.1: {} + gensync@1.0.0-beta.2: {} get-amd-module-type@5.0.1: @@ -32437,18 +31454,10 @@ snapshots: get-caller-file@2.0.5: {} - get-east-asian-width@1.3.0: {} + get-east-asian-width@1.5.0: {} get-func-name@2.0.2: {} - get-intrinsic@1.2.4: - dependencies: - es-errors: 1.3.0 - function-bind: 1.1.2 - has-proto: 1.0.3 - has-symbols: 1.1.0 - hasown: 2.0.2 - get-intrinsic@1.3.0: dependencies: call-bind-apply-helpers: 1.0.2 @@ -32465,7 +31474,7 @@ snapshots: get-os-info@1.0.2: dependencies: getos: 3.2.1 - macos-release: 3.3.0 + macos-release: 3.4.0 os-family: 1.1.0 windows-release: 5.1.1 @@ -32484,36 +31493,29 @@ snapshots: get-stream@4.1.0: dependencies: - pump: 3.0.2 + pump: 3.0.4 get-stream@5.2.0: dependencies: - pump: 3.0.2 + pump: 3.0.4 get-stream@6.0.1: {} - get-symbol-description@1.0.2: - dependencies: - call-bind: 1.0.8 - es-errors: 1.3.0 - get-intrinsic: 1.3.0 - get-symbol-description@1.1.0: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 get-intrinsic: 1.3.0 - get-tsconfig@4.13.0: + get-tsconfig@4.13.7: dependencies: resolve-pkg-maps: 1.0.0 - get-uri@6.0.3: + get-uri@6.0.5: dependencies: basic-ftp: 5.2.0 data-uri-to-buffer: 6.0.2 debug: 4.4.3 - fs-extra: 11.2.0 transitivePeerDependencies: - supports-color @@ -32560,18 +31562,21 @@ snapshots: readable-stream: 2.3.8 remove-trailing-separator: 1.1.0 to-absolute-glob: 2.0.2 - unique-stream: 2.3.1 + unique-stream: 2.4.0 - glob-stream@8.0.2: + glob-stream@8.0.3: dependencies: '@gulpjs/to-absolute-glob': 4.0.0 anymatch: 3.1.3 - fastq: 1.17.1 + fastq: 1.20.1 glob-parent: 6.0.2 is-glob: 4.0.3 is-negated-glob: 1.0.0 normalize-path: 3.0.0 - streamx: 2.22.0 + streamx: 2.25.0 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: @@ -32596,24 +31601,24 @@ snapshots: foreground-child: 3.3.1 jackspeak: 3.4.3 minimatch: 9.0.9 - minipass: 7.1.2 + minipass: 7.1.3 package-json-from-dist: 1.0.1 path-scurry: 1.11.1 glob@11.1.0: dependencies: foreground-child: 3.3.1 - jackspeak: 4.1.1 + jackspeak: 4.2.3 minimatch: 10.2.4 - minipass: 7.1.2 + minipass: 7.1.3 package-json-from-dist: 1.0.1 - path-scurry: 2.0.1 + path-scurry: 2.0.2 - glob@13.0.0: + glob@13.0.6: dependencies: minimatch: 10.2.4 - minipass: 7.1.2 - path-scurry: 2.0.1 + minipass: 7.1.3 + path-scurry: 2.0.2 glob@5.0.15: dependencies: @@ -32678,7 +31683,7 @@ snapshots: globals@15.15.0: {} - globals@16.3.0: {} + globals@16.5.0: {} globals@9.18.0: {} @@ -32754,9 +31759,9 @@ snapshots: gulp-autoprefixer@10.0.0(gulp@4.0.2): dependencies: - autoprefixer: 10.4.27(postcss@8.5.6) + autoprefixer: 10.4.27(postcss@8.5.8) gulp-plugin-extras: 1.1.0 - postcss: 8.5.6 + postcss: 8.5.8 vinyl-sourcemaps-apply: 0.2.1 optionalDependencies: gulp: 4.0.2 @@ -32771,9 +31776,9 @@ snapshots: gulp-cache@1.1.3: dependencies: - '@babel/runtime': 7.26.10 + '@babel/runtime': 7.29.2 cache-swap: 0.3.0 - core-js: 3.39.0 + core-js: 3.49.0 object.pick: 1.3.0 plugin-error: 1.0.1 through2: 3.0.1 @@ -32837,12 +31842,14 @@ snapshots: plugin-error: 2.0.1 semver: 7.7.4 ternary-stream: 3.0.0 - vinyl-fs: 4.0.0 + vinyl-fs: 4.0.2 optionalDependencies: '@types/eslint': 9.6.1 - '@types/node': 20.12.8 + '@types/node': 20.19.37 transitivePeerDependencies: + - bare-abort-controller - jiti + - react-native-b4a - supports-color gulp-file@0.4.0: @@ -32886,7 +31893,7 @@ snapshots: dependencies: chalk: 1.1.3 fancy-log: 1.3.3 - js-beautify: 1.15.1 + js-beautify: 1.15.4 lodash: 4.17.23 plugin-error: 0.1.2 rc: 1.2.8 @@ -32896,7 +31903,7 @@ snapshots: dependencies: deepmerge: 4.3.1 detect-indent: 6.1.0 - js-beautify: 1.15.1 + js-beautify: 1.15.4 plugin-error: 2.0.1 through2: 4.0.2 @@ -32958,11 +31965,11 @@ snapshots: gulp-replace@1.1.4: dependencies: - '@types/node': 20.12.8 + '@types/node': 20.19.37 '@types/vinyl': 2.0.12 istextorbinary: 3.3.0 replacestream: 4.0.3 - yargs-parser: 21.1.1 + yargs-parser: 22.0.0 gulp-sass@6.0.1: dependencies: @@ -32997,7 +32004,7 @@ snapshots: dependencies: ansi-colors: 3.2.4 plugin-error: 1.0.1 - source-map: 0.7.4 + source-map: 0.7.6 through2: 3.0.2 typescript: 4.9.5 vinyl: 2.2.1 @@ -33007,7 +32014,7 @@ snapshots: dependencies: o-stream: 0.3.0 plugin-error: 1.0.1 - terser: 5.36.0 + terser: 5.46.1 vinyl: 2.2.1 vinyl-sourcemaps-apply: 0.2.1 @@ -33058,7 +32065,7 @@ snapshots: dependencies: ansi-regex: 2.1.1 - has-bigints@1.0.2: {} + has-bigints@1.1.0: {} has-flag@3.0.0: {} @@ -33068,8 +32075,6 @@ snapshots: dependencies: es-define-property: 1.0.1 - has-proto@1.0.3: {} - has-proto@1.2.0: dependencies: dunder-proto: 1.0.1 @@ -33101,7 +32106,7 @@ snapshots: has@1.0.4: {} - hash-base@3.0.4: + hash-base@3.0.5: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 @@ -33120,9 +32125,9 @@ snapshots: inherits: 2.0.4 minimalistic-assert: 1.0.1 - hashery@1.4.0: + hashery@1.5.1: dependencies: - hookified: 1.15.0 + hookified: 1.15.1 hasown@2.0.2: dependencies: @@ -33268,9 +32273,11 @@ snapshots: dependencies: parse-passwd: 1.0.0 - hono@4.12.7: {} + hono@4.12.9: {} + + hookified@1.15.1: {} - hookified@1.15.0: {} + hookified@2.1.0: {} hosted-git-info@2.8.9: {} @@ -33280,7 +32287,7 @@ snapshots: hosted-git-info@9.0.2: dependencies: - lru-cache: 11.2.4 + lru-cache: 11.2.7 hpack.js@2.1.6: dependencies: @@ -33294,21 +32301,21 @@ snapshots: domhandler: 4.3.1 htmlparser2: 7.2.0 - html-dom-parser@5.0.13: + html-dom-parser@5.1.8: dependencies: domhandler: 5.0.3 - htmlparser2: 10.0.0 + htmlparser2: 10.1.0 - html-element-map@1.3.1: + html-element-map@1.4.0: dependencies: array.prototype.filter: 1.0.4 - call-bind: 1.0.7 + es-errors: 1.3.0 html-encoding-sniffer@3.0.0: dependencies: whatwg-encoding: 2.0.0 - html-entities@2.5.2: {} + html-entities@2.6.0: {} html-escaper@2.0.2: {} @@ -33320,7 +32327,7 @@ snapshots: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.46.0 + terser: 5.46.1 html-react-parser@1.4.14(react@17.0.2): dependencies: @@ -33330,13 +32337,13 @@ snapshots: react-property: 2.0.0 style-to-js: 1.1.1 - html-react-parser@5.2.2(@types/react@18.3.28)(react@18.3.1): + html-react-parser@5.2.17(@types/react@18.3.28)(react@18.3.1): dependencies: domhandler: 5.0.3 - html-dom-parser: 5.0.13 + html-dom-parser: 5.1.8 react: 18.3.1 react-property: 2.0.2 - style-to-js: 1.1.16 + style-to-js: 1.1.21 optionalDependencies: '@types/react': 18.3.28 @@ -33344,47 +32351,47 @@ snapshots: html-void-elements@2.0.1: {} - html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.23 pretty-error: 4.0.0 - tapable: 2.3.0 + tapable: 2.3.2 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) optional: true - html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.23 pretty-error: 4.0.0 - tapable: 2.3.0 + tapable: 2.3.2 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) optional: true - html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + html-webpack-plugin@5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.23 pretty-error: 4.0.0 - tapable: 2.3.0 + tapable: 2.3.2 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) - html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)): + html-webpack-plugin@5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.23 pretty-error: 4.0.0 - tapable: 2.3.0 + tapable: 2.3.2 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) optional: true html2canvas@1.4.1: @@ -33395,13 +32402,6 @@ snapshots: htmlescape@1.1.1: {} - htmlparser2@10.0.0: - dependencies: - domelementtype: 2.3.0 - domhandler: 5.0.3 - domutils: 3.2.2 - entities: 6.0.0 - htmlparser2@10.1.0: dependencies: domelementtype: 2.3.0 @@ -33430,7 +32430,7 @@ snapshots: domutils: 3.2.2 entities: 4.5.0 - http-cache-semantics@4.1.1: {} + http-cache-semantics@4.2.0: {} http-deceiver@1.2.7: {} @@ -33442,14 +32442,6 @@ snapshots: statuses: 1.5.0 toidentifier: 1.0.1 - http-errors@2.0.0: - dependencies: - depd: 2.0.0 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 2.0.1 - toidentifier: 1.0.1 - http-errors@2.0.1: dependencies: depd: 2.0.0 @@ -33458,7 +32450,7 @@ snapshots: statuses: 2.0.2 toidentifier: 1.0.1 - http-parser-js@0.5.8: {} + http-parser-js@0.5.10: {} http-proxy-agent@5.0.0: dependencies: @@ -33470,14 +32462,14 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 debug: 4.4.3 transitivePeerDependencies: - supports-color http-proxy-middleware@2.0.9(@types/express@4.17.25): dependencies: - '@types/http-proxy': 1.17.15 + '@types/http-proxy': 1.17.17 http-proxy: 1.18.1(debug@4.4.3) is-glob: 4.0.3 is-plain-obj: 3.0.0 @@ -33489,7 +32481,7 @@ snapshots: http-proxy-middleware@3.0.5: dependencies: - '@types/http-proxy': 1.17.15 + '@types/http-proxy': 1.17.17 debug: 4.4.3 http-proxy: 1.18.1(debug@4.4.3) is-glob: 4.0.3 @@ -33501,7 +32493,7 @@ snapshots: http-proxy@1.18.1(debug@4.4.3): dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.9(debug@4.4.3) + follow-redirects: 1.15.11(debug@4.4.3) requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -33517,7 +32509,7 @@ snapshots: mime: 1.6.0 minimist: 1.2.8 opener: 1.5.2 - portfinder: 1.0.32 + portfinder: 1.0.38 secure-compare: 3.0.1 union: 0.5.0 url-join: 4.0.1 @@ -33553,7 +32545,7 @@ snapshots: https-proxy-agent@7.0.6: dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -33564,7 +32556,7 @@ snapshots: human-signals@4.3.1: {} - humanize-duration@3.32.1: {} + humanize-duration@3.33.2: {} humanize-ms@1.2.1: dependencies: @@ -33588,7 +32580,7 @@ snapshots: dependencies: safer-buffer: 2.1.2 - iconv-lite@0.7.1: + iconv-lite@0.7.2: dependencies: safer-buffer: 2.1.2 @@ -33596,6 +32588,10 @@ snapshots: dependencies: postcss: 8.4.38 + icss-utils@5.1.0(postcss@8.5.8): + dependencies: + postcss: 8.5.8 + identity-obj-proxy@3.0.0: dependencies: harmony-reflect: 1.6.2 @@ -33661,7 +32657,7 @@ snapshots: inferno@8.2.3: dependencies: - csstype: 3.1.3 + csstype: 3.2.3 inferno-vnode-flags: 8.2.3 opencollective-postinstall: 2.0.3 @@ -33684,7 +32680,7 @@ snapshots: ini@6.0.0: {} - injection-js@2.4.0: + injection-js@2.6.1: dependencies: tslib: 2.8.1 @@ -33694,7 +32690,7 @@ snapshots: inline-style-parser@0.1.1: {} - inline-style-parser@0.2.4: {} + inline-style-parser@0.2.7: {} insert-module-globals@7.2.1: dependencies: @@ -33709,12 +32705,6 @@ snapshots: undeclared-identifiers: 1.1.3 xtend: 4.0.2 - internal-slot@1.0.7: - dependencies: - es-errors: 1.3.0 - hasown: 2.0.2 - side-channel: 1.1.0 - internal-slot@1.1.0: dependencies: es-errors: 1.3.0 @@ -33739,14 +32729,9 @@ snapshots: ip-address@10.1.0: {} - ip-address@9.0.5: - dependencies: - jsbn: 1.1.0 - sprintf-js: 1.1.3 - ipaddr.js@1.9.1: {} - ipaddr.js@2.2.0: {} + ipaddr.js@2.3.0: {} is-absolute@1.0.0: dependencies: @@ -33757,16 +32742,11 @@ snapshots: dependencies: hasown: 2.0.2 - is-arguments@1.1.1: + is-arguments@1.2.0: dependencies: - call-bind: 1.0.8 + call-bound: 1.0.4 has-tostringtag: 1.0.2 - is-array-buffer@3.0.4: - dependencies: - call-bind: 1.0.8 - get-intrinsic: 1.3.0 - is-array-buffer@3.0.5: dependencies: call-bind: 1.0.8 @@ -33775,17 +32755,17 @@ snapshots: is-arrayish@0.2.1: {} - is-async-function@2.0.0: + is-async-function@2.1.1: dependencies: + async-function: 1.0.0 + call-bound: 1.0.4 + get-proto: 1.0.1 has-tostringtag: 1.0.2 - - is-bigint@1.0.4: - dependencies: - has-bigints: 1.0.2 + safe-regex-test: 1.1.0 is-bigint@1.1.0: dependencies: - has-bigints: 1.0.2 + has-bigints: 1.1.0 is-binary-path@1.0.1: dependencies: @@ -33795,11 +32775,6 @@ snapshots: dependencies: binary-extensions: 2.3.0 - is-boolean-object@1.1.2: - dependencies: - call-bind: 1.0.7 - has-tostringtag: 1.0.2 - is-boolean-object@1.2.2: dependencies: call-bound: 1.0.4 @@ -33831,20 +32806,12 @@ snapshots: dependencies: hasown: 2.0.2 - is-data-view@1.0.1: - dependencies: - is-typed-array: 1.1.15 - is-data-view@1.0.2: dependencies: call-bound: 1.0.4 get-intrinsic: 1.3.0 is-typed-array: 1.1.15 - is-date-object@1.0.5: - dependencies: - has-tostringtag: 1.0.2 - is-date-object@1.1.0: dependencies: call-bound: 1.0.4 @@ -33882,10 +32849,6 @@ snapshots: is-extglob@2.1.1: {} - is-finalizationregistry@1.0.2: - dependencies: - call-bind: 1.0.8 - is-finalizationregistry@1.1.1: dependencies: call-bound: 1.0.4 @@ -33900,15 +32863,19 @@ snapshots: is-fullwidth-code-point@4.0.0: {} - is-fullwidth-code-point@5.0.0: + is-fullwidth-code-point@5.1.0: dependencies: - get-east-asian-width: 1.3.0 + get-east-asian-width: 1.5.0 is-generator-fn@2.1.0: {} - is-generator-function@1.0.10: + is-generator-function@1.1.2: dependencies: + call-bound: 1.0.4 + generator-function: 2.0.1 + get-proto: 1.0.1 has-tostringtag: 1.0.2 + safe-regex-test: 1.1.0 is-glob@2.0.1: dependencies: @@ -33940,11 +32907,7 @@ snapshots: is-negative-zero@2.0.3: {} - is-network-error@1.1.0: {} - - is-number-object@1.0.7: - dependencies: - has-tostringtag: 1.0.2 + is-network-error@1.3.1: {} is-number-object@1.1.1: dependencies: @@ -34001,11 +32964,6 @@ snapshots: dependencies: '@types/estree': 1.0.8 - is-regex@1.1.4: - dependencies: - call-bind: 1.0.7 - has-tostringtag: 1.0.2 - is-regex@1.2.1: dependencies: call-bound: 1.0.4 @@ -34023,10 +32981,6 @@ snapshots: is-set@2.0.3: {} - is-shared-array-buffer@1.0.3: - dependencies: - call-bind: 1.0.8 - is-shared-array-buffer@1.0.4: dependencies: call-bound: 1.0.4 @@ -34037,10 +32991,6 @@ snapshots: is-stream@3.0.0: {} - is-string@1.0.7: - dependencies: - has-tostringtag: 1.0.2 - is-string@1.1.1: dependencies: call-bound: 1.0.4 @@ -34048,23 +32998,15 @@ snapshots: is-subset@0.1.1: {} - is-symbol@1.0.4: - dependencies: - has-symbols: 1.1.0 - is-symbol@1.1.1: dependencies: call-bound: 1.0.4 has-symbols: 1.1.0 safe-regex-test: 1.1.0 - is-typed-array@1.1.13: - dependencies: - which-typed-array: 1.1.19 - is-typed-array@1.1.15: dependencies: - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 is-typedarray@1.0.0: {} @@ -34088,32 +33030,30 @@ snapshots: is-weakmap@2.0.2: {} - is-weakref@1.0.2: - dependencies: - call-bind: 1.0.8 - is-weakref@1.1.1: dependencies: call-bound: 1.0.4 - is-weakset@2.0.3: + is-weakset@2.0.4: dependencies: - call-bind: 1.0.8 + call-bound: 1.0.4 get-intrinsic: 1.3.0 is-what@3.14.1: {} + is-what@4.1.16: {} + is-windows@1.0.2: {} is-wsl@2.2.0: dependencies: is-docker: 2.2.1 - is-wsl@3.1.0: + is-wsl@3.1.1: dependencies: is-inside-container: 1.0.0 - is@3.3.0: {} + is@3.3.2: {} isarray@0.0.1: {} @@ -34125,7 +33065,7 @@ snapshots: isexe@2.0.0: {} - isexe@3.1.1: {} + isexe@4.0.0: {} isobject@2.1.0: dependencies: @@ -34153,7 +33093,7 @@ snapshots: '@babel/parser': 7.29.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 7.7.4 + semver: 7.7.2 transitivePeerDependencies: - supports-color @@ -34179,7 +33119,7 @@ snapshots: transitivePeerDependencies: - supports-color - istanbul-reports@3.1.7: + istanbul-reports@3.2.0: dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 @@ -34209,16 +33149,15 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jackspeak@4.1.1: + jackspeak@4.2.3: dependencies: - '@isaacs/cliui': 8.0.2 + '@isaacs/cliui': 9.0.0 - jake@10.9.2: + jake@10.9.4: dependencies: async: 3.2.6 - chalk: 4.1.2 - filelist: 1.0.4 - minimatch: 3.1.5 + filelist: 1.0.6 + picocolors: 1.1.1 jasmine-core@4.6.1: {} @@ -34237,12 +33176,6 @@ snapshots: jest-util: 29.7.0 p-limit: 3.1.0 - jest-changed-files@30.2.0: - dependencies: - execa: 5.1.1 - jest-util: 30.2.0 - p-limit: 3.1.0 - jest-circus@29.7.0(babel-plugin-macros@3.1.0): dependencies: '@jest/environment': 29.7.0 @@ -34252,7 +33185,7 @@ snapshots: '@types/node': 20.19.37 chalk: 4.1.2 co: 4.6.0 - dedent: 1.7.0(babel-plugin-macros@3.1.0) + dedent: 1.7.2(babel-plugin-macros@3.1.0) is-generator-fn: 2.1.0 jest-each: 29.7.0 jest-matcher-utils: 29.7.0 @@ -34269,25 +33202,25 @@ snapshots: - babel-plugin-macros - supports-color - jest-circus@30.2.0(babel-plugin-macros@3.1.0): + jest-circus@30.3.0(babel-plugin-macros@3.1.0): dependencies: - '@jest/environment': 30.2.0 - '@jest/expect': 30.2.0 - '@jest/test-result': 30.2.0 - '@jest/types': 30.2.0 + '@jest/environment': 30.3.0 + '@jest/expect': 30.3.0 + '@jest/test-result': 30.3.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 chalk: 4.1.2 co: 4.6.0 - dedent: 1.7.0(babel-plugin-macros@3.1.0) + dedent: 1.7.2(babel-plugin-macros@3.1.0) is-generator-fn: 2.1.0 - jest-each: 30.2.0 - jest-matcher-utils: 30.2.0 - jest-message-util: 30.2.0 - jest-runtime: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 + jest-each: 30.3.0 + jest-matcher-utils: 30.3.0 + jest-message-util: 30.3.0 + jest-runtime: 30.3.0 + jest-snapshot: 30.3.0 + jest-util: 30.3.0 p-limit: 3.1.0 - pretty-format: 30.2.0 + pretty-format: 30.3.0 pure-rand: 7.0.1 slash: 3.0.0 stack-utils: 2.0.6 @@ -34295,16 +33228,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34316,16 +33249,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -34337,178 +33270,92 @@ snapshots: - supports-color - ts-node - jest-cli@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): + jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) - '@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@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) - jest-util: 30.2.0 - jest-validate: 30.2.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): - dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) - '@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@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) - jest-util: 30.2.0 - jest-validate: 30.2.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): - dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.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@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) - jest-util: 30.2.0 - jest-validate: 30.2.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - optional: true - - jest-cli@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): - dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) - '@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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) - jest-util: 30.2.0 - jest-validate: 30.2.0 - yargs: 17.7.2 - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - jest-cli@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): - dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) - '@jest/test-result': 30.2.0 - '@jest/types': 30.2.0 + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 chalk: 4.1.2 - exit-x: 0.2.2 + create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) + exit: 0.1.2 import-local: 3.2.0 - jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) + jest-util: 29.7.0 + jest-validate: 29.7.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node optional: true - jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): + jest-cli@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) - '@jest/test-result': 30.2.0 - '@jest/types': 30.2.0 + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 chalk: 4.1.2 - exit-x: 0.2.2 + create-jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + exit: 0.1.2 import-local: 3.2.0 - jest-config: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-util: 29.7.0 + jest-validate: 29.7.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node - jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): + jest-cli@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) - '@jest/test-result': 30.2.0 - '@jest/types': 30.2.0 + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 chalk: 4.1.2 - exit-x: 0.2.2 + create-jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + exit: 0.1.2 import-local: 3.2.0 - jest-config: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-util: 29.7.0 + jest-validate: 29.7.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node - optional: true - jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) - '@jest/test-result': 30.2.0 - '@jest/types': 30.2.0 + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 chalk: 4.1.2 - exit-x: 0.2.2 + create-jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + exit: 0.1.2 import-local: 3.2.0 - jest-config: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + jest-util: 29.7.0 + jest-validate: 29.7.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -34533,13 +33380,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 18.19.130 + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -34564,13 +33411,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 20.11.17 + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -34594,509 +33441,198 @@ snapshots: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 18.19.130 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 4.3.0 + ci-info: 3.9.0 deepmerge: 4.3.1 - glob: 10.5.0 + glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 30.2.0 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 4.3.0 + ci-info: 3.9.0 deepmerge: 4.3.1 - glob: 10.5.0 + glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 30.2.0 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5) + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 4.3.0 + ci-info: 3.9.0 deepmerge: 4.3.1 - glob: 10.5.0 + glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 30.2.0 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 4.3.0 + ci-info: 3.9.0 deepmerge: 4.3.1 - glob: 10.5.0 + glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 30.2.0 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - optional: true - jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 + babel-jest: 29.7.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 4.3.0 + ci-info: 3.9.0 deepmerge: 4.3.1 - glob: 10.5.0 + glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 30.2.0 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 25.5.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5) + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): + jest-config@30.3.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) + '@jest/test-sequencer': 30.3.0 + '@jest/types': 30.3.0 + babel-jest: 30.3.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 4.3.0 - deepmerge: 4.3.1 - glob: 10.5.0 - graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) - jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 30.2.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 25.5.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - optional: true - - jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): - dependencies: - '@babel/core': 7.29.0 - '@jest/get-type': 30.1.0 - '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.2.0 - '@jest/types': 30.2.0 - babel-jest: 30.2.0(@babel/core@7.29.0) - chalk: 4.1.2 - ci-info: 4.3.0 + ci-info: 4.4.0 deepmerge: 4.3.1 glob: 10.5.0 graceful-fs: 4.2.11 - jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-circus: 30.3.0(babel-plugin-macros@3.1.0) jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 + jest-environment-node: 30.3.0 jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-runner: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 - micromatch: 4.0.8 + jest-resolve: 30.3.0 + jest-runner: 30.3.0 + jest-util: 30.3.0 + jest-validate: 30.3.0 parse-json: 5.2.0 - pretty-format: 30.2.0 + pretty-format: 30.3.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 25.5.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) + '@types/node': 20.12.8 + ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -35108,12 +33644,12 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-diff@30.2.0: + jest-diff@30.3.0: dependencies: - '@jest/diff-sequences': 30.0.1 + '@jest/diff-sequences': 30.3.0 '@jest/get-type': 30.1.0 chalk: 4.1.2 - pretty-format: 30.2.0 + pretty-format: 30.3.0 jest-docblock@29.7.0: dependencies: @@ -35131,13 +33667,13 @@ snapshots: jest-util: 29.7.0 pretty-format: 29.7.0 - jest-each@30.2.0: + jest-each@30.3.0: dependencies: '@jest/get-type': 30.1.0 - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 chalk: 4.1.2 - jest-util: 30.2.0 - pretty-format: 30.2.0 + jest-util: 30.3.0 + pretty-format: 30.3.0 jest-environment-jsdom@29.7.0: dependencies: @@ -35145,7 +33681,7 @@ snapshots: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.14.5 + '@types/node': 20.19.37 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -35159,19 +33695,19 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.14.5 + '@types/node': 20.19.37 jest-mock: 29.7.0 jest-util: 29.7.0 - jest-environment-node@30.2.0: + jest-environment-node@30.3.0: dependencies: - '@jest/environment': 30.2.0 - '@jest/fake-timers': 30.2.0 - '@jest/types': 30.2.0 + '@jest/environment': 30.3.0 + '@jest/fake-timers': 30.3.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 - jest-mock: 30.2.0 - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-mock: 30.3.0 + jest-util: 30.3.0 + jest-validate: 30.3.0 jest-get-type@29.6.3: {} @@ -35191,17 +33727,17 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - jest-haste-map@30.2.0: + jest-haste-map@30.3.0: dependencies: - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 jest-regex-util: 30.0.1 - jest-util: 30.2.0 - jest-worker: 30.2.0 - micromatch: 4.0.8 + jest-util: 30.3.0 + jest-worker: 30.3.0 + picomatch: 4.0.4 walker: 1.0.8 optionalDependencies: fsevents: 2.3.3 @@ -35211,10 +33747,10 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-leak-detector@30.2.0: + jest-leak-detector@30.3.0: dependencies: '@jest/get-type': 30.1.0 - pretty-format: 30.2.0 + pretty-format: 30.3.0 jest-matcher-utils@29.7.0: dependencies: @@ -35223,12 +33759,12 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-matcher-utils@30.2.0: + jest-matcher-utils@30.3.0: dependencies: '@jest/get-type': 30.1.0 chalk: 4.1.2 - jest-diff: 30.2.0 - pretty-format: 30.2.0 + jest-diff: 30.3.0 + pretty-format: 30.3.0 jest-message-util@29.7.0: dependencies: @@ -35242,15 +33778,15 @@ snapshots: slash: 3.0.0 stack-utils: 2.0.6 - jest-message-util@30.2.0: + jest-message-util@30.3.0: dependencies: '@babel/code-frame': 7.29.0 - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 '@types/stack-utils': 2.0.3 chalk: 4.1.2 graceful-fs: 4.2.11 - micromatch: 4.0.8 - pretty-format: 30.2.0 + picomatch: 4.0.4 + pretty-format: 30.3.0 slash: 3.0.0 stack-utils: 2.0.6 @@ -35260,19 +33796,19 @@ snapshots: '@types/node': 20.19.37 jest-util: 29.7.0 - jest-mock@30.2.0: + jest-mock@30.3.0: dependencies: - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 - jest-util: 30.2.0 + jest-util: 30.3.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): optionalDependencies: jest-resolve: 29.7.0 - jest-pnp-resolver@1.2.3(jest-resolve@30.2.0): + jest-pnp-resolver@1.2.3(jest-resolve@30.3.0): optionalDependencies: - jest-resolve: 30.2.0 + jest-resolve: 30.3.0 jest-regex-util@29.6.3: {} @@ -35285,13 +33821,6 @@ snapshots: transitivePeerDependencies: - supports-color - jest-resolve-dependencies@30.2.0: - dependencies: - jest-regex-util: 30.0.1 - jest-snapshot: 30.2.0 - transitivePeerDependencies: - - supports-color - jest-resolve@29.7.0: dependencies: chalk: 4.1.2 @@ -35304,14 +33833,14 @@ snapshots: resolve.exports: 2.0.3 slash: 3.0.0 - jest-resolve@30.2.0: + jest-resolve@30.3.0: dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 - jest-haste-map: 30.2.0 - jest-pnp-resolver: 1.2.3(jest-resolve@30.2.0) - jest-util: 30.2.0 - jest-validate: 30.2.0 + jest-haste-map: 30.3.0 + jest-pnp-resolver: 1.2.3(jest-resolve@30.3.0) + jest-util: 30.3.0 + jest-validate: 30.3.0 slash: 3.0.0 unrs-resolver: 1.11.1 @@ -35341,28 +33870,28 @@ snapshots: transitivePeerDependencies: - supports-color - jest-runner@30.2.0: + jest-runner@30.3.0: dependencies: - '@jest/console': 30.2.0 - '@jest/environment': 30.2.0 - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 + '@jest/console': 30.3.0 + '@jest/environment': 30.3.0 + '@jest/test-result': 30.3.0 + '@jest/transform': 30.3.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 chalk: 4.1.2 emittery: 0.13.1 exit-x: 0.2.2 graceful-fs: 4.2.11 jest-docblock: 30.2.0 - jest-environment-node: 30.2.0 - jest-haste-map: 30.2.0 - jest-leak-detector: 30.2.0 - jest-message-util: 30.2.0 - jest-resolve: 30.2.0 - jest-runtime: 30.2.0 - jest-util: 30.2.0 - jest-watcher: 30.2.0 - jest-worker: 30.2.0 + jest-environment-node: 30.3.0 + jest-haste-map: 30.3.0 + jest-leak-detector: 30.3.0 + jest-message-util: 30.3.0 + jest-resolve: 30.3.0 + jest-runtime: 30.3.0 + jest-util: 30.3.0 + jest-watcher: 30.3.0 + jest-worker: 30.3.0 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: @@ -35379,8 +33908,8 @@ snapshots: '@jest/types': 29.6.3 '@types/node': 20.19.37 chalk: 4.1.2 - cjs-module-lexer: 1.4.1 - collect-v8-coverage: 1.0.2 + cjs-module-lexer: 1.4.3 + collect-v8-coverage: 1.0.3 glob: 7.2.3 graceful-fs: 4.2.11 jest-haste-map: 29.7.0 @@ -35395,28 +33924,28 @@ snapshots: transitivePeerDependencies: - supports-color - jest-runtime@30.2.0: + jest-runtime@30.3.0: dependencies: - '@jest/environment': 30.2.0 - '@jest/fake-timers': 30.2.0 - '@jest/globals': 30.2.0 + '@jest/environment': 30.3.0 + '@jest/fake-timers': 30.3.0 + '@jest/globals': 30.3.0 '@jest/source-map': 30.0.1 - '@jest/test-result': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 + '@jest/test-result': 30.3.0 + '@jest/transform': 30.3.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 chalk: 4.1.2 cjs-module-lexer: 2.2.0 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.3 glob: 10.5.0 graceful-fs: 4.2.11 - jest-haste-map: 30.2.0 - jest-message-util: 30.2.0 - jest-mock: 30.2.0 + jest-haste-map: 30.3.0 + jest-message-util: 30.3.0 + jest-mock: 30.3.0 jest-regex-util: 30.0.1 - jest-resolve: 30.2.0 - jest-snapshot: 30.2.0 - jest-util: 30.2.0 + jest-resolve: 30.3.0 + jest-snapshot: 30.3.0 + jest-util: 30.3.0 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: @@ -35427,7 +33956,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) '@babel/types': 7.29.0 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 @@ -35447,27 +33976,27 @@ snapshots: transitivePeerDependencies: - supports-color - jest-snapshot@30.2.0: + jest-snapshot@30.3.0: dependencies: '@babel/core': 7.29.0 '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) '@babel/types': 7.29.0 - '@jest/expect-utils': 30.2.0 + '@jest/expect-utils': 30.3.0 '@jest/get-type': 30.1.0 - '@jest/snapshot-utils': 30.2.0 - '@jest/transform': 30.2.0 - '@jest/types': 30.2.0 + '@jest/snapshot-utils': 30.3.0 + '@jest/transform': 30.3.0 + '@jest/types': 30.3.0 babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0) chalk: 4.1.2 - expect: 30.2.0 + expect: 30.3.0 graceful-fs: 4.2.11 - jest-diff: 30.2.0 - jest-matcher-utils: 30.2.0 - jest-message-util: 30.2.0 - jest-util: 30.2.0 - pretty-format: 30.2.0 + jest-diff: 30.3.0 + jest-matcher-utils: 30.3.0 + jest-message-util: 30.3.0 + jest-util: 30.3.0 + pretty-format: 30.3.0 semver: 7.7.4 synckit: 0.11.12 transitivePeerDependencies: @@ -35480,16 +34009,16 @@ snapshots: chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 - picomatch: 2.3.1 + picomatch: 2.3.2 - jest-util@30.2.0: + jest-util@30.3.0: dependencies: - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 chalk: 4.1.2 - ci-info: 4.3.0 + ci-info: 4.4.0 graceful-fs: 4.2.11 - picomatch: 4.0.3 + picomatch: 4.0.4 jest-validate@29.7.0: dependencies: @@ -35500,14 +34029,14 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-validate@30.2.0: + jest-validate@30.3.0: dependencies: '@jest/get-type': 30.1.0 - '@jest/types': 30.2.0 + '@jest/types': 30.3.0 camelcase: 6.3.0 chalk: 4.1.2 leven: 3.1.0 - pretty-format: 30.2.0 + pretty-format: 30.3.0 jest-watcher@29.7.0: dependencies: @@ -35520,15 +34049,15 @@ snapshots: jest-util: 29.7.0 string-length: 4.0.2 - jest-watcher@30.2.0: + jest-watcher@30.3.0: dependencies: - '@jest/test-result': 30.2.0 - '@jest/types': 30.2.0 + '@jest/test-result': 30.3.0 + '@jest/types': 30.3.0 '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 - jest-util: 30.2.0 + jest-util: 30.3.0 string-length: 4.0.2 jest-worker@27.5.1: @@ -35544,20 +34073,20 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest-worker@30.2.0: + jest-worker@30.3.0: dependencies: '@types/node': 20.19.37 '@ungap/structured-clone': 1.3.0 - jest-util: 30.2.0 + jest-util: 30.3.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -35566,148 +34095,82 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): + jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - jest@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): - dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) - '@jest/types': 30.2.0 - import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): - dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) - '@jest/types': 30.2.0 - import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): - dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) - '@jest/types': 30.2.0 - import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) + jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node - optional: true - jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): + jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) - '@jest/types': 30.2.0 - import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) - optionalDependencies: - node-notifier: 9.0.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - esbuild-register - - supports-color - - ts-node - - jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): - dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) - '@jest/types': 30.2.0 + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) + '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node optional: true - jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): + jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) - '@jest/types': 30.2.0 + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + jest-cli: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node - jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): + jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) - '@jest/types': 30.2.0 + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + jest-cli: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node - optional: true - jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)): dependencies: - '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) - '@jest/types': 30.2.0 + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros - - esbuild-register - supports-color - ts-node - jiti@1.21.6: {} + jiti@1.21.7: {} jiti@2.6.1: {} - jose@6.1.3: {} + jose@6.2.2: {} jquery.tmpl@0.0.2: dependencies: @@ -35717,10 +34180,10 @@ snapshots: jqueryify@0.0.3: {} - js-beautify@1.15.1: + js-beautify@1.15.4: dependencies: config-chain: 1.1.13 - editorconfig: 1.0.4 + editorconfig: 1.0.7 glob: 10.5.0 js-cookie: 3.0.5 nopt: 7.2.1 @@ -35748,8 +34211,6 @@ snapshots: jsbn@0.1.1: {} - jsbn@1.1.0: {} - jsdom@20.0.3: dependencies: abab: 2.0.6 @@ -35758,7 +34219,7 @@ snapshots: cssom: 0.5.0 cssstyle: 2.3.0 data-urls: 3.0.2 - decimal.js: 10.4.3 + decimal.js: 10.6.0 domexception: 4.0.0 escodegen: 2.1.0 form-data: 4.0.5 @@ -35766,8 +34227,8 @@ snapshots: http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.13 - parse5: 7.2.1 + nwsapi: 2.2.23 + parse5: 7.3.0 saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.1.4 @@ -35776,7 +34237,7 @@ snapshots: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.18.0 + ws: 8.20.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -35821,7 +34282,7 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - jsonfile@6.1.0: + jsonfile@6.2.0: dependencies: universalify: 2.0.1 optionalDependencies: @@ -35839,13 +34300,13 @@ snapshots: jspdf@4.2.1: dependencies: - '@babel/runtime': 7.28.6 + '@babel/runtime': 7.29.2 fast-png: 6.4.0 fflate: 0.8.2 optionalDependencies: canvg: 3.0.11 - core-js: 3.39.0 - dompurify: 3.3.1 + core-js: 3.49.0 + dompurify: 3.3.3 html2canvas: 1.4.1 jsprim@1.4.2: @@ -35857,8 +34318,8 @@ snapshots: jsx-ast-utils@3.3.5: dependencies: - array-includes: 3.1.8 - array.prototype.flat: 1.3.2 + array-includes: 3.1.9 + array.prototype.flat: 1.3.3 object.assign: 4.1.7 object.values: 1.2.1 @@ -35883,7 +34344,7 @@ snapshots: istanbul-lib-instrument: 5.2.1 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.7 + istanbul-reports: 3.2.0 minimatch: 3.1.5 transitivePeerDependencies: - supports-color @@ -35909,17 +34370,17 @@ snapshots: dependencies: source-map-support: 0.5.21 - karma-webpack@5.0.1(webpack@5.105.4(@swc/core@1.15.3)): + karma-webpack@5.0.1(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): dependencies: glob: 7.2.3 minimatch: 9.0.9 - webpack: 5.105.4(@swc/core@1.15.3) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) webpack-merge: 4.2.2 karma@6.4.4: dependencies: '@colors/colors': 1.5.0 - body-parser: 1.20.3 + body-parser: 1.20.4 braces: 3.0.3 chokidar: 3.6.0 connect: 3.7.0 @@ -35937,10 +34398,10 @@ snapshots: qjobs: 1.2.0 range-parser: 1.2.1 rimraf: 3.0.2 - socket.io: 4.8.1 + socket.io: 4.8.3 source-map: 0.6.1 - tmp: 0.2.3 - ua-parser-js: 0.7.39 + tmp: 0.2.5 + ua-parser-js: 0.7.41 yargs: 16.2.0 transitivePeerDependencies: - bufferutil @@ -35952,7 +34413,7 @@ snapshots: dependencies: json-buffer: 3.0.1 - keyv@5.5.5: + keyv@5.6.0: dependencies: '@keyv/serialize': 1.1.1 @@ -36000,10 +34461,10 @@ snapshots: default-resolution: 2.0.0 es6-weak-map: 2.0.3 - launch-editor@2.9.1: + launch-editor@2.13.2: dependencies: picocolors: 1.1.1 - shell-quote: 1.8.1 + shell-quote: 1.8.3 lazypipe@1.0.2: dependencies: @@ -36023,17 +34484,17 @@ snapshots: lead@4.0.0: {} - less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: less: 4.4.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - less-loader@12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + less-loader@12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: less: 4.4.2 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) less@4.4.0: dependencies: @@ -36046,7 +34507,7 @@ snapshots: image-size: 0.5.5 make-dir: 2.1.0 mime: 1.6.0 - needle: 3.3.1 + needle: 3.5.0 source-map: 0.6.1 less@4.4.2: @@ -36060,7 +34521,20 @@ snapshots: image-size: 0.5.5 make-dir: 2.1.0 mime: 1.6.0 - needle: 3.3.1 + needle: 3.5.0 + source-map: 0.6.1 + + less@4.6.4: + dependencies: + copy-anything: 3.0.5 + parse-node-version: 1.0.1 + optionalDependencies: + errno: 0.1.8 + graceful-fs: 4.2.11 + image-size: 0.5.5 + make-dir: 2.1.0 + mime: 1.6.0 + needle: 3.5.0 source-map: 0.6.1 leven@3.1.0: {} @@ -36070,17 +34544,17 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) lie@3.3.0: dependencies: @@ -36099,54 +34573,54 @@ snapshots: transitivePeerDependencies: - supports-color - lightningcss-android-arm64@1.30.2: + lightningcss-android-arm64@1.32.0: optional: true - lightningcss-darwin-arm64@1.30.2: + lightningcss-darwin-arm64@1.32.0: optional: true - lightningcss-darwin-x64@1.30.2: + lightningcss-darwin-x64@1.32.0: optional: true - lightningcss-freebsd-x64@1.30.2: + lightningcss-freebsd-x64@1.32.0: optional: true - lightningcss-linux-arm-gnueabihf@1.30.2: + lightningcss-linux-arm-gnueabihf@1.32.0: optional: true - lightningcss-linux-arm64-gnu@1.30.2: + lightningcss-linux-arm64-gnu@1.32.0: optional: true - lightningcss-linux-arm64-musl@1.30.2: + lightningcss-linux-arm64-musl@1.32.0: optional: true - lightningcss-linux-x64-gnu@1.30.2: + lightningcss-linux-x64-gnu@1.32.0: optional: true - lightningcss-linux-x64-musl@1.30.2: + lightningcss-linux-x64-musl@1.32.0: optional: true - lightningcss-win32-arm64-msvc@1.30.2: + lightningcss-win32-arm64-msvc@1.32.0: optional: true - lightningcss-win32-x64-msvc@1.30.2: + lightningcss-win32-x64-msvc@1.32.0: optional: true - lightningcss@1.30.2: + lightningcss@1.32.0: dependencies: - detect-libc: 2.0.3 + detect-libc: 2.1.2 optionalDependencies: - lightningcss-android-arm64: 1.30.2 - lightningcss-darwin-arm64: 1.30.2 - lightningcss-darwin-x64: 1.30.2 - lightningcss-freebsd-x64: 1.30.2 - lightningcss-linux-arm-gnueabihf: 1.30.2 - lightningcss-linux-arm64-gnu: 1.30.2 - lightningcss-linux-arm64-musl: 1.30.2 - lightningcss-linux-x64-gnu: 1.30.2 - lightningcss-linux-x64-musl: 1.30.2 - lightningcss-win32-arm64-msvc: 1.30.2 - lightningcss-win32-x64-msvc: 1.30.2 + lightningcss-android-arm64: 1.32.0 + lightningcss-darwin-arm64: 1.32.0 + lightningcss-darwin-x64: 1.32.0 + lightningcss-freebsd-x64: 1.32.0 + lightningcss-linux-arm-gnueabihf: 1.32.0 + lightningcss-linux-arm64-gnu: 1.32.0 + lightningcss-linux-arm64-musl: 1.32.0 + lightningcss-linux-x64-gnu: 1.32.0 + lightningcss-linux-x64-musl: 1.32.0 + lightningcss-win32-arm64-msvc: 1.32.0 + lightningcss-win32-x64-msvc: 1.32.0 lilconfig@2.1.0: {} @@ -36178,7 +34652,7 @@ snapshots: dependencies: cli-truncate: 3.1.0 colorette: 2.0.20 - eventemitter3: 5.0.1 + eventemitter3: 5.0.4 log-update: 5.0.1 rfdc: 1.4.1 wrap-ansi: 8.1.0 @@ -36189,26 +34663,26 @@ snapshots: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 - eventemitter3: 5.0.1 + eventemitter3: 5.0.4 log-update: 6.1.0 rfdc: 1.4.1 - wrap-ansi: 9.0.0 + wrap-ansi: 9.0.2 listr2@9.0.5: dependencies: - cli-truncate: 5.1.1 + cli-truncate: 5.2.0 colorette: 2.0.20 - eventemitter3: 5.0.1 + eventemitter3: 5.0.4 log-update: 6.1.0 rfdc: 1.4.1 - wrap-ansi: 9.0.0 + wrap-ansi: 9.0.2 lmdb@2.8.5: dependencies: - msgpackr: 1.11.2 + msgpackr: 1.11.9 node-addon-api: 6.1.0 node-gyp-build-optional-packages: 5.1.1 - ordered-binary: 1.5.3 + ordered-binary: 1.6.1 weak-lru-cache: 1.2.2 optionalDependencies: '@lmdb/lmdb-darwin-arm64': 2.8.5 @@ -36220,10 +34694,10 @@ snapshots: lmdb@3.4.2: dependencies: - msgpackr: 1.11.2 + msgpackr: 1.11.9 node-addon-api: 6.1.0 node-gyp-build-optional-packages: 5.2.2 - ordered-binary: 1.5.3 + ordered-binary: 1.6.1 weak-lru-cache: 1.2.2 optionalDependencies: '@lmdb/lmdb-darwin-arm64': 3.4.2 @@ -36237,10 +34711,10 @@ snapshots: lmdb@3.4.4: dependencies: - msgpackr: 1.11.2 + msgpackr: 1.11.9 node-addon-api: 6.1.0 node-gyp-build-optional-packages: 5.2.2 - ordered-binary: 1.5.3 + ordered-binary: 1.6.1 weak-lru-cache: 1.2.2 optionalDependencies: '@lmdb/lmdb-darwin-arm64': 3.4.4 @@ -36305,8 +34779,6 @@ snapshots: lodash.flattendeep@4.4.0: {} - lodash.get@4.4.2: {} - lodash.groupby@4.6.0: {} lodash.isboolean@3.0.3: {} @@ -36369,16 +34841,16 @@ snapshots: ansi-escapes: 5.0.0 cli-cursor: 4.0.0 slice-ansi: 5.0.0 - strip-ansi: 7.1.2 + strip-ansi: 7.2.0 wrap-ansi: 8.1.0 log-update@6.1.0: dependencies: - ansi-escapes: 7.0.0 + ansi-escapes: 7.3.0 cli-cursor: 5.0.0 - slice-ansi: 7.1.0 - strip-ansi: 7.1.2 - wrap-ansi: 9.0.0 + slice-ansi: 7.1.2 + strip-ansi: 7.2.0 + wrap-ansi: 9.0.2 log4js@6.9.1: dependencies: @@ -36433,7 +34905,7 @@ snapshots: lru-cache@11.0.2: {} - lru-cache@11.2.4: {} + lru-cache@11.2.7: {} lru-cache@5.1.1: dependencies: @@ -36452,28 +34924,16 @@ snapshots: lz-string@1.5.0: {} - macos-release@3.3.0: {} + macos-release@3.4.0: {} magic-string@0.25.9: dependencies: sourcemap-codec: 1.4.8 - magic-string@0.30.1: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 - - magic-string@0.30.13: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 - magic-string@0.30.17: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 - magic-string@0.30.19: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 - magic-string@0.30.21: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -36494,19 +34954,20 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@15.0.3: + make-fetch-happen@15.0.5: dependencies: + '@gar/promise-retry': 1.0.3 '@npmcli/agent': 4.0.0 - cacache: 20.0.3 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 - minipass-fetch: 5.0.0 - minipass-flush: 1.0.5 + '@npmcli/redact': 4.0.0 + cacache: 20.0.4 + http-cache-semantics: 4.2.0 + minipass: 7.1.3 + minipass-fetch: 5.0.2 + minipass-flush: 1.0.7 minipass-pipeline: 1.2.4 negotiator: 1.0.0 proc-log: 6.1.0 - promise-retry: 2.0.1 - ssri: 13.0.0 + ssri: 13.0.1 transitivePeerDependencies: - supports-color @@ -36553,7 +35014,7 @@ snapshots: md5.js@1.3.5: dependencies: - hash-base: 3.1.2 + hash-base: 3.0.5 inherits: 2.0.4 safe-buffer: 5.2.1 @@ -36567,7 +35028,7 @@ snapshots: dependencies: '@types/mdast': 3.0.15 '@types/unist': 2.0.11 - decode-named-character-reference: 1.0.2 + decode-named-character-reference: 1.3.0 mdast-util-to-string: 3.2.0 micromark: 3.2.0 micromark-util-decode-numeric-character-reference: 1.1.0 @@ -36613,9 +35074,7 @@ snapshots: mdn-data@2.0.30: {} - mdn-data@2.12.2: {} - - mdn-data@2.14.0: {} + mdn-data@2.27.1: {} media-typer@0.3.0: {} @@ -36623,14 +35082,22 @@ snapshots: memfs@3.5.3: dependencies: - fs-monkey: 1.0.6 + fs-monkey: 1.1.0 - memfs@4.51.1: + memfs@4.57.1(tslib@2.8.1): dependencies: + '@jsonjoy.com/fs-core': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-fsa': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-to-fsa': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.57.1(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.57.1(tslib@2.8.1) '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) - thingies: 2.5.0(tslib@2.8.1) + thingies: 2.6.0(tslib@2.8.1) tree-dump: 1.1.0(tslib@2.8.1) tslib: 2.8.1 @@ -36674,7 +35141,7 @@ snapshots: micromark-core-commonmark@1.1.0: dependencies: - decode-named-character-reference: 1.0.2 + decode-named-character-reference: 1.3.0 micromark-factory-destination: 1.1.0 micromark-factory-label: 1.1.0 micromark-factory-space: 1.1.0 @@ -36749,7 +35216,7 @@ snapshots: micromark-util-decode-string@1.1.0: dependencies: - decode-named-character-reference: 1.0.2 + decode-named-character-reference: 1.3.0 micromark-util-character: 1.2.0 micromark-util-decode-numeric-character-reference: 1.1.0 micromark-util-symbol: 1.1.0 @@ -36785,9 +35252,9 @@ snapshots: micromark@3.2.0: dependencies: - '@types/debug': 4.1.12 + '@types/debug': 4.1.13 debug: 4.4.3 - decode-named-character-reference: 1.0.2 + decode-named-character-reference: 1.3.0 micromark-core-commonmark: 1.1.0 micromark-factory-space: 1.1.0 micromark-util-character: 1.2.0 @@ -36842,16 +35309,16 @@ snapshots: micromatch@4.0.5: dependencies: braces: 3.0.3 - picomatch: 2.3.1 + picomatch: 2.3.2 micromatch@4.0.8: dependencies: braces: 3.0.3 - picomatch: 2.3.1 + picomatch: 2.3.2 miller-rabin@4.0.1: dependencies: - bn.js: 4.12.1 + bn.js: 4.12.3 brorand: 1.1.0 mime-db@1.52.0: {} @@ -36882,17 +35349,17 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: schema-utils: 4.3.3 - tapable: 2.3.0 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + tapable: 2.3.2 + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: schema-utils: 4.3.3 - tapable: 2.3.0 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + tapable: 2.3.2 + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) minimalistic-assert@1.0.1: {} @@ -36900,7 +35367,7 @@ snapshots: minimatch@10.2.4: dependencies: - brace-expansion: 5.0.3 + brace-expansion: 5.0.5 minimatch@3.1.5: dependencies: @@ -36924,17 +35391,17 @@ snapshots: minipass-collect@2.0.1: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 - minipass-fetch@5.0.0: + minipass-fetch@5.0.2: dependencies: - minipass: 7.1.2 - minipass-sized: 1.0.3 + minipass: 7.1.3 + minipass-sized: 2.0.0 minizlib: 3.1.0 optionalDependencies: - encoding: 0.1.13 + iconv-lite: 0.7.2 - minipass-flush@1.0.5: + minipass-flush@1.0.7: dependencies: minipass: 3.3.6 @@ -36942,19 +35409,19 @@ snapshots: dependencies: minipass: 3.3.6 - minipass-sized@1.0.3: + minipass-sized@2.0.0: dependencies: - minipass: 3.3.6 + minipass: 7.1.3 minipass@3.3.6: dependencies: yallist: 4.0.0 - minipass@7.1.2: {} + minipass@7.1.3: {} minizlib@3.1.0: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 mitt@3.0.1: {} @@ -37002,14 +35469,14 @@ snapshots: dependencies: commander: 10.0.1 glob: 7.2.3 - requirejs: 2.3.7 + requirejs: 2.3.8 requirejs-config-file: 4.0.0 moment-duration-format-commonjs@1.0.1: {} moment@2.30.1: {} - moo@0.5.2: {} + moo@0.5.3: {} mri@1.2.0: {} @@ -37033,7 +35500,7 @@ snapshots: '@msgpackr-extract/msgpackr-extract-win32-x64': 3.0.3 optional: true - msgpackr@1.11.2: + msgpackr@1.11.9: optionalDependencies: msgpackr-extract: 3.0.3 @@ -37060,17 +35527,13 @@ snapshots: mute-stream@2.0.0: {} - mylas@2.1.13: {} + mylas@2.1.14: {} - nan@2.22.0: + nan@2.26.2: optional: true nanoid@3.3.11: {} - nanoid@3.3.7: {} - - nanoid@3.3.9: {} - nanomatch@1.2.13: dependencies: arr-diff: 4.0.0 @@ -37101,14 +35564,14 @@ snapshots: nearley@2.20.1: dependencies: commander: 2.20.3 - moo: 0.5.2 + moo: 0.5.3 railroad-diagrams: 1.0.0 randexp: 0.4.6 - needle@3.3.1: + needle@3.5.0: dependencies: iconv-lite: 0.6.3 - sax: 1.4.1 + sax: 1.6.0 optional: true negotiator@0.6.3: {} @@ -37125,102 +35588,102 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@19.2.2(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5) + '@ampproject/remapping': 2.3.0 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) - '@rollup/wasm-node': 4.27.3 - ajv: 8.17.1 + '@rollup/wasm-node': 4.60.0 + ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 - chokidar: 4.0.1 - commander: 13.1.0 - convert-source-map: 2.0.0 + chokidar: 4.0.3 + commander: 14.0.3 dependency-graph: 1.0.0 esbuild: 0.25.0 - fast-glob: 3.3.3 - find-cache-dir: 3.3.2 - injection-js: 2.4.0 + find-cache-directory: 6.0.0 + injection-js: 2.6.1 jsonc-parser: 3.3.1 - less: 4.4.2 - ora: 5.4.1 - piscina: 4.8.0 - postcss: 8.5.6 + less: 4.6.4 + ora: 8.2.0 + piscina: 5.1.4 + postcss: 8.5.8 + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 - sass: 1.97.1 + sass: 1.98.0 + tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 4.9.5 + typescript: 5.8.3 optionalDependencies: rollup: 4.59.0 - ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): + ng-packagr@21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@4.9.5) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) - '@rollup/wasm-node': 4.27.3 + '@rollup/wasm-node': 4.60.0 ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 - chokidar: 4.0.1 + chokidar: 5.0.0 commander: 14.0.3 dependency-graph: 1.0.0 - esbuild: 0.25.0 + esbuild: 0.27.4 find-cache-directory: 6.0.0 - injection-js: 2.4.0 + injection-js: 2.6.1 jsonc-parser: 3.3.1 - less: 4.4.2 - ora: 8.2.0 + less: 4.6.4 + ora: 9.3.0 piscina: 5.1.4 postcss: 8.5.8 - rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@4.9.5) rxjs: 7.8.2 - sass: 1.97.1 + sass: 1.98.0 tinyglobby: 0.2.15 - tslib: 2.6.3 - typescript: 5.8.3 + tslib: 2.8.1 + typescript: 4.9.5 optionalDependencies: rollup: 4.59.0 - optional: true - ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + ng-packagr@21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) - '@rollup/wasm-node': 4.27.3 + '@rollup/wasm-node': 4.60.0 ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 - chokidar: 4.0.1 + chokidar: 5.0.0 commander: 14.0.3 dependency-graph: 1.0.0 - esbuild: 0.25.0 + esbuild: 0.27.4 find-cache-directory: 6.0.0 - injection-js: 2.4.0 + injection-js: 2.6.1 jsonc-parser: 3.3.1 - less: 4.4.2 - ora: 8.2.0 + less: 4.6.4 + ora: 9.3.0 piscina: 5.1.4 postcss: 8.5.8 - rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.9.3) rxjs: 7.8.2 - sass: 1.97.1 + sass: 1.98.0 tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 5.8.3 + typescript: 5.9.3 optionalDependencies: rollup: 4.59.0 + optional: true nice-try@1.0.5: {} - nise@6.1.1: + nise@6.1.4: dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers': 13.0.5 - '@sinonjs/text-encoding': 0.7.3 + '@sinonjs/fake-timers': 15.1.1 just-extend: 6.2.0 - path-to-regexp: 8.3.0 + path-to-regexp: 8.4.0 no-case@3.0.4: dependencies: @@ -37235,35 +35698,40 @@ snapshots: node-domexception@1.0.0: {} - node-fetch@2.7.0(encoding@0.1.13): + node-exports-info@1.6.0: + dependencies: + array.prototype.flatmap: 1.3.3 + es-errors: 1.3.0 + object.entries: 1.1.9 + semver: 6.3.1 + + node-fetch@2.7.0: dependencies: whatwg-url: 5.0.0 - optionalDependencies: - encoding: 0.1.13 - node-forge@1.3.3: {} + node-forge@1.4.0: {} node-gyp-build-optional-packages@5.1.1: dependencies: - detect-libc: 2.0.3 + detect-libc: 2.1.2 node-gyp-build-optional-packages@5.2.2: dependencies: - detect-libc: 2.0.3 + detect-libc: 2.1.2 optional: true - node-gyp@12.1.0: + node-gyp@12.2.0: dependencies: env-paths: 2.2.1 - exponential-backoff: 3.1.1 + exponential-backoff: 3.1.3 graceful-fs: 4.2.11 - make-fetch-happen: 15.0.3 + make-fetch-happen: 15.0.5 nopt: 9.0.0 proc-log: 6.1.0 - semver: 7.7.4 - tar: 7.5.11 + semver: 7.7.2 + tar: 7.5.13 tinyglobby: 0.2.15 - which: 6.0.0 + which: 6.0.1 transitivePeerDependencies: - supports-color @@ -37280,7 +35748,7 @@ snapshots: uuid: 8.3.2 which: 2.0.2 - node-releases@2.0.27: {} + node-releases@2.0.36: {} node-source-walk@6.0.2: dependencies: @@ -37299,12 +35767,12 @@ snapshots: node.extend@1.1.8: dependencies: has: 1.0.4 - is: 3.3.0 + is: 3.3.2 node.extend@2.0.3: dependencies: hasown: 2.0.2 - is: 3.3.0 + is: 3.3.2 nopt@3.0.6: dependencies: @@ -37354,7 +35822,7 @@ snapshots: npm-install-checks@8.0.0: dependencies: - semver: 7.7.4 + semver: 7.7.2 npm-normalize-package-bin@5.0.0: {} @@ -37362,17 +35830,17 @@ snapshots: dependencies: hosted-git-info: 9.0.2 proc-log: 5.0.0 - semver: 7.7.4 - validate-npm-package-name: 6.0.0 + semver: 7.7.2 + validate-npm-package-name: 6.0.2 npm-package-arg@13.0.2: dependencies: hosted-git-info: 9.0.2 proc-log: 6.1.0 - semver: 7.7.4 + semver: 7.7.3 validate-npm-package-name: 7.0.2 - npm-packlist@10.0.3: + npm-packlist@10.0.4: dependencies: ignore-walk: 8.0.0 proc-log: 6.1.0 @@ -37381,18 +35849,18 @@ snapshots: dependencies: npm-install-checks: 8.0.0 npm-normalize-package-bin: 5.0.0 - npm-package-arg: 13.0.2 - semver: 7.7.4 + npm-package-arg: 13.0.0 + semver: 7.7.2 npm-registry-fetch@19.1.1: dependencies: '@npmcli/redact': 4.0.0 jsonparse: 1.3.1 - make-fetch-happen: 15.0.3 - minipass: 7.1.2 - minipass-fetch: 5.0.0 + make-fetch-happen: 15.0.5 + minipass: 7.1.3 + minipass-fetch: 5.0.2 minizlib: 3.1.0 - npm-package-arg: 13.0.2 + npm-package-arg: 13.0.0 proc-log: 6.1.0 transitivePeerDependencies: - supports-color @@ -37405,7 +35873,7 @@ snapshots: minimatch: 3.1.5 pidtree: 0.5.0 read-pkg: 5.2.0 - shell-quote: 1.8.1 + shell-quote: 1.8.3 npm-run-path@2.0.2: dependencies: @@ -37427,42 +35895,42 @@ snapshots: number-is-nan@1.0.1: {} - nwsapi@2.2.13: {} + nwsapi@2.2.23: {} nx-cloud@19.1.0: dependencies: '@nrwl/nx-cloud': 19.1.0 - axios: 1.13.5 + axios: 1.13.6 chalk: 4.1.2 dotenv: 10.0.0 fs-extra: 11.2.0 ini: 4.1.3 node-machine-id: 1.1.12 open: 8.4.2 - tar: 7.5.11 + tar: 7.5.13 yargs-parser: 22.0.0 transitivePeerDependencies: - debug - nx@22.4.5(@swc/core@1.15.3): + nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)): dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 - axios: 1.13.5 + axios: 1.13.6 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 8.0.1 - dotenv: 16.4.5 + dotenv: 16.4.7 dotenv-expand: 11.0.7 enquirer: 2.3.6 figures: 3.2.0 flat: 5.0.2 front-matter: 4.0.2 ignore: 7.0.5 - jest-diff: 30.2.0 + jest-diff: 30.3.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.3 minimatch: 10.2.4 @@ -37492,7 +35960,7 @@ snapshots: '@nx/nx-linux-x64-musl': 22.4.5 '@nx/nx-win32-arm64-msvc': 22.4.5 '@nx/nx-win32-x64-msvc': 22.4.5 - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) transitivePeerDependencies: - debug @@ -37508,13 +35976,11 @@ snapshots: define-property: 0.2.5 kind-of: 3.2.2 - object-inspect@1.13.3: {} - object-inspect@1.13.4: {} object-is@1.1.6: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 object-keys@0.4.0: {} @@ -37525,13 +35991,6 @@ snapshots: dependencies: isobject: 3.0.1 - object.assign@4.1.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - has-symbols: 1.1.0 - object-keys: 1.1.1 - object.assign@4.1.7: dependencies: call-bind: 1.0.8 @@ -37548,12 +36007,6 @@ snapshots: for-own: 1.0.0 isobject: 3.0.1 - object.entries@1.1.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.1.1 - object.entries@1.1.9: dependencies: call-bind: 1.0.8 @@ -37563,16 +36016,16 @@ snapshots: object.fromentries@2.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.23.5 - es-object-atoms: 1.0.0 + es-abstract: 1.24.1 + es-object-atoms: 1.1.1 object.groupby@1.0.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 object.map@1.0.1: dependencies: @@ -37593,12 +36046,6 @@ snapshots: for-own: 1.0.0 make-iterator: 1.0.1 - object.values@1.2.0: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.1.1 - object.values@1.2.1: dependencies: call-bind: 1.0.8 @@ -37666,29 +36113,29 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 - openai@4.73.1(encoding@0.1.13)(zod@3.24.4): + openai@4.73.1(zod@3.23.8): dependencies: - '@types/node': 18.19.64 - '@types/node-fetch': 2.6.12 + '@types/node': 18.19.130 + '@types/node-fetch': 2.6.13 abort-controller: 3.0.0 - agentkeepalive: 4.5.0 + agentkeepalive: 4.6.0 form-data-encoder: 1.7.2 formdata-node: 4.4.1 - node-fetch: 2.7.0(encoding@0.1.13) + node-fetch: 2.7.0 optionalDependencies: - zod: 3.24.4 + zod: 3.23.8 transitivePeerDependencies: - encoding - openai@4.73.1(encoding@0.1.13)(zod@4.3.5): + openai@4.73.1(zod@4.3.5): dependencies: - '@types/node': 18.19.64 - '@types/node-fetch': 2.6.12 + '@types/node': 18.19.130 + '@types/node-fetch': 2.6.13 abort-controller: 3.0.0 - agentkeepalive: 4.5.0 + agentkeepalive: 4.6.0 form-data-encoder: 1.7.2 formdata-node: 4.4.1 - node-fetch: 2.7.0(encoding@0.1.13) + node-fetch: 2.7.0 optionalDependencies: zod: 4.3.5 transitivePeerDependencies: @@ -37717,7 +36164,7 @@ snapshots: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.2 + cli-spinners: 2.6.1 is-interactive: 1.0.0 log-symbols: 4.1.0 strip-ansi: 6.0.1 @@ -37745,21 +36192,32 @@ snapshots: log-symbols: 6.0.0 stdin-discarder: 0.2.2 string-width: 7.2.0 - strip-ansi: 7.1.2 + strip-ansi: 7.2.0 ora@9.0.0: dependencies: chalk: 5.6.2 cli-cursor: 5.0.0 - cli-spinners: 3.3.0 + cli-spinners: 3.4.0 is-interactive: 2.0.0 is-unicode-supported: 2.1.0 log-symbols: 7.0.1 stdin-discarder: 0.2.2 - string-width: 8.1.0 - strip-ansi: 7.1.2 + string-width: 8.2.0 + strip-ansi: 7.2.0 - ordered-binary@1.5.3: {} + ora@9.3.0: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 3.4.0 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 7.0.1 + stdin-discarder: 0.3.1 + string-width: 8.2.0 + + ordered-binary@1.6.1: {} ordered-read-streams@1.0.1: dependencies: @@ -37813,26 +36271,26 @@ snapshots: dependencies: aggregate-error: 3.1.0 - p-map@7.0.3: {} + p-map@7.0.4: {} p-retry@6.2.1: dependencies: '@types/retry': 0.12.2 - is-network-error: 1.1.0 + is-network-error: 1.3.1 retry: 0.13.1 p-try@2.2.0: {} - pac-proxy-agent@7.0.2: + pac-proxy-agent@7.2.0: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 - agent-base: 7.1.3 + agent-base: 7.1.4 debug: 4.4.3 - get-uri: 6.0.3 + get-uri: 6.0.5 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 pac-resolver: 7.0.1 - socks-proxy-agent: 8.0.4 + socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color @@ -37845,23 +36303,23 @@ snapshots: pacote@21.0.4: dependencies: - '@npmcli/git': 7.0.1 + '@npmcli/git': 7.0.2 '@npmcli/installed-package-contents': 4.0.0 - '@npmcli/package-json': 7.0.4 + '@npmcli/package-json': 7.0.5 '@npmcli/promise-spawn': 9.0.1 - '@npmcli/run-script': 10.0.3 - cacache: 20.0.3 + '@npmcli/run-script': 10.0.4 + cacache: 20.0.4 fs-minipass: 3.0.3 - minipass: 7.1.2 - npm-package-arg: 13.0.2 - npm-packlist: 10.0.3 + minipass: 7.1.3 + npm-package-arg: 13.0.0 + npm-packlist: 10.0.4 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 proc-log: 6.1.0 promise-retry: 2.0.1 - sigstore: 4.0.0 - ssri: 13.0.0 - tar: 7.5.11 + sigstore: 4.1.0 + ssri: 13.0.1 + tar: 7.5.13 transitivePeerDependencies: - supports-color @@ -37874,19 +36332,19 @@ snapshots: dot-case: 3.0.4 tslib: 2.8.1 - parcel@2.16.4: + parcel@2.16.4(@swc/helpers@0.5.20): dependencies: - '@parcel/config-default': 2.16.4(@parcel/core@2.16.4) - '@parcel/core': 2.16.4 + '@parcel/config-default': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20) + '@parcel/core': 2.16.4(@swc/helpers@0.5.20) '@parcel/diagnostic': 2.16.4 '@parcel/events': 2.16.4 '@parcel/feature-flags': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/logger': 2.16.4 - '@parcel/package-manager': 2.16.4(@parcel/core@2.16.4) - '@parcel/reporter-cli': 2.16.4(@parcel/core@2.16.4) - '@parcel/reporter-dev-server': 2.16.4(@parcel/core@2.16.4) - '@parcel/reporter-tracer': 2.16.4(@parcel/core@2.16.4) + '@parcel/package-manager': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20) + '@parcel/reporter-cli': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/reporter-dev-server': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/reporter-tracer': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) '@parcel/utils': 2.16.4 chalk: 4.1.2 commander: 12.1.0 @@ -37905,12 +36363,11 @@ snapshots: dependencies: path-platform: 0.11.15 - parse-asn1@5.1.7: + parse-asn1@5.1.9: dependencies: asn1.js: 4.10.1 browserify-aes: 1.2.0 evp_bytestokey: 1.0.3 - hash-base: 3.0.4 pbkdf2: 3.1.5 safe-buffer: 5.2.1 @@ -37933,12 +36390,12 @@ snapshots: parse-json@2.2.0: dependencies: - error-ex: 1.3.2 + error-ex: 1.3.4 parse-json@5.2.0: dependencies: '@babel/code-frame': 7.29.0 - error-ex: 1.3.2 + error-ex: 1.3.4 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -37948,14 +36405,10 @@ snapshots: parse5-html-rewriting-stream@8.0.0: dependencies: - entities: 6.0.0 + entities: 6.0.1 parse5: 8.0.0 parse5-sax-parser: 8.0.0 - parse5-htmlparser2-tree-adapter@6.0.1: - dependencies: - parse5: 6.0.1 - parse5-htmlparser2-tree-adapter@7.1.0: dependencies: domhandler: 5.0.3 @@ -37975,17 +36428,13 @@ snapshots: parse5@6.0.1: {} - parse5@7.2.1: - dependencies: - entities: 4.5.0 - parse5@7.3.0: dependencies: - entities: 6.0.0 + entities: 6.0.1 parse5@8.0.0: dependencies: - entities: 6.0.0 + entities: 6.0.1 parseurl@1.3.3: {} @@ -38031,16 +36480,16 @@ snapshots: path-scurry@1.11.1: dependencies: lru-cache: 10.4.3 - minipass: 7.1.2 + minipass: 7.1.3 - path-scurry@2.0.1: + path-scurry@2.0.2: dependencies: - lru-cache: 11.0.2 - minipass: 7.1.2 + lru-cache: 11.2.7 + minipass: 7.1.3 - path-to-regexp@0.1.12: {} + path-to-regexp@0.1.13: {} - path-to-regexp@8.3.0: {} + path-to-regexp@8.4.0: {} path-type@1.1.0: dependencies: @@ -38073,12 +36522,14 @@ snapshots: picocolors@1.1.1: {} - picomatch@2.3.1: {} + picomatch@2.3.2: {} picomatch@4.0.2: {} picomatch@4.0.3: {} + picomatch@4.0.4: {} + pidtree@0.5.0: {} pidtree@0.6.0: {} @@ -38102,14 +36553,8 @@ snapshots: pinkie@2.0.4: {} - pirates@4.0.6: {} - pirates@4.0.7: {} - piscina@4.8.0: - optionalDependencies: - '@napi-rs/nice': 1.1.1 - piscina@5.1.3: optionalDependencies: '@napi-rs/nice': 1.1.1 @@ -38132,7 +36577,7 @@ snapshots: dependencies: find-up: 3.0.0 - pkijs@3.3.3: + pkijs@3.4.0: dependencies: '@noble/hashes': 1.4.0 asn1js: 3.0.7 @@ -38174,44 +36619,43 @@ snapshots: pngjs@6.0.0: {} - portfinder@1.0.32: + portfinder@1.0.38: dependencies: - async: 2.6.4 - debug: 3.2.7 - mkdirp: 0.5.6 + async: 3.2.6 + debug: 4.4.3 transitivePeerDependencies: - supports-color posix-character-classes@0.1.1: {} - possible-typed-array-names@1.0.0: {} + possible-typed-array-names@1.1.0: {} - postcss-html@1.7.0: + postcss-html@1.8.1: dependencies: htmlparser2: 8.0.2 js-tokens: 9.0.1 - postcss: 8.4.38 - postcss-safe-parser: 6.0.0(postcss@8.4.38) + postcss: 8.5.8 + postcss-safe-parser: 6.0.0(postcss@8.5.8) - postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: - cosmiconfig: 9.0.0(typescript@5.8.3) - jiti: 1.21.6 + cosmiconfig: 9.0.1(typescript@5.8.3) + jiti: 1.21.7 postcss: 8.5.6 - semver: 7.7.4 + semver: 7.7.2 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) transitivePeerDependencies: - typescript - postcss-loader@8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + postcss-loader@8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: - cosmiconfig: 9.0.0(typescript@5.9.3) + cosmiconfig: 9.0.1(typescript@5.9.3) jiti: 2.6.1 postcss: 8.5.6 - semver: 7.7.4 + semver: 7.7.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) transitivePeerDependencies: - typescript @@ -38221,43 +36665,63 @@ snapshots: dependencies: postcss: 8.4.38 - postcss-modules-local-by-default@4.1.0(postcss@8.4.38): + postcss-modules-extract-imports@3.1.0(postcss@8.5.8): + dependencies: + postcss: 8.5.8 + + postcss-modules-local-by-default@4.2.0(postcss@8.4.38): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 + postcss-modules-local-by-default@4.2.0(postcss@8.5.8): + dependencies: + 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.4.38): dependencies: postcss: 8.4.38 postcss-selector-parser: 7.1.1 + postcss-modules-scope@3.2.1(postcss@8.5.8): + dependencies: + postcss: 8.5.8 + postcss-selector-parser: 7.1.1 + postcss-modules-values@4.0.0(postcss@8.4.38): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 + postcss-modules-values@4.0.0(postcss@8.5.8): + dependencies: + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 + postcss-resolve-nested-selector@0.1.6: {} postcss-safe-parser@6.0.0(postcss@8.4.38): dependencies: postcss: 8.4.38 - postcss-safe-parser@7.0.1(postcss@8.5.6): + postcss-safe-parser@6.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-scss@4.0.9(postcss@8.5.8): + postcss-safe-parser@7.0.1(postcss@8.5.8): dependencies: postcss: 8.5.8 - postcss-selector-parser@6.1.2: + postcss-scss@4.0.9(postcss@8.5.8): dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 + postcss: 8.5.8 - postcss-selector-parser@7.0.0: + postcss-selector-parser@6.1.2: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 @@ -38278,7 +36742,7 @@ snapshots: postcss@8.4.38: dependencies: - nanoid: 3.3.7 + nanoid: 3.3.11 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -38362,7 +36826,7 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.3.1 - pretty-format@30.2.0: + pretty-format@30.3.0: dependencies: '@jest/schemas': 30.0.5 ansi-styles: 5.2.0 @@ -38396,14 +36860,14 @@ snapshots: kleur: 3.0.3 sisteransi: 1.0.5 - prop-types-exact@1.2.5: + prop-types-exact@1.2.7: dependencies: - call-bind: 1.0.8 + call-bound: 1.0.4 es-errors: 1.3.0 hasown: 2.0.2 isarray: 2.0.5 object.assign: 4.1.7 - reflect.ownkeys: 1.1.4 + own-keys: 1.0.1 prop-types@15.8.1: dependencies: @@ -38420,16 +36884,16 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - proxy-agent@6.4.0: + proxy-agent@6.5.0: dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 debug: 4.4.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 lru-cache: 7.18.3 - pac-proxy-agent: 7.0.2 + pac-proxy-agent: 7.2.0 proxy-from-env: 1.1.0 - socks-proxy-agent: 8.0.4 + socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color @@ -38437,27 +36901,27 @@ snapshots: prr@1.0.1: {} - psl@1.12.0: + psl@1.15.0: dependencies: punycode: 2.3.1 public-encrypt@4.0.3: dependencies: - bn.js: 4.12.1 + bn.js: 4.12.3 browserify-rsa: 4.1.1 create-hash: 1.2.0 - parse-asn1: 5.1.7 + parse-asn1: 5.1.9 randombytes: 2.1.0 safe-buffer: 5.2.1 pump@2.0.1: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 once: 1.4.0 - pump@3.0.2: + pump@3.0.4: dependencies: - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 once: 1.4.0 pumpify@1.5.1: @@ -38476,11 +36940,13 @@ snapshots: chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) debug: 4.4.3 devtools-protocol: 0.0.1354347 - typed-query-selector: 2.12.0 - ws: 8.18.0 + typed-query-selector: 2.12.1 + ws: 8.20.0 transitivePeerDependencies: + - bare-abort-controller - bare-buffer - bufferutil + - react-native-b4a - supports-color - utf-8-validate @@ -38488,13 +36954,15 @@ snapshots: dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.0(typescript@5.8.3) + cosmiconfig: 9.0.1(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 - typed-query-selector: 2.12.0 + typed-query-selector: 2.12.1 transitivePeerDependencies: + - bare-abort-controller - bare-buffer - bufferutil + - react-native-b4a - supports-color - typescript - utf-8-validate @@ -38511,15 +36979,15 @@ snapshots: q@1.0.1: {} - qified@0.5.3: + qified@0.9.0: dependencies: - hookified: 1.15.0 + hookified: 2.1.0 qjobs@1.2.0: {} qrcode-terminal@0.10.0: {} - qs@6.14.1: + qs@6.15.0: dependencies: side-channel: 1.1.0 @@ -38569,10 +37037,10 @@ snapshots: range-parser@1.2.1: {} - raw-body@2.5.2: + raw-body@2.5.3: dependencies: bytes: 3.1.2 - http-errors: 2.0.0 + http-errors: 2.0.1 iconv-lite: 0.4.24 unpipe: 1.0.0 @@ -38580,7 +37048,7 @@ snapshots: dependencies: bytes: 3.1.2 http-errors: 2.0.1 - iconv-lite: 0.7.1 + iconv-lite: 0.7.2 unpipe: 1.0.0 rc@1.2.8: @@ -38590,7 +37058,7 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - react-docgen-typescript@2.2.2(typescript@5.9.3): + react-docgen-typescript@2.4.0(typescript@5.9.3): dependencies: typescript: 5.9.3 @@ -38605,11 +37073,11 @@ snapshots: '@types/resolve': 1.20.6 doctrine: 3.0.0 resolve: 1.22.11 - strip-indent: 4.0.0 + strip-indent: 4.1.1 transitivePeerDependencies: - supports-color - react-docgen@8.0.2: + react-docgen@8.0.3: dependencies: '@babel/core': 7.29.0 '@babel/traverse': 7.29.0 @@ -38620,7 +37088,7 @@ snapshots: '@types/resolve': 1.20.6 doctrine: 3.0.0 resolve: 1.22.11 - strip-indent: 4.0.0 + strip-indent: 4.1.1 transitivePeerDependencies: - supports-color @@ -38645,10 +37113,10 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-dom@19.1.0(react@19.1.0): + react-dom@19.2.4(react@19.2.4): dependencies: - react: 19.1.0 - scheduler: 0.26.0 + react: 19.2.4 + scheduler: 0.27.0 react-is@16.13.1: {} @@ -38664,17 +37132,17 @@ snapshots: react-refresh@0.17.0: {} - react-router-dom@6.30.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + react-router-dom@6.30.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4): dependencies: '@remix-run/router': 1.23.2 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-router: 6.30.3(react@19.1.0) + react: 19.2.4 + react-dom: 19.2.4(react@19.2.4) + react-router: 6.30.3(react@19.2.4) - react-router@6.30.3(react@19.1.0): + react-router@6.30.3(react@19.2.4): dependencies: '@remix-run/router': 1.23.2 - react: 19.1.0 + react: 19.2.4 react-test-renderer@16.14.0(react@16.14.0): dependencies: @@ -38699,7 +37167,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - react@19.1.0: {} + react@19.2.4: {} read-file-relative@1.2.0: dependencies: @@ -38790,9 +37258,9 @@ snapshots: readdirp@3.6.0: dependencies: - picomatch: 2.3.1 + picomatch: 2.3.2 - readdirp@4.0.2: {} + readdirp@4.1.2: {} readdirp@5.0.0: {} @@ -38802,7 +37270,7 @@ snapshots: esprima: 4.0.1 source-map: 0.6.1 tiny-invariant: 1.3.3 - tslib: 2.6.3 + tslib: 2.8.1 rechoir@0.6.2: dependencies: @@ -38824,7 +37292,7 @@ snapshots: redent@4.0.0: dependencies: indent-string: 5.0.0 - strip-indent: 4.0.0 + strip-indent: 4.1.1 reflect-metadata@0.1.13: {} @@ -38834,31 +37302,13 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 get-proto: 1.0.1 which-builtin-type: 1.2.1 - reflect.getprototypeof@1.0.6: - dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.24.0 - es-errors: 1.3.0 - get-intrinsic: 1.3.0 - globalthis: 1.0.4 - which-builtin-type: 1.1.4 - - reflect.ownkeys@1.1.4: - dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-abstract: 1.24.0 - es-set-tostringtag: 2.1.0 - globalthis: 1.0.4 - regenerate-unicode-properties@10.2.2: dependencies: regenerate: 1.4.2 @@ -38881,17 +37331,10 @@ snapshots: extend-shallow: 3.0.2 safe-regex: 1.1.0 - regex-parser@2.3.0: {} + regex-parser@2.3.1: {} regexp-tree@0.1.27: {} - regexp.prototype.flags@1.5.3: - dependencies: - call-bind: 1.0.8 - define-properties: 1.2.1 - es-errors: 1.3.0 - set-function-name: 2.0.2 - regexp.prototype.flags@1.5.4: dependencies: call-bind: 1.0.8 @@ -39040,7 +37483,7 @@ snapshots: mime-types: 2.1.35 oauth-sign: 0.9.0 performance-now: 2.1.0 - qs: 6.14.1 + qs: 6.15.0 safe-buffer: 5.2.1 tough-cookie: 2.5.0 tunnel-agent: 0.6.0 @@ -39061,7 +37504,7 @@ snapshots: esprima: 4.0.1 stringify-object: 3.3.0 - requirejs@2.3.7: {} + requirejs@2.3.8: {} requires-port@1.0.0: {} @@ -39122,15 +37565,12 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - resolve@1.22.8: - dependencies: - is-core-module: 2.16.1 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - - resolve@2.0.0-next.5: + resolve@2.0.0-next.6: dependencies: + es-errors: 1.3.0 is-core-module: 2.16.1 + node-exports-info: 1.6.0 + object-keys: 1.1.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -39155,7 +37595,7 @@ snapshots: retry@0.13.1: {} - reusify@1.0.4: {} + reusify@1.1.0: {} rfdc@1.4.1: {} @@ -39193,6 +37633,17 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.58 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.58 + rollup-plugin-dts@6.4.1(rollup@4.59.0)(typescript@4.9.5): + dependencies: + '@jridgewell/remapping': 2.3.5 + '@jridgewell/sourcemap-codec': 1.5.5 + convert-source-map: 2.0.0 + magic-string: 0.30.21 + rollup: 4.59.0 + typescript: 4.9.5 + optionalDependencies: + '@babel/code-frame': 7.29.0 + rollup-plugin-dts@6.4.1(rollup@4.59.0)(typescript@5.8.3): dependencies: '@jridgewell/remapping': 2.3.5 @@ -39204,6 +37655,18 @@ snapshots: optionalDependencies: '@babel/code-frame': 7.29.0 + rollup-plugin-dts@6.4.1(rollup@4.59.0)(typescript@5.9.3): + dependencies: + '@jridgewell/remapping': 2.3.5 + '@jridgewell/sourcemap-codec': 1.5.5 + convert-source-map: 2.0.0 + magic-string: 0.30.21 + rollup: 4.59.0 + typescript: 5.9.3 + optionalDependencies: + '@babel/code-frame': 7.29.0 + optional: true + rollup@4.59.0: dependencies: '@types/estree': 1.0.8 @@ -39241,7 +37704,7 @@ snapshots: depd: 2.0.0 is-promise: 4.0.0 parseurl: 1.3.3 - path-to-regexp: 8.3.0 + path-to-regexp: 8.4.0 transitivePeerDependencies: - supports-color @@ -39253,7 +37716,7 @@ snapshots: rrule@2.8.1: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 rst-selector-parser@2.2.3: dependencies: @@ -39262,7 +37725,7 @@ snapshots: rsvp@3.6.2: {} - run-applescript@7.0.0: {} + run-applescript@7.1.0: {} run-parallel@1.2.0: dependencies: @@ -39278,19 +37741,12 @@ snapshots: rxjs@7.8.2: dependencies: - tslib: 2.6.3 + tslib: 2.8.1 sade@1.8.1: dependencies: mri: 1.2.0 - safe-array-concat@1.1.2: - dependencies: - call-bind: 1.0.8 - get-intrinsic: 1.3.0 - has-symbols: 1.1.0 - isarray: 2.0.5 - safe-array-concat@1.1.3: dependencies: call-bind: 1.0.8 @@ -39322,7 +37778,7 @@ snapshots: safer-buffer@2.1.2: {} - sanitize-filename@1.6.3: + sanitize-filename@1.6.4: dependencies: truncate-utf8-bytes: 1.0.2 @@ -39331,120 +37787,62 @@ snapshots: sass: 1.93.3 optional: true - sass-embedded-all-unknown@1.97.1: - dependencies: - sass: 1.97.1 - optional: true - sass-embedded-android-arm64@1.93.3: optional: true - sass-embedded-android-arm64@1.97.1: - optional: true - sass-embedded-android-arm@1.93.3: optional: true - sass-embedded-android-arm@1.97.1: - optional: true - sass-embedded-android-riscv64@1.93.3: optional: true - sass-embedded-android-riscv64@1.97.1: - optional: true - sass-embedded-android-x64@1.93.3: optional: true - sass-embedded-android-x64@1.97.1: - optional: true - sass-embedded-darwin-arm64@1.93.3: optional: true - sass-embedded-darwin-arm64@1.97.1: - optional: true - sass-embedded-darwin-x64@1.93.3: optional: true - sass-embedded-darwin-x64@1.97.1: - optional: true - sass-embedded-linux-arm64@1.93.3: optional: true - sass-embedded-linux-arm64@1.97.1: - optional: true - sass-embedded-linux-arm@1.93.3: optional: true - sass-embedded-linux-arm@1.97.1: - optional: true - sass-embedded-linux-musl-arm64@1.93.3: optional: true - sass-embedded-linux-musl-arm64@1.97.1: - optional: true - sass-embedded-linux-musl-arm@1.93.3: optional: true - sass-embedded-linux-musl-arm@1.97.1: - optional: true - sass-embedded-linux-musl-riscv64@1.93.3: optional: true - sass-embedded-linux-musl-riscv64@1.97.1: - optional: true - sass-embedded-linux-musl-x64@1.93.3: optional: true - sass-embedded-linux-musl-x64@1.97.1: - optional: true - sass-embedded-linux-riscv64@1.93.3: optional: true - sass-embedded-linux-riscv64@1.97.1: - optional: true - sass-embedded-linux-x64@1.93.3: optional: true - sass-embedded-linux-x64@1.97.1: - optional: true - sass-embedded-unknown-all@1.93.3: dependencies: sass: 1.93.3 optional: true - sass-embedded-unknown-all@1.97.1: - dependencies: - sass: 1.97.1 - optional: true - sass-embedded-win32-arm64@1.93.3: optional: true - sass-embedded-win32-arm64@1.97.1: - optional: true - sass-embedded-win32-x64@1.93.3: optional: true - sass-embedded-win32-x64@1.97.1: - optional: true - sass-embedded@1.93.3: dependencies: - '@bufbuild/protobuf': 2.10.2 + '@bufbuild/protobuf': 2.11.0 buffer-builder: 0.2.0 colorjs.io: 0.5.2 immutable: 5.1.5 @@ -39472,52 +37870,21 @@ snapshots: sass-embedded-win32-arm64: 1.93.3 sass-embedded-win32-x64: 1.93.3 - sass-embedded@1.97.1: - dependencies: - '@bufbuild/protobuf': 2.11.0 - buffer-builder: 0.2.0 - colorjs.io: 0.5.2 - immutable: 5.1.5 - rxjs: 7.8.2 - supports-color: 8.1.1 - sync-child-process: 1.0.2 - varint: 6.0.0 - optionalDependencies: - sass-embedded-all-unknown: 1.97.1 - sass-embedded-android-arm: 1.97.1 - sass-embedded-android-arm64: 1.97.1 - sass-embedded-android-riscv64: 1.97.1 - sass-embedded-android-x64: 1.97.1 - sass-embedded-darwin-arm64: 1.97.1 - sass-embedded-darwin-x64: 1.97.1 - sass-embedded-linux-arm: 1.97.1 - sass-embedded-linux-arm64: 1.97.1 - sass-embedded-linux-musl-arm: 1.97.1 - sass-embedded-linux-musl-arm64: 1.97.1 - sass-embedded-linux-musl-riscv64: 1.97.1 - sass-embedded-linux-musl-x64: 1.97.1 - sass-embedded-linux-riscv64: 1.97.1 - sass-embedded-linux-x64: 1.97.1 - sass-embedded-unknown-all: 1.97.1 - sass-embedded-win32-arm64: 1.97.1 - sass-embedded-win32-x64: 1.97.1 - optional: true - - sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + sass-loader@16.0.5(sass-embedded@1.93.3)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: neo-async: 2.6.2 optionalDependencies: sass: 1.90.0 - sass-embedded: 1.97.1 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + sass-embedded: 1.93.3 + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - sass-loader@16.0.6(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + sass-loader@16.0.6(sass-embedded@1.93.3)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: neo-async: 2.6.2 optionalDependencies: sass: 1.97.1 - sass-embedded: 1.97.1 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + sass-embedded: 1.93.3 + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) sass-lookup@5.0.1: dependencies: @@ -39525,30 +37892,38 @@ snapshots: sass@1.90.0: dependencies: - chokidar: 4.0.1 + chokidar: 4.0.3 immutable: 5.1.5 source-map-js: 1.2.1 optionalDependencies: - '@parcel/watcher': 2.5.0 + '@parcel/watcher': 2.5.6 sass@1.93.3: dependencies: - chokidar: 4.0.1 + chokidar: 4.0.3 immutable: 5.1.5 source-map-js: 1.2.1 optionalDependencies: - '@parcel/watcher': 2.5.0 + '@parcel/watcher': 2.5.6 optional: true sass@1.97.1: dependencies: - chokidar: 4.0.1 + chokidar: 4.0.3 + immutable: 5.1.5 + source-map-js: 1.2.1 + optionalDependencies: + '@parcel/watcher': 2.5.6 + + sass@1.98.0: + dependencies: + chokidar: 4.0.3 immutable: 5.1.5 source-map-js: 1.2.1 optionalDependencies: - '@parcel/watcher': 2.5.0 + '@parcel/watcher': 2.5.6 - sax@1.4.1: + sax@1.6.0: optional: true saxes@5.0.1: @@ -39573,7 +37948,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - scheduler@0.26.0: {} + scheduler@0.27.0: {} schema-utils@1.0.0: dependencies: @@ -39602,13 +37977,13 @@ snapshots: selfsigned@2.4.1: dependencies: - '@types/node-forge': 1.3.11 - node-forge: 1.3.3 + '@types/node-forge': 1.3.14 + node-forge: 1.4.0 selfsigned@5.5.0: dependencies: '@peculiar/x509': 1.14.3 - pkijs: 3.3.3 + pkijs: 3.4.0 semver-dsl@1.0.1: dependencies: @@ -39626,8 +38001,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.7.1: {} - semver@7.7.2: {} semver@7.7.3: {} @@ -39670,6 +38043,8 @@ snapshots: serialize-javascript@7.0.4: {} + serialize-javascript@7.0.5: {} + serve-index@1.9.2: dependencies: accepts: 1.3.8 @@ -39702,7 +38077,7 @@ snapshots: set-blocking@2.0.0: {} - set-cookie-parser@2.7.1: {} + set-cookie-parser@2.7.2: {} set-function-length@1.2.2: dependencies: @@ -39747,7 +38122,7 @@ snapshots: dependencies: kind-of: 6.0.3 - shasum-object@1.0.0: + shasum-object@1.0.1: dependencies: fast-safe-stringify: 2.1.1 @@ -39763,7 +38138,7 @@ snapshots: shebang-regex@3.0.0: {} - shell-quote@1.8.1: {} + shell-quote@1.8.3: {} shelljs@0.10.0: dependencies: @@ -39826,14 +38201,14 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@4.0.0: + sigstore@4.1.0: dependencies: '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.0.0 + '@sigstore/core': 3.2.0 '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/sign': 4.0.1 - '@sigstore/tuf': 4.0.0 - '@sigstore/verify': 3.0.0 + '@sigstore/sign': 4.1.1 + '@sigstore/tuf': 4.0.2 + '@sigstore/verify': 3.1.0 transitivePeerDependencies: - supports-color @@ -39843,9 +38218,9 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 '@sinonjs/fake-timers': 11.2.2 - '@sinonjs/samsam': 8.0.2 - diff: 5.2.0 - nise: 6.1.1 + '@sinonjs/samsam': 8.0.3 + diff: 5.2.2 + nise: 6.1.4 supports-color: 7.2.0 sisteransi@1.0.5: {} @@ -39862,13 +38237,18 @@ snapshots: slice-ansi@5.0.0: dependencies: - ansi-styles: 6.2.1 + ansi-styles: 6.2.3 is-fullwidth-code-point: 4.0.0 - slice-ansi@7.1.0: + slice-ansi@7.1.2: + dependencies: + ansi-styles: 6.2.3 + is-fullwidth-code-point: 5.1.0 + + slice-ansi@8.0.0: dependencies: - ansi-styles: 6.2.1 - is-fullwidth-code-point: 5.0.0 + ansi-styles: 6.2.3 + is-fullwidth-code-point: 5.1.0 smart-buffer@4.2.0: {} @@ -39885,10 +38265,10 @@ snapshots: transitivePeerDependencies: - supports-color - socket.io-adapter@2.5.5: + socket.io-adapter@2.5.6: dependencies: - debug: 4.3.7 - ws: 8.17.1 + debug: 4.4.3 + ws: 8.18.3 transitivePeerDependencies: - bufferutil - supports-color @@ -39901,14 +38281,14 @@ snapshots: transitivePeerDependencies: - supports-color - socket.io@4.8.1: + socket.io@4.8.3: dependencies: accepts: 1.3.8 base64id: 2.0.0 - cors: 2.8.5 - debug: 4.3.7 - engine.io: 6.6.2 - socket.io-adapter: 2.5.5 + cors: 2.8.6 + debug: 4.4.3 + engine.io: 6.6.6 + socket.io-adapter: 2.5.6 socket.io-parser: 4.2.6 transitivePeerDependencies: - bufferutil @@ -39921,17 +38301,17 @@ snapshots: uuid: 8.3.2 websocket-driver: 0.7.4 - socks-proxy-agent@8.0.4: + socks-proxy-agent@8.0.5: dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 debug: 4.4.3 - socks: 2.8.3 + socks: 2.8.7 transitivePeerDependencies: - supports-color - socks@2.8.3: + socks@2.8.7: dependencies: - ip-address: 9.0.5 + ip-address: 10.1.0 smart-buffer: 4.2.0 source-map-js@1.2.1: {} @@ -39940,19 +38320,19 @@ snapshots: dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) - source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) source-map-resolve@0.5.3: dependencies: @@ -40008,16 +38388,21 @@ snapshots: spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.20 + spdx-license-ids: 3.0.23 spdx-exceptions@2.5.0: {} spdx-expression-parse@3.0.1: dependencies: spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.20 + spdx-license-ids: 3.0.23 - spdx-license-ids@3.0.20: {} + spdx-expression-parse@4.0.0: + dependencies: + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.23 + + spdx-license-ids@3.0.23: {} spdy-transport@3.0.0: dependencies: @@ -40068,9 +38453,9 @@ snapshots: safer-buffer: 2.1.2 tweetnacl: 0.14.5 - ssri@13.0.0: + ssri@13.0.1: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 stack-trace@0.0.10: {} @@ -40091,15 +38476,11 @@ snapshots: statuses@1.5.0: {} - statuses@2.0.1: {} - statuses@2.0.2: {} stdin-discarder@0.2.2: {} - stop-iteration-iterator@1.0.0: - dependencies: - internal-slot: 1.1.0 + stdin-discarder@0.3.1: {} stop-iteration-iterator@1.1.0: dependencies: @@ -40110,7 +38491,7 @@ snapshots: dependencies: '@storybook/global': 5.0.0 '@storybook/icons': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@testing-library/jest-dom': 6.6.3 + '@testing-library/jest-dom': 6.9.1 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.1) '@vitest/expect': 3.2.4 '@vitest/spy': 3.2.4 @@ -40119,7 +38500,7 @@ snapshots: recast: 0.23.11 semver: 7.7.4 use-sync-external-store: 1.6.0(react@18.3.1) - ws: 8.18.0 + ws: 8.20.0 optionalDependencies: prettier: 3.8.1 transitivePeerDependencies: @@ -40150,7 +38531,10 @@ snapshots: stream-composer@1.0.2: dependencies: - streamx: 2.22.0 + streamx: 2.25.0 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a stream-exhaust@1.0.2: {} @@ -40180,12 +38564,14 @@ snapshots: transitivePeerDependencies: - supports-color - streamx@2.22.0: + streamx@2.25.0: dependencies: + events-universal: 1.0.1 fast-fifo: 1.3.2 - text-decoder: 1.2.1 - optionalDependencies: - bare-events: 2.5.4 + text-decoder: 1.2.7 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a string-argv@0.3.2: {} @@ -40194,11 +38580,11 @@ snapshots: char-regex: 1.0.2 strip-ansi: 6.0.1 - string-replace-loader@3.1.0(webpack@5.105.4(@swc/core@1.15.3)): + string-replace-loader@3.1.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.105.4(@swc/core@1.15.3) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) string-width@1.0.2: dependencies: @@ -40216,18 +38602,18 @@ snapshots: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 - strip-ansi: 7.1.2 + strip-ansi: 7.2.0 string-width@7.2.0: dependencies: - emoji-regex: 10.4.0 - get-east-asian-width: 1.3.0 - strip-ansi: 7.1.2 + emoji-regex: 10.6.0 + get-east-asian-width: 1.5.0 + strip-ansi: 7.2.0 - string-width@8.1.0: + string-width@8.2.0: dependencies: - get-east-asian-width: 1.3.0 - strip-ansi: 7.1.2 + get-east-asian-width: 1.5.0 + strip-ansi: 7.2.0 string.prototype.codepointat@0.2.1: {} @@ -40235,14 +38621,14 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 string.prototype.matchall@4.0.12: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 @@ -40256,7 +38642,7 @@ snapshots: string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 string.prototype.trim@1.2.10: dependencies: @@ -40264,17 +38650,10 @@ snapshots: call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-object-atoms: 1.1.1 has-property-descriptors: 1.0.2 - string.prototype.trim@1.2.9: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.5 - es-object-atoms: 1.1.1 - string.prototype.trimend@1.0.9: dependencies: call-bind: 1.0.8 @@ -40317,9 +38696,9 @@ snapshots: dependencies: ansi-regex: 5.0.1 - strip-ansi@7.1.2: + strip-ansi@7.2.0: dependencies: - ansi-regex: 6.1.0 + ansi-regex: 6.2.2 strip-bom-stream@2.0.0: dependencies: @@ -40344,25 +38723,23 @@ snapshots: dependencies: min-indent: 1.0.1 - strip-indent@4.0.0: - dependencies: - min-indent: 1.0.1 + strip-indent@4.1.1: {} strip-json-comments@2.0.1: {} strip-json-comments@3.1.1: {} - style-loader@3.3.4(webpack@5.105.4(@swc/core@1.15.3)): + style-loader@3.3.4(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): dependencies: - webpack: 5.105.4(@swc/core@1.15.3) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) style-loader@3.3.4(webpack@5.105.4): dependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) - style-loader@4.0.0(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + style-loader@4.0.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): dependencies: - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) style-search@0.1.0: {} @@ -40370,21 +38747,21 @@ snapshots: dependencies: style-to-object: 0.3.0 - style-to-js@1.1.16: + style-to-js@1.1.21: dependencies: - style-to-object: 1.0.8 + style-to-object: 1.0.14 style-to-object@0.3.0: dependencies: inline-style-parser: 0.1.1 - style-to-object@1.0.8: + style-to-object@1.0.14: dependencies: - inline-style-parser: 0.2.4 + inline-style-parser: 0.2.7 - stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.22.0(typescript@5.9.3)): + stylelint-config-html@1.1.0(postcss-html@1.8.1)(stylelint@16.22.0(typescript@5.9.3)): dependencies: - postcss-html: 1.7.0 + postcss-html: 1.8.1 stylelint: 16.22.0(typescript@5.9.3) stylelint-config-recommended-scss@11.0.0(postcss@8.5.8)(stylelint@15.11.0(typescript@5.9.3)): @@ -40396,13 +38773,13 @@ snapshots: optionalDependencies: postcss: 8.5.8 - stylelint-config-recommended-vue@1.6.1(postcss-html@1.7.0)(stylelint@16.22.0(typescript@5.9.3)): + stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@16.22.0(typescript@5.9.3)): dependencies: - postcss-html: 1.7.0 - semver: 7.7.3 + postcss-html: 1.8.1 + semver: 7.7.4 stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.22.0(typescript@5.9.3)) - stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.9.3)) + stylelint-config-html: 1.1.0(postcss-html@1.8.1)(stylelint@16.22.0(typescript@5.9.3)) + stylelint-config-recommended: 18.0.0(stylelint@16.22.0(typescript@5.9.3)) stylelint-config-recommended@12.0.0(stylelint@15.11.0(typescript@5.9.3)): dependencies: @@ -40424,6 +38801,10 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-recommended@18.0.0(stylelint@16.22.0(typescript@5.9.3)): + dependencies: + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard-scss@9.0.0(postcss@8.5.8)(stylelint@15.11.0(typescript@5.9.3)): dependencies: stylelint: 15.11.0(typescript@5.9.3) @@ -40467,13 +38848,13 @@ snapshots: stylelint-scss@6.10.0(stylelint@15.11.0(typescript@5.9.3)): dependencies: - css-tree: 3.1.0 + css-tree: 3.2.1 is-plain-object: 5.0.0 known-css-properties: 0.35.0 - mdn-data: 2.14.0 + mdn-data: 2.27.1 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.6 - postcss-selector-parser: 7.0.0 + postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 stylelint: 15.11.0(typescript@5.9.3) @@ -40486,7 +38867,7 @@ snapshots: balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 8.3.6(typescript@4.9.5) - css-functions-list: 3.2.3 + css-functions-list: 3.3.3 css-tree: 2.3.1 debug: 4.4.3 fast-glob: 3.3.3 @@ -40532,7 +38913,7 @@ snapshots: balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 8.3.6(typescript@5.9.3) - css-functions-list: 3.2.3 + css-functions-list: 3.3.3 css-tree: 2.3.1 debug: 4.4.3 fast-glob: 3.3.3 @@ -40575,12 +38956,12 @@ snapshots: '@csstools/css-tokenizer': 3.0.4 '@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1) - '@dual-bundle/import-meta-resolve': 4.1.0 + '@dual-bundle/import-meta-resolve': 4.2.1 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@4.9.5) - css-functions-list: 3.2.3 - css-tree: 3.1.0 + cosmiconfig: 9.0.1(typescript@4.9.5) + css-functions-list: 3.3.3 + css-tree: 3.2.1 debug: 4.4.3 fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 @@ -40598,9 +38979,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 @@ -40619,12 +39000,12 @@ snapshots: '@csstools/css-tokenizer': 3.0.4 '@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1) - '@dual-bundle/import-meta-resolve': 4.1.0 + '@dual-bundle/import-meta-resolve': 4.2.1 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.8.3) - css-functions-list: 3.2.3 - css-tree: 3.1.0 + cosmiconfig: 9.0.1(typescript@5.8.3) + css-functions-list: 3.3.3 + css-tree: 3.2.1 debug: 4.4.3 fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 @@ -40642,9 +39023,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 @@ -40663,12 +39044,12 @@ snapshots: '@csstools/css-tokenizer': 3.0.4 '@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1) - '@dual-bundle/import-meta-resolve': 4.1.0 + '@dual-bundle/import-meta-resolve': 4.2.1 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.0(typescript@5.9.3) - css-functions-list: 3.2.3 - css-tree: 3.1.0 + cosmiconfig: 9.0.1(typescript@5.9.3) + css-functions-list: 3.3.3 + css-tree: 3.2.1 debug: 4.4.3 fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 @@ -40686,9 +39067,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 @@ -40739,19 +39120,19 @@ snapshots: svg-tags@1.0.0: {} - swc-loader@0.2.6(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + swc-loader@0.2.7(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): dependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) '@swc/counter': 0.1.3 - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) symbol-tree@3.2.4: {} sync-child-process@1.0.2: dependencies: - sync-message-port: 1.1.3 + sync-message-port: 1.2.0 - sync-message-port@1.1.3: {} + sync-message-port@1.2.0: {} synckit@0.11.12: dependencies: @@ -40807,43 +39188,53 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 - tapable@2.3.0: {} + tapable@2.3.2: {} tar-fs@3.1.2: dependencies: - pump: 3.0.2 - tar-stream: 3.1.7 + pump: 3.0.4 + tar-stream: 3.1.8 optionalDependencies: - bare-fs: 4.0.2 + bare-fs: 4.5.6 bare-path: 3.0.0 transitivePeerDependencies: + - bare-abort-controller - bare-buffer + - react-native-b4a tar-stream@2.2.0: dependencies: bl: 4.1.0 - end-of-stream: 1.4.4 + end-of-stream: 1.4.5 fs-constants: 1.0.0 inherits: 2.0.4 readable-stream: 3.6.2 - tar-stream@3.1.7: + tar-stream@3.1.8: dependencies: - b4a: 1.6.7 + b4a: 1.8.0 + bare-fs: 4.5.6 fast-fifo: 1.3.2 - streamx: 2.22.0 + streamx: 2.25.0 + transitivePeerDependencies: + - bare-abort-controller + - bare-buffer + - react-native-b4a - tar@7.5.11: + tar@7.5.13: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 - minipass: 7.1.2 + minipass: 7.1.3 minizlib: 3.1.0 yallist: 5.0.0 teex@1.0.1: dependencies: - streamx: 2.22.0 + streamx: 2.25.0 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a term-size@2.2.1: {} @@ -40854,101 +39245,73 @@ snapshots: merge-stream: 2.0.0 through2: 3.0.2 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + terser: 5.46.1 + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) optionalDependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) esbuild: 0.25.0 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + terser: 5.46.1 + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) optionalDependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) esbuild: 0.25.9 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + terser: 5.46.1 + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) optionalDependencies: - '@swc/core': 1.15.3 - esbuild: 0.27.2 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) + esbuild: 0.27.4 - terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.4(@swc/core@1.15.3) + terser: 5.46.1 + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) optionalDependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) - terser-webpack-plugin@5.4.0(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + terser: 5.46.1 + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) optionalDependencies: - '@swc/core': 1.15.3 - esbuild: 0.27.2 - - terser-webpack-plugin@5.4.0(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)): - dependencies: - '@jridgewell/trace-mapping': 0.3.31 - jest-worker: 27.5.1 - schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.4(@swc/core@1.15.3) - optionalDependencies: - '@swc/core': 1.15.3 - - terser-webpack-plugin@5.4.0(@swc/core@1.15.3)(webpack@5.105.4): - dependencies: - '@jridgewell/trace-mapping': 0.3.31 - jest-worker: 27.5.1 - schema-utils: 4.3.3 - terser: 5.46.0 - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0) - optionalDependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) terser@3.17.0: dependencies: - acorn: 8.15.0 + acorn: 8.16.0 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 terser@3.8.1: dependencies: - acorn: 8.15.0 + acorn: 8.16.0 commander: 2.16.0 source-map: 0.6.1 source-map-support: 0.5.21 - terser@5.36.0: - dependencies: - '@jridgewell/source-map': 0.3.11 - acorn: 8.16.0 - commander: 2.20.3 - source-map-support: 0.5.21 - terser@5.43.1: dependencies: '@jridgewell/source-map': 0.3.11 @@ -40959,11 +39322,11 @@ snapshots: terser@5.44.1: dependencies: '@jridgewell/source-map': 0.3.11 - acorn: 8.15.0 + acorn: 8.16.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.46.0: + terser@5.46.1: dependencies: '@jridgewell/source-map': 0.3.11 acorn: 8.16.0 @@ -40998,48 +39361,16 @@ snapshots: transitivePeerDependencies: - supports-color - testcafe-hammerhead@31.7.5: - dependencies: - '@adobe/css-tools': 4.4.1 - '@electron/asar': 3.2.17 - acorn-hammerhead: 0.6.2 - bowser: 1.6.0 - crypto-md5: 1.0.0 - debug: 4.3.1 - esotope-hammerhead: 0.6.9 - http-cache-semantics: 4.1.1 - httpntlm: 1.8.13 - iconv-lite: 0.5.1 - lodash: 4.17.23 - lru-cache: 11.0.2 - match-url-wildcard: 0.0.4 - merge-stream: 1.0.1 - mime: 1.4.1 - mustache: 2.3.2 - nanoid: 3.3.11 - os-family: 1.1.0 - parse5: 7.2.1 - pinkie: 2.0.4 - read-file-relative: 1.2.0 - semver: 7.5.3 - tough-cookie: 4.1.3 - tunnel-agent: 0.6.0 - ws: 7.5.10 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - testcafe-hammerhead@31.7.7: dependencies: - '@adobe/css-tools': 4.4.1 - '@electron/asar': 3.2.17 + '@adobe/css-tools': 4.4.4 + '@electron/asar': 3.4.1 acorn-hammerhead: 0.6.2 bowser: 1.6.0 crypto-md5: 1.0.0 debug: 4.3.1 esotope-hammerhead: 0.6.9 - http-cache-semantics: 4.1.1 + http-cache-semantics: 4.2.0 httpntlm: 1.8.13 iconv-lite: 0.5.1 lodash: 4.17.23 @@ -41050,7 +39381,7 @@ snapshots: mustache: 2.3.2 nanoid: 3.3.11 os-family: 1.1.0 - parse5: 7.2.1 + parse5: 7.3.0 pinkie: 2.0.4 read-file-relative: 1.2.0 semver: 7.5.3 @@ -41096,117 +39427,13 @@ snapshots: testcafe-selector-generator@0.1.0: {} - testcafe@3.7.2: - dependencies: - '@babel/core': 7.29.0 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.29.0) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0) - '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.29.0) - '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.29.0) - '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.29.0) - '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.29.0) - '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) - '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.29.0) - '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.29.0) - '@babel/preset-env': 7.29.0(@babel/core@7.29.0) - '@babel/preset-flow': 7.25.9(@babel/core@7.29.0) - '@babel/preset-react': 7.28.5(@babel/core@7.29.0) - '@babel/runtime': 7.26.10 - '@devexpress/bin-v8-flags-filter': 1.3.0 - '@devexpress/callsite-record': 4.1.7 - '@types/node': 20.14.5 - address: 2.0.3 - async-exit-hook: 1.1.2 - babel-plugin-module-resolver: 5.0.0 - babel-plugin-syntax-trailing-function-commas: 6.22.0 - bowser: 2.11.0 - callsite: 1.0.0 - chai: 4.3.4 - chalk: 2.4.2 - chrome-remote-interface: 0.32.2 - coffeescript: 2.7.0 - commander: 8.3.0 - debug: 4.4.0 - dedent: 0.4.0 - del: 3.0.0 - device-specs: 1.0.1 - devtools-protocol: 0.0.1109433 - diff: 4.0.2 - elegant-spinner: 1.0.1 - email-validator: 2.0.4 - emittery: 0.4.1 - error-stack-parser: 2.1.4 - execa: 4.1.0 - get-os-info: 1.0.2 - globby: 11.1.0 - graceful-fs: 4.2.11 - graphlib: 2.1.8 - http-status-codes: 2.3.0 - humanize-duration: 3.32.1 - import-lazy: 3.1.0 - indent-string: 1.2.2 - is-ci: 1.2.1 - is-docker: 2.2.1 - is-glob: 2.0.1 - is-podman: 1.0.1 - is-stream: 2.0.1 - json5: 2.2.3 - lodash: 4.17.23 - log-update-async-hook: 2.0.7 - make-dir: 3.1.0 - mime-db: 1.54.0 - moment: 2.30.1 - moment-duration-format-commonjs: 1.0.1 - mustache: 2.3.2 - nanoid: 3.3.9 - os-family: 1.1.0 - parse5: 1.5.1 - pify: 2.3.0 - pinkie: 2.0.4 - pngjs: 3.4.0 - pretty-hrtime: 1.0.3 - promisify-event: 1.0.0 - prompts: 2.4.2 - qrcode-terminal: 0.10.0 - read-file-relative: 1.2.0 - replicator: 1.0.5 - resolve-cwd: 1.0.0 - resolve-from: 4.0.0 - sanitize-filename: 1.6.3 - semver: 7.7.2 - set-cookie-parser: 2.7.1 - source-map-support: 0.5.21 - strip-bom: 2.0.0 - testcafe-browser-tools: 2.0.26 - testcafe-hammerhead: 31.7.5 - testcafe-legacy-api: 5.1.8 - testcafe-reporter-json: 2.2.0 - testcafe-reporter-list: 2.2.0 - testcafe-reporter-minimal: 2.2.0 - testcafe-reporter-spec: 2.2.0 - testcafe-reporter-xunit: 2.2.3 - testcafe-selector-generator: 0.1.0 - time-limit-promise: 1.0.4 - tmp: 0.0.28 - tree-kill: 1.2.2 - typescript: 4.7.4 - unquote: 1.1.1 - url-to-options: 2.0.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - testcafe@3.7.4: dependencies: '@babel/core': 7.29.0 - '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.29.0) + '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0) - '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.29.0) '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0) @@ -41216,9 +39443,9 @@ snapshots: '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.29.0) '@babel/preset-env': 7.29.0(@babel/core@7.29.0) - '@babel/preset-flow': 7.25.9(@babel/core@7.29.0) + '@babel/preset-flow': 7.27.1(@babel/core@7.29.0) '@babel/preset-react': 7.28.5(@babel/core@7.29.0) - '@babel/runtime': 7.28.4 + '@babel/runtime': 7.29.2 '@devexpress/bin-v8-flags-filter': 1.3.0 '@devexpress/callsite-record': 4.1.7 '@types/node': 20.14.5 @@ -41226,7 +39453,7 @@ snapshots: async-exit-hook: 1.1.2 babel-plugin-module-resolver: 5.0.0 babel-plugin-syntax-trailing-function-commas: 6.22.0 - bowser: 2.11.0 + bowser: 2.14.1 callsite: 1.0.0 chai: 4.3.4 chalk: 2.4.2 @@ -41238,7 +39465,7 @@ snapshots: del: 3.0.0 device-specs: 1.0.1 devtools-protocol: 0.0.1109433 - diff: 8.0.3 + diff: 8.0.4 elegant-spinner: 1.0.1 email-validator: 2.0.4 emittery: 0.4.1 @@ -41249,7 +39476,7 @@ snapshots: graceful-fs: 4.2.11 graphlib: 2.1.8 http-status-codes: 2.3.0 - humanize-duration: 3.32.1 + humanize-duration: 3.33.2 import-lazy: 3.1.0 indent-string: 1.2.2 is-ci: 1.2.1 @@ -41279,9 +39506,9 @@ snapshots: replicator: 1.0.5 resolve-cwd: 1.0.0 resolve-from: 4.0.0 - sanitize-filename: 1.6.3 - semver: 7.7.3 - set-cookie-parser: 2.7.1 + sanitize-filename: 1.6.4 + semver: 7.7.4 + set-cookie-parser: 2.7.2 source-map-support: 0.5.21 strip-bom: 2.0.0 testcafe-browser-tools: 2.0.26 @@ -41304,7 +39531,11 @@ snapshots: - supports-color - utf-8-validate - text-decoder@1.2.1: {} + text-decoder@1.2.7: + dependencies: + b4a: 1.8.0 + transitivePeerDependencies: + - react-native-b4a text-hex@1.0.0: {} @@ -41319,7 +39550,7 @@ snapshots: textextensions@3.3.0: {} - thingies@2.5.0(tslib@2.8.1): + thingies@2.6.0(tslib@2.8.1): dependencies: tslib: 2.8.1 @@ -41391,12 +39622,6 @@ snapshots: tinyspy@4.0.4: {} - tmp@0.0.28: - dependencies: - os-tmpdir: 1.0.2 - - tmp@0.2.3: {} - tmp@0.2.5: {} tmpl@1.0.5: {} @@ -41435,25 +39660,28 @@ snapshots: to-through@3.0.0: dependencies: - streamx: 2.22.0 + streamx: 2.25.0 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a toidentifier@1.0.1: {} tough-cookie@2.5.0: dependencies: - psl: 1.12.0 + psl: 1.15.0 punycode: 2.3.1 tough-cookie@4.1.3: dependencies: - psl: 1.12.0 + psl: 1.15.0 punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 tough-cookie@4.1.4: dependencies: - psl: 1.12.0 + psl: 1.15.0 punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 @@ -41494,39 +39722,39 @@ snapshots: dependencies: utf8-byte-length: 1.0.5 - ts-api-utils@1.4.0(typescript@5.9.3): + ts-api-utils@1.4.3(typescript@5.9.3): dependencies: typescript: 5.9.3 - ts-api-utils@2.4.0(typescript@4.9.5): + ts-api-utils@2.5.0(typescript@4.9.5): dependencies: typescript: 4.9.5 - ts-api-utils@2.4.0(typescript@5.8.3): + ts-api-utils@2.5.0(typescript@5.8.3): dependencies: typescript: 5.8.3 - ts-api-utils@2.4.0(typescript@5.9.3): + ts-api-utils@2.5.0(typescript@5.9.3): dependencies: typescript: 5.9.3 ts-declaration-location@1.0.7(typescript@4.9.5): dependencies: - picomatch: 4.0.3 + picomatch: 4.0.4 typescript: 4.9.5 ts-dedent@2.2.0: {} - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.1 + semver: 7.7.4 typescript: 4.9.5 yargs-parser: 21.1.1 optionalDependencies: @@ -41534,16 +39762,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.1 + semver: 7.7.4 typescript: 4.9.5 yargs-parser: 21.1.1 optionalDependencies: @@ -41551,16 +39779,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.1 + semver: 7.7.4 typescript: 5.9.3 yargs-parser: 21.1.1 optionalDependencies: @@ -41568,16 +39796,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + jest: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.2 + semver: 7.7.4 typescript: 4.9.5 yargs-parser: 21.1.1 optionalDependencies: @@ -41586,16 +39814,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.2 + semver: 7.7.4 typescript: 4.9.5 yargs-parser: 21.1.1 optionalDependencies: @@ -41604,16 +39832,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.2 + semver: 7.7.4 typescript: 5.9.3 yargs-parser: 21.1.1 optionalDependencies: @@ -41625,247 +39853,122 @@ snapshots: ts-loader@9.5.4(typescript@4.9.5)(webpack@5.105.4): dependencies: chalk: 4.1.2 - enhanced-resolve: 5.18.3 + enhanced-resolve: 5.20.1 micromatch: 4.0.8 - semver: 7.7.3 + semver: 7.7.4 source-map: 0.7.6 typescript: 4.9.5 - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) ts-loader@9.5.4(typescript@5.9.3)(webpack@5.105.4): dependencies: chalk: 4.1.2 - enhanced-resolve: 5.18.3 + enhanced-resolve: 5.20.1 micromatch: 4.0.8 - semver: 7.7.3 + semver: 7.7.4 source-map: 0.7.6 typescript: 5.9.3 - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) ts-morph@21.0.1: dependencies: '@ts-morph/common': 0.22.0 code-block-writer: 12.0.0 - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.130 - acorn: 8.15.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 4.9.5 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.15.3 - optional: true - - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5): + ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 + '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.11.17 - acorn: 8.15.0 - acorn-walk: 8.3.4 + acorn: 8.16.0 + acorn-walk: 8.3.5 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.2 + diff: 4.0.4 make-error: 1.3.6 typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): + ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 + '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.11.17 - acorn: 8.15.0 - acorn-walk: 8.3.4 + acorn: 8.16.0 + acorn-walk: 8.3.5 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.2 + diff: 4.0.4 make-error: 1.3.6 typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 + '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.12.8 - acorn: 8.15.0 - acorn-walk: 8.3.4 + acorn: 8.16.0 + acorn-walk: 8.3.5 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.2 + diff: 4.0.4 make-error: 1.3.6 typescript: 5.9.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5): + ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 + '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.19.37 - acorn: 8.15.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 4.9.5 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.15.3 - optional: true - - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 20.19.37 - acorn: 8.15.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.8.3 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.15.3 - optional: true - - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 20.19.37 - acorn: 8.15.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.9.3 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.15.3 - - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 25.5.0 - acorn: 8.15.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 4.9.5 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.15.3 - optional: true - - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 25.5.0 - acorn: 8.15.0 - acorn-walk: 8.3.4 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.8.3 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.15.3 - optional: true - - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 25.5.0 - acorn: 8.15.0 - acorn-walk: 8.3.4 + acorn: 8.16.0 + acorn-walk: 8.3.5 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.2 + diff: 4.0.4 make-error: 1.3.6 typescript: 5.9.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.3 + '@swc/core': 1.15.21(@swc/helpers@0.5.20) tsc-alias@1.8.16: dependencies: chokidar: 3.6.0 commander: 9.5.0 - get-tsconfig: 4.13.0 + get-tsconfig: 4.13.7 globby: 11.1.0 - mylas: 2.1.13 + mylas: 2.1.14 normalize-path: 3.0.0 plimit-lit: 1.6.1 tsconfig-paths-webpack-plugin@4.1.0: dependencies: chalk: 4.1.2 - enhanced-resolve: 5.17.1 + enhanced-resolve: 5.20.1 tsconfig-paths: 4.2.0 tsconfig-paths@3.15.0: @@ -41885,8 +39988,6 @@ snapshots: tslib@2.3.1: {} - tslib@2.6.3: {} - tslib@2.8.1: {} tslint@6.1.3(typescript@5.8.3): @@ -41954,11 +40055,11 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@4.0.0: + tuf-js@4.1.0: dependencies: - '@tufjs/models': 4.0.0 + '@tufjs/models': 4.1.0 debug: 4.4.3 - make-fetch-happen: 15.0.3 + make-fetch-happen: 15.0.5 transitivePeerDependencies: - supports-color @@ -41997,74 +40098,42 @@ snapshots: type@2.7.3: {} - typed-array-buffer@1.0.2: - dependencies: - call-bind: 1.0.8 - es-errors: 1.3.0 - is-typed-array: 1.1.15 - typed-array-buffer@1.0.3: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 is-typed-array: 1.1.15 - typed-array-byte-length@1.0.1: - dependencies: - call-bind: 1.0.8 - for-each: 0.3.3 - gopd: 1.2.0 - has-proto: 1.0.3 - is-typed-array: 1.1.15 - typed-array-byte-length@1.0.3: dependencies: call-bind: 1.0.8 - for-each: 0.3.3 + for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 - typed-array-byte-offset@1.0.2: - dependencies: - available-typed-arrays: 1.0.7 - call-bind: 1.0.8 - for-each: 0.3.3 - gopd: 1.2.0 - has-proto: 1.0.3 - is-typed-array: 1.1.15 - typed-array-byte-offset@1.0.4: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 - for-each: 0.3.3 + for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 reflect.getprototypeof: 1.0.10 - typed-array-length@1.0.6: - dependencies: - call-bind: 1.0.8 - for-each: 0.3.3 - gopd: 1.2.0 - has-proto: 1.0.3 - is-typed-array: 1.1.15 - possible-typed-array-names: 1.0.0 - typed-array-length@1.0.7: dependencies: call-bind: 1.0.8 - for-each: 0.3.3 + for-each: 0.3.5 gopd: 1.2.0 is-typed-array: 1.1.15 - possible-typed-array-names: 1.0.0 - reflect.getprototypeof: 1.0.6 + possible-typed-array-names: 1.1.0 + reflect.getprototypeof: 1.0.10 typed-assert@1.0.9: {} - typed-query-selector@2.12.0: {} + typed-query-selector@2.12.1: {} typedarray@0.0.6: {} @@ -42080,21 +40149,14 @@ snapshots: typescript@5.9.3: {} - ua-parser-js@0.7.39: {} + ua-parser-js@0.7.41: {} umd@3.0.3: {} - unbox-primitive@1.0.2: - dependencies: - call-bind: 1.0.8 - has-bigints: 1.0.2 - has-symbols: 1.1.0 - which-boxed-primitive: 1.0.2 - unbox-primitive@1.1.0: dependencies: call-bound: 1.0.4 - has-bigints: 1.0.2 + has-bigints: 1.1.0 has-symbols: 1.1.0 which-boxed-primitive: 1.1.1 @@ -42134,20 +40196,18 @@ snapshots: undici-types@6.21.0: {} - undici-types@7.18.2: {} - - undici@7.24.4: {} + undici@7.24.6: {} unicode-canonical-property-names-ecmascript@2.0.1: {} unicode-match-property-ecmascript@2.0.0: dependencies: unicode-canonical-property-names-ecmascript: 2.0.1 - unicode-property-aliases-ecmascript: 2.1.0 + unicode-property-aliases-ecmascript: 2.2.0 unicode-match-property-value-ecmascript@2.2.1: {} - unicode-property-aliases-ecmascript@2.1.0: {} + unicode-property-aliases-ecmascript@2.2.0: {} unified@10.1.2: dependencies: @@ -42168,17 +40228,9 @@ snapshots: union@0.5.0: dependencies: - qs: 6.14.1 - - unique-filename@5.0.0: - dependencies: - unique-slug: 6.0.0 + qs: 6.15.0 - unique-slug@6.0.0: - dependencies: - imurmurhash: 0.1.4 - - unique-stream@2.3.1: + unique-stream@2.4.0: dependencies: json-stable-stringify-without-jsonify: 1.0.1 through2-filter: 3.0.0 @@ -42229,7 +40281,7 @@ snapshots: dependencies: '@jridgewell/remapping': 2.3.5 acorn: 8.16.0 - picomatch: 4.0.3 + picomatch: 4.0.4 webpack-virtual-modules: 0.6.2 unquote@1.1.1: {} @@ -42273,12 +40325,6 @@ snapshots: upath@1.2.0: {} - update-browserslist-db@1.1.4(browserslist@4.28.0): - dependencies: - browserslist: 4.28.0 - escalade: 3.2.0 - picocolors: 1.1.1 - update-browserslist-db@1.2.3(browserslist@4.28.1): dependencies: browserslist: 4.28.1 @@ -42298,7 +40344,7 @@ snapshots: loader-utils: 1.4.2 mime: 2.6.0 schema-utils: 1.0.0 - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) url-parse@1.5.10: dependencies: @@ -42310,7 +40356,7 @@ snapshots: url@0.11.4: dependencies: punycode: 1.4.1 - qs: 6.14.1 + qs: 6.15.0 urlpattern-polyfill@10.0.0: {} @@ -42331,10 +40377,10 @@ snapshots: util@0.12.5: dependencies: inherits: 2.0.4 - is-arguments: 1.1.1 - is-generator-function: 1.0.10 + is-arguments: 1.2.0 + is-generator-function: 1.1.2 is-typed-array: 1.1.15 - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 utila@0.4.0: {} @@ -42356,7 +40402,7 @@ snapshots: uvu@0.5.6: dependencies: dequal: 2.0.3 - diff: 5.2.0 + diff: 5.2.2 kleur: 4.1.5 sade: 1.8.1 @@ -42379,7 +40425,7 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - validate-npm-package-name@6.0.0: {} + validate-npm-package-name@6.0.2: {} validate-npm-package-name@7.0.2: {} @@ -42407,7 +40453,7 @@ snapshots: '@types/unist': 2.0.11 unist-util-stringify-position: 3.0.3 - vfile-message@4.0.2: + vfile-message@4.0.3: dependencies: '@types/unist': 3.0.3 unist-util-stringify-position: 4.0.0 @@ -42422,12 +40468,15 @@ snapshots: vfile@6.0.3: dependencies: '@types/unist': 3.0.3 - vfile-message: 4.0.2 + vfile-message: 4.0.3 vinyl-contents@2.0.0: dependencies: bl: 5.1.0 - vinyl: 3.0.0 + vinyl: 3.0.1 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a vinyl-file@2.0.0: dependencies: @@ -42446,7 +40495,7 @@ snapshots: is-valid-glob: 1.0.0 lazystream: 1.0.1 lead: 1.0.0 - object.assign: 4.1.5 + object.assign: 4.1.7 pumpify: 1.5.1 readable-stream: 2.3.8 remove-bom-buffer: 3.0.0 @@ -42458,10 +40507,10 @@ snapshots: vinyl: 2.2.1 vinyl-sourcemap: 1.1.0 - vinyl-fs@4.0.0: + vinyl-fs@4.0.2: dependencies: fs-mkdirp-stream: 2.0.1 - glob-stream: 8.0.2 + glob-stream: 8.0.3 graceful-fs: 4.2.11 iconv-lite: 0.6.3 is-valid-glob: 1.0.0 @@ -42469,11 +40518,14 @@ snapshots: normalize-path: 3.0.0 resolve-options: 2.0.0 stream-composer: 1.0.2 - streamx: 2.22.0 + streamx: 2.25.0 to-through: 3.0.0 value-or-function: 4.0.0 - vinyl: 3.0.0 + vinyl: 3.0.1 vinyl-sourcemap: 2.0.0 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a vinyl-named@1.1.0: dependencies: @@ -42494,9 +40546,12 @@ snapshots: convert-source-map: 2.0.0 graceful-fs: 4.2.11 now-and-later: 3.0.0 - streamx: 2.22.0 - vinyl: 3.0.0 + streamx: 2.25.0 + vinyl: 3.0.1 vinyl-contents: 2.0.0 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a vinyl-sourcemaps-apply@0.2.1: dependencies: @@ -42527,53 +40582,55 @@ snapshots: remove-trailing-separator: 1.1.0 replace-ext: 1.0.1 - vinyl@3.0.0: + vinyl@3.0.1: dependencies: clone: 2.1.2 - clone-stats: 1.0.0 remove-trailing-separator: 1.1.0 replace-ext: 2.0.0 teex: 1.0.1 + transitivePeerDependencies: + - bare-abort-controller + - react-native-b4a - vite@5.4.21(@types/node@25.5.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): + vite@5.4.21(@types/node@20.19.37)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1): dependencies: esbuild: 0.21.5 - postcss: 8.5.6 + postcss: 8.5.8 rollup: 4.59.0 optionalDependencies: - '@types/node': 25.5.0 + '@types/node': 20.19.37 fsevents: 2.3.3 - less: 4.4.2 - lightningcss: 1.30.2 - sass: 1.97.1 - sass-embedded: 1.97.1 - terser: 5.46.0 + less: 4.6.4 + lightningcss: 1.32.0 + sass: 1.98.0 + sass-embedded: 1.93.3 + terser: 5.46.1 - vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3): + vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3): dependencies: esbuild: 0.25.0 - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 + postcss: 8.5.8 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 25.5.0 + '@types/node': 20.19.37 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 - lightningcss: 1.30.2 - sass: 1.97.1 - sass-embedded: 1.97.1 - terser: 5.46.0 + less: 4.6.4 + lightningcss: 1.32.0 + sass: 1.98.0 + sass-embedded: 1.93.3 + terser: 5.46.1 yaml: 2.8.3 - vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 - postcss: 8.5.8 + postcss: 8.5.6 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: @@ -42581,57 +40638,57 @@ snapshots: fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.0 - lightningcss: 1.30.2 + lightningcss: 1.32.0 sass: 1.90.0 - sass-embedded: 1.97.1 + sass-embedded: 1.93.3 terser: 5.43.1 yaml: 2.8.3 - vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): + vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 - postcss: 8.5.8 + postcss: 8.5.6 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 25.5.0 + '@types/node': 20.19.37 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.0 - lightningcss: 1.30.2 + lightningcss: 1.32.0 sass: 1.90.0 - sass-embedded: 1.97.1 + sass-embedded: 1.93.3 terser: 5.43.1 yaml: 2.8.3 - vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3): + vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3): dependencies: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 - postcss: 8.5.8 + postcss: 8.5.6 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 25.5.0 + '@types/node': 20.19.37 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.4.2 - lightningcss: 1.30.2 + less: 4.6.4 + lightningcss: 1.32.0 sass: 1.90.0 - sass-embedded: 1.97.1 - terser: 5.46.0 + sass-embedded: 1.93.3 + terser: 5.46.1 yaml: 2.8.3 optional: true - vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3): + vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3): dependencies: esbuild: 0.27.2 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 - postcss: 8.5.8 + postcss: 8.5.6 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: @@ -42639,9 +40696,9 @@ snapshots: fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 - lightningcss: 1.30.2 + lightningcss: 1.32.0 sass: 1.97.1 - sass-embedded: 1.97.1 + sass-embedded: 1.93.3 terser: 5.44.1 yaml: 2.8.3 @@ -42664,18 +40721,6 @@ snapshots: transitivePeerDependencies: - supports-color - vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1)): - dependencies: - debug: 4.4.3 - eslint: 9.39.4(jiti@2.6.1) - eslint-scope: 8.4.0 - eslint-visitor-keys: 4.2.1 - espree: 10.4.0 - esquery: 1.7.0 - semver: 7.7.4 - transitivePeerDependencies: - - supports-color - vue-eslint-parser@7.1.1(eslint@7.32.0): dependencies: debug: 4.4.3 @@ -42695,7 +40740,7 @@ snapshots: eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - esquery: 1.6.0 + esquery: 1.7.0 lodash: 4.17.23 semver: 7.7.4 transitivePeerDependencies: @@ -42705,8 +40750,8 @@ snapshots: dependencies: chalk: 4.1.2 hash-sum: 2.0.0 - watchpack: 2.4.2 - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + watchpack: 2.5.1 + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) optionalDependencies: '@vue/compiler-sfc': 3.3.4 vue: 3.2.47 @@ -42716,10 +40761,10 @@ snapshots: '@vue/devtools-api': 6.6.4 vue: 3.2.47 - vue-router@4.5.1(vue@3.5.13(typescript@5.8.3)): + vue-router@4.6.4(vue@3.5.31(typescript@5.8.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.31(typescript@5.8.3) vue-tsc@3.0.8(typescript@5.9.3): dependencies: @@ -42745,19 +40790,29 @@ snapshots: optionalDependencies: typescript: 5.9.3 - vue@3.5.13(typescript@5.8.3): + vue@3.5.31(typescript@5.8.3): dependencies: - '@vue/compiler-dom': 3.5.13 - '@vue/compiler-sfc': 3.5.13 - '@vue/runtime-dom': 3.5.13 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.8.3)) - '@vue/shared': 3.5.13 + '@vue/compiler-dom': 3.5.31 + '@vue/compiler-sfc': 3.5.31 + '@vue/runtime-dom': 3.5.31 + '@vue/server-renderer': 3.5.31(vue@3.5.31(typescript@5.8.3)) + '@vue/shared': 3.5.31 optionalDependencies: typescript: 5.8.3 - vuex@4.0.0-beta.4(vue@3.4.27(typescript@5.9.3)): + vue@3.5.31(typescript@5.9.3): dependencies: - vue: 3.4.27(typescript@5.9.3) + '@vue/compiler-dom': 3.5.31 + '@vue/compiler-sfc': 3.5.31 + '@vue/runtime-dom': 3.5.31 + '@vue/server-renderer': 3.5.31(vue@3.5.31(typescript@5.9.3)) + '@vue/shared': 3.5.31 + optionalDependencies: + typescript: 5.9.3 + + vuex@4.0.0-beta.4(vue@3.5.31(typescript@5.9.3)): + dependencies: + vue: 3.5.31(typescript@5.9.3) w3c-xmlserializer@4.0.0: dependencies: @@ -42767,11 +40822,6 @@ snapshots: dependencies: makeerror: 1.0.12 - watchpack@2.4.2: - dependencies: - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - watchpack@2.4.4: dependencies: glob-to-regexp: 0.4.1 @@ -42818,7 +40868,7 @@ snapshots: import-local: 3.2.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@4.10.0) webpack-merge: 5.10.0 webpack-cli@5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4): @@ -42830,17 +40880,17 @@ snapshots: colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.6 - envinfo: 7.14.0 + envinfo: 7.21.0 fastest-levenshtein: 1.0.16 import-local: 3.2.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) webpack-merge: 5.10.0 optionalDependencies: - webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.4) + webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4) - webpack-dev-middleware@6.1.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-dev-middleware@6.1.3(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): dependencies: colorette: 2.0.20 memfs: 3.5.3 @@ -42848,62 +40898,70 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) - webpack-dev-middleware@7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + webpack-dev-middleware@7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: colorette: 2.0.20 - memfs: 4.51.1 + memfs: 4.57.1(tslib@2.8.1) mime-types: 2.1.35 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + transitivePeerDependencies: + - tslib - webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + webpack-dev-middleware@7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: colorette: 2.0.20 - memfs: 4.51.1 - mime-types: 3.0.2 + memfs: 4.57.1(tslib@2.8.1) + mime-types: 2.1.35 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + transitivePeerDependencies: + - tslib - webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: colorette: 2.0.20 - memfs: 4.51.1 + memfs: 4.57.1(tslib@2.8.1) mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + transitivePeerDependencies: + - tslib - webpack-dev-middleware@7.4.5(webpack@5.105.4): + webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.4): dependencies: colorette: 2.0.20 - memfs: 4.51.1 + memfs: 4.57.1(tslib@2.8.1) mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + transitivePeerDependencies: + - tslib - webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.25 - '@types/express-serve-static-core': 4.19.6 + '@types/express-serve-static-core': 4.19.8 '@types/serve-index': 1.9.4 - '@types/serve-static': 1.15.7 + '@types/serve-static': 1.15.10 '@types/sockjs': 0.3.36 - '@types/ws': 8.5.13 + '@types/ws': 8.18.1 ansi-html-community: 0.0.8 bonjour-service: 1.3.0 chokidar: 3.6.0 @@ -42913,8 +40971,8 @@ snapshots: express: 4.22.1 graceful-fs: 4.2.11 http-proxy-middleware: 2.0.9(@types/express@4.17.25) - ipaddr.js: 2.2.0 - launch-editor: 2.9.1 + ipaddr.js: 2.3.0 + launch-editor: 2.13.2 open: 10.2.0 p-retry: 6.2.1 schema-utils: 4.3.3 @@ -42922,26 +40980,27 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - ws: 8.18.0 + webpack-dev-middleware: 7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + ws: 8.20.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug - supports-color + - tslib - utf-8-validate - webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.25 - '@types/express-serve-static-core': 4.19.6 + '@types/express-serve-static-core': 4.19.8 '@types/serve-index': 1.9.4 - '@types/serve-static': 1.15.7 + '@types/serve-static': 1.15.10 '@types/sockjs': 0.3.36 - '@types/ws': 8.5.13 + '@types/ws': 8.18.1 ansi-html-community: 0.0.8 bonjour-service: 1.3.0 chokidar: 3.6.0 @@ -42951,8 +41010,8 @@ snapshots: express: 4.22.1 graceful-fs: 4.2.11 http-proxy-middleware: 2.0.9(@types/express@4.17.25) - ipaddr.js: 2.2.0 - launch-editor: 2.9.1 + ipaddr.js: 2.3.0 + launch-editor: 2.13.2 open: 10.2.0 p-retry: 6.2.1 schema-utils: 4.3.3 @@ -42960,26 +41019,27 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - ws: 8.18.0 + webpack-dev-middleware: 7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + ws: 8.20.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) transitivePeerDependencies: - bufferutil - debug - supports-color + - tslib - utf-8-validate - webpack-dev-server@5.2.3(webpack-cli@5.1.4)(webpack@5.105.4): + webpack-dev-server@5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.25 - '@types/express-serve-static-core': 4.19.6 + '@types/express-serve-static-core': 4.19.8 '@types/serve-index': 1.9.4 - '@types/serve-static': 1.15.7 + '@types/serve-static': 1.15.10 '@types/sockjs': 0.3.36 - '@types/ws': 8.5.13 + '@types/ws': 8.18.1 ansi-html-community: 0.0.8 bonjour-service: 1.3.0 chokidar: 3.6.0 @@ -42989,8 +41049,8 @@ snapshots: express: 4.22.1 graceful-fs: 4.2.11 http-proxy-middleware: 2.0.9(@types/express@4.17.25) - ipaddr.js: 2.2.0 - launch-editor: 2.9.1 + ipaddr.js: 2.3.0 + launch-editor: 2.13.2 open: 10.2.0 p-retry: 6.2.1 schema-utils: 4.3.3 @@ -42998,21 +41058,22 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(webpack@5.105.4) - ws: 8.18.0 + webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.4) + ws: 8.20.0 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) transitivePeerDependencies: - bufferutil - debug - supports-color + - tslib - utf-8-validate webpack-hot-middleware@2.26.1: dependencies: ansi-html-community: 0.0.8 - html-entities: 2.5.2 + html-entities: 2.6.0 strip-ansi: 6.0.1 webpack-merge@4.2.2: @@ -43031,11 +41092,9 @@ snapshots: flat: 5.0.2 wildcard: 2.0.1 - webpack-sources@3.3.3: {} - webpack-sources@3.3.4: {} - webpack-stream@7.0.0(webpack@5.105.4(@swc/core@1.15.3)): + webpack-stream@7.0.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): dependencies: fancy-log: 1.3.3 lodash.clone: 4.5.0 @@ -43045,32 +41104,32 @@ snapshots: supports-color: 8.1.1 through: 2.3.8 vinyl: 2.2.1 - webpack: 5.105.4(@swc/core@1.15.3) + webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + html-webpack-plugin: 5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + html-webpack-plugin: 5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)) + html-webpack-plugin: 5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) webpack-virtual-modules@0.6.2: {} - webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.0): + webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43078,11 +41137,11 @@ snapshots: '@webassemblyjs/ast': 1.14.1 '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - acorn-import-phases: 1.0.4(acorn@8.15.0) + acorn: 8.16.0 + acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.19.0 + enhanced-resolve: 5.20.1 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -43093,16 +41152,16 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + tapable: 2.3.2 + terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) watchpack: 2.5.1 - webpack-sources: 3.3.3 + webpack-sources: 3.3.4 transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): + webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43110,11 +41169,11 @@ snapshots: '@webassemblyjs/ast': 1.14.1 '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.15.0 - acorn-import-phases: 1.0.4(acorn@8.15.0) + acorn: 8.16.0 + acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.19.0 + enhanced-resolve: 5.20.1 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -43125,16 +41184,16 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + tapable: 2.3.2 + terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) watchpack: 2.5.1 - webpack-sources: 3.3.3 + webpack-sources: 3.3.4 transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.105.4(@swc/core@1.15.3): + webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43146,7 +41205,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.0 + enhanced-resolve: 5.20.1 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -43157,8 +41216,8 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.4.0(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)) + tapable: 2.3.2 + terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) watchpack: 2.5.1 webpack-sources: 3.3.4 transitivePeerDependencies: @@ -43166,7 +41225,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2): + webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43178,7 +41237,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.0 + enhanced-resolve: 5.20.1 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -43189,8 +41248,8 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.4.0(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + tapable: 2.3.2 + terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) watchpack: 2.5.1 webpack-sources: 3.3.4 transitivePeerDependencies: @@ -43198,7 +41257,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0): + webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@4.10.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43210,7 +41269,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.0 + enhanced-resolve: 5.20.1 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -43221,8 +41280,8 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.4.0(@swc/core@1.15.3)(webpack@5.105.4) + tapable: 2.3.2 + terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4) watchpack: 2.5.1 webpack-sources: 3.3.4 optionalDependencies: @@ -43232,7 +41291,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4): + webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -43244,7 +41303,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.0 + enhanced-resolve: 5.20.1 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -43255,8 +41314,8 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.0 - terser-webpack-plugin: 5.4.0(@swc/core@1.15.3)(webpack@5.105.4) + tapable: 2.3.2 + terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4) watchpack: 2.5.1 webpack-sources: 3.3.4 optionalDependencies: @@ -43268,7 +41327,7 @@ snapshots: websocket-driver@0.7.4: dependencies: - http-parser-js: 0.5.8 + http-parser-js: 0.5.10 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 @@ -43300,14 +41359,6 @@ snapshots: when@3.7.8: {} - which-boxed-primitive@1.0.2: - dependencies: - is-bigint: 1.0.4 - is-boolean-object: 1.1.2 - is-number-object: 1.0.7 - is-string: 1.1.1 - is-symbol: 1.0.4 - which-boxed-primitive@1.1.1: dependencies: is-bigint: 1.1.0 @@ -43316,43 +41367,28 @@ snapshots: is-string: 1.1.1 is-symbol: 1.1.1 - which-builtin-type@1.1.4: - dependencies: - function.prototype.name: 1.1.6 - has-tostringtag: 1.0.2 - is-async-function: 2.0.0 - is-date-object: 1.0.5 - is-finalizationregistry: 1.0.2 - is-generator-function: 1.0.10 - is-regex: 1.2.1 - is-weakref: 1.0.2 - isarray: 2.0.5 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.2 - which-typed-array: 1.1.19 - which-builtin-type@1.2.1: dependencies: call-bound: 1.0.4 function.prototype.name: 1.1.8 has-tostringtag: 1.0.2 - is-async-function: 2.0.0 + is-async-function: 2.1.1 is-date-object: 1.1.0 is-finalizationregistry: 1.1.1 - is-generator-function: 1.0.10 + is-generator-function: 1.1.2 is-regex: 1.2.1 is-weakref: 1.1.1 isarray: 2.0.5 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 which-collection@1.0.2: dependencies: is-map: 2.0.3 is-set: 2.0.3 is-weakmap: 2.0.2 - is-weakset: 2.0.3 + is-weakset: 2.0.4 which-module@1.0.0: {} @@ -43362,15 +41398,7 @@ snapshots: pinkie-promise: 1.0.0 which: 1.3.1 - which-typed-array@1.1.15: - dependencies: - available-typed-arrays: 1.0.7 - call-bind: 1.0.8 - for-each: 0.3.3 - gopd: 1.2.0 - has-tostringtag: 1.0.2 - - which-typed-array@1.1.19: + which-typed-array@1.1.20: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 @@ -43388,9 +41416,9 @@ snapshots: dependencies: isexe: 2.0.0 - which@6.0.0: + which@6.0.1: dependencies: - isexe: 3.1.1 + isexe: 4.0.0 wildcard@2.0.1: {} @@ -43439,15 +41467,15 @@ snapshots: wrap-ansi@8.1.0: dependencies: - ansi-styles: 6.2.1 + ansi-styles: 6.2.3 string-width: 5.1.2 - strip-ansi: 7.1.2 + strip-ansi: 7.2.0 - wrap-ansi@9.0.0: + wrap-ansi@9.0.2: dependencies: - ansi-styles: 6.2.1 + ansi-styles: 6.2.3 string-width: 7.2.0 - strip-ansi: 7.1.2 + strip-ansi: 7.2.0 wrappy@1.0.2: {} @@ -43463,17 +41491,17 @@ snapshots: ws@7.5.10: {} - ws@8.17.1: {} + ws@8.18.3: {} - ws@8.18.0: {} + ws@8.20.0: {} wsl-utils@0.1.0: dependencies: - is-wsl: 3.1.0 + is-wsl: 3.1.1 wsl-utils@0.3.1: dependencies: - is-wsl: 3.1.0 + is-wsl: 3.1.1 powershell-utils: 0.1.0 xhr2@0.2.1: {} @@ -43589,22 +41617,19 @@ snapshots: dependencies: zod: 4.3.5 - zod-validation-error@4.0.2(zod@4.1.13): + zod-validation-error@4.0.2(zod@4.3.6): dependencies: - zod: 4.1.13 + zod: 4.3.6 zod@3.23.8: {} - zod@3.24.4: - optional: true - zod@4.1.13: {} zod@4.3.5: {} - zone.js@0.10.3: {} + zod@4.3.6: {} - zone.js@0.15.0: {} + zone.js@0.10.3: {} zone.js@0.15.1: {} From 86c8ab49093eeac7d8eddbaa5f47bb8d4fdcadde Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 26 Mar 2026 23:39:32 +0100 Subject: [PATCH 46/48] Revert "remove unnecessary changes" This reverts commit d201734a6ec080987a27ef32eb65497d47831dd5. --- .../generate-components/angular-generator.ts | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts b/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts index d1ccf036ccb9..2249d46921db 100644 --- a/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts +++ b/packages/nx-infra-plugin/src/executors/generate-components/angular-generator.ts @@ -74,6 +74,14 @@ export async function generateAngularComponents( }); logger.verbose('✓ Module facades generated'); + logger.verbose('🔗 Generating common reexports...'); + AngularCommonReexportsGenerator.generate({ + outputPath: path.dirname(componentsDir), + metadata: metaData, + templatingOptions: config.templatingOptions, + }); + logger.verbose('✓ Common reexports generated'); + logger.verbose('📋 Generating index facades...'); const facadeGenerator = new AngularFacadeGenerator(); facadeGenerator.generate({ @@ -83,15 +91,8 @@ export async function generateAngularComponents( }, }, commonImports: ['./common', './common/grids', './common/charts'], + commonReexports: metaData?.commonReexports, templatingOptions: config.templatingOptions, }); logger.verbose('✓ Index facades generated'); - - logger.verbose('🔗 Generating common reexports...'); - AngularCommonReexportsGenerator.generate({ - outputPath: path.dirname(componentsDir), - metadata: metaData, - templatingOptions: config.templatingOptions, - }); - logger.verbose('✓ Common reexports generated'); } From 79545d099c8a0b7d9f4aa20a605bd4d89ecbc9d1 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 26 Mar 2026 23:49:33 +0100 Subject: [PATCH 47/48] regenerate index --- packages/devextreme-angular/src/index.ts | 266 ++++++++++++++++++++++- 1 file changed, 265 insertions(+), 1 deletion(-) diff --git a/packages/devextreme-angular/src/index.ts b/packages/devextreme-angular/src/index.ts index 69069a7c67c9..b387f2eeeb37 100644 --- a/packages/devextreme-angular/src/index.ts +++ b/packages/devextreme-angular/src/index.ts @@ -1,6 +1,16 @@ import './common'; import './common/grids'; import './common/charts'; +import * as CommonModule from './common/index'; +import * as AiIntegrationModule from './common/ai-integration'; +import * as ChartsModule from './common/charts'; +import * as CoreAnimationModule from './common/core/animation'; +import * as CoreEnvironmentModule from './common/core/environment'; +import * as CoreEventsModule from './common/core/events'; +import * as CoreLocalizationModule from './common/core/localization'; +import * as DataModule from './common/data'; +import * as ExportExcelModule from './common/export/excel'; +import * as ExportPdfModule from './common/export/pdf'; export * from 'devextreme-angular/core'; export * from './ui/all'; @@ -88,4 +98,258 @@ export { DxValidationGroupComponent, DxValidationGroupModule } from 'devextreme- export { DxValidationSummaryComponent, DxValidationSummaryModule } from 'devextreme-angular/ui/validation-summary'; export { DxValidatorComponent, DxValidatorModule } from 'devextreme-angular/ui/validator'; export { DxVectorMapComponent, DxVectorMapModule } from 'devextreme-angular/ui/vector-map'; -export * as Common from './common/index'; +export namespace Common { + export type ApplyValueMode = import('devextreme/common').ApplyValueMode; + export type AsyncRule = import('devextreme/common').AsyncRule; + export type ButtonStyle = import('devextreme/common').ButtonStyle; + export type ButtonType = import('devextreme/common').ButtonType; + export type CompareRule = import('devextreme/common').CompareRule; + export type ComparisonOperator = import('devextreme/common').ComparisonOperator; + export const config = (CommonModule as any).config as typeof import('devextreme/common').config; + export type CustomRule = import('devextreme/common').CustomRule; + export type DataStructure = import('devextreme/common').DataStructure; + export type DataType = import('devextreme/common').DataType; + export type DateLike = import('devextreme/common').DateLike; + export type DefaultOptionsRule = import('devextreme/common').DefaultOptionsRule; + export type Direction = import('devextreme/common').Direction; + export type DisplayMode = import('devextreme/common').DisplayMode; + export type DragDirection = import('devextreme/common').DragDirection; + export type Draggable = import('devextreme/common').Draggable; + export type DragHighlight = import('devextreme/common').DragHighlight; + export type EditorStyle = import('devextreme/common').EditorStyle; + export type EmailRule = import('devextreme/common').EmailRule; + export type ExportFormat = import('devextreme/common').ExportFormat; + export type FieldChooserLayout = import('devextreme/common').FieldChooserLayout; + export type FirstDayOfWeek = import('devextreme/common').FirstDayOfWeek; + export type FloatingActionButtonDirection = import('devextreme/common').FloatingActionButtonDirection; + export type Format = import('devextreme/common').Format; + export type GlobalConfig = import('devextreme/common').GlobalConfig; + export const Guid = (CommonModule as any).Guid as typeof import('devextreme/common').Guid; + export type Guid = import('devextreme/common').Guid; + export type HorizontalAlignment = import('devextreme/common').HorizontalAlignment; + export type HorizontalEdge = import('devextreme/common').HorizontalEdge; + export type LabelMode = import('devextreme/common').LabelMode; + export type MaskMode = import('devextreme/common').MaskMode; + export type Mode = import('devextreme/common').Mode; + export type NumericRule = import('devextreme/common').NumericRule; + export type Orientation = import('devextreme/common').Orientation; + export type PageLoadMode = import('devextreme/common').PageLoadMode; + export type PageOrientation = import('devextreme/common').PageOrientation; + export type PatternRule = import('devextreme/common').PatternRule; + export type Position = import('devextreme/common').Position; + export type PositionAlignment = import('devextreme/common').PositionAlignment; + export type RangeRule = import('devextreme/common').RangeRule; + export type RequiredRule = import('devextreme/common').RequiredRule; + export type Scrollable = import('devextreme/common').Scrollable; + export type ScrollbarMode = import('devextreme/common').ScrollbarMode; + export type ScrollDirection = import('devextreme/common').ScrollDirection; + export type ScrollMode = import('devextreme/common').ScrollMode; + export type SearchMode = import('devextreme/common').SearchMode; + export type SelectAllMode = import('devextreme/common').SelectAllMode; + export const setTemplateEngine = (CommonModule as any).setTemplateEngine as typeof import('devextreme/common').setTemplateEngine; + export type SimplifiedSearchMode = import('devextreme/common').SimplifiedSearchMode; + export type SingleMultipleAllOrNone = import('devextreme/common').SingleMultipleAllOrNone; + export type SingleMultipleOrNone = import('devextreme/common').SingleMultipleOrNone; + export type SingleOrMultiple = import('devextreme/common').SingleOrMultiple; + export type SingleOrNone = import('devextreme/common').SingleOrNone; + export type SliderValueChangeMode = import('devextreme/common').SliderValueChangeMode; + export type Sortable = import('devextreme/common').Sortable; + export type SortOrder = import('devextreme/common').SortOrder; + export type StoreType = import('devextreme/common').StoreType; + export type StringLengthRule = import('devextreme/common').StringLengthRule; + export type SubmenuShowMode = import('devextreme/common').SubmenuShowMode; + export type TabsIconPosition = import('devextreme/common').TabsIconPosition; + export type TabsStyle = import('devextreme/common').TabsStyle; + export type template = import('devextreme/common').template; + export type TextBoxPredefinedButton = import('devextreme/common').TextBoxPredefinedButton; + export type TextEditorButton = import('devextreme/common').TextEditorButton; + export type TextEditorButtonLocation = import('devextreme/common').TextEditorButtonLocation; + export type ToolbarItemComponent = import('devextreme/common').ToolbarItemComponent; + export type ToolbarItemLocation = import('devextreme/common').ToolbarItemLocation; + export type TooltipShowMode = import('devextreme/common').TooltipShowMode; + export type ValidationCallbackData = import('devextreme/common').ValidationCallbackData; + export type ValidationMessageMode = import('devextreme/common').ValidationMessageMode; + export type ValidationRule = import('devextreme/common').ValidationRule; + export type ValidationRuleType = import('devextreme/common').ValidationRuleType; + export type ValidationStatus = import('devextreme/common').ValidationStatus; + export type VerticalAlignment = import('devextreme/common').VerticalAlignment; + export type VerticalEdge = import('devextreme/common').VerticalEdge; + export namespace AiIntegration { + export const AIIntegration = (AiIntegrationModule as any).AIIntegration as typeof import('devextreme/common/ai-integration').AIIntegration; + export type AIIntegration = import('devextreme/common/ai-integration').AIIntegration; + export type AIIntegrationOptions = import('devextreme/common/ai-integration').AIIntegrationOptions; + export type AIProvider = import('devextreme/common/ai-integration').AIProvider; + export type AIResponse = import('devextreme/common/ai-integration').AIResponse; + export type GenerateGridColumnCommandResponse = import('devextreme/common/ai-integration').GenerateGridColumnCommandResponse; + export type Prompt = import('devextreme/common/ai-integration').Prompt; + export type RequestParams = import('devextreme/common/ai-integration').RequestParams; + export type RequestParamsData = import('devextreme/common/ai-integration').RequestParamsData; + export type Response = import('devextreme/common/ai-integration').Response; + } + export namespace Charts { + export type AnimationEaseMode = import('devextreme/common/charts').AnimationEaseMode; + export type AnnotationType = import('devextreme/common/charts').AnnotationType; + export type ArgumentAxisHoverMode = import('devextreme/common/charts').ArgumentAxisHoverMode; + export type AxisScaleType = import('devextreme/common/charts').AxisScaleType; + export type ChartsAxisLabelOverlap = import('devextreme/common/charts').ChartsAxisLabelOverlap; + export type ChartsColor = import('devextreme/common/charts').ChartsColor; + export type ChartsDataType = import('devextreme/common/charts').ChartsDataType; + export type ChartsLabelOverlap = import('devextreme/common/charts').ChartsLabelOverlap; + export type DashStyle = import('devextreme/common/charts').DashStyle; + export type DiscreteAxisDivisionMode = import('devextreme/common/charts').DiscreteAxisDivisionMode; + export type Font = import('devextreme/common/charts').Font; + export type GradientColor = import('devextreme/common/charts').GradientColor; + export type HatchDirection = import('devextreme/common/charts').HatchDirection; + export type LabelOverlap = import('devextreme/common/charts').LabelOverlap; + export type LabelPosition = import('devextreme/common/charts').LabelPosition; + export type LegendHoverMode = import('devextreme/common/charts').LegendHoverMode; + export type LegendItem = import('devextreme/common/charts').LegendItem; + export type LegendMarkerState = import('devextreme/common/charts').LegendMarkerState; + export type Palette = import('devextreme/common/charts').Palette; + export type PaletteColorSet = import('devextreme/common/charts').PaletteColorSet; + export type PaletteExtensionMode = import('devextreme/common/charts').PaletteExtensionMode; + export type PointInteractionMode = import('devextreme/common/charts').PointInteractionMode; + export type PointSymbol = import('devextreme/common/charts').PointSymbol; + export const registerGradient = (ChartsModule as any).registerGradient as typeof import('devextreme/common/charts').registerGradient; + export const registerPattern = (ChartsModule as any).registerPattern as typeof import('devextreme/common/charts').registerPattern; + export type RelativePosition = import('devextreme/common/charts').RelativePosition; + export type ScaleBreak = import('devextreme/common/charts').ScaleBreak; + export type ScaleBreakLineStyle = import('devextreme/common/charts').ScaleBreakLineStyle; + export type SeriesHoverMode = import('devextreme/common/charts').SeriesHoverMode; + export type SeriesLabel = import('devextreme/common/charts').SeriesLabel; + export type SeriesPoint = import('devextreme/common/charts').SeriesPoint; + export type SeriesSelectionMode = import('devextreme/common/charts').SeriesSelectionMode; + export type SeriesType = import('devextreme/common/charts').SeriesType; + export type ShiftLabelOverlap = import('devextreme/common/charts').ShiftLabelOverlap; + export type TextOverflow = import('devextreme/common/charts').TextOverflow; + export type Theme = import('devextreme/common/charts').Theme; + export type TimeInterval = import('devextreme/common/charts').TimeInterval; + export type TimeIntervalConfig = import('devextreme/common/charts').TimeIntervalConfig; + export type ValueAxisVisualRangeUpdateMode = import('devextreme/common/charts').ValueAxisVisualRangeUpdateMode; + export type ValueErrorBarDisplayMode = import('devextreme/common/charts').ValueErrorBarDisplayMode; + export type ValueErrorBarType = import('devextreme/common/charts').ValueErrorBarType; + export type VisualRange = import('devextreme/common/charts').VisualRange; + export type VisualRangeUpdateMode = import('devextreme/common/charts').VisualRangeUpdateMode; + export type WordWrap = import('devextreme/common/charts').WordWrap; + export type ZoomPanAction = import('devextreme/common/charts').ZoomPanAction; + } + export namespace Core { + export namespace Animation { + export type AnimationConfig = import('devextreme/common/core/animation').AnimationConfig; + export const animationPresets = (CoreAnimationModule as any).animationPresets as typeof import('devextreme/common/core/animation').animationPresets; + export type AnimationState = import('devextreme/common/core/animation').AnimationState; + export const cancelAnimationFrame = (CoreAnimationModule as any).cancelAnimationFrame as typeof import('devextreme/common/core/animation').cancelAnimationFrame; + export type CollisionResolution = import('devextreme/common/core/animation').CollisionResolution; + export type CollisionResolutionCombination = import('devextreme/common/core/animation').CollisionResolutionCombination; + export const fx = (CoreAnimationModule as any).fx as typeof import('devextreme/common/core/animation').fx; + export type PositionConfig = import('devextreme/common/core/animation').PositionConfig; + export const requestAnimationFrame = (CoreAnimationModule as any).requestAnimationFrame as typeof import('devextreme/common/core/animation').requestAnimationFrame; + export const TransitionExecutor = (CoreAnimationModule as any).TransitionExecutor as typeof import('devextreme/common/core/animation').TransitionExecutor; + export type TransitionExecutor = import('devextreme/common/core/animation').TransitionExecutor; + } + export namespace Environment { + export type Device = import('devextreme/common/core/environment').Device; + export const getTimeZones = (CoreEnvironmentModule as any).getTimeZones as typeof import('devextreme/common/core/environment').getTimeZones; + export const hideTopOverlay = (CoreEnvironmentModule as any).hideTopOverlay as typeof import('devextreme/common/core/environment').hideTopOverlay; + export const initMobileViewport = (CoreEnvironmentModule as any).initMobileViewport as typeof import('devextreme/common/core/environment').initMobileViewport; + export type SchedulerTimeZone = import('devextreme/common/core/environment').SchedulerTimeZone; + } + export namespace Events { + export type AsyncCancelable = import('devextreme/common/core/events').AsyncCancelable; + export type Cancelable = import('devextreme/common/core/events').Cancelable; + export type ChangedOptionInfo = import('devextreme/common/core/events').ChangedOptionInfo; + export type EventInfo = import('devextreme/common/core/events').EventInfo; + export type EventObject = import('devextreme/common/core/events').EventObject; + export type InitializedEventInfo = import('devextreme/common/core/events').InitializedEventInfo; + export type ItemInfo = import('devextreme/common/core/events').ItemInfo; + export type NativeEventInfo = import('devextreme/common/core/events').NativeEventInfo; + export const off = (CoreEventsModule as any).off as typeof import('devextreme/common/core/events').off; + export const on = (CoreEventsModule as any).on as typeof import('devextreme/common/core/events').on; + export const one = (CoreEventsModule as any).one as typeof import('devextreme/common/core/events').one; + export const trigger = (CoreEventsModule as any).trigger as typeof import('devextreme/common/core/events').trigger; + } + export namespace Localization { + export type Format = import('devextreme/common/core/localization').Format; + export const formatDate = (CoreLocalizationModule as any).formatDate as typeof import('devextreme/common/core/localization').formatDate; + export const formatMessage = (CoreLocalizationModule as any).formatMessage as typeof import('devextreme/common/core/localization').formatMessage; + export const formatNumber = (CoreLocalizationModule as any).formatNumber as typeof import('devextreme/common/core/localization').formatNumber; + export const loadMessages = (CoreLocalizationModule as any).loadMessages as typeof import('devextreme/common/core/localization').loadMessages; + export const locale = (CoreLocalizationModule as any).locale as typeof import('devextreme/common/core/localization').locale; + export const parseDate = (CoreLocalizationModule as any).parseDate as typeof import('devextreme/common/core/localization').parseDate; + export const parseNumber = (CoreLocalizationModule as any).parseNumber as typeof import('devextreme/common/core/localization').parseNumber; + } + } + export namespace Data { + export const applyChanges = (DataModule as any).applyChanges as typeof import('devextreme/common/data').applyChanges; + export const ArrayStore = (DataModule as any).ArrayStore as typeof import('devextreme/common/data').ArrayStore; + export type ArrayStore = import('devextreme/common/data').ArrayStore; + export type ArrayStoreOptions = import('devextreme/common/data').ArrayStoreOptions; + export const base64_encode = (DataModule as any).base64_encode as typeof import('devextreme/common/data').base64_encode; + export const compileGetter = (DataModule as any).compileGetter as typeof import('devextreme/common/data').compileGetter; + export const compileSetter = (DataModule as any).compileSetter as typeof import('devextreme/common/data').compileSetter; + export const CustomStore = (DataModule as any).CustomStore as typeof import('devextreme/common/data').CustomStore; + export type CustomStore = import('devextreme/common/data').CustomStore; + export type CustomStoreOptions = import('devextreme/common/data').CustomStoreOptions; + export const DataSource = (DataModule as any).DataSource as typeof import('devextreme/common/data').DataSource; + export type DataSource = import('devextreme/common/data').DataSource; + export type DataSourceOptions = import('devextreme/common/data').DataSourceOptions; + export const EdmLiteral = (DataModule as any).EdmLiteral as typeof import('devextreme/common/data').EdmLiteral; + export type EdmLiteral = import('devextreme/common/data').EdmLiteral; + export const EndpointSelector = (DataModule as any).EndpointSelector as typeof import('devextreme/common/data').EndpointSelector; + export type EndpointSelector = import('devextreme/common/data').EndpointSelector; + export const errorHandler = (DataModule as any).errorHandler as typeof import('devextreme/common/data').errorHandler; + export type FilterDescriptor = import('devextreme/common/data').FilterDescriptor; + export type GroupDescriptor = import('devextreme/common/data').GroupDescriptor; + export type GroupingInterval = import('devextreme/common/data').GroupingInterval; + export type GroupItem = import('devextreme/common/data').GroupItem; + export const isGroupItemsArray = (DataModule as any).isGroupItemsArray as typeof import('devextreme/common/data').isGroupItemsArray; + export const isItemsArray = (DataModule as any).isItemsArray as typeof import('devextreme/common/data').isItemsArray; + export const isLoadResultObject = (DataModule as any).isLoadResultObject as typeof import('devextreme/common/data').isLoadResultObject; + export const keyConverters = (DataModule as any).keyConverters as typeof import('devextreme/common/data').keyConverters; + export type LangParams = import('devextreme/common/data').LangParams; + export type LoadOptions = import('devextreme/common/data').LoadOptions; + export type LoadResult = import('devextreme/common/data').LoadResult; + export type LoadResultObject = import('devextreme/common/data').LoadResultObject; + export const LocalStore = (DataModule as any).LocalStore as typeof import('devextreme/common/data').LocalStore; + export type LocalStore = import('devextreme/common/data').LocalStore; + export type LocalStoreOptions = import('devextreme/common/data').LocalStoreOptions; + export const ODataContext = (DataModule as any).ODataContext as typeof import('devextreme/common/data').ODataContext; + export type ODataContext = import('devextreme/common/data').ODataContext; + export type ODataContextOptions = import('devextreme/common/data').ODataContextOptions; + export const ODataStore = (DataModule as any).ODataStore as typeof import('devextreme/common/data').ODataStore; + export type ODataStore = import('devextreme/common/data').ODataStore; + export type ODataStoreOptions = import('devextreme/common/data').ODataStoreOptions; + export const query = (DataModule as any).query as typeof import('devextreme/common/data').query; + export type Query = import('devextreme/common/data').Query; + export type ResolvedData = import('devextreme/common/data').ResolvedData; + export type SearchOperation = import('devextreme/common/data').SearchOperation; + export type SelectDescriptor = import('devextreme/common/data').SelectDescriptor; + export const setErrorHandler = (DataModule as any).setErrorHandler as typeof import('devextreme/common/data').setErrorHandler; + export type SortDescriptor = import('devextreme/common/data').SortDescriptor; + export type Store = import('devextreme/common/data').Store; + export type StoreOptions = import('devextreme/common/data').StoreOptions; + export type SummaryDescriptor = import('devextreme/common/data').SummaryDescriptor; + } + export namespace Export { + export namespace Excel { + export type CellAddress = import('devextreme/common/export/excel').CellAddress; + export type CellRange = import('devextreme/common/export/excel').CellRange; + export type DataGridCell = import('devextreme/common/export/excel').DataGridCell; + export type DataGridExportOptions = import('devextreme/common/export/excel').DataGridExportOptions; + export const exportDataGrid = (ExportExcelModule as any).exportDataGrid as typeof import('devextreme/common/export/excel').exportDataGrid; + export const exportPivotGrid = (ExportExcelModule as any).exportPivotGrid as typeof import('devextreme/common/export/excel').exportPivotGrid; + export type PivotGridCell = import('devextreme/common/export/excel').PivotGridCell; + export type PivotGridExportOptions = import('devextreme/common/export/excel').PivotGridExportOptions; + } + export namespace Pdf { + export type Cell = import('devextreme/common/export/pdf').Cell; + export type DataGridCell = import('devextreme/common/export/pdf').DataGridCell; + export type DataGridExportOptions = import('devextreme/common/export/pdf').DataGridExportOptions; + export const exportDataGrid = (ExportPdfModule as any).exportDataGrid as typeof import('devextreme/common/export/pdf').exportDataGrid; + export const exportGantt = (ExportPdfModule as any).exportGantt as typeof import('devextreme/common/export/pdf').exportGantt; + export type GanttExportFont = import('devextreme/common/export/pdf').GanttExportFont; + export type GanttExportOptions = import('devextreme/common/export/pdf').GanttExportOptions; + } + } + export function Grids(): void {} +} From d6737c76ce89ec142ae3426b95f57f66be6139da Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Fri, 27 Mar 2026 14:51:46 +0100 Subject: [PATCH 48/48] update lock --- pnpm-lock.yaml | 10811 ++++++++++++++++++++++++++++------------------- 1 file changed, 6393 insertions(+), 4418 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d4554d3f1884..d34e63b69b51 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -198,13 +198,13 @@ importers: devDependencies: '@nx/devkit': specifier: 22.4.5 - version: 22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 22.4.5(nx@22.4.5(@swc/core@1.15.3)) '@nx/jest': specifier: 22.4.5 - version: 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)))(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3) + version: 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3) '@nx/js': specifier: 22.4.5 - version: 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3)) '@types/jest': specifier: 29.5.14 version: 29.5.14 @@ -231,7 +231,7 @@ importers: version: 1.2.0 codelyzer: specifier: 6.0.2 - version: 6.0.2(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)) + version: 6.0.2(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)) devextreme-internal-tools: specifier: catalog:tools version: 20.3.0 @@ -246,7 +246,7 @@ importers: version: 8.0.3 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + version: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jspdf-autotable: specifier: 3.8.4 version: 3.8.4(jspdf@4.2.1) @@ -255,7 +255,7 @@ importers: version: 14.0.1(enquirer@2.4.1) nx: specifier: 22.4.5 - version: 22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)) + version: 22.4.5(@swc/core@1.15.3) nx-cloud: specifier: 19.1.0 version: 19.1.0 @@ -279,7 +279,7 @@ importers: version: 3.1.2 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) vue: specifier: 3.4.27 version: 3.4.27(typescript@5.9.3) @@ -324,17 +324,17 @@ importers: version: link:../../packages/devextreme-angular/npm/dist tslib: specifier: ^2.6.1 - version: 2.8.1 + version: 2.6.3 zone.js: specifier: catalog:angular version: 0.15.1 devDependencies: '@angular-devkit/build-angular': specifier: catalog:angular - version: 20.3.21(adcmamoziogsp6oh3vn5zgsiau) + version: 20.3.21(gjmhy2decwtegmeofiuri27o7q) '@angular/cli': specifier: catalog:angular - version: 20.3.21(@types/node@20.11.17)(chokidar@4.0.3) + version: 20.3.21(@types/node@20.11.17)(chokidar@4.0.1) '@types/jasmine': specifier: 5.1.4 version: 5.1.4 @@ -346,7 +346,7 @@ importers: version: 7.0.3 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) typescript: specifier: catalog:angular version: 5.8.3 @@ -355,40 +355,40 @@ importers: dependencies: '@angular-devkit/build-angular': specifier: ~21.1.0 - version: 21.1.5(36ipviykfclvh52xm6ysm6zxkq) + version: 21.1.5(j42lx37kokphmm7sdypr6k2q4m) '@angular/animations': specifier: ~21.1.0 - version: 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) + version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cli': specifier: ~21.1.5 version: 21.1.5(@types/node@20.19.37)(chokidar@5.0.0) '@angular/common': specifier: ~21.1.0 - version: 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': specifier: ~21.2.0 - version: 21.2.6 + version: 21.2.4 '@angular/compiler-cli': specifier: ~21.1.0 - version: 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) + version: 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) '@angular/core': specifier: ~21.2.4 - version: 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + version: 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': specifier: ~21.1.0 - version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/platform-browser': specifier: ~21.1.0 - version: 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) + version: 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: ~21.1.0 - version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))) + version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))) '@aspnet/signalr': specifier: 1.0.27 version: 1.0.27 '@preact/signals-core': specifier: ^1.8.0 - version: 1.14.0 + version: 1.8.0 '@rollup/plugin-commonjs': specifier: 19.0.2 version: 19.0.2(rollup@4.59.0) @@ -505,7 +505,7 @@ importers: version: 4.2.0 openai: specifier: 4.73.1 - version: 4.73.1(zod@4.3.5) + version: 4.73.1(encoding@0.1.13)(zod@4.3.5) plugin-typescript: specifier: 8.0.0 version: 8.0.0(typescript@5.9.3) @@ -574,10 +574,10 @@ importers: version: 10.1.2 vue: specifier: ^3.3.4 - version: 3.5.31(typescript@5.9.3) + version: 3.4.27(typescript@5.9.3) vuex: specifier: 4.0.0-beta.4 - version: 4.0.0-beta.4(vue@3.5.31(typescript@5.9.3)) + version: 4.0.0-beta.4(vue@3.4.27(typescript@5.9.3)) whatwg-fetch: specifier: 2.0.4 version: 2.0.4 @@ -590,7 +590,7 @@ importers: devDependencies: '@angular/platform-server': specifier: 21.1.6 - version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@babel/core': specifier: 7.29.0 version: 7.29.0 @@ -656,7 +656,7 @@ importers: version: 12.0.0(eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) '@vue/tsconfig': specifier: 0.9.0 - version: 0.9.0(typescript@5.9.3)(vue@3.5.31(typescript@5.9.3)) + version: 0.9.0(typescript@5.9.3)(vue@3.4.27(typescript@5.9.3)) axe-core: specifier: 'catalog:' version: 4.11.1 @@ -725,7 +725,7 @@ importers: version: 1.1.4 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + version: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-environment-node: specifier: 29.7.0 version: 29.7.0 @@ -761,7 +761,7 @@ importers: version: 16.22.0(typescript@5.9.3) stylelint-config-recommended-vue: specifier: 1.6.1 - version: 1.6.1(postcss-html@1.8.1)(stylelint@16.22.0(typescript@5.9.3)) + version: 1.6.1(postcss-html@1.7.0)(stylelint@16.22.0(typescript@5.9.3)) stylelint-config-standard: specifier: 38.0.0 version: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) @@ -776,7 +776,7 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3) vue-eslint-parser: specifier: 'catalog:' version: 10.0.0(eslint@9.39.4(jiti@2.6.1)) @@ -822,13 +822,13 @@ importers: version: 4.1.0 webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + version: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-cli: specifier: 5.1.4 version: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) webpack-dev-server: specifier: 5.2.3 - version: 5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4) + version: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.4) apps/react-storybook: dependencies: @@ -840,26 +840,26 @@ importers: version: link:../../packages/devextreme-react/npm html-react-parser: specifier: ^5.2.2 - version: 5.2.17(@types/react@18.3.28)(react@18.3.1) + version: 5.2.2(@types/react@18.3.28)(react@18.3.1) inferno: specifier: 'catalog:' version: 8.2.3 openai: specifier: 4.73.1 - version: 4.73.1(zod@3.23.8) + version: 4.73.1(encoding@0.1.13)(zod@3.24.4) devDependencies: '@storybook/addon-docs': specifier: 10.1.9 - version: 10.1.9(@types/react@18.3.28)(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + version: 10.1.9(@types/react@18.3.28)(esbuild@0.27.2)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) '@storybook/addon-links': specifier: 10.1.9 version: 10.1.9(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@storybook/addon-webpack5-compiler-swc': specifier: 4.0.2 - version: 4.0.2(@swc/helpers@0.5.20)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + version: 4.0.2(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) '@storybook/react-webpack5': specifier: 10.1.9 - version: 10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)) + version: 10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) '@types/react': specifier: 18.3.28 version: 18.3.28 @@ -938,13 +938,13 @@ importers: version: 4.2.5(vue@3.2.47) webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + version: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-cli: specifier: 5.1.4 version: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) webpack-dev-server: specifier: 5.2.3 - version: 5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4) + version: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.4) e2e/bundlers: devDependencies: @@ -986,7 +986,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(uxcrnfrr64k2g3njyjnfv5ge4i) + version: 1.1.9(q4m475s3ywnbno7ood3mscoym4) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -1010,7 +1010,7 @@ importers: version: 1.2.8 parcel: specifier: 2.16.4 - version: 2.16.4(@swc/helpers@0.5.20) + version: 2.16.4 rimraf: specifier: 3.0.2 version: 3.0.2 @@ -1019,10 +1019,10 @@ importers: version: 4.59.0 vite: specifier: 5.4.21 - version: 5.4.21(@types/node@20.19.37)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1) + version: 5.4.21(@types/node@25.5.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0) webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@4.10.0) + version: 5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0) webpack-cli: specifier: 4.10.0 version: 4.10.0(webpack@5.105.4) @@ -1031,7 +1031,7 @@ importers: devDependencies: '@angular/common': specifier: catalog:angular - version: 20.3.18(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@eslint/eslintrc': specifier: 'catalog:' version: 3.3.5 @@ -1055,7 +1055,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(eg5vcmh3zj32vt2qlvx5ievhrq) + version: 1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1079,10 +1079,10 @@ importers: dependencies: terser-webpack-plugin: specifier: 5.3.17 - version: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack: specifier: ^5.105.0 - version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + version: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) e2e/testcafe-devextreme: devDependencies: @@ -1127,7 +1127,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(jm7puyv7qeqmp2urnhq34pt574) + version: 1.1.9(q4m475s3ywnbno7ood3mscoym4) eslint-migration-utils: specifier: workspace:* version: link:../../packages/eslint-migration-utils @@ -1160,37 +1160,37 @@ importers: version: 4.0.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) e2e/wrappers: dependencies: '@angular/common': specifier: catalog:angular - version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/compiler': specifier: catalog:angular version: 20.3.18 '@angular/core': specifier: catalog:angular - version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) + version: 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) '@angular/forms': specifier: catalog:angular - version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@angular/platform-browser': specifier: catalog:angular - version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: catalog:angular - version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))) '@angular/router': specifier: catalog:angular - version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + version: 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@babel/runtime': specifier: ^7.24.0 - version: 7.29.2 + version: 7.26.10 '@preact/signals-core': specifier: ^1.8.0 - version: 1.14.0 + version: 1.8.0 devexpress-diagram: specifier: 'catalog:' version: 2.2.25 @@ -1235,41 +1235,41 @@ importers: version: 1.2.8 react: specifier: ^19.0.0 - version: 19.2.4 + version: 19.1.0 react-dom: specifier: ^19.0.0 - version: 19.2.4(react@19.2.4) + version: 19.1.0(react@19.1.0) react-router-dom: specifier: ^6.30.3 - version: 6.30.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 6.30.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) rrule: specifier: 2.6.4 version: 2.6.4 rxjs: specifier: ~7.8.0 - version: 7.8.2 + version: 7.8.1 tslib: specifier: ^2.3.0 - version: 2.8.1 + version: 2.6.3 vue: specifier: ^3.5.13 - version: 3.5.31(typescript@5.8.3) + version: 3.5.13(typescript@5.8.3) vue-router: specifier: ^4.3.0 - version: 4.6.4(vue@3.5.31(typescript@5.8.3)) + version: 4.5.1(vue@3.5.13(typescript@5.8.3)) zone.js: specifier: ~0.15.0 - version: 0.15.1 + version: 0.15.0 devDependencies: '@analogjs/vite-plugin-angular': specifier: 1.22.5 - version: 1.22.5(@angular-devkit/build-angular@20.3.21(ds5jcqekp5rbe3h4ywykbm52ha))(@angular/build@20.3.21(5mdvwkx53zhvqmruw2lzc75pzm)) + version: 1.22.5(@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe))(@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu)) '@angular-devkit/build-angular': specifier: catalog:angular - version: 20.3.21(ds5jcqekp5rbe3h4ywykbm52ha) + version: 20.3.21(qze7oy7m2ugihtgbswwwkqqtqe) '@angular/cli': specifier: catalog:angular - version: 20.3.21(@types/node@20.19.37)(chokidar@4.0.3) + version: 20.3.21(@types/node@25.5.0)(chokidar@4.0.1) '@angular/compiler-cli': specifier: catalog:angular version: 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) @@ -1287,10 +1287,10 @@ importers: version: 19.1.3(@types/react@19.1.2) '@vitejs/plugin-react': specifier: 4.7.0 - version: 4.7.0(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)) + version: 4.7.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) '@vitejs/plugin-vue': specifier: 5.2.4 - version: 5.2.4(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.31(typescript@5.8.3)) + version: 5.2.4(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(vue@3.5.13(typescript@5.8.3)) eslint: specifier: 9.39.4 version: 9.39.4(jiti@2.6.1) @@ -1329,16 +1329,16 @@ importers: version: 5.8.3 vite: specifier: 6.4.1 - version: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) + version: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) packages/devextreme: dependencies: '@babel/runtime': specifier: ^7.12.1 - version: 7.29.2 + version: 7.26.10 '@preact/signals-core': specifier: ^1.8.0 - version: 1.14.0 + version: 1.8.0 devexpress-diagram: specifier: 'catalog:' version: 2.2.25 @@ -1384,25 +1384,25 @@ importers: version: 7.29.0(@babel/core@7.29.0) '@devextreme-generator/angular': specifier: 3.0.12 - version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/build-helpers': specifier: 3.0.12 - version: 3.0.12(s6gzhttk4jg3ruef2z2cpvqswm) + version: 3.0.12(5clvxqkkva4gfnkyserfk24kge) '@devextreme-generator/core': specifier: 3.0.12 - version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/declarations': specifier: 3.0.12 version: 3.0.12 '@devextreme-generator/inferno': specifier: 3.0.12 - version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/react': specifier: 3.0.12 - version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@devextreme-generator/vue': specifier: 3.0.12 - version: 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + version: 3.0.12(inkhsxarru2k3eocadfcsbwwra) '@eslint-stylistic/metadata': specifier: 'catalog:' version: 2.13.0 @@ -1513,7 +1513,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(wg2zqoefvdoafbdflaailfws5y) + version: 1.1.9(p7ac2sqyr7rc7ykkypyvw3f74m) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1525,7 +1525,7 @@ importers: version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jest: specifier: 29.15.0 - version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jest-formatting: specifier: 3.1.0 version: 3.1.0(eslint@9.39.4(jiti@2.6.1)) @@ -1753,7 +1753,7 @@ importers: version: 1.3.0 string-replace-loader: specifier: 3.1.0 - version: 3.1.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 3.1.0(webpack@5.105.4(@swc/core@1.15.3)) stylelint: specifier: 15.11.0 version: 15.11.0(typescript@4.9.5) @@ -1774,13 +1774,13 @@ importers: version: 0.0.11 terser-webpack-plugin: specifier: 5.3.17 - version: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 5.3.17(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)) through2: specifier: 2.0.5 version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) tsc-alias: specifier: 1.8.16 version: 1.8.16 @@ -1801,10 +1801,10 @@ importers: version: 1.1.0 webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + version: 5.105.4(@swc/core@1.15.3) webpack-stream: specifier: 7.0.0 - version: 7.0.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 7.0.0(webpack@5.105.4(@swc/core@1.15.3)) yaml: specifier: 2.8.3 version: 2.8.3 @@ -1817,23 +1817,23 @@ importers: dependencies: '@angular-devkit/schematics': specifier: catalog:angular - version: 20.3.21(chokidar@4.0.3) + version: 20.3.21(chokidar@4.0.1) devextreme: specifier: workspace:* version: link:../devextreme/artifacts/npm/devextreme devextreme-schematics: specifier: '*' - version: 1.14.2(chokidar@4.0.3) + version: 1.7.1 inferno-server: specifier: 'catalog:' version: 8.2.3 devDependencies: '@angular-devkit/architect': specifier: catalog:angular - version: 0.2003.21(chokidar@4.0.3) + version: 0.2003.21(chokidar@4.0.1) '@angular/cli': specifier: catalog:angular - version: 20.3.21(@types/node@20.19.37)(chokidar@4.0.3) + version: 20.3.21(@types/node@20.19.37) '@angular/common': specifier: catalog:angular version: 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -1893,7 +1893,7 @@ importers: version: 2.6.12 css-loader: specifier: 6.11.0 - version: 6.11.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 6.11.0(webpack@5.105.4(@swc/core@1.15.3)) devextreme-metadata: specifier: workspace:* version: link:../devextreme-metadata @@ -1902,7 +1902,7 @@ importers: version: 9.39.4(jiti@2.6.1) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(eg5vcmh3zj32vt2qlvx5ievhrq) + version: 1.1.9(3vdmkq325opsjnvek6nwmyun3m) eslint-migration-utils: specifier: workspace:* version: link:../eslint-migration-utils @@ -1926,7 +1926,7 @@ importers: version: 2.0.1(karma@6.4.4) karma-webpack: specifier: 5.0.1 - version: 5.0.1(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 5.0.1(webpack@5.105.4(@swc/core@1.15.3)) ng-packagr: specifier: catalog:angular version: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) @@ -1944,7 +1944,7 @@ importers: version: 3.0.0 style-loader: specifier: 3.3.4 - version: 3.3.4(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + version: 3.3.4(webpack@5.105.4(@swc/core@1.15.3)) tslib: specifier: 2.8.1 version: 2.8.1 @@ -1953,7 +1953,7 @@ importers: version: 5.8.3 webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + version: 5.105.4(@swc/core@1.15.3) yargs: specifier: 17.7.2 version: 17.7.2 @@ -1975,7 +1975,7 @@ importers: version: 3.5.3 ts-node: specifier: catalog:tools - version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) packages/devextreme-monorepo-tools: devDependencies: @@ -1984,7 +1984,7 @@ importers: version: 29.5.14 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-react: dependencies: @@ -2030,7 +2030,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(q7wmg4r47obwjwhjpx3njrbrgy) + version: 1.1.9(wbiq6ptffaetwqsgdrtmg2wnui) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) @@ -2045,7 +2045,7 @@ importers: version: 18.3.1(react@18.3.1) ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2100,13 +2100,13 @@ importers: version: 2.0.5 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) packages/devextreme-themebuilder: dependencies: autoprefixer: specifier: ^10.4.21 - version: 10.4.27(postcss@8.4.38) + version: 10.4.22(postcss@8.4.38) bootstrap: specifier: ^5.3.8 version: 5.3.8(@popperjs/core@2.11.8) @@ -2152,7 +2152,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(vpu3pj27wnjib62ifgwlptnhzq) + version: 1.1.9(gxmpfc3iqztvtq7vp5muevifvm) eslint-plugin-import: specifier: 'catalog:' version: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) @@ -2179,10 +2179,10 @@ importers: version: 18.0.1 ts-jest: specifier: 29.1.2 - version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + version: 29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5) + version: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2225,7 +2225,7 @@ importers: version: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-devextreme: specifier: 'catalog:' - version: 1.1.9(q7wmg4r47obwjwhjpx3njrbrgy) + version: 1.1.9(e37nt3ml5mnwtozm424b2lcda4) eslint-plugin-i18n: specifier: 'catalog:' version: 2.4.0 @@ -2246,7 +2246,7 @@ importers: version: 29.7.0 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -2282,10 +2282,10 @@ importers: version: 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-runtime': specifier: '>=7.0.0' - version: 7.29.0(@babel/core@7.29.0) + version: 7.28.5(@babel/core@7.29.0) '@babel/preset-env': specifier: '>=7.0.0' - version: 7.29.0(@babel/core@7.29.0) + version: 7.28.6(@babel/core@7.29.0) babel-plugin-add-module-exports: specifier: '>=1.0.0' version: 1.0.4 @@ -2294,7 +2294,7 @@ importers: version: 6.8.5(@babel/core@7.29.0) core-js-compat: specifier: '>=3.0.0' - version: 3.49.0 + version: 3.45.1 fs-extra: specifier: 11.2.0 version: 11.2.0 @@ -2312,7 +2312,7 @@ importers: version: 10.2.4 ng-packagr: specifier: '>=19.0.0' - version: 21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5) + version: 19.2.2(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5) normalize-path: specifier: 3.0.0 version: 3.0.0 @@ -2349,19 +2349,19 @@ importers: version: 3.5.3 ts-jest: specifier: 29.1.3 - version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + version: 29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)))(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 webpack: specifier: 5.105.4 - version: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + version: 5.105.4(@swc/core@1.15.3) packages/testcafe-models: dependencies: testcafe: specifier: '*' - version: 3.7.4 + version: 3.7.2 devDependencies: devextreme: specifier: workspace:* @@ -2369,8 +2369,8 @@ importers: packages: - '@adobe/css-tools@4.4.4': - resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==} + '@adobe/css-tools@4.4.1': + resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} '@algolia/abtesting@1.1.0': resolution: {integrity: sha512-sEyWjw28a/9iluA37KLGu8vjxEIlb60uxznfTUmXImy7H5NvbpSO6yYgmgH5KiD7j+zTUUihiST0jEP12IoXow==} @@ -2622,11 +2622,11 @@ packages: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 - '@angular-devkit/core@19.2.22': - resolution: {integrity: sha512-OqN/Ded+ZKypPZN5+qUFwtnKGl7FKpxJXYO2Vts5vLBojY5goCZd9SGW1CyXeuPnisRUW+vjqBQbWYuEUh36Tw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/core@16.2.16': + resolution: {integrity: sha512-5xHs9JFmp78sydrOAg0UGErxfMVv5c2f3RXoikS7eBOOXTWEi5pmnOkOvSJ3loQFGVs3Y7i+u02G3VrF5ZxOrA==} + engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - chokidar: ^4.0.0 + chokidar: ^3.5.2 peerDependenciesMeta: chokidar: optional: true @@ -2649,9 +2649,9 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@19.2.22': - resolution: {integrity: sha512-tvfu5jhem1o8qidVxvXe5KfCij65ioMLCOFA947DD+zb3yTl5pJyDm2dqzbOehuQw0fmH4XPQukRJsCUy+UwaA==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@angular-devkit/schematics@16.2.16': + resolution: {integrity: sha512-pF6fdtJh6yLmgA7Gs45JIdxPl2MsTAhYcZIMrX1a6ID64dfwtF0MP8fDE6vrWInV1zXbzzf7l7PeKuqVtTSzKg==} + engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/schematics@20.3.21': resolution: {integrity: sha512-CFX8TrZvvm4G398DpbcJ2GY8kwR81M8ssyIVYn19gD4Kr2UmeiCT3/dtUpx2FvSvSHbNwLmU6Ym0Rkh+E7p9bQ==} @@ -2809,8 +2809,8 @@ packages: resolution: {integrity: sha512-AaP/LCiDNcYmF135EEozjyR04NRBT38ZfBHQwjhgwiBBTejmvcpHwJaHSkraLpZqZzE4BQqqmgiQ1EJqxEwLVA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/compiler@21.2.6': - resolution: {integrity: sha512-shGkb/aAIPbG8oSYkVJ0msGlRdDVcJBVaUVx2KenMltifQjfLn5N8DFMAzOR6haaA3XeugFExxKqmvySjrVq+A==} + '@angular/compiler@21.2.4': + resolution: {integrity: sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} '@angular/core@20.3.18': @@ -2826,11 +2826,11 @@ packages: zone.js: optional: true - '@angular/core@21.2.6': - resolution: {integrity: sha512-svgK5DhFlQlS+sMybXftn08rHHRiDGY/uIKT5LZUaKgyffnkPb8uClpMIW0NzANtU8qs8pwgDZFoJw85Ia3oqQ==} + '@angular/core@21.2.4': + resolution: {integrity: sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 21.2.6 + '@angular/compiler': 21.2.4 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -2937,6 +2937,10 @@ packages: resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.28.6': + resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.29.0': resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} @@ -3002,6 +3006,11 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/helper-define-polyfill-provider@0.6.5': + resolution: {integrity: sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/helper-define-polyfill-provider@0.6.8': resolution: {integrity: sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==} peerDependencies: @@ -3029,6 +3038,10 @@ packages: resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.27.1': + resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} + engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.28.6': resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==} engines: {node: '>=6.9.0'} @@ -3065,25 +3078,35 @@ packages: resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} - '@babel/helper-wrap-function@7.28.6': - resolution: {integrity: sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==} + '@babel/helper-wrap-function@7.28.3': + resolution: {integrity: sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.29.2': - resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==} + '@babel/helpers@7.28.6': + resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} engines: {node: '>=6.9.0'} '@babel/highlight@7.25.9': resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.29.0': - resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} + '@babel/parser@7.23.9': + resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/parser@7.26.2': + resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/parser@7.28.6': + resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.29.2': - resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==} + '@babel/parser@7.29.0': + resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} engines: {node: '>=6.0.0'} hasBin: true @@ -3117,8 +3140,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/plugin-proposal-decorators@7.29.0': - resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==} + '@babel/plugin-proposal-decorators@7.25.9': + resolution: {integrity: sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3150,8 +3173,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-decorators@7.28.6': - resolution: {integrity: sha512-71EYI0ONURHJBL4rSFXnITXqXrrY8q4P0q006DPfN+Rk+ASM+++IBXem/ruokgBZR8YNEWZ8R6B+rCb8VcUTqA==} + '@babel/plugin-syntax-decorators@7.25.9': + resolution: {integrity: sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3161,8 +3184,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-flow@7.28.6': - resolution: {integrity: sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew==} + '@babel/plugin-syntax-flow@7.26.0': + resolution: {integrity: sha512-B+O2DnPc0iG+YXFqOxv2WNuNU97ToWjOomUQ78DouOENWUaM5sVrmet9mcomUGQFwpJd//gvUagXBSdzO1fRKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3237,8 +3260,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.28.6': - resolution: {integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==} + '@babel/plugin-syntax-typescript@7.27.1': + resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3255,18 +3278,36 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-async-generator-functions@7.26.8': + resolution: {integrity: sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-async-generator-functions@7.28.0': resolution: {integrity: sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-async-generator-functions@7.28.6': + resolution: {integrity: sha512-9knsChgsMzBV5Yh3kkhrZNxH3oCYAfMBkNNaVN4cP2RVlFPe8wYdwwcnOsAbkdDoV9UjFtOXWrWB52M8W4jNeA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-async-generator-functions@7.29.0': resolution: {integrity: sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-async-to-generator@7.25.9': + resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-async-to-generator@7.27.1': resolution: {integrity: sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==} engines: {node: '>=6.9.0'} @@ -3291,12 +3332,24 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-class-properties@7.25.9': + resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-class-properties@7.28.6': resolution: {integrity: sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-class-static-block@7.26.0': + resolution: {integrity: sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + '@babel/plugin-transform-class-static-block@7.28.6': resolution: {integrity: sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==} engines: {node: '>=6.9.0'} @@ -3351,6 +3404,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-exponentiation-operator@7.27.1': + resolution: {integrity: sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-exponentiation-operator@7.28.6': resolution: {integrity: sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==} engines: {node: '>=6.9.0'} @@ -3363,8 +3422,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-flow-strip-types@7.27.1': - resolution: {integrity: sha512-G5eDKsu50udECw7DL2AcsysXiQyB7Nfg521t2OAJ4tbfTJ27doHLeF/vlI1NZGlLdbb/v+ibvtL1YBQqYOwJGg==} + '@babel/plugin-transform-flow-strip-types@7.25.9': + resolution: {integrity: sha512-/VVukELzPDdci7UUsWQaSkhgnjIWXnIyRpM02ldxaVoFK96c41So8JcKT3m0gYjyv7j5FNPGS5vfELrWalkbDA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3417,6 +3476,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-modules-systemjs@7.28.5': + resolution: {integrity: sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-modules-systemjs@7.29.0': resolution: {integrity: sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==} engines: {node: '>=6.9.0'} @@ -3429,6 +3494,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1': + resolution: {integrity: sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0': resolution: {integrity: sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==} engines: {node: '>=6.9.0'} @@ -3483,6 +3554,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-private-methods@7.25.9': + resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-private-methods@7.28.6': resolution: {integrity: sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==} engines: {node: '>=6.9.0'} @@ -3537,6 +3614,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-regenerator@7.28.6': + resolution: {integrity: sha512-eZhoEZHYQLL5uc1gS5e9/oTknS0sSSAtd5TkKMUp3J+S/CaUjagc0kOUPsEbDmMeva0nC3WWl4SxVY6+OBuxfw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-regenerator@7.29.0': resolution: {integrity: sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==} engines: {node: '>=6.9.0'} @@ -3609,8 +3692,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.28.6': - resolution: {integrity: sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==} + '@babel/plugin-transform-typescript@7.28.5': + resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3651,14 +3734,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/preset-env@7.28.6': + resolution: {integrity: sha512-GaTI4nXDrs7l0qaJ6Rg06dtOXTBCG6TMDB44zbqofCIC4PqC7SEvmFFtpxzCDw9W5aJ7RKVshgXTLvLdBFV/qw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/preset-env@7.29.0': resolution: {integrity: sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-flow@7.27.1': - resolution: {integrity: sha512-ez3a2it5Fn6P54W8QkbfIyyIbxlXvcxyWHHvno1Wg0Ej5eiJY5hBb8ExttoIOJJk7V2dZE6prP7iby5q2aQ0Lg==} + '@babel/preset-flow@7.25.9': + resolution: {integrity: sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3680,6 +3769,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/runtime@7.26.10': + resolution: {integrity: sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} engines: {node: '>=6.9.0'} @@ -3688,18 +3781,26 @@ packages: resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} - '@babel/runtime@7.29.2': - resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} + '@babel/runtime@7.28.6': + resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.28.6': + resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.29.0': resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} engines: {node: '>=6.9.0'} + '@babel/types@7.28.6': + resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} + engines: {node: '>=6.9.0'} + '@babel/types@7.29.0': resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} @@ -3707,14 +3808,17 @@ packages: '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} + '@bufbuild/protobuf@2.10.2': + resolution: {integrity: sha512-uFsRXwIGyu+r6AMdz+XijIIZJYpoWeYzILt5yZ2d3mCjQrWUTVpVD9WL/jZAbvp+Ed04rOhrsk7FiTcEDseB5A==} + '@bufbuild/protobuf@2.11.0': resolution: {integrity: sha512-sBXGT13cpmPR5BMgHE6UEEfEaShh5Ror6rfN3yEK5si7QVrtZg8LEPQb0VVhiLRUslD2yLnXtnRzG035J/mZXQ==} - '@cacheable/memory@2.0.8': - resolution: {integrity: sha512-FvEb29x5wVwu/Kf93IWwsOOEuhHh6dYCJF3vcKLzXc0KXIW181AOzv6ceT4ZpBHDvAfG60eqb+ekmrnLHIy+jw==} + '@cacheable/memory@2.0.7': + resolution: {integrity: sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==} - '@cacheable/utils@2.4.0': - resolution: {integrity: sha512-PeMMsqjVq+bF0WBsxFBxr/WozBJiZKY0rUojuaCoIaKnEl3Ju1wfEwS+SV1DU/cSe8fqHIPiYJFif8T3MVt4cQ==} + '@cacheable/utils@2.3.3': + resolution: {integrity: sha512-JsXDL70gQ+1Vc2W/KUFfkAJzgb4puKwwKehNLuB+HrNKWf91O736kGfxn4KujXCCSuh6mRRL4XEB0PkAFjWS0A==} '@colors/colors@1.5.0': resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} @@ -3787,8 +3891,8 @@ packages: '@devexpress/callsite-record@4.1.7': resolution: {integrity: sha512-qr3VQYc0KopduFkEY6SxaOIi1Xhm0jIWQfrxxMVboI/p2rjF/Mj/iqaiUxQQP6F3ujpW/7l0mzhf17uwcFZhBA==} - '@devexpress/utils@1.4.8': - resolution: {integrity: sha512-XVqyeYjqWjbcAUOxaUc6f93MATuVyFE2eec10Qm7X3/QLkKPBh2cJt5OOw4bkW4fC8SG8NZwjVITt08Tr+CXpQ==} + '@devexpress/utils@1.4.7': + resolution: {integrity: sha512-upLxMpSN3wQ6V9jF89v826bGVCoUxR99ODjEqXQ2nzy/yCluVSIqN7eeo/OQQdg7jjRIHmwwWygfDe9PAxr/pA==} '@devextreme-generator/angular@3.0.12': resolution: {integrity: sha512-u5h6ego2TqZuVcV43eEisD4/xmlGSOifXXcL9nU+3G8BCxLPhJ3eCq3EHlnN2y0j1Zmiy+oMGNGID3+DOl5MIQ==} @@ -3822,22 +3926,22 @@ packages: resolution: {integrity: sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==} engines: {node: '>=14.17.0'} - '@dual-bundle/import-meta-resolve@4.2.1': - resolution: {integrity: sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==} + '@dual-bundle/import-meta-resolve@4.1.0': + resolution: {integrity: sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==} - '@electron/asar@3.4.1': - resolution: {integrity: sha512-i4/rNPRS84t0vSRa2HorerGRXWyF4vThfHesw0dmcWHp+cspK743UanA0suA5Q5y8kzY2y6YKrvbIUn69BCAiA==} + '@electron/asar@3.2.17': + resolution: {integrity: sha512-OcWImUI686w8LkghQj9R2ynZ2ME693Ek6L1SiaAgqGKzBaTIZw3fHDqN82Rcl+EU1Gm9EgkJ5KLIY/q5DCRbbA==} engines: {node: '>=10.12.0'} hasBin: true - '@emnapi/core@1.9.1': - resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==} + '@emnapi/core@1.7.1': + resolution: {integrity: sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==} - '@emnapi/runtime@1.9.1': - resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==} + '@emnapi/runtime@1.7.1': + resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==} - '@emnapi/wasi-threads@1.2.0': - resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==} + '@emnapi/wasi-threads@1.1.0': + resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} '@esbuild/aix-ppc64@0.21.5': resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} @@ -3863,12 +3967,6 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.27.4': - resolution: {integrity: sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - '@esbuild/android-arm64@0.21.5': resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} engines: {node: '>=12'} @@ -3893,12 +3991,6 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.27.4': - resolution: {integrity: sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm@0.21.5': resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} engines: {node: '>=12'} @@ -3923,12 +4015,6 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.27.4': - resolution: {integrity: sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - '@esbuild/android-x64@0.21.5': resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} engines: {node: '>=12'} @@ -3953,12 +4039,6 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.27.4': - resolution: {integrity: sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - '@esbuild/darwin-arm64@0.21.5': resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} engines: {node: '>=12'} @@ -3983,12 +4063,6 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.27.4': - resolution: {integrity: sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-x64@0.21.5': resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} engines: {node: '>=12'} @@ -4013,12 +4087,6 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.27.4': - resolution: {integrity: sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - '@esbuild/freebsd-arm64@0.21.5': resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} engines: {node: '>=12'} @@ -4043,12 +4111,6 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.27.4': - resolution: {integrity: sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-x64@0.21.5': resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} engines: {node: '>=12'} @@ -4073,12 +4135,6 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.27.4': - resolution: {integrity: sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - '@esbuild/linux-arm64@0.21.5': resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} engines: {node: '>=12'} @@ -4103,12 +4159,6 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.27.4': - resolution: {integrity: sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm@0.21.5': resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} engines: {node: '>=12'} @@ -4133,12 +4183,6 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.27.4': - resolution: {integrity: sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - '@esbuild/linux-ia32@0.21.5': resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} engines: {node: '>=12'} @@ -4163,12 +4207,6 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.27.4': - resolution: {integrity: sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-loong64@0.14.54': resolution: {integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw==} engines: {node: '>=12'} @@ -4199,12 +4237,6 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.27.4': - resolution: {integrity: sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-mips64el@0.21.5': resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} engines: {node: '>=12'} @@ -4229,12 +4261,6 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.27.4': - resolution: {integrity: sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-ppc64@0.21.5': resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} engines: {node: '>=12'} @@ -4259,12 +4285,6 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.27.4': - resolution: {integrity: sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-riscv64@0.21.5': resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} engines: {node: '>=12'} @@ -4289,12 +4309,6 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.27.4': - resolution: {integrity: sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-s390x@0.21.5': resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} engines: {node: '>=12'} @@ -4319,12 +4333,6 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.27.4': - resolution: {integrity: sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-x64@0.21.5': resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} engines: {node: '>=12'} @@ -4349,12 +4357,6 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.27.4': - resolution: {integrity: sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - '@esbuild/netbsd-arm64@0.25.0': resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==} engines: {node: '>=18'} @@ -4373,12 +4375,6 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.27.4': - resolution: {integrity: sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [netbsd] - '@esbuild/netbsd-x64@0.21.5': resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} engines: {node: '>=12'} @@ -4403,12 +4399,6 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.27.4': - resolution: {integrity: sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - '@esbuild/openbsd-arm64@0.25.0': resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==} engines: {node: '>=18'} @@ -4427,12 +4417,6 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.27.4': - resolution: {integrity: sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - '@esbuild/openbsd-x64@0.21.5': resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} engines: {node: '>=12'} @@ -4457,12 +4441,6 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.27.4': - resolution: {integrity: sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - '@esbuild/openharmony-arm64@0.25.9': resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} engines: {node: '>=18'} @@ -4475,12 +4453,6 @@ packages: cpu: [arm64] os: [openharmony] - '@esbuild/openharmony-arm64@0.27.4': - resolution: {integrity: sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openharmony] - '@esbuild/sunos-x64@0.21.5': resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} engines: {node: '>=12'} @@ -4505,12 +4477,6 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.27.4': - resolution: {integrity: sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - '@esbuild/win32-arm64@0.21.5': resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} engines: {node: '>=12'} @@ -4535,12 +4501,6 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.27.4': - resolution: {integrity: sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-ia32@0.21.5': resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} engines: {node: '>=12'} @@ -4565,12 +4525,6 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.27.4': - resolution: {integrity: sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-x64@0.21.5': resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} engines: {node: '>=12'} @@ -4595,12 +4549,6 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.27.4': - resolution: {integrity: sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - '@eslint-community/eslint-utils@4.9.1': resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4669,10 +4617,6 @@ packages: '@fast-csv/parse@5.0.5': resolution: {integrity: sha512-M0IbaXZDbxfOnpVE5Kps/a6FGlILLhtLsvWd9qNH3d2TxNnpbNkFf3KD26OmJX6MHq7PdQAl5htStDwnuwHx6w==} - '@gar/promise-retry@1.0.3': - resolution: {integrity: sha512-GmzA9ckNokPypTg10pgpeHNQe7ph+iIKKmhKu3Ob9ANkswreCx7R3cKmY781K8QK3AqVL3xVh9A42JvIAbkkSA==} - engines: {node: ^20.17.0 || >=22.9.0} - '@gulpjs/to-absolute-glob@4.0.0': resolution: {integrity: sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==} engines: {node: '>=10.13.0'} @@ -4687,8 +4631,8 @@ packages: resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} engines: {node: '>=18.18.0'} - '@humanfs/node@0.16.7': - resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==} + '@humanfs/node@0.16.6': + resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} engines: {node: '>=18.18.0'} '@humanwhocodes/config-array@0.5.0': @@ -4704,8 +4648,12 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} deprecated: Use @eslint/object-schema instead - '@humanwhocodes/retry@0.4.3': - resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} + '@humanwhocodes/retry@0.3.1': + resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} + engines: {node: '>=18.18'} + + '@humanwhocodes/retry@0.4.2': + resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==} engines: {node: '>=18.18'} '@inquirer/ansi@1.0.2': @@ -4864,10 +4812,6 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} - '@isaacs/cliui@9.0.0': - resolution: {integrity: sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==} - engines: {node: '>=18'} - '@isaacs/fs-minipass@4.0.1': resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} engines: {node: '>=18.0.0'} @@ -4884,8 +4828,8 @@ packages: resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/console@30.3.0': - resolution: {integrity: sha512-PAwCvFJ4696XP2qZj+LAn1BWjZaJ6RjG6c7/lkMaUJnkyMS34ucuIsfqYvfskVNvUI27R/u4P1HMYFnlVXG/Ww==} + '@jest/console@30.2.0': + resolution: {integrity: sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/core@29.7.0': @@ -4897,40 +4841,49 @@ packages: node-notifier: optional: true - '@jest/diff-sequences@30.3.0': - resolution: {integrity: sha512-cG51MVnLq1ecVUaQ3fr6YuuAOitHK1S4WUJHnsPFE/quQr33ADUx1FfrTCpMCRxvy0Yr9BThKpDjSlcTi91tMA==} + '@jest/core@30.2.0': + resolution: {integrity: sha512-03W6IhuhjqTlpzh/ojut/pDB2LPRygyWX8ExpgHtQA8H/3K7+1vKmcINx5UzeOX1se6YEsBsOHQ1CRzf3fOwTQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + '@jest/diff-sequences@30.0.1': + resolution: {integrity: sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/environment@29.7.0': resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/environment@30.3.0': - resolution: {integrity: sha512-SlLSF4Be735yQXyh2+mctBOzNDx5s5uLv88/j8Qn1wH679PDcwy67+YdADn8NJnGjzlXtN62asGH/T4vWOkfaw==} + '@jest/environment@30.2.0': + resolution: {integrity: sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/expect-utils@29.7.0': resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/expect-utils@30.3.0': - resolution: {integrity: sha512-j0+W5iQQ8hBh7tHZkTQv3q2Fh/M7Je72cIsYqC4OaktgtO7v1So9UTjp6uPBHIaB6beoF/RRsCgMJKvti0wADA==} + '@jest/expect-utils@30.2.0': + resolution: {integrity: sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/expect@29.7.0': resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/expect@30.3.0': - resolution: {integrity: sha512-76Nlh4xJxk2D/9URCn3wFi98d2hb19uWE1idLsTt2ywhvdOldbw3S570hBgn25P4ICUZ/cBjybrBex2g17IDbg==} + '@jest/expect@30.2.0': + resolution: {integrity: sha512-V9yxQK5erfzx99Sf+7LbhBwNWEZ9eZay8qQ9+JSC0TrMR1pMDHLMY+BnVPacWU6Jamrh252/IKo4F1Xn/zfiqA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/fake-timers@29.7.0': resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/fake-timers@30.3.0': - resolution: {integrity: sha512-WUQDs8SOP9URStX1DzhD425CqbN/HxUYCTwVrT8sTVBfMvFqYt/s61EK5T05qnHu0po6RitXIvP9otZxYDzTGQ==} + '@jest/fake-timers@30.2.0': + resolution: {integrity: sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/get-type@30.1.0': @@ -4941,8 +4894,8 @@ packages: resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/globals@30.3.0': - resolution: {integrity: sha512-+owLCBBdfpgL3HU+BD5etr1SvbXpSitJK0is1kiYjJxAAJggYMRQz5hSdd5pq1sSggfxPbw2ld71pt4x5wwViA==} + '@jest/globals@30.2.0': + resolution: {integrity: sha512-b63wmnKPaK+6ZZfpYhz9K61oybvbI1aMcIs80++JI1O1rR1vaxHUCNqo3ITu6NU0d4V34yZFoHMn/uoKr/Rwfw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/pattern@30.0.1': @@ -4958,8 +4911,8 @@ packages: node-notifier: optional: true - '@jest/reporters@30.3.0': - resolution: {integrity: sha512-a09z89S+PkQnL055bVj8+pe2Caed2PBOaczHcXCykW5ngxX9EWx/1uAwncxc/HiU0oZqfwseMjyhxgRjS49qPw==} + '@jest/reporters@30.2.0': + resolution: {integrity: sha512-DRyW6baWPqKMa9CzeiBjHwjd8XeAyco2Vt8XbcLFjiwCOEKOvy82GJ8QQnJE9ofsxCMPjH4MfH8fCWIHHDKpAQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -4975,8 +4928,8 @@ packages: resolution: {integrity: sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - '@jest/snapshot-utils@30.3.0': - resolution: {integrity: sha512-ORbRN9sf5PP82v3FXNSwmO1OTDR2vzR2YTaR+E3VkSBZ8zadQE6IqYdYEeFH1NIkeB2HIGdF02dapb6K0Mj05g==} + '@jest/snapshot-utils@30.2.0': + resolution: {integrity: sha512-0aVxM3RH6DaiLcjj/b0KrIBZhSX1373Xci4l3cW5xiUWPctZ59zQ7jj4rqcJQ/Z8JuN/4wX3FpJSa3RssVvCug==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/source-map@29.6.3': @@ -4991,32 +4944,32 @@ packages: resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/test-result@30.3.0': - resolution: {integrity: sha512-e/52nJGuD74AKTSe0P4y5wFRlaXP0qmrS17rqOMHeSwm278VyNyXE3gFO/4DTGF9w+65ra3lo3VKj0LBrzmgdQ==} + '@jest/test-result@30.2.0': + resolution: {integrity: sha512-RF+Z+0CCHkARz5HT9mcQCBulb1wgCP3FBvl9VFokMX27acKphwyQsNuWH3c+ojd1LeWBLoTYoxF0zm6S/66mjg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/test-sequencer@29.7.0': resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/test-sequencer@30.3.0': - resolution: {integrity: sha512-dgbWy9b8QDlQeRZcv7LNF+/jFiiYHTKho1xirauZ7kVwY7avjFF6uTT0RqlgudB5OuIPagFdVtfFMosjVbk1eA==} + '@jest/test-sequencer@30.2.0': + resolution: {integrity: sha512-wXKgU/lk8fKXMu/l5Hog1R61bL4q5GCdT6OJvdAFz1P+QrpoFuLU68eoKuVc4RbrTtNnTL5FByhWdLgOPSph+Q==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/transform@29.7.0': resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/transform@30.3.0': - resolution: {integrity: sha512-TLKY33fSLVd/lKB2YI1pH69ijyUblO/BQvCj566YvnwuzoTNr648iE0j22vRvVNk2HsPwByPxATg3MleS3gf5A==} + '@jest/transform@30.2.0': + resolution: {integrity: sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jest/types@29.6.3': resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jest/types@30.3.0': - resolution: {integrity: sha512-JHm87k7bA33hpBngtU8h6UBub/fqqA9uXfw+21j5Hmk7ooPHlboRNxHq0JcMtC+n8VJGP1mcfnD3Mk+XKe1oSw==} + '@jest/types@30.2.0': + resolution: {integrity: sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} '@jridgewell/gen-mapping@0.3.13': @@ -5035,6 +4988,9 @@ packages: '@jridgewell/sourcemap-codec@1.5.5': resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.31': resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} @@ -5047,125 +5003,41 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/base64@17.67.0': - resolution: {integrity: sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - '@jsonjoy.com/buffers@1.2.1': resolution: {integrity: sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/buffers@17.67.0': - resolution: {integrity: sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - '@jsonjoy.com/codegen@1.0.0': resolution: {integrity: sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/codegen@17.67.0': - resolution: {integrity: sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@jsonjoy.com/fs-core@4.57.1': - resolution: {integrity: sha512-YrEi/ZPmgc+GfdO0esBF04qv8boK9Dg9WpRQw/+vM8Qt3nnVIJWIa8HwZ/LXVZ0DB11XUROM8El/7yYTJX+WtA==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@jsonjoy.com/fs-fsa@4.57.1': - resolution: {integrity: sha512-ooEPvSW/HQDivPDPZMibHGKZf/QS4WRir1czGZmXmp3MsQqLECZEpN0JobrD8iV9BzsuwdIv+PxtWX9WpPLsIA==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@jsonjoy.com/fs-node-builtins@4.57.1': - resolution: {integrity: sha512-XHkFKQ5GSH3uxm8c3ZYXVrexGdscpWKIcMWKFQpMpMJc8gA3AwOMBJXJlgpdJqmrhPyQXxaY9nbkNeYpacC0Og==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@jsonjoy.com/fs-node-to-fsa@4.57.1': - resolution: {integrity: sha512-pqGHyWWzNck4jRfaGV39hkqpY5QjRUQ/nRbNT7FYbBa0xf4bDG+TE1Gt2KWZrSkrkZZDE3qZUjYMbjwSliX6pg==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@jsonjoy.com/fs-node-utils@4.57.1': - resolution: {integrity: sha512-vp+7ZzIB8v43G+GLXTS4oDUSQmhAsRz532QmmWBbdYA20s465JvwhkSFvX9cVTqRRAQg+vZ7zWDaIEh0lFe2gw==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@jsonjoy.com/fs-node@4.57.1': - resolution: {integrity: sha512-3YaKhP8gXEKN+2O49GLNfNb5l2gbnCFHyAaybbA2JkkbQP3dpdef7WcUaHAulg/c5Dg4VncHsA3NWAUSZMR5KQ==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@jsonjoy.com/fs-print@4.57.1': - resolution: {integrity: sha512-Ynct7ZJmfk6qoXDOKfpovNA36ITUx8rChLmRQtW08J73VOiuNsU8PB6d/Xs7fxJC2ohWR3a5AqyjmLojfrw5yw==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@jsonjoy.com/fs-snapshot@4.57.1': - resolution: {integrity: sha512-/oG8xBNFMbDXTq9J7vepSA1kerS5vpgd3p5QZSPd+nX59uwodGJftI51gDYyHRpP57P3WCQf7LHtBYPqwUg2Bg==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - '@jsonjoy.com/json-pack@1.21.0': resolution: {integrity: sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/json-pack@17.67.0': - resolution: {integrity: sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - '@jsonjoy.com/json-pointer@1.0.2': resolution: {integrity: sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/json-pointer@17.67.0': - resolution: {integrity: sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - '@jsonjoy.com/util@1.9.0': resolution: {integrity: sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/util@17.67.0': - resolution: {integrity: sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==} - engines: {node: '>=10.0'} - peerDependencies: - tslib: '2' - - '@keyv/bigmap@1.3.1': - resolution: {integrity: sha512-WbzE9sdmQtKy8vrNPa9BRnwZh5UF4s1KTmSK0KUVLo3eff5BlQNNWDnFOouNpKfPKDnms9xynJjsMYjMaT/aFQ==} + '@keyv/bigmap@1.3.0': + resolution: {integrity: sha512-KT01GjzV6AQD5+IYrcpoYLkCu1Jod3nau1Z7EsEuViO3TZGRacSbO9MfHmbJ1WaOXFtWLxPVj169cn2WNKPkIg==} engines: {node: '>= 18'} peerDependencies: - keyv: ^5.6.0 + keyv: ^5.5.4 '@keyv/serialize@1.1.1': resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==} @@ -5173,11 +5045,11 @@ packages: '@leichtgewicht/ip-codec@2.0.5': resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==} - '@lezer/common@1.5.1': - resolution: {integrity: sha512-6YRVG9vBkaY7p1IVxL4s44n5nUnaNnGM2/AckNgYOnxTG2kWh1vR8BMxPseWPjRNpb5VtXnMpeYAEAADoRV1Iw==} + '@lezer/common@1.2.3': + resolution: {integrity: sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==} - '@lezer/lr@1.4.8': - resolution: {integrity: sha512-bPWa0Pgx69ylNlMlPvBPryqeLYQjyJjqPx+Aupm5zydLIF3NE+6MMLT8Yi23Bd9cif9VS00aUebn+6fDIGBcDA==} + '@lezer/lr@1.4.2': + resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==} '@listr2/prompt-adapter-inquirer@3.0.1': resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} @@ -5501,8 +5373,8 @@ packages: resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/git@7.0.2': - resolution: {integrity: sha512-oeolHDjExNAJAnlYP2qzNjMX/Xi9bmu78C9dIGr4xjobrSKbuMYCph8lTzn4vnW3NjIqVmw/f8BCfouqyJXlRg==} + '@npmcli/git@7.0.1': + resolution: {integrity: sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA==} engines: {node: ^20.17.0 || >=22.9.0} '@npmcli/installed-package-contents@4.0.0': @@ -5514,8 +5386,8 @@ packages: resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/package-json@7.0.5': - resolution: {integrity: sha512-iVuTlG3ORq2iaVa1IWUxAO/jIp77tUKBhoMjuzYW2kL4MLN1bi/ofqkZ7D7OOwh8coAx1/S2ge0rMdGv8sLSOQ==} + '@npmcli/package-json@7.0.4': + resolution: {integrity: sha512-0wInJG3j/K40OJt/33ax47WfWMzZTm6OQxB9cDhTt5huCP2a9g2GnlsxmfN+PulItNPIpPrZ+kfwwUil7eHcZQ==} engines: {node: ^20.17.0 || >=22.9.0} '@npmcli/promise-spawn@9.0.1': @@ -5526,8 +5398,8 @@ packages: resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/run-script@10.0.4': - resolution: {integrity: sha512-mGUWr1uMnf0le2TwfOZY4SFxZGXGfm4Jtay/nwAa2FLNAKXUoUwaGwBMNH36UHPtinWfTSJ3nqFQr0091CxVGg==} + '@npmcli/run-script@10.0.3': + resolution: {integrity: sha512-ER2N6itRkzWbbtVmZ9WKaWxVlKlOeBFF1/7xx+KA5J1xKa4JjUwBdb6tDpk0v1qA+d+VDwHI9qmLcXSWcmi+Rw==} engines: {node: ^20.17.0 || >=22.9.0} '@nrwl/nx-cloud@19.1.0': @@ -5892,86 +5764,86 @@ packages: resolution: {integrity: sha512-lkmxQHcHyOWZLbV8t+h2CGZIkPiBurLm/TS5wNT7+tq0qt9KbVwL7FP2K93TbXhLMGTmpI79Bf3qKniPM167Mw==} engines: {node: '>= 16.0.0'} - '@parcel/watcher-android-arm64@2.5.6': - resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==} + '@parcel/watcher-android-arm64@2.5.0': + resolution: {integrity: sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [android] - '@parcel/watcher-darwin-arm64@2.5.6': - resolution: {integrity: sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==} + '@parcel/watcher-darwin-arm64@2.5.0': + resolution: {integrity: sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [darwin] - '@parcel/watcher-darwin-x64@2.5.6': - resolution: {integrity: sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==} + '@parcel/watcher-darwin-x64@2.5.0': + resolution: {integrity: sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [darwin] - '@parcel/watcher-freebsd-x64@2.5.6': - resolution: {integrity: sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==} + '@parcel/watcher-freebsd-x64@2.5.0': + resolution: {integrity: sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [freebsd] - '@parcel/watcher-linux-arm-glibc@2.5.6': - resolution: {integrity: sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==} + '@parcel/watcher-linux-arm-glibc@2.5.0': + resolution: {integrity: sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - '@parcel/watcher-linux-arm-musl@2.5.6': - resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==} + '@parcel/watcher-linux-arm-musl@2.5.0': + resolution: {integrity: sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] - '@parcel/watcher-linux-arm64-glibc@2.5.6': - resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==} + '@parcel/watcher-linux-arm64-glibc@2.5.0': + resolution: {integrity: sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - '@parcel/watcher-linux-arm64-musl@2.5.6': - resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==} + '@parcel/watcher-linux-arm64-musl@2.5.0': + resolution: {integrity: sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] - '@parcel/watcher-linux-x64-glibc@2.5.6': - resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==} + '@parcel/watcher-linux-x64-glibc@2.5.0': + resolution: {integrity: sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - '@parcel/watcher-linux-x64-musl@2.5.6': - resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==} + '@parcel/watcher-linux-x64-musl@2.5.0': + resolution: {integrity: sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] - '@parcel/watcher-win32-arm64@2.5.6': - resolution: {integrity: sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==} + '@parcel/watcher-win32-arm64@2.5.0': + resolution: {integrity: sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [win32] - '@parcel/watcher-win32-ia32@2.5.6': - resolution: {integrity: sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==} + '@parcel/watcher-win32-ia32@2.5.0': + resolution: {integrity: sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==} engines: {node: '>= 10.0.0'} cpu: [ia32] os: [win32] - '@parcel/watcher-win32-x64@2.5.6': - resolution: {integrity: sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==} + '@parcel/watcher-win32-x64@2.5.0': + resolution: {integrity: sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [win32] - '@parcel/watcher@2.5.6': - resolution: {integrity: sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==} + '@parcel/watcher@2.5.0': + resolution: {integrity: sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==} engines: {node: '>= 10.0.0'} '@parcel/workers@2.16.4': @@ -5980,35 +5852,35 @@ packages: peerDependencies: '@parcel/core': ^2.16.4 - '@peculiar/asn1-cms@2.6.1': - resolution: {integrity: sha512-vdG4fBF6Lkirkcl53q6eOdn3XYKt+kJTG59edgRZORlg/3atWWEReRCx5rYE1ZzTTX6vLK5zDMjHh7vbrcXGtw==} + '@peculiar/asn1-cms@2.6.0': + resolution: {integrity: sha512-2uZqP+ggSncESeUF/9Su8rWqGclEfEiz1SyU02WX5fUONFfkjzS2Z/F1Li0ofSmf4JqYXIOdCAZqIXAIBAT1OA==} - '@peculiar/asn1-csr@2.6.1': - resolution: {integrity: sha512-WRWnKfIocHyzFYQTka8O/tXCiBquAPSrRjXbOkHbO4qdmS6loffCEGs+rby6WxxGdJCuunnhS2duHURhjyio6w==} + '@peculiar/asn1-csr@2.6.0': + resolution: {integrity: sha512-BeWIu5VpTIhfRysfEp73SGbwjjoLL/JWXhJ/9mo4vXnz3tRGm+NGm3KNcRzQ9VMVqwYS2RHlolz21svzRXIHPQ==} - '@peculiar/asn1-ecc@2.6.1': - resolution: {integrity: sha512-+Vqw8WFxrtDIN5ehUdvlN2m73exS2JVG0UAyfVB31gIfor3zWEAQPD+K9ydCxaj3MLen9k0JhKpu9LqviuCE1g==} + '@peculiar/asn1-ecc@2.6.0': + resolution: {integrity: sha512-FF3LMGq6SfAOwUG2sKpPXblibn6XnEIKa+SryvUl5Pik+WR9rmRA3OCiwz8R3lVXnYnyRkSZsSLdml8H3UiOcw==} - '@peculiar/asn1-pfx@2.6.1': - resolution: {integrity: sha512-nB5jVQy3MAAWvq0KY0R2JUZG8bO/bTLpnwyOzXyEh/e54ynGTatAR+csOnXkkVD9AFZ2uL8Z7EV918+qB1qDvw==} + '@peculiar/asn1-pfx@2.6.0': + resolution: {integrity: sha512-rtUvtf+tyKGgokHHmZzeUojRZJYPxoD/jaN1+VAB4kKR7tXrnDCA/RAWXAIhMJJC+7W27IIRGe9djvxKgsldCQ==} - '@peculiar/asn1-pkcs8@2.6.1': - resolution: {integrity: sha512-JB5iQ9Izn5yGMw3ZG4Nw3Xn/hb/G38GYF3lf7WmJb8JZUydhVGEjK/ZlFSWhnlB7K/4oqEs8HnfFIKklhR58Tw==} + '@peculiar/asn1-pkcs8@2.6.0': + resolution: {integrity: sha512-KyQ4D8G/NrS7Fw3XCJrngxmjwO/3htnA0lL9gDICvEQ+GJ+EPFqldcJQTwPIdvx98Tua+WjkdKHSC0/Km7T+lA==} - '@peculiar/asn1-pkcs9@2.6.1': - resolution: {integrity: sha512-5EV8nZoMSxeWmcxWmmcolg22ojZRgJg+Y9MX2fnE2bGRo5KQLqV5IL9kdSQDZxlHz95tHvIq9F//bvL1OeNILw==} + '@peculiar/asn1-pkcs9@2.6.0': + resolution: {integrity: sha512-b78OQ6OciW0aqZxdzliXGYHASeCvvw5caqidbpQRYW2mBtXIX2WhofNXTEe7NyxTb0P6J62kAAWLwn0HuMF1Fw==} - '@peculiar/asn1-rsa@2.6.1': - resolution: {integrity: sha512-1nVMEh46SElUt5CB3RUTV4EG/z7iYc7EoaDY5ECwganibQPkZ/Y2eMsTKB/LeyrUJ+W/tKoD9WUqIy8vB+CEdA==} + '@peculiar/asn1-rsa@2.6.0': + resolution: {integrity: sha512-Nu4C19tsrTsCp9fDrH+sdcOKoVfdfoQQ7S3VqjJU6vedR7tY3RLkQ5oguOIB3zFW33USDUuYZnPEQYySlgha4w==} '@peculiar/asn1-schema@2.6.0': resolution: {integrity: sha512-xNLYLBFTBKkCzEZIw842BxytQQATQv+lDTCEMZ8C196iJcJJMBUZxrhSTxLaohMyKK8QlzRNTRkUmanucnDSqg==} - '@peculiar/asn1-x509-attr@2.6.1': - resolution: {integrity: sha512-tlW6cxoHwgcQghnJwv3YS+9OO1737zgPogZ+CgWRUK4roEwIPzRH4JEiG770xe5HX2ATfCpmX60gurfWIF9dcQ==} + '@peculiar/asn1-x509-attr@2.6.0': + resolution: {integrity: sha512-MuIAXFX3/dc8gmoZBkwJWxUWOSvG4MMDntXhrOZpJVMkYX+MYc/rUAU2uJOved9iJEoiUx7//3D8oG83a78UJA==} - '@peculiar/asn1-x509@2.6.1': - resolution: {integrity: sha512-O9jT5F1A2+t3r7C4VT7LYGXqkGLK7Kj1xFpz7U0isPrubwU5PbDoyYtx6MiGst29yq7pXN5vZbQFKRCP+lLZlA==} + '@peculiar/asn1-x509@2.6.0': + resolution: {integrity: sha512-uzYbPEpoQiBoTq0/+jZtpM6Gq6zADBx+JNFP3yqRgziWBxQ/Dt/HcuvRfm9zJTPdRcBqPNdaRHTVwpyiq6iNMA==} '@peculiar/x509@1.14.3': resolution: {integrity: sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==} @@ -6030,8 +5902,8 @@ packages: '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@preact/signals-core@1.14.0': - resolution: {integrity: sha512-AowtCcCU/33lFlh1zRFf/u+12rfrhtNakj7UpaGEsmMwUKpKWMVvcktOGcwBBNiB4lWrZWc01LhiyyzVklJyaQ==} + '@preact/signals-core@1.8.0': + resolution: {integrity: sha512-OBvUsRZqNmjzCZXWLxkZfhcgT+Fk8DDcT/8vD6a1xhDemodyy87UJRJfASMuSD8FaAIeGgGm85ydXhm7lr4fyA==} '@prettier/sync@0.6.1': resolution: {integrity: sha512-yF9G8vK/LYUTF3Cijd7VC9La3b20F20/J/fgoR4H0B8JGOWnZVZX6+I6+vODPosjmMcpdlUV+gUqJQZp3kLOcw==} @@ -6194,8 +6066,8 @@ packages: peerDependencies: rollup: ^4.59.0 - '@rollup/pluginutils@5.3.0': - resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} + '@rollup/pluginutils@5.1.3': + resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^4.59.0 @@ -6328,17 +6200,17 @@ packages: cpu: [x64] os: [win32] - '@rollup/wasm-node@4.60.0': - resolution: {integrity: sha512-b4MyEi8S6dvHy0ZAwxO/zQPxpagdv+VZQDlTDaQJloif+axEHbjaJ+dkjN+uTs4mj8qT3nOidkGtDdNvVj7rrg==} + '@rollup/wasm-node@4.27.3': + resolution: {integrity: sha512-HlaetiNZq+cdDeebt6KagcsKeAWDTs+LZVBYBLIq+m6POIUXPMexJ+KwCU/cgqdtDhzUj7e8a144Gzo1YB58Ow==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true '@rtsao/scc@1.1.0': resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} - '@schematics/angular@19.2.22': - resolution: {integrity: sha512-ZCyfDHD3dbU/PEr9M4EGGAWxQLlmITKJgJNAvNMLv8aiXkV31SiUCGwvnXh0dVPkufv+hPnqd+5ZpwAso6wkPw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} + '@schematics/angular@16.2.16': + resolution: {integrity: sha512-V4cE4R5MbusKaNW9DWsisiSRUoQzbAaBIeJh42yCkg5H/lUdf18hUB7DG6Pl7yH6/tjzzz4SqIVD7N64uCDC2A==} + engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@schematics/angular@20.3.21': resolution: {integrity: sha512-RzF+y4QOrerJ8H/7DrAnP/T3TzHeaNuBx5JweYYOwyx2/caDxN5uwjw/rQnUpQwUlSaM8NKve9FETUn7E7t0pw==} @@ -6352,28 +6224,28 @@ packages: resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@3.2.0': - resolution: {integrity: sha512-kxHrDQ9YgfrWUSXU0cjsQGv8JykOFZQ9ErNKbFPWzk3Hgpwu8x2hHrQ9IdA8yl+j9RTLTC3sAF3Tdq1IQCP4oA==} + '@sigstore/core@3.0.0': + resolution: {integrity: sha512-NgbJ+aW9gQl/25+GIEGYcCyi8M+ng2/5X04BMuIgoDfgvp18vDcoNHOQjQsG9418HGNYRxG3vfEXaR1ayD37gg==} engines: {node: ^20.17.0 || >=22.9.0} '@sigstore/protobuf-specs@0.5.0': resolution: {integrity: sha512-MM8XIwUjN2bwvCg1QvrMtbBmpcSHrkhFSCu1D11NyPvDQ25HEc4oG5/OcQfd/Tlf/OxmKWERDj0zGE23jQaMwA==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@4.1.1': - resolution: {integrity: sha512-Hf4xglukg0XXQ2RiD5vSoLjdPe8OBUPA8XeVjUObheuDcWdYWrnH/BNmxZCzkAy68MzmNCxXLeurJvs6hcP2OQ==} + '@sigstore/sign@4.0.1': + resolution: {integrity: sha512-KFNGy01gx9Y3IBPG/CergxR9RZpN43N+lt3EozEfeoyqm8vEiLxwRl3ZO5sPx3Obv1ix/p7FWOlPc2Jgwfp9PA==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@4.0.2': - resolution: {integrity: sha512-TCAzTy0xzdP79EnxSjq9KQ3eaR7+FmudLC6eRKknVKZbV7ZNlGLClAAQb/HMNJ5n2OBNk2GT1tEmU0xuPr+SLQ==} + '@sigstore/tuf@4.0.0': + resolution: {integrity: sha512-0QFuWDHOQmz7t66gfpfNO6aEjoFrdhkJaej/AOqb4kqWZVbPWFZifXZzkxyQBB1OwTbkhdT3LNpMFxwkTvf+2w==} engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@3.1.0': - resolution: {integrity: sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==} + '@sigstore/verify@3.0.0': + resolution: {integrity: sha512-moXtHH33AobOhTZF8xcX1MpOFqdvfCk7v6+teJL8zymBiDXwEsQH6XG9HGx2VIxnJZNm4cNSzflTLDnQLmIdmw==} engines: {node: ^20.17.0 || >=22.9.0} - '@sinclair/typebox@0.27.10': - resolution: {integrity: sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==} + '@sinclair/typebox@0.27.8': + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} '@sinclair/typebox@0.34.48': resolution: {integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==} @@ -6387,11 +6259,17 @@ packages: '@sinonjs/fake-timers@11.2.2': resolution: {integrity: sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==} - '@sinonjs/fake-timers@15.1.1': - resolution: {integrity: sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw==} + '@sinonjs/fake-timers@13.0.5': + resolution: {integrity: sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==} - '@sinonjs/samsam@8.0.3': - resolution: {integrity: sha512-hw6HbX+GyVZzmaYNh82Ecj1vdGZrqVIn/keDTg63IgAwiQPO+xCz99uG6Woqgb4tM0mUiFENKZ4cqd7IX94AXQ==} + '@sinonjs/samsam@8.0.2': + resolution: {integrity: sha512-v46t/fwnhejRSFTGqbpn9u+LQ9xJDse10gNnPgAcxgdoCDMXj/G2asWAC/8Qs+BAZDicX+MNZouXT1A7c83kVw==} + + '@sinonjs/text-encoding@0.7.3': + resolution: {integrity: sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==} + deprecated: |- + Deprecated: no longer maintained and no longer used by Sinon packages. See + https://github.com/sinonjs/nise/issues/243 for replacement details. '@so-ric/colorspace@1.1.6': resolution: {integrity: sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==} @@ -6399,8 +6277,8 @@ packages: '@socket.io/component-emitter@3.1.2': resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} - '@standard-schema/spec@1.1.0': - resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} + '@standard-schema/spec@1.0.0': + resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} '@storybook/addon-docs@10.1.9': resolution: {integrity: sha512-SvwEZ32lyk5p3PRmE3pmfAhs4HMiVo5zxjTBVmK9kgz9zGgWCTlikb56tJ998hVe52CFyCvt3I9rkHeYMCKPww==} @@ -6515,80 +6393,68 @@ packages: peerDependencies: eslint: ^9.0.0 || ^10.0.0 - '@swc/core-darwin-arm64@1.15.21': - resolution: {integrity: sha512-SA8SFg9dp0qKRH8goWsax6bptFE2EdmPf2YRAQW9WoHGf3XKM1bX0nd5UdwxmC5hXsBUZAYf7xSciCler6/oyA==} + '@swc/core-darwin-arm64@1.15.3': + resolution: {integrity: sha512-AXfeQn0CvcQ4cndlIshETx6jrAM45oeUrK8YeEY6oUZU/qzz0Id0CyvlEywxkWVC81Ajpd8TQQ1fW5yx6zQWkQ==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.15.21': - resolution: {integrity: sha512-//fOVntgowz9+V90lVsNCtyyrtbHp3jWH6Rch7MXHXbcvbLmbCTmssl5DeedUWLLGiAAW1wksBdqdGYOTjaNLw==} + '@swc/core-darwin-x64@1.15.3': + resolution: {integrity: sha512-p68OeCz1ui+MZYG4wmfJGvcsAcFYb6Sl25H9TxWl+GkBgmNimIiRdnypK9nBGlqMZAcxngNPtnG3kEMNnvoJ2A==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.15.21': - resolution: {integrity: sha512-meNI4Sh6h9h8DvIfEc0l5URabYMSuNvyisLmG6vnoYAS43s8ON3NJR8sDHvdP7NJTrLe0q/x2XCn6yL/BeHcZg==} + '@swc/core-linux-arm-gnueabihf@1.15.3': + resolution: {integrity: sha512-Nuj5iF4JteFgwrai97mUX+xUOl+rQRHqTvnvHMATL/l9xE6/TJfPBpd3hk/PVpClMXG3Uvk1MxUFOEzM1JrMYg==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.15.21': - resolution: {integrity: sha512-QrXlNQnHeXqU2EzLlnsPoWEh8/GtNJLvfMiPsDhk+ht6Xv8+vhvZ5YZ/BokNWSIZiWPKLAqR0M7T92YF5tmD3g==} + '@swc/core-linux-arm64-gnu@1.15.3': + resolution: {integrity: sha512-2Nc/s8jE6mW2EjXWxO/lyQuLKShcmTrym2LRf5Ayp3ICEMX6HwFqB1EzDhwoMa2DcUgmnZIalesq2lG3krrUNw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.15.21': - resolution: {integrity: sha512-8/yGCMO333ultDaMQivE5CjO6oXDPeeg1IV4sphojPkb0Pv0i6zvcRIkgp60xDB+UxLr6VgHgt+BBgqS959E9g==} + '@swc/core-linux-arm64-musl@1.15.3': + resolution: {integrity: sha512-j4SJniZ/qaZ5g8op+p1G9K1z22s/EYGg1UXIb3+Cg4nsxEpF5uSIGEE4mHUfA70L0BR9wKT2QF/zv3vkhfpX4g==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-ppc64-gnu@1.15.21': - resolution: {integrity: sha512-ucW0HzPx0s1dgRvcvuLSPSA/2Kk/VYTv9st8qe1Kc22Gu0Q0rH9+6TcBTmMuNIp0Xs4BPr1uBttmbO1wEGI49Q==} - engines: {node: '>=10'} - cpu: [ppc64] - os: [linux] - - '@swc/core-linux-s390x-gnu@1.15.21': - resolution: {integrity: sha512-ulTnOGc5I7YRObE/9NreAhQg94QkiR5qNhhcUZ1iFAYjzg/JGAi1ch+s/Ixe61pMIr8bfVrF0NOaB0f8wjaAfA==} - engines: {node: '>=10'} - cpu: [s390x] - os: [linux] - - '@swc/core-linux-x64-gnu@1.15.21': - resolution: {integrity: sha512-D0RokxtM+cPvSqJIKR6uja4hbD+scI9ezo95mBhfSyLUs9wnPPl26sLp1ZPR/EXRdYm3F3S6RUtVi+8QXhT24Q==} + '@swc/core-linux-x64-gnu@1.15.3': + resolution: {integrity: sha512-aKttAZnz8YB1VJwPQZtyU8Uk0BfMP63iDMkvjhJzRZVgySmqt/apWSdnoIcZlUoGheBrcqbMC17GGUmur7OT5A==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.15.21': - resolution: {integrity: sha512-nER8u7VeRfmU6fMDzl1NQAbbB/G7O2avmvCOwIul1uGkZ2/acbPH+DCL9h5+0yd/coNcxMBTL6NGepIew+7C2w==} + '@swc/core-linux-x64-musl@1.15.3': + resolution: {integrity: sha512-oe8FctPu1gnUsdtGJRO2rvOUIkkIIaHqsO9xxN0bTR7dFTlPTGi2Fhk1tnvXeyAvCPxLIcwD8phzKg6wLv9yug==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.15.21': - resolution: {integrity: sha512-+/AgNBnjYugUA8C0Do4YzymgvnGbztv7j8HKSQLvR/DQgZPoXQ2B3PqB2mTtGh/X5DhlJWiqnunN35JUgWcAeQ==} + '@swc/core-win32-arm64-msvc@1.15.3': + resolution: {integrity: sha512-L9AjzP2ZQ/Xh58e0lTRMLvEDrcJpR7GwZqAtIeNLcTK7JVE+QineSyHp0kLkO1rttCHyCy0U74kDTj0dRz6raA==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.15.21': - resolution: {integrity: sha512-IkSZj8PX/N4HcaFhMQtzmkV8YSnuNoJ0E6OvMwFiOfejPhiKXvl7CdDsn1f4/emYEIDO3fpgZW9DTaCRMDxaDA==} + '@swc/core-win32-ia32-msvc@1.15.3': + resolution: {integrity: sha512-B8UtogMzErUPDWUoKONSVBdsgKYd58rRyv2sHJWKOIMCHfZ22FVXICR4O/VwIYtlnZ7ahERcjayBHDlBZpR0aw==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.15.21': - resolution: {integrity: sha512-zUyWso7OOENB6e1N1hNuNn8vbvLsTdKQ5WKLgt/JcBNfJhKy/6jmBmqI3GXk/MyvQKd5SLvP7A0F36p7TeDqvw==} + '@swc/core-win32-x64-msvc@1.15.3': + resolution: {integrity: sha512-SpZKMR9QBTecHeqpzJdYEfgw30Oo8b/Xl6rjSzBt1g0ZsXyy60KLXrp6IagQyfTYqNYE/caDvwtF2FPn7pomog==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.15.21': - resolution: {integrity: sha512-fkk7NJcBscrR3/F8jiqlMptRHP650NxqDnspBMrRe5d8xOoCy9MLL5kOBLFXjFLfMo3KQQHhk+/jUULOMlR1uQ==} + '@swc/core@1.15.3': + resolution: {integrity: sha512-Qd8eBPkUFL4eAONgGjycZXj1jFCBW8Fd+xF0PzdTlBCWQIV1xnUT7B93wUANtW3KGjl3TRcOyxwSx/u/jyKw/Q==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '>=0.5.17' @@ -6599,11 +6465,11 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.20': - resolution: {integrity: sha512-2egEBHUMasdypIzrprsu8g+OEVd7Vp2MM3a2eVlM/cyFYto0nGz5BX5BTgh/ShZZI9ed+ozEq+Ngt+rgmUs8tw==} + '@swc/helpers@0.5.15': + resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} - '@swc/types@0.1.26': - resolution: {integrity: sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==} + '@swc/types@0.1.25': + resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==} '@testcafe-community/axe@3.5.0': resolution: {integrity: sha512-JFYW8IYtvVZ2788y6d0kb3LGZAQZWgS82SrsFcd/4zJU7b9j2oPruLxpmPKqbM4HwQLk8RhyzkOmECRxRbrLhA==} @@ -6620,6 +6486,10 @@ packages: resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==} engines: {node: '>=14'} + '@testing-library/jest-dom@6.6.3': + resolution: {integrity: sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==} + engines: {node: '>=14', npm: '>=6', yarn: '>=1'} + '@testing-library/jest-dom@6.9.1': resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} @@ -6647,8 +6517,8 @@ packages: '@ts-morph/common@0.22.0': resolution: {integrity: sha512-HqNBuV/oIlMKdkLshXd1zKBqNQCsuPEsgQOkfFQ/eUKjRlwndXW1AjN9LVkBEIukm00gGXSRmfkl0Wv5VXLnlw==} - '@tsconfig/node10@1.0.12': - resolution: {integrity: sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==} + '@tsconfig/node10@1.0.11': + resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==} '@tsconfig/node12@1.0.11': resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} @@ -6663,8 +6533,8 @@ packages: resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@4.1.0': - resolution: {integrity: sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==} + '@tufjs/models@4.0.0': + resolution: {integrity: sha512-h5x5ga/hh82COe+GoD4+gKUeV4T3iaYOxqLt41GRKApinPI7DMidhCmNVTjKfhCWFJIGXaFJee07XczdT4jdZQ==} engines: {node: ^20.17.0 || >=22.9.0} '@tybys/wasm-util@0.10.1': @@ -6679,17 +6549,20 @@ packages: '@types/babel__core@7.20.5': resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} - '@types/babel__generator@7.27.0': - resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==} + '@types/babel__generator@7.6.8': + resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} '@types/babel__template@7.4.4': resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} + '@types/babel__traverse@7.20.6': + resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} + '@types/babel__traverse@7.28.0': resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==} - '@types/body-parser@1.19.6': - resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==} + '@types/body-parser@1.19.5': + resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} '@types/bonjour@3.5.13': resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} @@ -6709,11 +6582,14 @@ packages: '@types/connect@3.4.38': resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} - '@types/cors@2.8.19': - resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==} + '@types/cookie@0.4.1': + resolution: {integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==} - '@types/debug@4.1.13': - resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==} + '@types/cors@2.8.17': + resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} + + '@types/debug@4.1.12': + resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} '@types/deep-eql@4.0.2': resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} @@ -6748,14 +6624,20 @@ packages: '@types/estree@0.0.46': resolution: {integrity: sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==} + '@types/estree@1.0.6': + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} '@types/expect@1.20.4': resolution: {integrity: sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==} - '@types/express-serve-static-core@4.19.8': - resolution: {integrity: sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==} + '@types/express-serve-static-core@4.19.6': + resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} + + '@types/express-serve-static-core@5.0.1': + resolution: {integrity: sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==} '@types/express@4.17.25': resolution: {integrity: sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==} @@ -6787,11 +6669,11 @@ packages: '@types/html-minifier-terser@6.1.0': resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} - '@types/http-errors@2.0.5': - resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} + '@types/http-errors@2.0.4': + resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} - '@types/http-proxy@1.17.17': - resolution: {integrity: sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==} + '@types/http-proxy@1.17.15': + resolution: {integrity: sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==} '@types/istanbul-lib-coverage@2.0.6': resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} @@ -6847,18 +6729,21 @@ packages: '@types/minimist@1.2.5': resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} - '@types/ms@2.1.0': - resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} + '@types/ms@0.7.34': + resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - '@types/node-fetch@2.6.13': - resolution: {integrity: sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==} + '@types/node-fetch@2.6.12': + resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==} - '@types/node-forge@1.3.14': - resolution: {integrity: sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==} + '@types/node-forge@1.3.11': + resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} '@types/node@18.19.130': resolution: {integrity: sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==} + '@types/node@18.19.64': + resolution: {integrity: sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ==} + '@types/node@20.11.17': resolution: {integrity: sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==} @@ -6871,6 +6756,9 @@ packages: '@types/node@20.19.37': resolution: {integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==} + '@types/node@25.5.0': + resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -6886,11 +6774,11 @@ packages: '@types/parse5@6.0.3': resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} - '@types/prop-types@15.7.15': - resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} + '@types/prop-types@15.7.13': + resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==} - '@types/qs@6.15.0': - resolution: {integrity: sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==} + '@types/qs@6.9.17': + resolution: {integrity: sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==} '@types/raf@3.4.3': resolution: {integrity: sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==} @@ -6940,26 +6828,23 @@ packages: '@types/scheduler@0.16.8': resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} - '@types/semver@7.7.1': - resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} - - '@types/send@0.17.6': - resolution: {integrity: sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==} + '@types/semver@7.5.8': + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - '@types/send@1.2.1': - resolution: {integrity: sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==} + '@types/send@0.17.4': + resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} '@types/serve-index@1.9.4': resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==} - '@types/serve-static@1.15.10': - resolution: {integrity: sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==} + '@types/serve-static@1.15.7': + resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} '@types/shelljs@0.8.15': resolution: {integrity: sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==} - '@types/sizzle@2.3.10': - resolution: {integrity: sha512-TC0dmN0K8YcWEAEfiPi5gJP14eJe30TTGjkvek3iM/1NdHHsdCA/Td6GvNndMOo/iSnIsZ4HuuhrYPDAmbxzww==} + '@types/sizzle@2.3.9': + resolution: {integrity: sha512-xzLEyKB50yqCUPUJkIsrVvoWNfFUbIZI+RspLWt8u+tIW/BetMBZtgV2LY/2o+tYH8dRvQ+eoPf3NdhQCcLE2w==} '@types/sockjs@0.3.36': resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==} @@ -6970,8 +6855,8 @@ packages: '@types/tar-fs@2.0.4': resolution: {integrity: sha512-ipPec0CjTmVDWE+QKr9cTmIIoTl7dFG/yARCM5MqK8i6CNLIG1P8x4kwDsOQY1ChZOZjH0wO9nvfgBvWl4R3kA==} - '@types/tar-stream@3.1.4': - resolution: {integrity: sha512-921gW0+g29mCJX0fRvqeHzBlE/XclDaAG0Ousy1LCghsOhvaKacDeRGEVzQP9IPfKn8Vysy7FEXAIxycpc/CMg==} + '@types/tar-stream@3.1.3': + resolution: {integrity: sha512-Zbnx4wpkWBMBSu5CytMbrT5ZpMiF55qgM+EpHzR4yIDu7mv52cej8hTkOc6K+LzpkOAbxwn/m7j3iO+/l42YkQ==} '@types/tough-cookie@4.0.5': resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==} @@ -6991,8 +6876,8 @@ packages: '@types/vinyl@2.0.12': resolution: {integrity: sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==} - '@types/ws@8.18.1': - resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} + '@types/ws@8.5.13': + resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==} '@types/yargs-parser@21.0.3': resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} @@ -7067,12 +6952,6 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.57.2': - resolution: {integrity: sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/scope-manager@5.62.0': resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -7089,22 +6968,12 @@ packages: resolution: {integrity: sha512-ixxqmmCcc1Nf8S0mS0TkJ/3LKcC8mruYJPOU6Ia2F/zUUR4pApW7LzrpU3JmtePbRUTes9bEqRc1Gg4iyRnDzA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.57.2': - resolution: {integrity: sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.52.0': resolution: {integrity: sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/tsconfig-utils@8.57.2': - resolution: {integrity: sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@6.21.0': resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} engines: {node: ^16.0.0 || >=18.0.0} @@ -7142,8 +7011,12 @@ packages: resolution: {integrity: sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.57.2': - resolution: {integrity: sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==} + '@typescript-eslint/types@8.54.0': + resolution: {integrity: sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/types@8.57.1': + resolution: {integrity: sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@3.10.1': @@ -7188,12 +7061,6 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/typescript-estree@8.57.2': - resolution: {integrity: sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@5.62.0': resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -7219,13 +7086,6 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.57.2': - resolution: {integrity: sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==} - 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/visitor-keys@3.10.1': resolution: {integrity: sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -7246,10 +7106,6 @@ packages: resolution: {integrity: sha512-ink3/Zofus34nmBsPjow63FP5M7IGff0RKAgqR6+CFpdk22M7aLwC9gOcLGYqr7MczLPzZVERW9hRog3O4n1sQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.57.2': - resolution: {integrity: sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} @@ -7408,8 +7264,8 @@ packages: '@vue/compiler-core@3.4.27': resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==} - '@vue/compiler-core@3.5.31': - resolution: {integrity: sha512-k/ueL14aNIEy5Onf0OVzR8kiqF/WThgLdFhxwa4e/KF/0qe38IwIdofoSWBTvvxQOesaz6riAFAUaYjoF9fLLQ==} + '@vue/compiler-core@3.5.13': + resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} '@vue/compiler-dom@3.2.47': resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==} @@ -7420,8 +7276,8 @@ packages: '@vue/compiler-dom@3.4.27': resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==} - '@vue/compiler-dom@3.5.31': - resolution: {integrity: sha512-BMY/ozS/xxjYqRFL+tKdRpATJYDTTgWSo0+AJvJNg4ig+Hgb0dOsHPXvloHQ5hmlivUqw1Yt2pPIqp4e0v1GUw==} + '@vue/compiler-dom@3.5.13': + resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} '@vue/compiler-sfc@3.2.47': resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} @@ -7432,8 +7288,8 @@ packages: '@vue/compiler-sfc@3.4.27': resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==} - '@vue/compiler-sfc@3.5.31': - resolution: {integrity: sha512-M8wpPgR9UJ8MiRGjppvx9uWJfLV7A/T+/rL8s/y3QG3u0c2/YZgff3d6SuimKRIhcYnWg5fTfDMlz2E6seUW8Q==} + '@vue/compiler-sfc@3.5.13': + resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} '@vue/compiler-ssr@3.2.47': resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==} @@ -7444,8 +7300,8 @@ packages: '@vue/compiler-ssr@3.4.27': resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==} - '@vue/compiler-ssr@3.5.31': - resolution: {integrity: sha512-h0xIMxrt/LHOvJKMri+vdYT92BrK3HFLtDqq9Pr/lVVfE4IyKZKvWf0vJFW10Yr6nX02OR4MkJwI0c1HDa1hog==} + '@vue/compiler-ssr@3.5.13': + resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -7484,8 +7340,8 @@ packages: '@vue/reactivity@3.4.27': resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==} - '@vue/reactivity@3.5.31': - resolution: {integrity: sha512-DtKXxk9E/KuVvt8VxWu+6Luc9I9ETNcqR1T1oW1gf02nXaZ1kuAx58oVu7uX9XxJR0iJCro6fqBLw9oSBELo5g==} + '@vue/reactivity@3.5.13': + resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} '@vue/runtime-core@3.2.47': resolution: {integrity: sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==} @@ -7493,8 +7349,8 @@ packages: '@vue/runtime-core@3.4.27': resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==} - '@vue/runtime-core@3.5.31': - resolution: {integrity: sha512-AZPmIHXEAyhpkmN7aWlqjSfYynmkWlluDNPHMCZKFHH+lLtxP/30UJmoVhXmbDoP1Ng0jG0fyY2zCj1PnSSA6Q==} + '@vue/runtime-core@3.5.13': + resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==} '@vue/runtime-dom@3.2.47': resolution: {integrity: sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==} @@ -7502,8 +7358,8 @@ packages: '@vue/runtime-dom@3.4.27': resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==} - '@vue/runtime-dom@3.5.31': - resolution: {integrity: sha512-xQJsNRmGPeDCJq/u813tyonNgWBFjzfVkBwDREdEWndBnGdHLHgkwNBQxLtg4zDrzKTEcnikUy1UUNecb3lJ6g==} + '@vue/runtime-dom@3.5.13': + resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==} '@vue/server-renderer@3.2.47': resolution: {integrity: sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==} @@ -7515,10 +7371,10 @@ packages: peerDependencies: vue: 3.4.27 - '@vue/server-renderer@3.5.31': - resolution: {integrity: sha512-GJuwRvMcdZX/CriUnyIIOGkx3rMV3H6sOu0JhdKbduaeCji6zb60iOGMY7tFoN24NfsUYoFBhshZtGxGpxO4iA==} + '@vue/server-renderer@3.5.13': + resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==} peerDependencies: - vue: 3.5.31 + vue: 3.5.13 '@vue/shared@3.2.47': resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} @@ -7532,8 +7388,8 @@ packages: '@vue/shared@3.4.27': resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} - '@vue/shared@3.5.31': - resolution: {integrity: sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==} + '@vue/shared@3.5.13': + resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} '@vue/test-utils@2.0.0-beta.7': resolution: {integrity: sha512-cAe7VqoxxkxTr/2N93UpW/LQbcUVKC+QRA3ZBq5ZWImtAf/8jtcdC2mQ9g4AKmSvyaKQtqxrRn4i/y5z7yrrKA==} @@ -7716,8 +7572,8 @@ packages: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} engines: {node: '>=0.4.0'} - acorn-walk@8.3.5: - resolution: {integrity: sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==} + acorn-walk@8.3.4: + resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} engines: {node: '>=0.4.0'} acorn@7.4.1: @@ -7725,6 +7581,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.15.0: + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + engines: {node: '>=0.4.0'} + hasBin: true + acorn@8.16.0: resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} engines: {node: '>=0.4.0'} @@ -7746,12 +7607,12 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} - agent-base@7.1.4: - resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} + agent-base@7.1.3: + resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} engines: {node: '>= 14'} - agentkeepalive@4.6.0: - resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==} + agentkeepalive@4.5.0: + resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} engines: {node: '>= 8.0.0'} aggregate-error@3.1.0: @@ -7798,6 +7659,12 @@ packages: ajv@6.14.0: resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} + ajv@8.12.0: + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + + ajv@8.17.1: + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + ajv@8.18.0: resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} @@ -7809,8 +7676,8 @@ packages: resolution: {integrity: sha512-qqAXW9QvKf2tTyhpDA4qXv1IfBwD2eduSW6tUEBFIfCeE9gn9HQ9I5+MaKoenRuHrzk5sQoNh1/iof8mY7uD6Q==} engines: {node: '>= 14.0.0'} - alien-signals@2.0.8: - resolution: {integrity: sha512-844G1VLkk0Pe2SJjY0J8vp8ADI73IM4KliNu2OGlYzWpO28NexEUvjHTcFjFX3VXoiUtwTbHxLNI9ImkcoBqzA==} + alien-signals@2.0.7: + resolution: {integrity: sha512-wE7y3jmYeb0+h6mr5BOovuqhFv22O/MV9j5p0ndJsa7z1zJNPGQ4ph5pQk/kTTCWRC3xsA4SmtwmkzQO+7NCNg==} amdefine@1.0.1: resolution: {integrity: sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==} @@ -7840,8 +7707,8 @@ packages: resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} engines: {node: '>=12'} - ansi-escapes@7.3.0: - resolution: {integrity: sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==} + ansi-escapes@7.0.0: + resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==} engines: {node: '>=18'} ansi-gray@0.1.1: @@ -7869,8 +7736,8 @@ packages: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} - ansi-regex@6.2.2: - resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==} + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} engines: {node: '>=12'} ansi-styles@2.2.1: @@ -7889,8 +7756,8 @@ packages: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} - ansi-styles@6.2.3: - resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} engines: {node: '>=12'} ansi-wrap@0.1.0: @@ -7983,6 +7850,10 @@ packages: resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} engines: {node: '>=0.10.0'} + array-buffer-byte-length@1.0.1: + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} + engines: {node: '>= 0.4'} + array-buffer-byte-length@1.0.2: resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} engines: {node: '>= 0.4'} @@ -8001,6 +7872,10 @@ packages: array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + array-includes@3.1.8: + resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + engines: {node: '>= 0.4'} + array-includes@3.1.9: resolution: {integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==} engines: {node: '>= 0.4'} @@ -8061,6 +7936,10 @@ packages: resolution: {integrity: sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==} engines: {node: '>= 0.4'} + array.prototype.flat@1.3.2: + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} + engines: {node: '>= 0.4'} + array.prototype.flat@1.3.3: resolution: {integrity: sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==} engines: {node: '>= 0.4'} @@ -8073,6 +7952,10 @@ packages: resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} engines: {node: '>= 0.4'} + arraybuffer.prototype.slice@1.0.3: + resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} + engines: {node: '>= 0.4'} + arraybuffer.prototype.slice@1.0.4: resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} engines: {node: '>= 0.4'} @@ -8150,14 +8033,13 @@ packages: resolution: {integrity: sha512-CeTSWB5Bou31xSHeO45ZKgLPRaJbV4I8csRcFYETDBehX7H+1GDO/v+v8G7fZmar1gOmYa6UTXn6d/WIiJbslw==} engines: {node: '>=0.12.0'} - async-function@1.0.0: - resolution: {integrity: sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==} - engines: {node: '>= 0.4'} - async-settle@1.0.0: resolution: {integrity: sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw==} engines: {node: '>= 0.10'} + async@2.6.4: + resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} + async@3.2.3: resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} @@ -8179,6 +8061,13 @@ packages: peerDependencies: postcss: ^8.1.0 + autoprefixer@10.4.22: + resolution: {integrity: sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + autoprefixer@10.4.23: resolution: {integrity: sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==} engines: {node: ^10 || ^12 || >=14} @@ -8207,8 +8096,8 @@ packages: resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==} engines: {node: '>=4'} - axios@1.13.6: - resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==} + axios@1.13.5: + resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==} axobject-query@2.0.2: resolution: {integrity: sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==} @@ -8217,13 +8106,8 @@ packages: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} - b4a@1.8.0: - resolution: {integrity: sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==} - peerDependencies: - react-native-b4a: '*' - peerDependenciesMeta: - react-native-b4a: - optional: true + b4a@1.6.7: + resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==} babel-code-frame@6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} @@ -8246,8 +8130,8 @@ packages: peerDependencies: '@babel/core': ^7.8.0 - babel-jest@30.3.0: - resolution: {integrity: sha512-gRpauEU2KRrCox5Z296aeVHR4jQ98BCnu0IO332D/xpHNOsIH/bgSRk9k6GbKIbBw8vFeN6ctuu6tV8WOyVfYQ==} + babel-jest@30.2.0: + resolution: {integrity: sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: '@babel/core': ^7.11.0 || ^8.0.0-0 @@ -8286,8 +8170,8 @@ packages: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - babel-plugin-jest-hoist@30.3.0: - resolution: {integrity: sha512-+TRkByhsws6sfPjVaitzadk1I0F5sPvOVUH5tyTSzhePpsGIVrdeunHSw/C36QeocS95OOk8lunc4rlu5Anwsg==} + babel-plugin-jest-hoist@30.2.0: + resolution: {integrity: sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} babel-plugin-macros@3.1.0: @@ -8298,6 +8182,11 @@ packages: resolution: {integrity: sha512-g0u+/ChLSJ5+PzYwLwP8Rp8Rcfowz58TJNCe+L/ui4rpzE/mg//JVX0EWBUYoxaextqnwuGHzfGp2hh0PPV25Q==} engines: {node: '>= 16'} + babel-plugin-polyfill-corejs2@0.4.14: + resolution: {integrity: sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + babel-plugin-polyfill-corejs2@0.4.17: resolution: {integrity: sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==} peerDependencies: @@ -8323,6 +8212,11 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + babel-plugin-polyfill-regenerator@0.6.5: + resolution: {integrity: sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + babel-plugin-polyfill-regenerator@0.6.8: resolution: {integrity: sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==} peerDependencies: @@ -8358,6 +8252,11 @@ packages: '@babel/traverse': optional: true + babel-preset-current-node-syntax@1.1.0: + resolution: {integrity: sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==} + peerDependencies: + '@babel/core': ^7.0.0 + babel-preset-current-node-syntax@1.2.0: resolution: {integrity: sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==} peerDependencies: @@ -8369,8 +8268,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - babel-preset-jest@30.3.0: - resolution: {integrity: sha512-6ZcUbWHC+dMz2vfzdNwi87Z1gQsLNK2uLuK1Q89R11xdvejcivlYYwDlEv0FHX3VwEXpbBQ9uufB/MUNpZGfhQ==} + babel-preset-jest@30.2.0: + resolution: {integrity: sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: '@babel/core': ^7.11.0 || ^8.0.0-beta.1 @@ -8411,16 +8310,11 @@ packages: resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} engines: {node: 18 || 20 || >=22} - bare-events@2.8.2: - resolution: {integrity: sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==} - peerDependencies: - bare-abort-controller: '*' - peerDependenciesMeta: - bare-abort-controller: - optional: true + bare-events@2.5.4: + resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==} - bare-fs@4.5.6: - resolution: {integrity: sha512-1QovqDrR80Pmt5HPAsMsXTCFcDYr+NSUKW6nd6WO5v0JBmnItc/irNRzm2KOQ5oZ69P37y+AMujNyNtG+1Rggw==} + bare-fs@4.0.2: + resolution: {integrity: sha512-S5mmkMesiduMqnz51Bfh0Et9EX0aTCJxhsI4bvzFFLs8Z1AV8RDHadfY5CyLwdoLHgXbNBEN1gQcbEtGwuvixw==} engines: {bare: '>=1.16.0'} peerDependencies: bare-buffer: '*' @@ -8428,30 +8322,24 @@ packages: bare-buffer: optional: true - bare-os@3.8.0: - resolution: {integrity: sha512-Dc9/SlwfxkXIGYhvMQNUtKaXCaGkZYGcd1vuNUUADVqzu4/vQfvnMkYYOUnt2VwQ2AqKr/8qAVFRtwETljgeFg==} + bare-os@3.6.1: + resolution: {integrity: sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==} engines: {bare: '>=1.14.0'} bare-path@3.0.0: resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==} - bare-stream@2.11.0: - resolution: {integrity: sha512-Y/+iQ49fL3rIn6w/AVxI/2+BRrpmzJvdWt5Jv8Za6Ngqc6V227c+pYjYYgLdpR3MwQ9ObVXD0ZrqoBztakM0rw==} + bare-stream@2.6.5: + resolution: {integrity: sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==} peerDependencies: - bare-abort-controller: '*' bare-buffer: '*' bare-events: '*' peerDependenciesMeta: - bare-abort-controller: - optional: true bare-buffer: optional: true bare-events: optional: true - bare-url@2.4.0: - resolution: {integrity: sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==} - base-x@3.0.11: resolution: {integrity: sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==} @@ -8470,9 +8358,12 @@ packages: resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} engines: {node: '>=0.10.0'} - baseline-browser-mapping@2.10.11: - resolution: {integrity: sha512-DAKrHphkJyiGuau/cFieRYhcTFeK/lBuD++C7cZ6KZHbMhBrisoi+EvhQ5RZrIfV5qwsW8kgQ07JIC+MDJRAhg==} - engines: {node: '>=6.0.0'} + baseline-browser-mapping@2.8.30: + resolution: {integrity: sha512-aTUKW4ptQhS64+v2d6IkPzymEzzhw+G0bA1g3uBRV3+ntkH+svttKseW5IOR4Ed6NUVKqnY7qT3dKvzQ7io4AA==} + hasBin: true + + baseline-browser-mapping@2.9.13: + resolution: {integrity: sha512-WhtvB2NG2wjr04+h77sg3klAIwrgOqnjS49GGudnUPGFFgg7G17y7Qecqp+2Dr5kUDxNRBca0SK7cG8JwzkWDQ==} hasBin: true basic-auth@2.0.1: @@ -8523,14 +8414,14 @@ packages: bluebird@3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - bn.js@4.12.3: - resolution: {integrity: sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==} + bn.js@4.12.1: + resolution: {integrity: sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==} - bn.js@5.2.3: - resolution: {integrity: sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==} + bn.js@5.2.1: + resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - body-parser@1.20.4: - resolution: {integrity: sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==} + body-parser@1.20.3: + resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} body-parser@2.2.2: @@ -8551,8 +8442,8 @@ packages: bowser@1.6.0: resolution: {integrity: sha512-Fk23J0+vRnI2eKDEDoUZXWtbMjijr098lKhuj4DKAfMKMCRVfJOuxXlbpxy0sTgbZ/Nr2N8MexmOir+GGI/ZMA==} - bowser@2.14.1: - resolution: {integrity: sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==} + bowser@2.11.0: + resolution: {integrity: sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==} brace-expansion@1.1.12: resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} @@ -8560,8 +8451,8 @@ packages: brace-expansion@2.0.2: resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} - brace-expansion@5.0.5: - resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==} + brace-expansion@5.0.3: + resolution: {integrity: sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==} engines: {node: 18 || 20 || >=22} braces@3.0.3: @@ -8591,9 +8482,9 @@ packages: resolution: {integrity: sha512-YBjSAiTqM04ZVei6sXighu679a3SqWORA3qZTEqZImnlkDIFtKc6pNutpjyZ8RJTjQtuYfeetkxM11GwoYXMIQ==} engines: {node: '>= 0.10'} - browserify-sign@4.2.5: - resolution: {integrity: sha512-C2AUdAJg6rlM2W5QMp2Q4KGQMVBwR1lIimTsUnutJ8bMpW5B52pGpR2gEnNBNwijumDo5FojQ0L9JrXA8m4YEw==} - engines: {node: '>= 0.10'} + browserify-sign@4.2.3: + resolution: {integrity: sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==} + engines: {node: '>= 0.12'} browserify-zlib@0.2.0: resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} @@ -8603,6 +8494,11 @@ packages: engines: {node: '>= 0.8'} hasBin: true + browserslist@4.28.0: + resolution: {integrity: sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + browserslist@4.28.1: resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -8671,8 +8567,8 @@ packages: resolution: {integrity: sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==} engines: {node: '>=6.0.0'} - cacache@20.0.4: - resolution: {integrity: sha512-M3Lab8NPYlZU2exsL3bMVvMrMqgwCnMWfdZbK28bn3pK6APT/Te/I8hjRPNu1uwORY9a1eEQoifXbKPQMfMTOA==} + cacache@20.0.3: + resolution: {integrity: sha512-3pUp4e8hv07k1QlijZu6Kn7c9+ZpWWk4j3F8N3xPuCExULobqJydKYOTj1FTq58srkJsXvO7LbGAH4C0ZU3WGw==} engines: {node: ^20.17.0 || >=22.9.0} cache-base@1.0.1: @@ -8682,8 +8578,8 @@ packages: cache-swap@0.3.0: resolution: {integrity: sha512-rwePCa4iVqXHrEEmQEoLR3Kea4aCTCf7JfX+mJA4Fd61Vb738TItRRv1v++emp9wfnRUKbXpIYfRJY4ThWK09g==} - cacheable@2.3.4: - resolution: {integrity: sha512-djgxybDbw9fL/ZWMI3+CE8ZilNxcwFkVtDc1gJ+IlOSSWkSMPQabhV/XCHTQ6pwwN6aivXPZ43omTooZiX06Ew==} + cacheable@2.3.1: + resolution: {integrity: sha512-yr+FSHWn1ZUou5LkULX/S+jhfgfnLbuKQjE40tyEd4fxGZVMbBL5ifno0J0OauykS8UiCSgHi+DV/YD+rjFxFg==} cached-path-relative@1.1.0: resolution: {integrity: sha512-WF0LihfemtesFcJgO7xfOoOcnWzY/QHR4qeDqV44jPU3HTI54+LnfXK3SA27AVVGCdZFgjjFFaqUA9Jx7dMJZA==} @@ -8692,6 +8588,10 @@ packages: resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} engines: {node: '>= 0.4'} + call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + call-bind@1.0.8: resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} engines: {node: '>= 0.4'} @@ -8726,8 +8626,14 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001781: - resolution: {integrity: sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==} + caniuse-lite@1.0.30001756: + resolution: {integrity: sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==} + + caniuse-lite@1.0.30001763: + resolution: {integrity: sha512-mh/dGtq56uN98LlNX9qdbKnzINhX0QzhiWBFEkFfsFO4QyCvL8YegrJAazCwXIeqkIob8BlZPGM3xdnY+sgmvQ==} + + caniuse-lite@1.0.30001776: + resolution: {integrity: sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==} canvg@3.0.11: resolution: {integrity: sha512-5ON+q7jCTgMp9cjpu4Jo6XbvfYwSB2Ow3kzHKfIyJfaCAOHLbdKPQqGKgfED/R5B+3TFFfe8pegYA+b423SRyA==} @@ -8801,13 +8707,20 @@ packages: check-error@1.0.3: resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} - check-error@2.1.3: - resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==} + check-error@2.1.1: + resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} engines: {node: '>= 16'} + cheerio-select@1.6.0: + resolution: {integrity: sha512-eq0GdBvxVFbqWgmCm7M3XGs1I8oLy/nExUnh6oLqmBditPO9AqQJrkslDpMun/hZ0yyTs8L0m85OHp4ho6Qm9g==} + cheerio-select@2.1.0: resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==} + cheerio@1.0.0-rc.10: + resolution: {integrity: sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==} + engines: {node: '>= 6'} + cheerio@1.2.0: resolution: {integrity: sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==} engines: {node: '>=20.18.1'} @@ -8819,8 +8732,8 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - chokidar@4.0.3: - resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + chokidar@4.0.1: + resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==} engines: {node: '>= 14.16.0'} chokidar@5.0.0: @@ -8851,16 +8764,20 @@ packages: resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} + ci-info@4.3.0: + resolution: {integrity: sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==} + engines: {node: '>=8'} + ci-info@4.4.0: resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==} engines: {node: '>=8'} - cipher-base@1.0.7: - resolution: {integrity: sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==} + cipher-base@1.0.5: + resolution: {integrity: sha512-xq7ICKB4TMHUx7Tz1L9O2SGKOhYMOTR32oir45Bq28/AQTpHogKgHcoYFSdRbMtddl+ozNXfXY9jWcgYKmde0w==} engines: {node: '>= 0.10'} - cjs-module-lexer@1.4.3: - resolution: {integrity: sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==} + cjs-module-lexer@1.4.1: + resolution: {integrity: sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==} cjs-module-lexer@2.2.0: resolution: {integrity: sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==} @@ -8932,8 +8849,8 @@ packages: resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} - cli-spinners@3.4.0: - resolution: {integrity: sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==} + cli-spinners@3.3.0: + resolution: {integrity: sha512-/+40ljC3ONVnYIttjMWrlL51nItDAbBrq2upN8BPyvGU/2n5Oxw3tbNwORCaNuNqLJnxGqOfjUuhsv7l5Q4IsQ==} engines: {node: '>=18.20'} cli-truncate@3.1.0: @@ -8944,8 +8861,8 @@ packages: resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==} engines: {node: '>=18'} - cli-truncate@5.2.0: - resolution: {integrity: sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==} + cli-truncate@5.1.1: + resolution: {integrity: sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==} engines: {node: '>=20'} cli-width@4.1.0: @@ -9017,8 +8934,8 @@ packages: engines: {node: '>=6'} hasBin: true - collect-v8-coverage@1.0.3: - resolution: {integrity: sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==} + collect-v8-coverage@1.0.2: + resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} collection-map@1.0.0: resolution: {integrity: sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==} @@ -9105,6 +9022,10 @@ packages: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} + commander@13.1.0: + resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} + engines: {node: '>=18'} + commander@14.0.3: resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} engines: {node: '>=20'} @@ -9225,9 +9146,6 @@ packages: cookie-signature@1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} - cookie-signature@1.0.7: - resolution: {integrity: sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==} - cookie-signature@1.2.2: resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==} engines: {node: '>=6.6.0'} @@ -9239,10 +9157,6 @@ packages: copy-anything@2.0.6: resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} - copy-anything@3.0.5: - resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==} - engines: {node: '>=12.13'} - copy-descriptor@0.1.1: resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} engines: {node: '>=0.10.0'} @@ -9262,6 +9176,9 @@ packages: peerDependencies: webpack: ^5.1.0 + core-js-compat@3.45.1: + resolution: {integrity: sha512-tqTt5T4PzsMIZ430XGviK4vzYSoeNJ6CXODi6c/voxOT6IZqBht5/EKaSNnYiEjjRYxjVz7DQIsOsY0XNi8PIA==} + core-js-compat@3.49.0: resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==} @@ -9269,8 +9186,8 @@ packages: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. - core-js@3.49.0: - resolution: {integrity: sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==} + core-js@3.39.0: + resolution: {integrity: sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==} core-util-is@1.0.2: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} @@ -9278,8 +9195,8 @@ packages: core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - cors@2.8.6: - resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==} + cors@2.8.5: + resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} engines: {node: '>= 0.10'} corser@2.0.1: @@ -9299,8 +9216,8 @@ packages: typescript: optional: true - cosmiconfig@9.0.1: - resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==} + cosmiconfig@9.0.0: + resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} engines: {node: '>=14'} peerDependencies: typescript: '>=4.9.5' @@ -9355,9 +9272,9 @@ packages: resolution: {integrity: sha512-65Mtei8+EkSIK+5Ie4gpWXoJ/5bgpqPXFknHHXAyhDqKsEAAzUslGd8mOeawbfcuQ8fADNKcF4xQA3fqlZJ8Ig==} engines: {iojs: '>=1.0.0', node: '>=0.5.2'} - css-functions-list@3.3.3: - resolution: {integrity: sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==} - engines: {node: '>=12'} + css-functions-list@3.2.3: + resolution: {integrity: sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==} + engines: {node: '>=12 || >=16'} css-line-break@2.1.0: resolution: {integrity: sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==} @@ -9386,23 +9303,11 @@ packages: webpack: optional: true - css-loader@7.1.4: - resolution: {integrity: sha512-vv3J9tlOl04WjiMvHQI/9tmIrCxVrj6PFbHemBB1iihpeRbi/I4h033eoFIhwxBBqLhI0KYFS7yvynBFhIZfTw==} - engines: {node: '>= 18.12.0'} - peerDependencies: - '@rspack/core': 0.x || ^1.0.0 || ^2.0.0-0 - webpack: ^5.27.0 - peerDependenciesMeta: - '@rspack/core': - optional: true - webpack: - optional: true - css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} - css-select@5.2.2: - resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==} + css-select@5.1.0: + resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} css-select@6.0.0: resolution: {integrity: sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==} @@ -9414,12 +9319,12 @@ packages: resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - css-tree@3.2.1: - resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==} + css-tree@3.1.0: + resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - css-what@6.2.2: - resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} + css-what@6.1.0: + resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} css-what@7.0.0: @@ -9450,6 +9355,9 @@ packages: csstype@2.6.21: resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} + csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + csstype@3.2.3: resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} @@ -9481,14 +9389,26 @@ packages: resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==} engines: {node: '>=12'} + data-view-buffer@1.0.1: + resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} + engines: {node: '>= 0.4'} + data-view-buffer@1.0.2: resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} engines: {node: '>= 0.4'} + data-view-byte-length@1.0.1: + resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} + engines: {node: '>= 0.4'} + data-view-byte-length@1.0.2: resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} engines: {node: '>= 0.4'} + data-view-byte-offset@1.0.0: + resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} + engines: {node: '>= 0.4'} + data-view-byte-offset@1.0.1: resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} engines: {node: '>= 0.4'} @@ -9497,8 +9417,8 @@ packages: resolution: {integrity: sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==} engines: {node: '>=4.0'} - dayjs@1.11.20: - resolution: {integrity: sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==} + dayjs@1.11.13: + resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==} de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} @@ -9537,6 +9457,24 @@ packages: supports-color: optional: true + debug@4.3.7: + resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + debug@4.4.3: resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} engines: {node: '>=6.0'} @@ -9558,11 +9496,11 @@ packages: resolution: {integrity: sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==} engines: {node: '>=10'} - decimal.js@10.6.0: - resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==} + decimal.js@10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} - decode-named-character-reference@1.3.0: - resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==} + decode-named-character-reference@1.0.2: + resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} decode-uri-component@0.2.2: resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} @@ -9577,8 +9515,8 @@ packages: dedent@0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} - dedent@1.7.2: - resolution: {integrity: sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==} + dedent@1.7.0: + resolution: {integrity: sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==} peerDependencies: babel-plugin-macros: ^3.1.0 peerDependenciesMeta: @@ -9608,8 +9546,8 @@ packages: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} - default-browser-id@5.0.1: - resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==} + default-browser-id@5.0.0: + resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==} engines: {node: '>=18'} default-browser@5.5.0: @@ -9722,8 +9660,8 @@ packages: engines: {node: '>=0.10'} hasBin: true - detect-libc@2.1.2: - resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} + detect-libc@2.0.3: + resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} detect-newline@3.1.0: @@ -9807,8 +9745,8 @@ packages: devextreme-quill@1.7.9: resolution: {integrity: sha512-UEkR16+I/7P/4+7dUmc65lv+VRdRGk0kFvZXgHnM2UFcEBKqm1kVDdVPBolGRFwuOFuDttJxp2SXUAyiuSC8wA==} - devextreme-schematics@1.14.2: - resolution: {integrity: sha512-kT2Gf1XpQeG72x4q/SLiFvTrD2wswyrojSkxLWlWwRQZ3kGauFRVg3CPu6s2zZ1eJc705N8W38fwgEgN+nONnA==} + devextreme-schematics@1.7.1: + resolution: {integrity: sha512-K+FNrji2/G7QPkfWYhWiNNaXcmxdlXDTOVpIiISoMr6fumRhz5PindoIYlOx0HXtnpvcBWzb2Fqadujr8qop2g==} devextreme-screenshot-comparer@2.0.17: resolution: {integrity: sha512-vputWR6tJGlZcVvzMGMQve5DMWdPh+n8M3ctfBqxled08GueeH17vZHZ29N/DJLPSkoeKsy4Tvt3YLe3dGs1gg==} @@ -9832,16 +9770,20 @@ packages: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + diff@4.0.2: + resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} + engines: {node: '>=0.3.1'} + diff@4.0.4: resolution: {integrity: sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==} engines: {node: '>=0.3.1'} - diff@5.2.2: - resolution: {integrity: sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==} + diff@5.2.0: + resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} engines: {node: '>=0.3.1'} - diff@8.0.4: - resolution: {integrity: sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==} + diff@8.0.3: + resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==} engines: {node: '>=0.3.1'} diffie-hellman@5.0.3: @@ -9907,8 +9849,8 @@ packages: resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} engines: {node: '>= 4'} - dompurify@3.3.3: - resolution: {integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==} + dompurify@3.3.1: + resolution: {integrity: sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==} domutils@2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} @@ -9932,8 +9874,8 @@ packages: resolution: {integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==} engines: {node: '>=10'} - dotenv@16.4.7: - resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} + dotenv@16.4.5: + resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} engines: {node: '>=12'} dotenv@16.6.1: @@ -9972,8 +9914,8 @@ packages: ecc-jsbn@0.1.2: resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} - editorconfig@1.0.7: - resolution: {integrity: sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==} + editorconfig@1.0.4: + resolution: {integrity: sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==} engines: {node: '>=14'} hasBin: true @@ -9985,8 +9927,11 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.325: - resolution: {integrity: sha512-PwfIw7WQSt3xX7yOf5OE/unLzsK9CaN2f/FvV3WjPR1Knoc1T9vePRVV4W1EM301JzzysK51K7FNKcusCr0zYA==} + electron-to-chromium@1.5.259: + resolution: {integrity: sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ==} + + electron-to-chromium@1.5.267: + resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} elegant-spinner@1.0.1: resolution: {integrity: sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ==} @@ -10007,8 +9952,8 @@ packages: resolution: {integrity: sha512-r4eRSeStEGf6M5SKdrQhhLK5bOwOBxQhIE3YSTnZE3GpKiLfnnhE+tPtrJE79+eDJgm39BM6LSoI8SCx4HbwlQ==} engines: {node: '>=6'} - emoji-regex@10.6.0: - resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} + emoji-regex@10.4.0: + resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -10034,8 +9979,11 @@ packages: encoding-sniffer@0.2.1: resolution: {integrity: sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==} - end-of-stream@1.4.5: - resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} + encoding@0.1.13: + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + + end-of-stream@1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} endent@2.1.0: resolution: {integrity: sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==} @@ -10044,12 +9992,24 @@ packages: resolution: {integrity: sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==} engines: {node: '>=10.0.0'} - engine.io@6.6.6: - resolution: {integrity: sha512-U2SN0w3OpjFRVlrc17E6TMDmH58Xl9rai1MblNjAdwWp07Kk+llmzX0hjDpQdrDGzwmvOtgM5yI+meYX6iZ2xA==} + engine.io@6.6.2: + resolution: {integrity: sha512-gmNvsYi9C8iErnZdVcJnvCpSKbWTt1E8+JZo8b+daLninywUWi5NQ5STSHZ9rFjFO7imNcvb8Pc5pe/wMR5xEw==} engines: {node: '>=10.2.0'} - enhanced-resolve@5.20.1: - resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==} + enhanced-resolve@5.17.1: + resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} + engines: {node: '>=10.13.0'} + + enhanced-resolve@5.18.3: + resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==} + engines: {node: '>=10.13.0'} + + enhanced-resolve@5.19.0: + resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==} + engines: {node: '>=10.13.0'} + + enhanced-resolve@5.20.0: + resolution: {integrity: sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==} engines: {node: '>=10.13.0'} enquirer@2.3.6: @@ -10060,8 +10020,8 @@ packages: resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==} engines: {node: '>=8.6'} - ent@2.2.2: - resolution: {integrity: sha512-kKvD1tO6BM+oK9HzCPpUdRb4vKFQY/FPTFmurMvh6LlN68VMrdj77w8yp51/kDbpkFOS9J8w5W6zIzgM2H8/hw==} + ent@2.2.1: + resolution: {integrity: sha512-QHuXVeZx9d+tIQAz/XztU0ZwZf2Agg9CcXcgE1rurqvdBeDBrpSwjl8/6XUqMg7tw2Y7uAdKb2sRv+bSEFqQ5A==} engines: {node: '>= 0.4'} entities@2.2.0: @@ -10075,8 +10035,8 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} - entities@6.0.1: - resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} + entities@6.0.0: + resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==} engines: {node: '>=0.12'} entities@7.0.1: @@ -10087,8 +10047,8 @@ packages: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} - envinfo@7.21.0: - resolution: {integrity: sha512-Lw7I8Zp5YKHFCXL7+Dz95g4CcbMEpgvqZNNq3AmlT5XAV6CgAAk6gyAMqn2zjw08K9BHfcNuKrMiCPLByGafow==} + envinfo@7.14.0: + resolution: {integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==} engines: {node: '>=4'} hasBin: true @@ -10121,14 +10081,18 @@ packages: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true - error-ex@1.3.4: - resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==} + error-ex@1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} - es-abstract@1.24.1: - resolution: {integrity: sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==} + es-abstract@1.23.5: + resolution: {integrity: sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==} + engines: {node: '>= 0.4'} + + es-abstract@1.24.0: + resolution: {integrity: sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==} engines: {node: '>= 0.4'} es-array-method-boxes-properly@1.0.0: @@ -10145,8 +10109,8 @@ packages: es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - es-iterator-helpers@1.3.1: - resolution: {integrity: sha512-zWwRvqWiuBPr0muUG/78cW3aHROFCNIQ3zpmYDpwdbnt2m+xlNyRWpHBpa2lJjSBit7BQ+RXA1iwbSmu5yJ/EQ==} + es-iterator-helpers@1.2.1: + resolution: {integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==} engines: {node: '>= 0.4'} es-module-lexer@1.7.0: @@ -10155,6 +10119,10 @@ packages: es-module-lexer@2.0.0: resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} + es-object-atoms@1.0.0: + resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} + engines: {node: '>= 0.4'} + es-object-atoms@1.1.1: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} engines: {node: '>= 0.4'} @@ -10163,10 +10131,17 @@ packages: resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} engines: {node: '>= 0.4'} + es-shim-unscopables@1.0.2: + resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + es-shim-unscopables@1.1.0: resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==} engines: {node: '>= 0.4'} + es-to-primitive@1.2.1: + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} + es-to-primitive@1.3.0: resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} engines: {node: '>= 0.4'} @@ -10363,11 +10338,6 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.27.4: - resolution: {integrity: sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==} - engines: {node: '>=18'} - hasBin: true - escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -10602,6 +10572,20 @@ packages: '@typescript-eslint/parser': optional: true + eslint-plugin-vue@10.6.2: + resolution: {integrity: sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 + '@typescript-eslint/parser': ^7.0.0 || ^8.0.0 + eslint: ^8.57.0 || ^9.0.0 + vue-eslint-parser: ^10.0.0 + peerDependenciesMeta: + '@stylistic/eslint-plugin': + optional: true + '@typescript-eslint/parser': + optional: true + eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} @@ -10640,10 +10624,6 @@ packages: resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint-visitor-keys@5.0.1: - resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==} - engines: {node: ^20.19.0 || ^22.13.0 || >=24} - eslint@7.32.0: resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} engines: {node: ^10.12.0 || >=12.0.0} @@ -10692,6 +10672,10 @@ packages: engines: {node: '>=4'} hasBin: true + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + engines: {node: '>=0.10'} + esquery@1.7.0: resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} engines: {node: '>=0.10'} @@ -10738,11 +10722,8 @@ packages: eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} - eventemitter3@5.0.4: - resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==} - - events-universal@1.0.1: - resolution: {integrity: sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==} + eventemitter3@5.0.1: + resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} @@ -10803,12 +10784,12 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - expect@30.3.0: - resolution: {integrity: sha512-1zQrciTiQfRdo7qJM1uG4navm8DayFa2TgCSRlzUyNkhcJ6XUZF3hjnpkyr3VhAqPH7i/9GkG7Tv5abz6fqz0Q==} + expect@30.2.0: + resolution: {integrity: sha512-u/feCi0GPsI+988gU2FLcsHyAHTU0MX1Wg68NhAnN7z/+C5wqG+CY8J53N9ioe8RXgaoz0nBR/TYMf3AycUuPw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} - exponential-backoff@3.1.3: - resolution: {integrity: sha512-ZgEeZXj30q+I0EN+CbSSpIyPaJ5HVQD18Z1m+u1FXbAeT94mr1zw50q4q6jiiC447Nl/YTcIYSAftiGqetwXCA==} + exponential-backoff@3.1.1: + resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} express-rate-limit@8.3.1: resolution: {integrity: sha512-D1dKN+cmyPWuvB+G2SREQDzPY1agpBIcTa9sJxOPMCNeH3gwzhqJRDWCXW3gg0y//+LQ/8j52JbMROWyrKdMdw==} @@ -10906,8 +10887,8 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - fast-uri@3.1.0: - resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==} + fast-uri@3.0.3: + resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} @@ -10916,8 +10897,8 @@ packages: fastparse@1.1.2: resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} - fastq@1.20.1: - resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} faye-websocket@0.11.4: resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==} @@ -10972,8 +10953,8 @@ packages: file-uri-to-path@1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} - filelist@1.0.6: - resolution: {integrity: sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==} + filelist@1.0.4: + resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} filename-regex@2.0.1: resolution: {integrity: sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==} @@ -10992,8 +10973,8 @@ packages: resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} engines: {node: '>= 0.8'} - finalhandler@1.3.2: - resolution: {integrity: sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==} + finalhandler@1.3.1: + resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==} engines: {node: '>= 0.8'} finalhandler@2.1.1: @@ -11059,8 +11040,8 @@ packages: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} - flat-cache@6.1.21: - resolution: {integrity: sha512-2u7cJfSf7Th7NxEk/VzQjnPoglok2YCsevS7TSbJjcDQWJPbqUUnSYtriHSvtnq+fRZHy1s0ugk4ApnQyhPGoQ==} + flat-cache@6.1.19: + resolution: {integrity: sha512-l/K33newPTZMTGAnnzaiqSl6NnH7Namh8jBNjrgjprWxGmZUuxx/sJNIRaijOh3n7q7ESbhNZC+pvVZMFdeU4A==} flat@5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} @@ -11084,6 +11065,18 @@ packages: debug: optional: true + follow-redirects@1.15.9: + resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + + for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + for-each@0.3.5: resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} engines: {node: '>= 0.4'} @@ -11191,8 +11184,8 @@ packages: resolution: {integrity: sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==} engines: {node: '>=10.13.0'} - fs-monkey@1.1.0: - resolution: {integrity: sha512-QMUezzXWII9EV5aTFXW1UBVUO77wYPpjqIF8/AviUCThNeSYZykpoTixUeaNNBwmCev0AMDWMAni+f8Hxb1IFw==} + fs-monkey@1.0.6: + resolution: {integrity: sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==} fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -11211,6 +11204,10 @@ packages: function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + function.prototype.name@1.1.6: + resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} + engines: {node: '>= 0.4'} + function.prototype.name@1.1.8: resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} engines: {node: '>= 0.4'} @@ -11221,10 +11218,6 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - generator-function@2.0.1: - resolution: {integrity: sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==} - engines: {node: '>= 0.4'} - gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} @@ -11243,13 +11236,17 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - get-east-asian-width@1.5.0: - resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==} + get-east-asian-width@1.3.0: + resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} engines: {node: '>=18'} get-func-name@2.0.2: resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} + get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + get-intrinsic@1.3.0: resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} engines: {node: '>= 0.4'} @@ -11288,15 +11285,19 @@ packages: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} + get-symbol-description@1.0.2: + resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} + engines: {node: '>= 0.4'} + get-symbol-description@1.1.0: resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} engines: {node: '>= 0.4'} - get-tsconfig@4.13.7: - resolution: {integrity: sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==} + get-tsconfig@4.13.0: + resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==} - get-uri@6.0.5: - resolution: {integrity: sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==} + get-uri@6.0.3: + resolution: {integrity: sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==} engines: {node: '>= 14'} get-value@2.0.6: @@ -11331,8 +11332,8 @@ packages: resolution: {integrity: sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==} engines: {node: '>= 0.10'} - glob-stream@8.0.3: - resolution: {integrity: sha512-fqZVj22LtFJkHODT+M4N1RJQ3TjnnQhfE9GwZI8qXscYarnhpip70poMldRnP8ipQ/w0B621kOhfc53/J9bd/A==} + glob-stream@8.0.2: + resolution: {integrity: sha512-R8z6eTB55t3QeZMmU1C+Gv+t5UnNRkA55c5yo67fAVfxODxieTwsjNG7utxS/73NdP1NbDgCrhVEg2h00y4fFw==} engines: {node: '>=10.13.0'} glob-to-regex.js@1.2.0: @@ -11359,9 +11360,9 @@ packages: deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true - glob@13.0.6: - resolution: {integrity: sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==} - engines: {node: 18 || 20 || >=22} + glob@13.0.0: + resolution: {integrity: sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==} + engines: {node: 20 || >=22} glob@5.0.15: resolution: {integrity: sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==} @@ -11411,8 +11412,8 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} - globals@16.5.0: - resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} + globals@16.3.0: + resolution: {integrity: sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==} engines: {node: '>=18'} globals@9.18.0: @@ -11649,9 +11650,8 @@ packages: resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} engines: {node: '>=0.10.0'} - has-bigints@1.1.0: - resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} - engines: {node: '>= 0.4'} + has-bigints@1.0.2: + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} @@ -11664,6 +11664,10 @@ packages: has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + has-proto@1.2.0: resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} engines: {node: '>= 0.4'} @@ -11696,9 +11700,9 @@ packages: resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} engines: {node: '>= 0.4.0'} - hash-base@3.0.5: - resolution: {integrity: sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==} - engines: {node: '>= 0.10'} + hash-base@3.0.4: + resolution: {integrity: sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==} + engines: {node: '>=4'} hash-base@3.1.2: resolution: {integrity: sha512-Bb33KbowVTIj5s7Ked1OsqHUeCpz//tPwR+E2zJgJKo9Z5XolZ9b6bdUgjmYlwnWhoOQKoTd1TYToZGn5mAYOg==} @@ -11710,8 +11714,8 @@ packages: hash.js@1.1.7: resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} - hashery@1.5.1: - resolution: {integrity: sha512-iZyKG96/JwPz1N55vj2Ie2vXbhu440zfUfJvSwEqEbeLluk7NnapfGqa7LH0mOsnDxTF85Mx8/dyR6HfqcbmbQ==} + hashery@1.4.0: + resolution: {integrity: sha512-Wn2i1In6XFxl8Az55kkgnFRiAlIAushzh26PTjL2AKtQcEfXrcLa7Hn5QOWGZEf3LU057P9TwwZjFyxfS1VuvQ==} engines: {node: '>=20'} hasown@2.0.2: @@ -11784,15 +11788,12 @@ packages: resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} engines: {node: '>=0.10.0'} - hono@4.12.9: - resolution: {integrity: sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==} + hono@4.12.7: + resolution: {integrity: sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==} engines: {node: '>=16.9.0'} - hookified@1.15.1: - resolution: {integrity: sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==} - - hookified@2.1.0: - resolution: {integrity: sha512-ootKng4eaxNxa7rx6FJv2YKef3DuhqbEj3l70oGXwddPQEEnISm50TEZQclqiLTAtilT2nu7TErtCO523hHkyg==} + hookified@1.15.0: + resolution: {integrity: sha512-51w+ZZGt7Zw5q7rM3nC4t3aLn/xvKDETsXqMczndvwyVQhAHfUmUuFBRFcos8Iyebtk7OAE9dL26wFNzZVVOkw==} hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -11811,19 +11812,18 @@ packages: html-dom-parser@1.2.0: resolution: {integrity: sha512-2HIpFMvvffsXHFUFjso0M9LqM+1Lm22BF+Df2ba+7QHJXjk63pWChEnI6YG27eaWqUdfnh5/Vy+OXrNTtepRsg==} - html-dom-parser@5.1.8: - resolution: {integrity: sha512-MCIUng//mF2qTtGHXJWr6OLfHWmg3Pm8ezpfiltF83tizPWY17JxT4dRLE8lykJ5bChJELoY3onQKPbufJHxYA==} + html-dom-parser@5.0.13: + resolution: {integrity: sha512-B7JonBuAfG32I7fDouUQEogBrz3jK9gAuN1r1AaXpED6dIhtg/JwiSRhjGL7aOJwRz3HU4efowCjQBaoXiREqg==} - html-element-map@1.4.0: - resolution: {integrity: sha512-jiTQtpaVnCcT1KDghMcmvbB5Q1AAWyBsGNuJZiHOWwN5GIVZGKqCWj9ddOFxLLz8ELYL2dwv2TaeS4dMdc/Pkw==} - engines: {node: '>= 0.4'} + html-element-map@1.3.1: + resolution: {integrity: sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==} html-encoding-sniffer@3.0.0: resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} engines: {node: '>=12'} - html-entities@2.6.0: - resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==} + html-entities@2.5.2: + resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==} html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} @@ -11838,8 +11838,8 @@ packages: peerDependencies: react: 0.14 || 15 || 16 || 17 || 18 - html-react-parser@5.2.17: - resolution: {integrity: sha512-m+K/7Moq1jodAB4VL0RXSOmtwLUYoAsikZhwd+hGQe5Vtw2dbWfpFd60poxojMU0Tsh9w59mN1QLEcoHz0Dx9w==} + html-react-parser@5.2.2: + resolution: {integrity: sha512-yA5012CJGSFWYZsgYzfr6HXJgDap38/AEP4ra8Cw+WHIi2ZRDXRX/QVYdumRf1P8zKyScKd6YOrWYvVEiPfGKg==} peerDependencies: '@types/react': 0.14 || 15 || 16 || 17 || 18 || 19 react: 0.14 || 15 || 16 || 17 || 18 || 19 @@ -11854,8 +11854,8 @@ packages: html-void-elements@2.0.1: resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==} - html-webpack-plugin@5.6.6: - resolution: {integrity: sha512-bLjW01UTrvoWTJQL5LsMRo1SypHW80FTm12OJRSnr3v6YHNhfe+1r0MYUZJMACxnCHURVnBWRwAsWs2yPU9Ezw==} + html-webpack-plugin@5.6.3: + resolution: {integrity: sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==} engines: {node: '>=10.13.0'} peerDependencies: '@rspack/core': 0.x || 1.x @@ -11874,6 +11874,9 @@ packages: resolution: {integrity: sha512-eVcrzgbR4tim7c7soKQKtxa/kQM4TzjnlU83rcZ9bHU6t31ehfV7SktN6McWgwPWg+JYMA/O3qpGxBvFq1z2Jg==} engines: {node: '>=0.10'} + htmlparser2@10.0.0: + resolution: {integrity: sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==} + htmlparser2@10.1.0: resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==} @@ -11886,8 +11889,8 @@ packages: htmlparser2@8.0.2: resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} - http-cache-semantics@4.2.0: - resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} + http-cache-semantics@4.1.1: + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} http-deceiver@1.2.7: resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} @@ -11896,12 +11899,16 @@ packages: resolution: {integrity: sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==} engines: {node: '>= 0.6'} + http-errors@2.0.0: + resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} + engines: {node: '>= 0.8'} + http-errors@2.0.1: resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==} engines: {node: '>= 0.8'} - http-parser-js@0.5.10: - resolution: {integrity: sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==} + http-parser-js@0.5.8: + resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==} http-proxy-agent@5.0.0: resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} @@ -11971,8 +11978,8 @@ packages: resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} engines: {node: '>=14.18.0'} - humanize-duration@3.33.2: - resolution: {integrity: sha512-K7Ny/ULO1hDm2nnhvAY+SJV1skxFb61fd073SG1IWJl+D44ULrruCuTyjHKjBVVcSuTlnY99DKtgEG39CM5QOQ==} + humanize-duration@3.32.1: + resolution: {integrity: sha512-inh5wue5XdfObhu/IGEMiA1nUXigSGcaKNemcbLRKa7jXYGDZXr3LoT9pTIzq2hPEbld7w/qv9h+ikWGz8fL1g==} humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} @@ -12002,8 +12009,8 @@ packages: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - iconv-lite@0.7.2: - resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} + iconv-lite@0.7.1: + resolution: {integrity: sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==} engines: {node: '>=0.10.0'} icss-utils@5.1.0: @@ -12125,8 +12132,8 @@ packages: resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==} engines: {node: ^20.17.0 || >=22.9.0} - injection-js@2.6.1: - resolution: {integrity: sha512-dbR5bdhi7TWDoCye9cByZqeg/gAfamm8Vu3G1KZOTYkOif8WkuM8CD0oeDPtZYMzT5YH76JAFB7bkmyY9OJi2A==} + injection-js@2.4.0: + resolution: {integrity: sha512-6jiJt0tCAo9zjHbcwLiPL+IuNe9SQ6a9g0PEzafThW3fOQi0mrmiJGBJvDD6tmhPh8cQHIQtCOrJuBfQME4kPA==} inline-source-map@0.6.3: resolution: {integrity: sha512-1aVsPEsJWMJq/pdMU61CDlm1URcW702MTB4w9/zUjMus6H/Py8o7g68Pr9D4I6QluWGt/KdmswuRhaA05xVR1w==} @@ -12134,13 +12141,17 @@ packages: inline-style-parser@0.1.1: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} - inline-style-parser@0.2.7: - resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==} + inline-style-parser@0.2.4: + resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} insert-module-globals@7.2.1: resolution: {integrity: sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==} hasBin: true + internal-slot@1.0.7: + resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} + engines: {node: '>= 0.4'} + internal-slot@1.1.0: resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} engines: {node: '>= 0.4'} @@ -12174,12 +12185,16 @@ packages: resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==} engines: {node: '>= 12'} + ip-address@9.0.5: + resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + engines: {node: '>= 12'} + ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} - ipaddr.js@2.3.0: - resolution: {integrity: sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==} + ipaddr.js@2.2.0: + resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} engines: {node: '>= 10'} is-absolute@1.0.0: @@ -12190,8 +12205,12 @@ packages: resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==} engines: {node: '>= 0.10'} - is-arguments@1.2.0: - resolution: {integrity: sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==} + is-arguments@1.1.1: + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} + engines: {node: '>= 0.4'} + + is-array-buffer@3.0.4: + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} engines: {node: '>= 0.4'} is-array-buffer@3.0.5: @@ -12201,10 +12220,13 @@ packages: is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} - is-async-function@2.1.1: - resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==} + is-async-function@2.0.0: + resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} engines: {node: '>= 0.4'} + is-bigint@1.0.4: + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + is-bigint@1.1.0: resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} engines: {node: '>= 0.4'} @@ -12217,6 +12239,10 @@ packages: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} + is-boolean-object@1.1.2: + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} + is-boolean-object@1.2.2: resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==} engines: {node: '>= 0.4'} @@ -12252,10 +12278,18 @@ packages: resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==} engines: {node: '>= 0.4'} + is-data-view@1.0.1: + resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} + engines: {node: '>= 0.4'} + is-data-view@1.0.2: resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} engines: {node: '>= 0.4'} + is-date-object@1.0.5: + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} + is-date-object@1.1.0: resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} engines: {node: '>= 0.4'} @@ -12305,6 +12339,9 @@ packages: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} + is-finalizationregistry@1.0.2: + resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} + is-finalizationregistry@1.1.1: resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} engines: {node: '>= 0.4'} @@ -12325,16 +12362,16 @@ packages: resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} engines: {node: '>=12'} - is-fullwidth-code-point@5.1.0: - resolution: {integrity: sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==} + is-fullwidth-code-point@5.0.0: + resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==} engines: {node: '>=18'} is-generator-fn@2.1.0: resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} engines: {node: '>=6'} - is-generator-function@1.1.2: - resolution: {integrity: sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==} + is-generator-function@1.0.10: + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} engines: {node: '>= 0.4'} is-glob@2.0.1: @@ -12381,10 +12418,14 @@ packages: resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} - is-network-error@1.3.1: - resolution: {integrity: sha512-6QCxa49rQbmUWLfk0nuGqzql9U8uaV2H6279bRErPBHe/109hCzsLUBUHfbEtvLIHBd6hyXbgedBSHevm43Edw==} + is-network-error@1.1.0: + resolution: {integrity: sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==} engines: {node: '>=16'} + is-number-object@1.0.7: + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} + is-number-object@1.1.1: resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} engines: {node: '>= 0.4'} @@ -12467,6 +12508,10 @@ packages: is-reference@1.2.1: resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} + is-regex@1.1.4: + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} + is-regex@1.2.1: resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} engines: {node: '>= 0.4'} @@ -12486,6 +12531,10 @@ packages: resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} engines: {node: '>= 0.4'} + is-shared-array-buffer@1.0.3: + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + engines: {node: '>= 0.4'} + is-shared-array-buffer@1.0.4: resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} engines: {node: '>= 0.4'} @@ -12502,6 +12551,10 @@ packages: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + is-string@1.0.7: + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} + is-string@1.1.1: resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} engines: {node: '>= 0.4'} @@ -12509,10 +12562,18 @@ packages: is-subset@0.1.1: resolution: {integrity: sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==} + is-symbol@1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} + is-symbol@1.1.1: resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} engines: {node: '>= 0.4'} + is-typed-array@1.1.13: + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} + engines: {node: '>= 0.4'} + is-typed-array@1.1.15: resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} engines: {node: '>= 0.4'} @@ -12554,21 +12615,20 @@ packages: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} engines: {node: '>= 0.4'} + is-weakref@1.0.2: + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + is-weakref@1.1.1: resolution: {integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==} engines: {node: '>= 0.4'} - is-weakset@2.0.4: - resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==} + is-weakset@2.0.3: + resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} engines: {node: '>= 0.4'} is-what@3.14.1: resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==} - is-what@4.1.16: - resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==} - engines: {node: '>=12.13'} - is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -12577,13 +12637,12 @@ packages: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} - is-wsl@3.1.1: - resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==} + is-wsl@3.1.0: + resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} engines: {node: '>=16'} - is@3.3.2: - resolution: {integrity: sha512-a2xr4E3s1PjDS8ORcGgXpWx6V+liNs+O3JRD2mb9aeugD7rtkkZ0zgLdYgw0tWsKhsdiezGYptSiMlVazCBTuQ==} - engines: {node: '>= 0.4'} + is@3.3.0: + resolution: {integrity: sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg==} isarray@0.0.1: resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} @@ -12601,9 +12660,9 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - isexe@4.0.0: - resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==} - engines: {node: '>=20'} + isexe@3.1.1: + resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} + engines: {node: '>=16'} isobject@2.1.0: resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==} @@ -12640,8 +12699,8 @@ packages: resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==} engines: {node: '>=10'} - istanbul-reports@3.2.0: - resolution: {integrity: sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==} + istanbul-reports@3.1.7: + resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} engines: {node: '>=8'} istextorbinary@1.0.2: @@ -12659,12 +12718,12 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} - jackspeak@4.2.3: - resolution: {integrity: sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==} + jackspeak@4.1.1: + resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==} engines: {node: 20 || >=22} - jake@10.9.4: - resolution: {integrity: sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==} + jake@10.9.2: + resolution: {integrity: sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==} engines: {node: '>=10'} hasBin: true @@ -12685,12 +12744,16 @@ packages: resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-changed-files@30.2.0: + resolution: {integrity: sha512-L8lR1ChrRnSdfeOvTrwZMlnWV8G/LLjQ0nG9MBclwWZidA2N5FviRki0Bvh20WRMOX31/JYvzdqTJrk5oBdydQ==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-circus@29.7.0: resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-circus@30.3.0: - resolution: {integrity: sha512-PyXq5szeSfR/4f1lYqCmmQjh0vqDkURUYi9N6whnHjlRz4IUQfMcXkGLeEoiJtxtyPqgUaUUfyQlApXWBSN1RA==} + jest-circus@30.2.0: + resolution: {integrity: sha512-Fh0096NC3ZkFx05EP2OXCxJAREVxj1BcW/i6EWqqymcgYKWjyyDpral3fMxVcHXg6oZM7iULer9wGRFvfpl+Tg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-cli@29.7.0: @@ -12703,6 +12766,16 @@ packages: node-notifier: optional: true + jest-cli@30.2.0: + resolution: {integrity: sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + jest-config@29.7.0: resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12715,8 +12788,8 @@ packages: ts-node: optional: true - jest-config@30.3.0: - resolution: {integrity: sha512-WPMAkMAtNDY9P/oKObtsRG/6KTrhtgPJoBTmk20uDn4Uy6/3EJnnaZJre/FMT1KVRx8cve1r7/FlMIOfRVWL4w==} + jest-config@30.2.0: + resolution: {integrity: sha512-g4WkyzFQVWHtu6uqGmQR4CQxz/CH3yDSlhzXMWzNjDx843gYjReZnMRanjRCq5XZFuQrGDxgUaiYWE8BRfVckA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} peerDependencies: '@types/node': '*' @@ -12734,8 +12807,8 @@ packages: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-diff@30.3.0: - resolution: {integrity: sha512-n3q4PDQjS4LrKxfWB3Z5KNk1XjXtZTBwQp71OP0Jo03Z6V60x++K5L8k6ZrW8MY8pOFylZvHM0zsjS1RqlHJZQ==} + jest-diff@30.2.0: + resolution: {integrity: sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-docblock@29.7.0: @@ -12750,8 +12823,8 @@ packages: resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-each@30.3.0: - resolution: {integrity: sha512-V8eMndg/aZ+3LnCJgSm13IxS5XSBM22QSZc9BtPK8Dek6pm+hfUNfwBdvsB3d342bo1q7wnSkC38zjX259qZNA==} + jest-each@30.2.0: + resolution: {integrity: sha512-lpWlJlM7bCUf1mfmuqTA8+j2lNURW9eNafOy99knBM01i5CQeY5UH1vZjgT9071nDJac1M4XsbyI44oNOdhlDQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-environment-jsdom@29.7.0: @@ -12767,8 +12840,8 @@ packages: resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-environment-node@30.3.0: - resolution: {integrity: sha512-4i6HItw/JSiJVsC5q0hnKIe/hbYfZLVG9YJ/0pU9Hz2n/9qZe3Rhn5s5CUZA5ORZlcdT/vmAXRMyONXJwPrmYQ==} + jest-environment-node@30.2.0: + resolution: {integrity: sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-get-type@29.6.3: @@ -12779,40 +12852,40 @@ packages: resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-haste-map@30.3.0: - resolution: {integrity: sha512-mMi2oqG4KRU0R9QEtscl87JzMXfUhbKaFqOxmjb2CKcbHcUGFrJCBWHmnTiUqi6JcnzoBlO4rWfpdl2k/RfLCA==} + jest-haste-map@30.2.0: + resolution: {integrity: sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-leak-detector@29.7.0: resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-leak-detector@30.3.0: - resolution: {integrity: sha512-cuKmUUGIjfXZAiGJ7TbEMx0bcqNdPPI6P1V+7aF+m/FUJqFDxkFR4JqkTu8ZOiU5AaX/x0hZ20KaaIPXQzbMGQ==} + jest-leak-detector@30.2.0: + resolution: {integrity: sha512-M6jKAjyzjHG0SrQgwhgZGy9hFazcudwCNovY/9HPIicmNSBuockPSedAP9vlPK6ONFJ1zfyH/M2/YYJxOz5cdQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-matcher-utils@29.7.0: resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-matcher-utils@30.3.0: - resolution: {integrity: sha512-HEtc9uFQgaUHkC7nLSlQL3Tph4Pjxt/yiPvkIrrDCt9jhoLIgxaubo1G+CFOnmHYMxHwwdaSN7mkIFs6ZK8OhA==} + jest-matcher-utils@30.2.0: + resolution: {integrity: sha512-dQ94Nq4dbzmUWkQ0ANAWS9tBRfqCrn0bV9AMYdOi/MHW726xn7eQmMeRTpX2ViC00bpNaWXq+7o4lIQ3AX13Hg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-message-util@29.7.0: resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-message-util@30.3.0: - resolution: {integrity: sha512-Z/j4Bo+4ySJ+JPJN3b2Qbl9hDq3VrXmnjjGEWD/x0BCXeOXPTV1iZYYzl2X8c1MaCOL+ewMyNBcm88sboE6YWw==} + jest-message-util@30.2.0: + resolution: {integrity: sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-mock@29.7.0: resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-mock@30.3.0: - resolution: {integrity: sha512-OTzICK8CpE+t4ndhKrwlIdbM6Pn8j00lvmSmq5ejiO+KxukbLjgOflKWMn3KE34EZdQm5RqTuKj+5RIEniYhog==} + jest-mock@30.2.0: + resolution: {integrity: sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-pnp-resolver@1.2.3: @@ -12836,60 +12909,64 @@ packages: resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + jest-resolve-dependencies@30.2.0: + resolution: {integrity: sha512-xTOIGug/0RmIe3mmCqCT95yO0vj6JURrn1TKWlNbhiAefJRWINNPgwVkrVgt/YaerPzY3iItufd80v3lOrFJ2w==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + jest-resolve@29.7.0: resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-resolve@30.3.0: - resolution: {integrity: sha512-NRtTAHQlpd15F9rUR36jqwelbrDV/dY4vzNte3S2kxCKUJRYNd5/6nTSbYiak1VX5g8IoFF23Uj5TURkUW8O5g==} + jest-resolve@30.2.0: + resolution: {integrity: sha512-TCrHSxPlx3tBY3hWNtRQKbtgLhsXa1WmbJEqBlTBrGafd5fiQFByy2GNCEoGR+Tns8d15GaL9cxEzKOO3GEb2A==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-runner@29.7.0: resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-runner@30.3.0: - resolution: {integrity: sha512-gDv6C9LGKWDPLia9TSzZwf4h3kMQCqyTpq+95PODnTRDO0g9os48XIYYkS6D236vjpBir2fF63YmJFtqkS5Duw==} + jest-runner@30.2.0: + resolution: {integrity: sha512-PqvZ2B2XEyPEbclp+gV6KO/F1FIFSbIwewRgmROCMBo/aZ6J1w8Qypoj2pEOcg3G2HzLlaP6VUtvwCI8dM3oqQ==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-runtime@29.7.0: resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-runtime@30.3.0: - resolution: {integrity: sha512-CgC+hIBJbuh78HEffkhNKcbXAytQViplcl8xupqeIWyKQF50kCQA8J7GeJCkjisC6hpnC9Muf8jV5RdtdFbGng==} + jest-runtime@30.2.0: + resolution: {integrity: sha512-p1+GVX/PJqTucvsmERPMgCPvQJpFt4hFbM+VN3n8TMo47decMUcJbt+rgzwrEme0MQUA/R+1de2axftTHkKckg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-snapshot@29.7.0: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-snapshot@30.3.0: - resolution: {integrity: sha512-f14c7atpb4O2DeNhwcvS810Y63wEn8O1HqK/luJ4F6M4NjvxmAKQwBUWjbExUtMxWJQ0wVgmCKymeJK6NZMnfQ==} + jest-snapshot@30.2.0: + resolution: {integrity: sha512-5WEtTy2jXPFypadKNpbNkZ72puZCa6UjSr/7djeecHWOu7iYhSXSnHScT8wBz3Rn8Ena5d5RYRcsyKIeqG1IyA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-util@29.7.0: resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-util@30.3.0: - resolution: {integrity: sha512-/jZDa00a3Sz7rdyu55NLrQCIrbyIkbBxareejQI315f/i8HjYN+ZWsDLLpoQSiUIEIyZF/R8fDg3BmB8AtHttg==} + jest-util@30.2.0: + resolution: {integrity: sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-validate@29.7.0: resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-validate@30.3.0: - resolution: {integrity: sha512-I/xzC8h5G+SHCb2P2gWkJYrNiTbeL47KvKeW5EzplkyxzBRBw1ssSHlI/jXec0ukH2q7x2zAWQm7015iusg62Q==} + jest-validate@30.2.0: + resolution: {integrity: sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-watcher@29.7.0: resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-watcher@30.3.0: - resolution: {integrity: sha512-PJ1d9ThtTR8aMiBWUdcownq9mDdLXsQzJayTk4kmaBRHKvwNQn+ANveuhEBUyNI2hR1TVhvQ8D5kHubbzBHR/w==} + jest-watcher@30.2.0: + resolution: {integrity: sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest-worker@27.5.1: @@ -12900,8 +12977,8 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-worker@30.3.0: - resolution: {integrity: sha512-DrCKkaQwHexjRUFTmPzs7sHQe0TSj9nvDALKGdwmK5mW9v7j90BudWirKAJHt3QQ9Dhrg1F7DogPzhChppkJpQ==} + jest-worker@30.2.0: + resolution: {integrity: sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} jest@29.7.0: @@ -12914,16 +12991,26 @@ packages: node-notifier: optional: true - jiti@1.21.7: - resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} + jest@30.2.0: + resolution: {integrity: sha512-F26gjC0yWN8uAA5m5Ss8ZQf5nDHWGlN/xWZIh8S5SRbsEKBovwZhxGd6LJlbZYxBgCYOtreSUyb8hpXyGC5O4A==} + engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + + jiti@1.21.6: + resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} hasBin: true jiti@2.6.1: resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==} hasBin: true - jose@6.2.2: - resolution: {integrity: sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==} + jose@6.1.3: + resolution: {integrity: sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==} jquery.tmpl@0.0.2: resolution: {integrity: sha512-ONpdW9JcxJxi5Eu9s640SdN0y/nSjnXAP24s3X/LeWlG4xA+hyuIcxEdTWZPy9scWC7owkEeSU6ReQvpbWhs7A==} @@ -12934,8 +13021,8 @@ packages: jqueryify@0.0.3: resolution: {integrity: sha512-9WKxzVa00eYc3RWHV4qlmts71OjdPbGOBoeLepfQSFbs6/NBwY4HDEG02EP2X2aH1MSmtG1tRcXx7VQzoz9Azg==} - js-beautify@1.15.4: - resolution: {integrity: sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==} + js-beautify@1.15.1: + resolution: {integrity: sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==} engines: {node: '>=14'} hasBin: true @@ -12970,6 +13057,9 @@ packages: jsbn@0.1.1: resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} + jsbn@1.1.0: + resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} + jsdom@20.0.3: resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} engines: {node: '>=14'} @@ -13039,8 +13129,8 @@ packages: jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} - jsonfile@6.2.0: - resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} + jsonfile@6.1.0: + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} @@ -13119,8 +13209,8 @@ packages: keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} - keyv@5.6.0: - resolution: {integrity: sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw==} + keyv@5.5.5: + resolution: {integrity: sha512-FA5LmZVF1VziNc0bIdCSA1IoSVnDCqE8HJIZZv2/W8YmoAM50+tnUgJR/gQZwEeIMleuIOnRnHA/UaZRNeV4iQ==} kind-of@1.1.0: resolution: {integrity: sha512-aUH6ElPnMGon2/YkxRIigV32MOpTVcoXQ1Oo8aYn40s+sJ3j+0gFZsT8HKDcxNy7Fi9zuquWtGaGAahOdv5p/g==} @@ -13180,8 +13270,8 @@ packages: resolution: {integrity: sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ==} engines: {node: '>= 0.10'} - launch-editor@2.13.2: - resolution: {integrity: sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==} + launch-editor@2.9.1: + resolution: {integrity: sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==} lazypipe@1.0.2: resolution: {integrity: sha512-CrU+NYdFHW8ElaeXCWz5IbmetiYVYq1fOCmpdAeZ8L+khbv1e7EnshyjlKqkO+pJbVPrsJQnHbVxEiLujG6qhQ==} @@ -13226,11 +13316,6 @@ packages: engines: {node: '>=14'} hasBin: true - less@4.6.4: - resolution: {integrity: sha512-OJmO5+HxZLLw0RLzkqaNHzcgEAQG7C0y3aMbwtCzIUFZsLMNNq/1IdAdHEycQ58CwUO3jPTHmoN+tE5I7FQxNg==} - engines: {node: '>=18'} - hasBin: true - leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} @@ -13254,74 +13339,74 @@ packages: resolution: {integrity: sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==} engines: {node: '>= 0.8'} - lightningcss-android-arm64@1.32.0: - resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} + lightningcss-android-arm64@1.30.2: + resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [android] - lightningcss-darwin-arm64@1.32.0: - resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} + lightningcss-darwin-arm64@1.30.2: + resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] - lightningcss-darwin-x64@1.32.0: - resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} + lightningcss-darwin-x64@1.30.2: + resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] - lightningcss-freebsd-x64@1.32.0: - resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} + lightningcss-freebsd-x64@1.30.2: + resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] - lightningcss-linux-arm-gnueabihf@1.32.0: - resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} + lightningcss-linux-arm-gnueabihf@1.30.2: + resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] - lightningcss-linux-arm64-gnu@1.32.0: - resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} + lightningcss-linux-arm64-gnu@1.30.2: + resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-arm64-musl@1.32.0: - resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} + lightningcss-linux-arm64-musl@1.30.2: + resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-x64-gnu@1.32.0: - resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} + lightningcss-linux-x64-gnu@1.30.2: + resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-linux-x64-musl@1.32.0: - resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} + lightningcss-linux-x64-musl@1.30.2: + resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-win32-arm64-msvc@1.32.0: - resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} + lightningcss-win32-arm64-msvc@1.30.2: + resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [win32] - lightningcss-win32-x64-msvc@1.32.0: - resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} + lightningcss-win32-x64-msvc@1.30.2: + resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] - lightningcss@1.32.0: - resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} + lightningcss@1.30.2: + resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==} engines: {node: '>= 12.0.0'} lilconfig@2.1.0: @@ -13429,6 +13514,10 @@ packages: lodash.flattendeep@4.4.0: resolution: {integrity: sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==} + lodash.get@4.4.2: + resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} + deprecated: This package is deprecated. Use the optional chaining (?.) operator instead. + lodash.groupby@4.6.0: resolution: {integrity: sha512-5dcWxm23+VAoz+awKmBaiBvzox8+RqMgFhi7UvX9DHZr2HdxHXM/Wrf8cfKpsW37RNrvtPn6hSwNqurSILbmJw==} @@ -13538,8 +13627,8 @@ packages: resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} engines: {node: 20 || >=22} - lru-cache@11.2.7: - resolution: {integrity: sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==} + lru-cache@11.2.4: + resolution: {integrity: sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -13564,16 +13653,26 @@ packages: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - macos-release@3.4.0: - resolution: {integrity: sha512-wpGPwyg/xrSp4H4Db4xYSeAr6+cFQGHfspHzDUdYxswDnUW0L5Ov63UuJiSr8NMSpyaChO4u1n0MXUvVPtrN6A==} + macos-release@3.3.0: + resolution: {integrity: sha512-tPJQ1HeyiU2vRruNGhZ+VleWuMQRro8iFtJxYgnS4NQe+EukKF6aGiIT+7flZhISAt2iaXBCfFGvAyif7/f8nQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} magic-string@0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} + magic-string@0.30.1: + resolution: {integrity: sha512-mbVKXPmS0z0G4XqFDCTllmDQ6coZzn94aMlb0o/A4HEHJCKcanlDZwYJgwnkmgD3jyWhUgj9VsPrfd972yPffA==} + engines: {node: '>=12'} + + magic-string@0.30.13: + resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==} + magic-string@0.30.17: resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} + magic-string@0.30.19: + resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==} + magic-string@0.30.21: resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} @@ -13592,8 +13691,8 @@ packages: make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - make-fetch-happen@15.0.5: - resolution: {integrity: sha512-uCbIa8jWWmQZt4dSnEStkVC6gdakiinAm4PiGsywIkguF0eWMdcjDz0ECYhUolFU3pFLOev9VNPCEygydXnddg==} + make-fetch-happen@15.0.3: + resolution: {integrity: sha512-iyyEpDty1mwW3dGlYXAJqC/azFn5PPvgKVwXayOGBSmKLxhKZ9fg4qIan2ePpp1vJIwfFiO34LAPZgq9SZW9Aw==} engines: {node: ^20.17.0 || >=22.9.0} make-iterator@1.0.1: @@ -13666,8 +13765,11 @@ packages: mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - mdn-data@2.27.1: - resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==} + mdn-data@2.12.2: + resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} + + mdn-data@2.14.0: + resolution: {integrity: sha512-QjcSiIvUHjmXp5wNLClRjQeU0Zp+I2Dag+AhtQto0nyKYZ3IF/pUzCuHe7Bv77EC92XE5t3EXeEiEv/to2Bwig==} media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} @@ -13681,10 +13783,8 @@ packages: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} - memfs@4.57.1: - resolution: {integrity: sha512-WvzrWPwMQT+PtbX2Et64R4qXKK0fj/8pO85MrUCzymX3twwCiJCdvntW3HdhG1teLJcHDDLIKx5+c3HckWYZtQ==} - peerDependencies: - tslib: '2' + memfs@4.51.1: + resolution: {integrity: sha512-Eyt3XrufitN2ZL9c/uIRMyDwXanLI88h/L3MoWqNY747ha3dMR9dWqp8cRT5ntjZ0U1TNuq4U91ZXK0sMBjYOQ==} memory-fs@0.5.0: resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} @@ -13894,28 +13994,28 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@5.0.2: - resolution: {integrity: sha512-2d0q2a8eCi2IRg/IGubCNRJoYbA1+YPXAzQVRFmB45gdGZafyivnZ5YSEfo3JikbjGxOdntGFvBQGqaSMXlAFQ==} + minipass-fetch@5.0.0: + resolution: {integrity: sha512-fiCdUALipqgPWrOVTz9fw0XhcazULXOSU6ie40DDbX1F49p1dBrSRBuswndTx1x3vEb/g0FT7vC4c4C2u/mh3A==} engines: {node: ^20.17.0 || >=22.9.0} - minipass-flush@1.0.7: - resolution: {integrity: sha512-TbqTz9cUwWyHS2Dy89P3ocAGUGxKjjLuR9z8w4WUTGAVgEj17/4nhgo2Du56i0Fm3Pm30g4iA8Lcqctc76jCzA==} + minipass-flush@1.0.5: + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} minipass-pipeline@1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} - minipass-sized@2.0.0: - resolution: {integrity: sha512-zSsHhto5BcUVM2m1LurnXY6M//cGhVaegT71OfOXoprxT6o780GZd792ea6FfrQkuU4usHZIUczAQMRUE2plzA==} + minipass-sized@1.0.3: + resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} engines: {node: '>=8'} minipass@3.3.6: resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} - minipass@7.1.3: - resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==} + minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} minizlib@3.1.0: @@ -13970,8 +14070,8 @@ packages: moment@2.30.1: resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} - moo@0.5.3: - resolution: {integrity: sha512-m2fmM2dDm7GZQsY7KK2cme8agi+AAljILjQnof7p1ZMDe6dQ4bdnSMx0cPppudoeNv5hEFQirN6u+O4fDE0IWA==} + moo@0.5.2: + resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} @@ -13994,8 +14094,8 @@ packages: resolution: {integrity: sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==} hasBin: true - msgpackr@1.11.9: - resolution: {integrity: sha512-FkoAAyyA6HM8wL882EcEyFZ9s7hVADSwG9xrVx3dxxNQAtgADTrJoEWivID82Iv1zWDsv/OtbrrcZAzGzOMdNw==} + msgpackr@1.11.2: + resolution: {integrity: sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==} muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} @@ -14025,18 +14125,28 @@ packages: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} - mylas@2.1.14: - resolution: {integrity: sha512-BzQguy9W9NJgoVn2mRWzbFrFWWztGCcng2QI9+41frfk+Athwgx3qhqhvStz7ExeUUu7Kzw427sNzHpEZNINog==} - engines: {node: '>=16.0.0'} + mylas@2.1.13: + resolution: {integrity: sha512-+MrqnJRtxdF+xngFfUUkIMQrUUL0KsxbADUkn23Z/4ibGg192Q+z+CQyiYwvWTsYjJygmMR8+w3ZDa98Zh6ESg==} + engines: {node: '>=12.0.0'} - nan@2.26.2: - resolution: {integrity: sha512-0tTvBTYkt3tdGw22nrAy50x7gpbGCCFH3AFcyS5WiUu7Eu4vWlri1woE6qHBSfy11vksDqkiwjOnlR7WV8G1Hw==} + nan@2.22.0: + resolution: {integrity: sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==} nanoid@3.3.11: resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + nanoid@3.3.9: + resolution: {integrity: sha512-SppoicMGpZvbF1l3z4x7No3OlIjP7QJvC9XR7AhZr1kL133KHnKPztkKDc+Ir4aJ/1VhTySrtKhrsycmrMQfvg==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + nanomatch@1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} @@ -14057,8 +14167,8 @@ packages: resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} hasBin: true - needle@3.5.0: - resolution: {integrity: sha512-jaQyPKKk2YokHrEg+vFDYxXIHTCBgiZwSHOoVx/8V3GIBS8/VN6NdVRmg8q1ERtPkMvmOvebsgga4sAj5hls/w==} + needle@3.3.1: + resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==} engines: {node: '>= 4.4.x'} hasBin: true @@ -14087,28 +14197,28 @@ packages: next-tick@1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} - ng-packagr@20.3.2: - resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + ng-packagr@19.2.2: + resolution: {integrity: sha512-dFuwFsDJMBSd1YtmLLcX5bNNUCQUlRqgf34aXA+79PmkOP+0eF8GP2949wq3+jMjmFTNm80Oo8IUYiSLwklKCQ==} + engines: {node: ^18.19.1 || >=20.11.1} hasBin: true peerDependencies: - '@angular/compiler-cli': ^20.0.0 + '@angular/compiler-cli': ^19.0.0 || ^19.1.0-next.0 || ^19.2.0-next.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 - typescript: '>=5.8 <6.0' + typescript: '>=5.5 <5.9' peerDependenciesMeta: tailwindcss: optional: true - ng-packagr@21.2.1: - resolution: {integrity: sha512-rk0aL0wWkC+FTA4wyzJIfjcUgAKMAEB19ULvP0QkAoAkzjS+3SBEf0n3MS6z7gcOW8SRU9rw1BmsouEAXD+SCw==} + ng-packagr@20.3.2: + resolution: {integrity: sha512-yW5ME0hqTz38r/th/7zVwX5oSIw1FviSA2PUlGZdVjghDme/KX6iiwmOBmlt9E9whNmwijEC6Gn3KKbrsBx8ig==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler-cli': ^21.0.0 || ^21.2.0-next + '@angular/compiler-cli': ^20.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 - typescript: '>=5.9 <6.0' + typescript: '>=5.8 <6.0' peerDependenciesMeta: tailwindcss: optional: true @@ -14116,8 +14226,8 @@ packages: nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - nise@6.1.4: - resolution: {integrity: sha512-vSA4IpRHRWZkmotu61SvF45Jirq4CTLT3KKOWJPsPMtxtOBOlxcAlXfv/OrWxkzAJiCBrvdfWvGQjHT7r7+Qqg==} + nise@6.1.1: + resolution: {integrity: sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==} no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} @@ -14136,10 +14246,6 @@ packages: engines: {node: '>=10.5.0'} deprecated: Use your platform's native DOMException instead - node-exports-info@1.6.0: - resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==} - engines: {node: '>= 0.4'} - node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -14149,8 +14255,8 @@ packages: encoding: optional: true - node-forge@1.4.0: - resolution: {integrity: sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==} + node-forge@1.3.3: + resolution: {integrity: sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==} engines: {node: '>= 6.13.0'} node-gyp-build-optional-packages@5.1.1: @@ -14161,8 +14267,8 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-gyp@12.2.0: - resolution: {integrity: sha512-q23WdzrQv48KozXlr0U1v9dwO/k59NHeSzn6loGcasyf0UnSrtzs8kRxM+mfwJSf0DkX0s43hcqgnSO4/VNthQ==} + node-gyp@12.1.0: + resolution: {integrity: sha512-W+RYA8jBnhSr2vrTtlPYPc1K+CSjGpVDRZxcqJcERZ8ND3A1ThWPHRwctTx3qC3oW99jt726jhdz3Y6ky87J4g==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true @@ -14175,8 +14281,8 @@ packages: node-notifier@9.0.1: resolution: {integrity: sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==} - node-releases@2.0.36: - resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==} + node-releases@2.0.27: + resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} node-source-walk@6.0.2: resolution: {integrity: sha512-jn9vOIK/nfqoFCcpK89/VCVaLg1IHE6UVfDOzvqmANaJ/rWCTEdH8RZ1V278nv2jr36BJdyQXIAavBLXpzdlag==} @@ -14259,8 +14365,8 @@ packages: resolution: {integrity: sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==} engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@10.0.4: - resolution: {integrity: sha512-uMW73iajD8hiH4ZBxEV3HC+eTnppIqwakjOYuvgddnalIw2lJguKviK1pcUJDlIWm1wSJkchpDZDSVVsZEYRng==} + npm-packlist@10.0.3: + resolution: {integrity: sha512-zPukTwJMOu5X5uvm0fztwS5Zxyvmk38H/LfidkOMt3gbZVCyro2cD/ETzwzVPcWZA3JOyPznfUN/nkyFiyUbxg==} engines: {node: ^20.17.0 || >=22.9.0} npm-pick-manifest@11.0.3: @@ -14298,8 +14404,8 @@ packages: resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} engines: {node: '>=0.10.0'} - nwsapi@2.2.23: - resolution: {integrity: sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==} + nwsapi@2.2.13: + resolution: {integrity: sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==} nx-cloud@19.1.0: resolution: {integrity: sha512-f24vd5/57/MFSXNMfkerdDiK0EvScGOKO71iOWgJNgI1xVweDRmOA/EfjnPMRd5m+pnoPs/4A7DzuwSW0jZVyw==} @@ -14331,6 +14437,10 @@ packages: resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} engines: {node: '>=0.10.0'} + object-inspect@1.13.3: + resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + engines: {node: '>= 0.4'} + object-inspect@1.13.4: resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} engines: {node: '>= 0.4'} @@ -14350,6 +14460,10 @@ packages: resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} engines: {node: '>=0.10.0'} + object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} + object.assign@4.1.7: resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} engines: {node: '>= 0.4'} @@ -14358,6 +14472,10 @@ packages: resolution: {integrity: sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==} engines: {node: '>=0.10.0'} + object.entries@1.1.8: + resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} + engines: {node: '>= 0.4'} + object.entries@1.1.9: resolution: {integrity: sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==} engines: {node: '>= 0.4'} @@ -14386,6 +14504,10 @@ packages: resolution: {integrity: sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw==} engines: {node: '>=0.10.0'} + object.values@1.2.0: + resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} + engines: {node: '>= 0.4'} + object.values@1.2.1: resolution: {integrity: sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==} engines: {node: '>= 0.4'} @@ -14484,12 +14606,8 @@ packages: resolution: {integrity: sha512-m0pg2zscbYgWbqRR6ABga5c3sZdEon7bSgjnlXC64kxtxLOyjRcbbUkLj7HFyy/FTD+P2xdBWu8snGhYI0jc4A==} engines: {node: '>=20'} - ora@9.3.0: - resolution: {integrity: sha512-lBX72MWFduWEf7v7uWf5DHp9Jn5BI8bNPGuFgtXMmr2uDz2Gz2749y3am3agSDdkhHPHYmmxEGSKH85ZLGzgXw==} - engines: {node: '>=20'} - - ordered-binary@1.6.1: - resolution: {integrity: sha512-QkCdPooczexPLiXIrbVOPYkR3VO3T6v2OyKRkR1Xbhpy7/LAVXwahnRCgRp78Oe/Ehf0C/HATAxfSr6eA1oX+w==} + ordered-binary@1.5.3: + resolution: {integrity: sha512-oGFr3T+pYdTGJ+YFEILMpS3es+GiIbs9h/XQrclBXUtd44ey7XwfsMzM31f64I1SQOawDoDr/D823kNCADI8TA==} ordered-read-streams@1.0.1: resolution: {integrity: sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==} @@ -14552,8 +14670,8 @@ packages: resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} engines: {node: '>=8'} - p-map@7.0.4: - resolution: {integrity: sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==} + p-map@7.0.3: + resolution: {integrity: sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==} engines: {node: '>=18'} p-retry@6.2.1: @@ -14564,8 +14682,8 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - pac-proxy-agent@7.2.0: - resolution: {integrity: sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==} + pac-proxy-agent@7.0.2: + resolution: {integrity: sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==} engines: {node: '>= 14'} pac-resolver@7.0.1: @@ -14604,8 +14722,8 @@ packages: parents@1.0.1: resolution: {integrity: sha512-mXKF3xkoUt5td2DoxpLmtOmZvko9VfFpwRwkKDHSNvgmpLAeBo18YDhcPbBzJq+QLCHMbGOfzia2cX4U+0v9Mg==} - parse-asn1@5.1.9: - resolution: {integrity: sha512-fIYNuZ/HastSb80baGOuPRo1O9cf4baWw5WsAp7dBuUzeTD/BoaG8sVTdlPFksBE2lF21dN+A1AnrpIjSWqHHg==} + parse-asn1@5.1.7: + resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==} engines: {node: '>= 0.10'} parse-color@1.0.0: @@ -14638,6 +14756,9 @@ packages: parse5-html-rewriting-stream@8.0.0: resolution: {integrity: sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==} + parse5-htmlparser2-tree-adapter@6.0.1: + resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} + parse5-htmlparser2-tree-adapter@7.1.0: resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==} @@ -14656,6 +14777,9 @@ packages: parse5@6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} + parse5@7.2.1: + resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} + parse5@7.3.0: resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==} @@ -14729,15 +14853,15 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} - path-scurry@2.0.2: - resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==} - engines: {node: 18 || 20 || >=22} + path-scurry@2.0.1: + resolution: {integrity: sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==} + engines: {node: 20 || >=22} - path-to-regexp@0.1.13: - resolution: {integrity: sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==} + path-to-regexp@0.1.12: + resolution: {integrity: sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==} - path-to-regexp@8.4.0: - resolution: {integrity: sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==} + path-to-regexp@8.3.0: + resolution: {integrity: sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==} path-type@1.1.0: resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==} @@ -14770,8 +14894,8 @@ packages: picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} - picomatch@2.3.2: - resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==} + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} picomatch@4.0.2: @@ -14782,10 +14906,6 @@ packages: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} - picomatch@4.0.4: - resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} - engines: {node: '>=12'} - pidtree@0.5.0: resolution: {integrity: sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==} engines: {node: '>=0.10'} @@ -14824,10 +14944,17 @@ packages: resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} engines: {node: '>=0.10.0'} + pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + pirates@4.0.7: resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} engines: {node: '>= 6'} + piscina@4.8.0: + resolution: {integrity: sha512-EZJb+ZxDrQf3dihsUL7p42pjNyrNIFJCrRHPMgxu/svsj+P3xS3fuEWp7k2+rfsavfl1N0G29b1HGs7J0m8rZA==} + piscina@5.1.3: resolution: {integrity: sha512-0u3N7H4+hbr40KjuVn2uNhOcthu/9usKhnw5vT3J7ply79v3D3M8naI00el9Klcy16x557VsEkkUQaHCWFXC/g==} engines: {node: '>=20.x'} @@ -14852,8 +14979,8 @@ packages: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} engines: {node: '>=8'} - pkijs@3.4.0: - resolution: {integrity: sha512-emEcLuomt2j03vxD54giVB4SxTjnsqkU692xZOZXHDVoYyypEm+b3jpiTcc+Cf+myooc+/Ly0z01jqeNHVgJGw==} + pkijs@3.3.3: + resolution: {integrity: sha512-+KD8hJtqQMYoTuL1bbGOqxb4z+nZkTAwVdNtWwe8Tc2xNbEmdJYIYoc6Qt0uF55e6YW6KuTHw1DjQ18gMhzepw==} engines: {node: '>=16.0.0'} plimit-lit@1.6.1: @@ -14889,20 +15016,20 @@ packages: resolution: {integrity: sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==} engines: {node: '>=12.13.0'} - portfinder@1.0.38: - resolution: {integrity: sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==} - engines: {node: '>= 10.12'} + portfinder@1.0.32: + resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} + engines: {node: '>= 0.12.0'} posix-character-classes@0.1.1: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} - possible-typed-array-names@1.1.0: - resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} + possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} - postcss-html@1.8.1: - resolution: {integrity: sha512-OLF6P7qctfAWayOhLpcVnTGqVeJzu2W3WpIYelfz2+JV5oGxfkcEvweN9U4XpeqE0P98dcD9ssusGwlF0TK0uQ==} + postcss-html@1.7.0: + resolution: {integrity: sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==} engines: {node: ^12 || >=14} postcss-loader@8.1.1: @@ -14940,8 +15067,8 @@ packages: peerDependencies: postcss: ^8.1.0 - postcss-modules-local-by-default@4.2.0: - resolution: {integrity: sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==} + postcss-modules-local-by-default@4.1.0: + resolution: {integrity: sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 @@ -14983,6 +15110,10 @@ packages: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} + postcss-selector-parser@7.0.0: + resolution: {integrity: sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==} + engines: {node: '>=4'} + postcss-selector-parser@7.1.1: resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==} engines: {node: '>=4'} @@ -15057,8 +15188,8 @@ packages: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - pretty-format@30.3.0: - resolution: {integrity: sha512-oG4T3wCbfeuvljnyAzhBvpN45E8iOTXCU/TD3zXW80HA3dQ4ahdqMkWGiPWZvjpQwlbyHrPTWUAqUzGzv4l1JQ==} + pretty-format@30.2.0: + resolution: {integrity: sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} pretty-hrtime@1.0.3: @@ -15099,8 +15230,8 @@ packages: resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} - prop-types-exact@1.2.7: - resolution: {integrity: sha512-A4RaV6mg3jocQqBYmqi2ojJ2VnV4AKTEHhl3xHsud08/u87gcVJc8DUOtgnPegoOCQv/shUqEk4eZGYibjnHzQ==} + prop-types-exact@1.2.5: + resolution: {integrity: sha512-wHDhA5TSSvU07gdzsdeT/FZg6zay94K4Y7swSK4YsRG3moWB0Qsp9g1Y5BBausP1HF8K4UeVe2Xt7ZFJByKp6A==} engines: {node: '>= 0.8'} prop-types@15.8.1: @@ -15116,8 +15247,8 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - proxy-agent@6.5.0: - resolution: {integrity: sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==} + proxy-agent@6.4.0: + resolution: {integrity: sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==} engines: {node: '>= 14'} proxy-from-env@1.1.0: @@ -15126,8 +15257,8 @@ packages: prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} - psl@1.15.0: - resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==} + psl@1.12.0: + resolution: {integrity: sha512-OVcqwt4qWJF9G0fnSEMNz7aSa1PiGX/IvSXDO+PpbDK3r/IJ3QX2iu8ywanYG07e9IaYDigMu+EapE8TdMZOJQ==} public-encrypt@4.0.3: resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} @@ -15135,8 +15266,8 @@ packages: pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} - pump@3.0.4: - resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==} + pump@3.0.2: + resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} pumpify@1.5.1: resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} @@ -15179,8 +15310,8 @@ packages: (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) - qified@0.9.0: - resolution: {integrity: sha512-4q61YgkHbY6gmwkqm0BsxyLDO3UYdrdiJTJ7JiaZb3xpW1duxn135SB7KqUEkCiuu5O4W+TtwEWP2VjmSRanvA==} + qified@0.5.3: + resolution: {integrity: sha512-kXuQdQTB6oN3KhI6V4acnBSZx8D2I4xzZvn9+wFLLFCoBNQY/sFnCW6c43OL7pOQ2HvGV4lnWIXNmgfp7cTWhQ==} engines: {node: '>=20'} qjobs@1.2.0: @@ -15191,8 +15322,8 @@ packages: resolution: {integrity: sha512-ZvWjbAj4MWAj6bnCc9CnculsXnJr7eoKsvH/8rVpZbqYxP2z05HNQa43ZVwe/dVRcFxgfFHE2CkUqn0sCyLfHw==} hasBin: true - qs@6.15.0: - resolution: {integrity: sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==} + qs@6.14.1: + resolution: {integrity: sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==} engines: {node: '>=0.6'} querystring-es3@0.2.1: @@ -15245,8 +15376,8 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - raw-body@2.5.3: - resolution: {integrity: sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==} + raw-body@2.5.2: + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} engines: {node: '>= 0.8'} raw-body@3.0.2: @@ -15257,8 +15388,8 @@ packages: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true - react-docgen-typescript@2.4.0: - resolution: {integrity: sha512-ZtAp5XTO5HRzQctjPU0ybY0RRCQO19X/8fxn3w7y2VVTUbGHDKULPTL4ky3vB05euSgG5NpALhEhDPvQ56wvXg==} + react-docgen-typescript@2.2.2: + resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' @@ -15266,8 +15397,8 @@ packages: resolution: {integrity: sha512-hlSJDQ2synMPKFZOsKo9Hi8WWZTC7POR8EmWvTSjow+VDgKzkmjQvFm2fk0tmRw+f0vTOIYKlarR0iL4996pdg==} engines: {node: '>=16.14.0'} - react-docgen@8.0.3: - resolution: {integrity: sha512-aEZ9qP+/M+58x2qgfSFEWH1BxLyHe5+qkLNJOZQb5iGS017jpbRnoKhNRrXPeA6RfBrZO5wZrT9DMC1UqE1f1w==} + react-docgen@8.0.2: + resolution: {integrity: sha512-+NRMYs2DyTP4/tqWz371Oo50JqmWltR1h2gcdgUMAWZJIAvrd0/SqlCfx7tpzpl/s36rzw6qH2MjoNrxtRNYhA==} engines: {node: ^20.9.0 || >=22} react-dom@16.14.0: @@ -15285,10 +15416,10 @@ packages: peerDependencies: react: ^18.3.1 - react-dom@19.2.4: - resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==} + react-dom@19.1.0: + resolution: {integrity: sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==} peerDependencies: - react: ^19.2.4 + react: ^19.1.0 react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -15343,8 +15474,8 @@ packages: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} - react@19.2.4: - resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==} + react@19.1.0: + resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==} engines: {node: '>=0.10.0'} read-file-relative@1.2.0: @@ -15401,9 +15532,9 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} - readdirp@4.1.2: - resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} - engines: {node: '>= 14.18.0'} + readdirp@4.0.2: + resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==} + engines: {node: '>= 14.16.0'} readdirp@5.0.0: resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} @@ -15443,6 +15574,13 @@ packages: resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==} engines: {node: '>= 0.4'} + reflect.getprototypeof@1.0.6: + resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} + engines: {node: '>= 0.4'} + + reflect.ownkeys@1.1.4: + resolution: {integrity: sha512-iUNmtLgzudssL+qnTUosCmnq3eczlrVd1wXrgx/GhiI/8FvwrTYWtCJ9PNvWIRX+4ftupj2WUfB5mu5s9t6LnA==} + regenerate-unicode-properties@10.2.2: resolution: {integrity: sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==} engines: {node: '>=4'} @@ -15467,13 +15605,17 @@ packages: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} - regex-parser@2.3.1: - resolution: {integrity: sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==} + regex-parser@2.3.0: + resolution: {integrity: sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==} regexp-tree@0.1.27: resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} hasBin: true + regexp.prototype.flags@1.5.3: + resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==} + engines: {node: '>= 0.4'} + regexp.prototype.flags@1.5.4: resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} engines: {node: '>= 0.4'} @@ -15594,8 +15736,8 @@ packages: resolution: {integrity: sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw==} engines: {node: '>=10.13.0'} - requirejs@2.3.8: - resolution: {integrity: sha512-7/cTSLOdYkNBNJcDMWf+luFvMriVm7eYxp4BcFCsAX0wF421Vyce5SXP17c+Jd5otXKGNehIonFlyQXSowL6Mw==} + requirejs@2.3.7: + resolution: {integrity: sha512-DouTG8T1WanGok6Qjg2SXuCMzszOo0eHeH9hDZ5Y4x8Je+9JB38HdTLT4/VA8OaUhBa0JPVHJ0pyBkM1z+pDsw==} engines: {node: '>=0.4.0'} hasBin: true @@ -15666,9 +15808,12 @@ packages: engines: {node: '>= 0.4'} hasBin: true - resolve@2.0.0-next.6: - resolution: {integrity: sha512-3JmVl5hMGtJ3kMmB3zi3DL25KfkCEyy3Tw7Gmw7z5w8M9WlwoPFnIvwChzu1+cF3iaK3sp18hhPz8ANeimdJfA==} - engines: {node: '>= 0.4'} + resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + + resolve@2.0.0-next.5: + resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true restore-cursor@3.1.0: @@ -15695,8 +15840,8 @@ packages: resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} engines: {node: '>= 4'} - reusify@1.1.0: - resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} rfdc@1.4.1: @@ -15754,8 +15899,8 @@ packages: resolution: {integrity: sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==} engines: {node: 0.12.* || 4.* || 6.* || >= 7.*} - run-applescript@7.1.0: - resolution: {integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==} + run-applescript@7.0.0: + resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==} engines: {node: '>=18'} run-parallel@1.2.0: @@ -15775,6 +15920,10 @@ packages: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} + safe-array-concat@1.1.2: + resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} + engines: {node: '>=0.4'} + safe-array-concat@1.1.3: resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} engines: {node: '>=0.4'} @@ -15803,118 +15952,227 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sanitize-filename@1.6.4: - resolution: {integrity: sha512-9ZyI08PsvdQl2r/bBIGubpVdR3RR9sY6RDiWFPreA21C/EFlQhmgo20UZlNjZMMZNubusLhAQozkA0Od5J21Eg==} + sanitize-filename@1.6.3: + resolution: {integrity: sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==} sass-embedded-all-unknown@1.93.3: resolution: {integrity: sha512-3okGgnE41eg+CPLtAPletu6nQ4N0ij7AeW+Sl5Km4j29XcmqZQeFwYjHe1AlKTEgLi/UAONk1O8i8/lupeKMbw==} cpu: ['!arm', '!arm64', '!riscv64', '!x64'] + sass-embedded-all-unknown@1.97.1: + resolution: {integrity: sha512-0au5gUNibfob7W/g+ycBx74O22CL8vwHiZdEDY6J0uzMkHPiSJk//h0iRf5AUnMArFHJjFd3urIiQIaoRKYa1Q==} + cpu: ['!arm', '!arm64', '!riscv64', '!x64'] + sass-embedded-android-arm64@1.93.3: resolution: {integrity: sha512-uqUl3Kt1IqdGVAcAdbmC+NwuUJy8tM+2ZnB7/zrt6WxWVShVCRdFnWR9LT8HJr7eJN7AU8kSXxaVX/gedanPsg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [android] + sass-embedded-android-arm64@1.97.1: + resolution: {integrity: sha512-h62DmOiS2Jn87s8+8GhJcMerJnTKa1IsIa9iIKjLiqbAvBDKCGUs027RugZkM+Zx7I+vhPq86PUXBYZ9EkRxdw==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [android] + sass-embedded-android-arm@1.93.3: resolution: {integrity: sha512-8xOw9bywfOD6Wv24BgCmgjkk6tMrsOTTHcb28KDxeJtFtoxiUyMbxo0vChpPAfp2Hyg2tFFKS60s0s4JYk+Raw==} engines: {node: '>=14.0.0'} cpu: [arm] os: [android] + sass-embedded-android-arm@1.97.1: + resolution: {integrity: sha512-B5dlv4utJ+yC8ZpBeWTHwSZPVKRlqA8pcaD0FAzeNm/DelIFgQUQtt0UwgYoAI6wDIiie5uSVpMK9l2DaCbiBQ==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [android] + sass-embedded-android-riscv64@1.93.3: resolution: {integrity: sha512-2jNJDmo+3qLocjWqYbXiBDnfgwrUeZgZFHJIwAefU7Fn66Ot7rsXl+XPwlokaCbTpj7eMFIqsRAZ/uDueXNCJg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [android] + sass-embedded-android-riscv64@1.97.1: + resolution: {integrity: sha512-tGup88vgaXPnUHEgDMujrt5rfYadvkiVjRb/45FJTx2hQFoGVbmUXz5XqUFjIIbEjQ3kAJqp86A2jy11s43UiQ==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [android] + sass-embedded-android-x64@1.93.3: resolution: {integrity: sha512-y0RoAU6ZenQFcjM9PjQd3cRqRTjqwSbtWLL/p68y2oFyh0QGN0+LQ826fc0ZvU/AbqCsAizkqjzOn6cRZJxTTQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [android] + sass-embedded-android-x64@1.97.1: + resolution: {integrity: sha512-CAzKjjzu90LZduye2O9+UGX1oScMyF5/RVOa5CxACKALeIS+3XL3LVdV47kwKPoBv5B1aFUvGLscY0CR7jBAbg==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [android] + sass-embedded-darwin-arm64@1.93.3: resolution: {integrity: sha512-7zb/hpdMOdKteK17BOyyypemglVURd1Hdz6QGsggy60aUFfptTLQftLRg8r/xh1RbQAUKWFbYTNaM47J9yPxYg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] + sass-embedded-darwin-arm64@1.97.1: + resolution: {integrity: sha512-tyDzspzh5PbqdAFGtVKUXuf0up6Lff3c1U8J7+4Y7jW6AWRBnq95vTzIIxfnNifGCTI2fW5e7GAZpYygKpNwcw==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [darwin] + sass-embedded-darwin-x64@1.93.3: resolution: {integrity: sha512-Ek1Vp8ZDQEe327Lz0b7h3hjvWH3u9XjJiQzveq74RPpJQ2q6d9LfWpjiRRohM4qK6o4XOHw1X10OMWPXJtdtWg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] + sass-embedded-darwin-x64@1.97.1: + resolution: {integrity: sha512-FMrRuSPI2ICt2M2SYaLbiG4yxn86D6ae+XtrRdrrBMhWprAcB7Iyu67bgRzZkipMZNIKKeTR7EUvJHgZzi5ixQ==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [darwin] + sass-embedded-linux-arm64@1.93.3: resolution: {integrity: sha512-RBrHWgfd8Dd8w4fbmdRVXRrhh8oBAPyeWDTKAWw8ZEmuXfVl4ytjDuyxaVilh6rR1xTRTNpbaA/YWApBlLrrNw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] + sass-embedded-linux-arm64@1.97.1: + resolution: {integrity: sha512-im80gfDWRivw9Su3r3YaZmJaCATcJgu3CsCSLodPk1b1R2+X/E12zEQayvrl05EGT9PDwTtuiqKgS4ND4xjwVg==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [linux] + sass-embedded-linux-arm@1.93.3: resolution: {integrity: sha512-yeiv2y+dp8B4wNpd3+JsHYD0mvpXSfov7IGyQ1tMIR40qv+ROkRqYiqQvAOXf76Qwh4Y9OaYZtLpnsPjfeq6mA==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] + sass-embedded-linux-arm@1.97.1: + resolution: {integrity: sha512-48VxaTUApLyx1NXFdZhKqI/7FYLmz8Ju3Ki2V/p+mhn5raHgAiYeFgn8O1WGxTOh+hBb9y3FdSR5a8MNTbmKMQ==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [linux] + sass-embedded-linux-musl-arm64@1.93.3: resolution: {integrity: sha512-PS829l+eUng+9W4PFclXGb4uA2+965NHV3/Sa5U7qTywjeeUUYTZg70dJHSqvhrBEfCc2XJABeW3adLJbyQYkw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] + sass-embedded-linux-musl-arm64@1.97.1: + resolution: {integrity: sha512-kD35WSD9o0279Ptwid3Jnbovo1FYnuG2mayYk9z4ZI4mweXEK6vTu+tlvCE/MdF/zFKSj11qaxaH+uzXe2cO5A==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [linux] + sass-embedded-linux-musl-arm@1.93.3: resolution: {integrity: sha512-fU0fwAwbp7sBE3h5DVU5UPzvaLg7a4yONfFWkkcCp6ZrOiPuGRHXXYriWQ0TUnWy4wE+svsVuWhwWgvlb/tkKg==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] + sass-embedded-linux-musl-arm@1.97.1: + resolution: {integrity: sha512-FUFs466t3PVViVOKY/60JgLLtl61Pf7OW+g5BeEfuqVcSvYUECVHeiYHtX1fT78PEVa0h9tHpM6XpWti+7WYFA==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [linux] + sass-embedded-linux-musl-riscv64@1.93.3: resolution: {integrity: sha512-cK1oBY+FWQquaIGEeQ5H74KTO8cWsSWwXb/WaildOO9U6wmUypTgUYKQ0o5o/29nZbWWlM1PHuwVYTSnT23Jjg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] + sass-embedded-linux-musl-riscv64@1.97.1: + resolution: {integrity: sha512-ZgpYps5YHuhA2+KiLkPukRbS5298QObgUhPll/gm5i0LOZleKCwrFELpVPcbhsSBuxqji2uaag5OL+n3JRBVVg==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [linux] + sass-embedded-linux-musl-x64@1.93.3: resolution: {integrity: sha512-A7wkrsHu2/I4Zpa0NMuPGkWDVV7QGGytxGyUq3opSXgAexHo/vBPlGoDXoRlSdex0cV+aTMRPjoGIfdmNlHwyg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] + sass-embedded-linux-musl-x64@1.97.1: + resolution: {integrity: sha512-wcAigOyyvZ6o1zVypWV7QLZqpOEVnlBqJr9MbpnRIm74qFTSbAEmShoh8yMXBymzuVSmEbThxAwW01/TLf62tA==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [linux] + sass-embedded-linux-riscv64@1.93.3: resolution: {integrity: sha512-vWkW1+HTF5qcaHa6hO80gx/QfB6GGjJUP0xLbnAoY4pwEnw5ulGv6RM8qYr8IDhWfVt/KH+lhJ2ZFxnJareisQ==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] + sass-embedded-linux-riscv64@1.97.1: + resolution: {integrity: sha512-9j1qE1ZrLMuGb+LUmBzw93Z4TNfqlRkkxjPVZy6u5vIggeSfvGbte7eRoYBNWX6SFew/yBCL90KXIirWFSGrlQ==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [linux] + sass-embedded-linux-x64@1.93.3: resolution: {integrity: sha512-k6uFxs+e5jSuk1Y0niCwuq42F9ZC5UEP7P+RIOurIm8w/5QFa0+YqeW+BPWEW5M1FqVOsNZH3qGn4ahqvAEjPA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] + sass-embedded-linux-x64@1.97.1: + resolution: {integrity: sha512-7nrLFYMH/UgvEgXR5JxQJ6y9N4IJmnFnYoDxN0nw0jUp+CQWQL4EJ4RqAKTGelneueRbccvt2sEyPK+X0KJ9Jg==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [linux] + sass-embedded-unknown-all@1.93.3: resolution: {integrity: sha512-o5wj2rLpXH0C+GJKt/VpWp6AnMsCCbfFmnMAttcrsa+U3yrs/guhZ3x55KAqqUsE8F47e3frbsDL+1OuQM5DAA==} os: ['!android', '!darwin', '!linux', '!win32'] + sass-embedded-unknown-all@1.97.1: + resolution: {integrity: sha512-oPSeKc7vS2dx3ZJHiUhHKcyqNq0GWzAiR8zMVpPd/kVMl5ZfVyw+5HTCxxWDBGkX02lNpou27JkeBPCaneYGAQ==} + os: ['!android', '!darwin', '!linux', '!win32'] + sass-embedded-win32-arm64@1.93.3: resolution: {integrity: sha512-0dOfT9moy9YmBolodwYYXtLwNr4jL4HQC9rBfv6mVrD7ud8ue2kDbn+GVzj1hEJxvEexVSmDCf7MHUTLcGs9xQ==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] + sass-embedded-win32-arm64@1.97.1: + resolution: {integrity: sha512-L5j7J6CbZgHGwcfVedMVpM3z5MYeighcyZE8GF2DVmjWzZI3JtPKNY11wNTD/P9o1Uql10YPOKhGH0iWIXOT7Q==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [win32] + sass-embedded-win32-x64@1.93.3: resolution: {integrity: sha512-wHFVfxiS9hU/sNk7KReD+lJWRp3R0SLQEX4zfOnRP2zlvI2X4IQR5aZr9GNcuMP6TmNpX0nQPZTegS8+h9RrEg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] + sass-embedded-win32-x64@1.97.1: + resolution: {integrity: sha512-rfaZAKXU8cW3E7gvdafyD6YtgbEcsDeT99OEiHXRT0UGFuXT8qCOjpAwIKaOA3XXr2d8S42xx6cXcaZ1a+1fgw==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [win32] + sass-embedded@1.93.3: resolution: {integrity: sha512-+VUy01yfDqNmIVMd/LLKl2TTtY0ovZN0rTonh+FhKr65mFwIYgU9WzgIZKS7U9/SPCQvWTsTGx9jyt+qRm/XFw==} engines: {node: '>=16.0.0'} hasBin: true + sass-embedded@1.97.1: + resolution: {integrity: sha512-wH3CbOThHYGX0bUyqFf7laLKyhVWIFc2lHynitkqMIUCtX2ixH9mQh0bN7+hkUu5BFt/SXvEMjFbkEbBMpQiSQ==} + engines: {node: '>=16.0.0'} + hasBin: true + sass-loader@16.0.5: resolution: {integrity: sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==} engines: {node: '>= 18.12.0'} @@ -15977,14 +16235,8 @@ packages: engines: {node: '>=14.0.0'} hasBin: true - sass@1.98.0: - resolution: {integrity: sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==} - engines: {node: '>=14.0.0'} - hasBin: true - - sax@1.6.0: - resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==} - engines: {node: '>=11.0.0'} + sax@1.4.1: + resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} saxes@5.0.1: resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} @@ -16003,8 +16255,8 @@ packages: scheduler@0.23.2: resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} - scheduler@0.27.0: - resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} + scheduler@0.26.0: + resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} schema-utils@1.0.0: resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} @@ -16055,6 +16307,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.7.1: + resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} + engines: {node: '>=10'} + hasBin: true + semver@7.7.2: resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} engines: {node: '>=10'} @@ -16082,10 +16339,6 @@ packages: resolution: {integrity: sha512-DuGdB+Po43Q5Jxwpzt1lhyFSYKryqoNjQSA9M92tyw0lyHIOur+XCalOUe0KTJpyqzT8+fQ5A0Jf7vCx/NKmIg==} engines: {node: '>=20.0.0'} - serialize-javascript@7.0.5: - resolution: {integrity: sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==} - engines: {node: '>=20.0.0'} - serve-index@1.9.2: resolution: {integrity: sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==} engines: {node: '>= 0.8.0'} @@ -16101,8 +16354,8 @@ packages: set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - set-cookie-parser@2.7.2: - resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==} + set-cookie-parser@2.7.1: + resolution: {integrity: sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==} set-function-length@1.2.2: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} @@ -16135,9 +16388,8 @@ packages: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} - shasum-object@1.0.1: - resolution: {integrity: sha512-SsC+1tW7XKQ/94D4k1JhLmjDFpVGET/Nf54jVDtbavbALf8Zhp0Td9zTlxScjMW6nbEIrpADtPWfLk9iCXzHDQ==} - hasBin: true + shasum-object@1.0.0: + resolution: {integrity: sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==} shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} @@ -16155,9 +16407,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shell-quote@1.8.3: - resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} - engines: {node: '>= 0.4'} + shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} shelljs@0.10.0: resolution: {integrity: sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==} @@ -16207,8 +16458,8 @@ packages: signalr@2.4.3: resolution: {integrity: sha512-RbBKFVCZvDgyyxZDeu6Yck9T+diZO07GB0bDiKondUhBY1H8JRQSOq8R0pLkf47ddllQAssYlp7ckQAeom24mw==} - sigstore@4.1.0: - resolution: {integrity: sha512-/fUgUhYghuLzVT/gaJoeVehLCgZiUxPCPMcyVNY0lIf/cTCz58K/WTI7PefDarXxp9nUKpEwg1yyz3eSBMTtgA==} + sigstore@4.0.0: + resolution: {integrity: sha512-Gw/FgHtrLM9WP8P5lLcSGh9OQcrTruWCELAiS48ik1QbL0cH+dfjomiRTUE9zzz+D1N6rOLkwXUvVmXZAsNE0Q==} engines: {node: ^20.17.0 || >=22.9.0} simple-concat@1.0.1: @@ -16236,14 +16487,10 @@ packages: resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} engines: {node: '>=12'} - slice-ansi@7.1.2: - resolution: {integrity: sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==} + slice-ansi@7.1.0: + resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==} engines: {node: '>=18'} - slice-ansi@8.0.0: - resolution: {integrity: sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==} - engines: {node: '>=20'} - smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} @@ -16252,26 +16499,26 @@ packages: resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} engines: {node: '>=0.10.0'} - socket.io-adapter@2.5.6: - resolution: {integrity: sha512-DkkO/dz7MGln0dHn5bmN3pPy+JmywNICWrJqVWiVOyvXjWQFIv9c2h24JrQLLFJ2aQVQf/Cvl1vblnd4r2apLQ==} + socket.io-adapter@2.5.5: + resolution: {integrity: sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==} socket.io-parser@4.2.6: resolution: {integrity: sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==} engines: {node: '>=10.0.0'} - socket.io@4.8.3: - resolution: {integrity: sha512-2Dd78bqzzjE6KPkD5fHZmDAKRNe3J15q+YHDrIsy9WEkqttc7GY+kT9OBLSMaPbQaEd0x1BjcmtMtXkfpc+T5A==} + socket.io@4.8.1: + resolution: {integrity: sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==} engines: {node: '>=10.2.0'} sockjs@0.3.24: resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==} - socks-proxy-agent@8.0.5: - resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} + socks-proxy-agent@8.0.4: + resolution: {integrity: sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==} engines: {node: '>= 14'} - socks@2.8.7: - resolution: {integrity: sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==} + socks@2.8.3: + resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} source-map-js@1.2.1: @@ -16353,11 +16600,8 @@ packages: spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} - spdx-expression-parse@4.0.0: - resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} - - spdx-license-ids@3.0.23: - resolution: {integrity: sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==} + spdx-license-ids@3.0.20: + resolution: {integrity: sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==} spdy-transport@3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} @@ -16387,8 +16631,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - ssri@13.0.1: - resolution: {integrity: sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==} + ssri@13.0.0: + resolution: {integrity: sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng==} engines: {node: ^20.17.0 || >=22.9.0} stack-trace@0.0.10: @@ -16417,6 +16661,10 @@ packages: resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} engines: {node: '>= 0.6'} + statuses@2.0.1: + resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} + engines: {node: '>= 0.8'} + statuses@2.0.2: resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} engines: {node: '>= 0.8'} @@ -16425,9 +16673,9 @@ packages: resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==} engines: {node: '>=18'} - stdin-discarder@0.3.1: - resolution: {integrity: sha512-reExS1kSGoElkextOcPkel4NE99S0BWxjUHQeDFnR8S993JxpPX7KU4MNmO19NXhlJp+8dmdCbKQVNgLJh2teA==} - engines: {node: '>=18'} + stop-iteration-iterator@1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} stop-iteration-iterator@1.1.0: resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} @@ -16477,8 +16725,8 @@ packages: resolution: {integrity: sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==} engines: {node: '>=8.0'} - streamx@2.25.0: - resolution: {integrity: sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==} + streamx@2.22.0: + resolution: {integrity: sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==} string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} @@ -16509,8 +16757,8 @@ packages: resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} engines: {node: '>=18'} - string-width@8.2.0: - resolution: {integrity: sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==} + string-width@8.1.0: + resolution: {integrity: sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==} engines: {node: '>=20'} string.prototype.codepointat@0.2.1: @@ -16531,6 +16779,10 @@ packages: resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} engines: {node: '>= 0.4'} + string.prototype.trim@1.2.9: + resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} + engines: {node: '>= 0.4'} + string.prototype.trimend@1.0.9: resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} engines: {node: '>= 0.4'} @@ -16563,8 +16815,8 @@ packages: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} - strip-ansi@7.2.0: - resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==} + strip-ansi@7.1.2: + resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} engines: {node: '>=12'} strip-bom-stream@2.0.0: @@ -16599,8 +16851,8 @@ packages: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} - strip-indent@4.1.1: - resolution: {integrity: sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==} + strip-indent@4.0.0: + resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==} engines: {node: '>=12'} strip-json-comments@2.0.1: @@ -16629,14 +16881,14 @@ packages: style-to-js@1.1.1: resolution: {integrity: sha512-RJ18Z9t2B02sYhZtfWKQq5uplVctgvjTfLWT7+Eb1zjUjIrWzX5SdlkwLGQozrqarTmEzJJ/YmdNJCUNI47elg==} - style-to-js@1.1.21: - resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==} + style-to-js@1.1.16: + resolution: {integrity: sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==} style-to-object@0.3.0: resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==} - style-to-object@1.0.14: - resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==} + style-to-object@1.0.8: + resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} stylelint-config-html@1.1.0: resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==} @@ -16672,12 +16924,6 @@ packages: peerDependencies: stylelint: ^16.16.0 - stylelint-config-recommended@18.0.0: - resolution: {integrity: sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==} - engines: {node: '>=20.19.0'} - peerDependencies: - stylelint: ^17.0.0 - stylelint-config-standard-scss@9.0.0: resolution: {integrity: sha512-yPKpJsrZn4ybuQZx/DkEHuCjw7pJginErE/47dFhCnrvD48IJ4UYec8tSiCuJWMA3HRjbIa3nh5ZeSauDGuVAg==} peerDependencies: @@ -16761,8 +17007,8 @@ packages: svg-tags@1.0.0: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} - swc-loader@0.2.7: - resolution: {integrity: sha512-nwYWw3Fh9ame3Rtm7StS9SBLpHRRnYcK7bnpF3UKZmesAK0gw2/ADvlURFAINmPvKtDLzp+GBiP9yLoEjg6S9w==} + swc-loader@0.2.6: + resolution: {integrity: sha512-9Zi9UP2YmDpgmQVbyOPJClY0dwf58JDyDMQ7uRc4krmc72twNI2fvlBWHLqVekBpPc7h5NJkGVT1zNDxFrqhvg==} peerDependencies: '@swc/core': ^1.2.147 webpack: '>=2' @@ -16774,8 +17020,8 @@ packages: resolution: {integrity: sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==} engines: {node: '>=16.0.0'} - sync-message-port@1.2.0: - resolution: {integrity: sha512-gAQ9qrUN/UCypHtGFbbe7Rc/f9bzO88IwrG8TDo/aMKAApKyD6E3W4Cm0EfhfBb6Z6SKt59tTCTfD+n1xmAvMg==} + sync-message-port@1.1.3: + resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} engines: {node: '>=16.0.0'} synckit@0.11.12: @@ -16810,8 +17056,8 @@ packages: resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} engines: {node: '>=10.0.0'} - tapable@2.3.2: - resolution: {integrity: sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==} + tapable@2.3.0: + resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==} engines: {node: '>=6'} tar-fs@3.1.2: @@ -16821,11 +17067,11 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - tar-stream@3.1.8: - resolution: {integrity: sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==} + tar-stream@3.1.7: + resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} - tar@7.5.13: - resolution: {integrity: sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==} + tar@7.5.11: + resolution: {integrity: sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==} engines: {node: '>=18'} teex@1.0.1: @@ -16854,6 +17100,22 @@ packages: uglify-js: optional: true + terser-webpack-plugin@5.4.0: + resolution: {integrity: sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + terser@3.17.0: resolution: {integrity: sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==} engines: {node: '>=6.0.0'} @@ -16864,6 +17126,11 @@ packages: engines: {node: '>=0.8.0'} hasBin: true + terser@5.36.0: + resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==} + engines: {node: '>=10'} + hasBin: true + terser@5.43.1: resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} @@ -16874,8 +17141,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.46.1: - resolution: {integrity: sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==} + terser@5.46.0: + resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==} engines: {node: '>=10'} hasBin: true @@ -16887,6 +17154,10 @@ packages: resolution: {integrity: sha512-nTKSJhBzn9BmnOs0xVzXMu8dN2Gu13Ca3x3SJr/zF6ZdKjXO82JlbHu55dt5MFoWjzAQmwlqBkSxPaYicsTgUw==} engines: {node: '>= 0.10'} + testcafe-hammerhead@31.7.5: + resolution: {integrity: sha512-XnDtvrpiwoxMPhC9A3eFOPeE0erDF0iae5t23yaYB4lVQCRuEoNfg5Lv4vGvDhbJ2n2fpzOre4Lhvz12mac0tw==} + engines: {node: '>=14.0.0'} + testcafe-hammerhead@31.7.7: resolution: {integrity: sha512-vSI/ak8MTuDENCMLGNyPS+tsf7hLisQfaBDYB6NCY5y/arz26cad86P6+eIrm3ncH3SsnFcm+BmkmNjJxzPyoQ==} engines: {node: '>=14.0.0'} @@ -16916,13 +17187,18 @@ packages: testcafe-selector-generator@0.1.0: resolution: {integrity: sha512-MTw+RigHsEYmFgzUFNErDxui1nTYUk6nm2bmfacQiKPdhJ9AHW/wue4J/l44mhN8x3E8NgOUkHHOI+1TDFXiLQ==} + testcafe@3.7.2: + resolution: {integrity: sha512-1XNc764DlIfmev7JHwzVP2l7ZHQin9nTsM9fBB0yd3naAJn+VUR9kUe7J1PSxk+nJkhkBvsSmQSlppj527JGAA==} + engines: {node: '>=16.0.0'} + hasBin: true + testcafe@3.7.4: resolution: {integrity: sha512-RADoEWAfGCQ1q08zr4kRQ+bEOhOiI3hmzF2s5dFv835ndERdE44V14DVqeOWGEFm0o+x6IYHyWhmQp0g9mz4ZQ==} engines: {node: '>=16.0.0'} hasBin: true - text-decoder@1.2.7: - resolution: {integrity: sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==} + text-decoder@1.2.1: + resolution: {integrity: sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==} text-hex@1.0.0: resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} @@ -16940,8 +17216,8 @@ packages: resolution: {integrity: sha512-mk82dS8eRABNbeVJrEiN5/UMSCliINAuz8mkUwH4SwslkNP//gbEzlWNS5au0z5Dpx40SQxzqZevZkn+WYJ9Dw==} engines: {node: '>=8'} - thingies@2.6.0: - resolution: {integrity: sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==} + thingies@2.5.0: + resolution: {integrity: sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==} engines: {node: '>=10.18'} peerDependencies: tslib: ^2 @@ -17010,6 +17286,14 @@ packages: resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==} engines: {node: '>=14.0.0'} + tmp@0.0.28: + resolution: {integrity: sha512-c2mmfiBmND6SOVxzogm1oda0OJ1HZVIk/5n26N59dDTh80MUeavpiCls4PGAdkX1PFkKokLpcf7prSjCeXLsJg==} + engines: {node: '>=0.4.0'} + + tmp@0.2.3: + resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + engines: {node: '>=14.14'} + tmp@0.2.5: resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==} engines: {node: '>=14.14'} @@ -17111,14 +17395,14 @@ packages: truncate-utf8-bytes@1.0.2: resolution: {integrity: sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==} - ts-api-utils@1.4.3: - resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==} + ts-api-utils@1.4.0: + resolution: {integrity: sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' - ts-api-utils@2.5.0: - resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==} + ts-api-utils@2.4.0: + resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' @@ -17223,6 +17507,9 @@ packages: tslib@2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} + tslib@2.6.3: + resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} @@ -17252,8 +17539,8 @@ packages: tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - tuf-js@4.1.0: - resolution: {integrity: sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==} + tuf-js@4.0.0: + resolution: {integrity: sha512-Lq7ieeGvXDXwpoSmOSgLWVdsGGV9J4a77oDTAPe/Ltrqnnm/ETaRlBAQTH5JatEh8KXuE6sddf9qAv1Q2282Hg==} engines: {node: ^20.17.0 || >=22.9.0} tunnel-agent@0.6.0: @@ -17301,18 +17588,34 @@ packages: type@2.7.3: resolution: {integrity: sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==} + typed-array-buffer@1.0.2: + resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} + engines: {node: '>= 0.4'} + typed-array-buffer@1.0.3: resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} engines: {node: '>= 0.4'} + typed-array-byte-length@1.0.1: + resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} + engines: {node: '>= 0.4'} + typed-array-byte-length@1.0.3: resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} engines: {node: '>= 0.4'} + typed-array-byte-offset@1.0.2: + resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} + engines: {node: '>= 0.4'} + typed-array-byte-offset@1.0.4: resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} engines: {node: '>= 0.4'} + typed-array-length@1.0.6: + resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} + engines: {node: '>= 0.4'} + typed-array-length@1.0.7: resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} engines: {node: '>= 0.4'} @@ -17320,8 +17623,8 @@ packages: typed-assert@1.0.9: resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==} - typed-query-selector@2.12.1: - resolution: {integrity: sha512-uzR+FzI8qrUEIu96oaeBJmd9E7CFEiQ3goA5qCVgc4s5llSubcfGHq9yUstZx/k4s9dXHVKsE35YWoFyvEqEHA==} + typed-query-selector@2.12.0: + resolution: {integrity: sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==} typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} @@ -17356,14 +17659,17 @@ packages: engines: {node: '>=14.17'} hasBin: true - ua-parser-js@0.7.41: - resolution: {integrity: sha512-O3oYyCMPYgNNHuO7Jjk3uacJWZF8loBgwrfd/5LE/HyZ3lUIOdniQ7DNXJcIgZbwioZxk0fLfI4EVnetdiX5jg==} + ua-parser-js@0.7.39: + resolution: {integrity: sha512-IZ6acm6RhQHNibSt7+c09hhvsKy9WUr4DVbeq9U8o71qxyYtJpQeDxQnMrVqnIFMLcQjHO0I9wgfO2vIahht4w==} hasBin: true umd@3.0.3: resolution: {integrity: sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==} hasBin: true + unbox-primitive@1.0.2: + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + unbox-primitive@1.1.0: resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} engines: {node: '>= 0.4'} @@ -17396,8 +17702,11 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici@7.24.6: - resolution: {integrity: sha512-Xi4agocCbRzt0yYMZGMA6ApD7gvtUFaxm4ZmeacWI4cZxaF6C+8I8QfofC20NAePiB/IcvZmzkJ7XPa471AEtA==} + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} + + undici@7.24.4: + resolution: {integrity: sha512-BM/JzwwaRXxrLdElV2Uo6cTLEjhSb3WXboncJamZ15NgUURmvlXvxa6xkwIOILIjPNo9i8ku136ZvWV0Uly8+w==} engines: {node: '>=20.18.1'} unicode-canonical-property-names-ecmascript@2.0.1: @@ -17412,8 +17721,8 @@ packages: resolution: {integrity: sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==} engines: {node: '>=4'} - unicode-property-aliases-ecmascript@2.2.0: - resolution: {integrity: sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==} + unicode-property-aliases-ecmascript@2.1.0: + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} unified@10.1.2: @@ -17427,8 +17736,16 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} - unique-stream@2.4.0: - resolution: {integrity: sha512-V6QarSfeSgDipGA9EZdoIzu03ZDlOFkk+FbEP5cwgrZXN3iIkYR91IjU2EnM6rB835kGQsqHX8qncObTXV+6KA==} + unique-filename@5.0.0: + resolution: {integrity: sha512-2RaJTAvAb4owyjllTfXzFClJ7WsGxlykkPvCr9pA//LD9goVq+m4PPAeBgNodGZ7nSrntT/auWpJ6Y5IFXcfjg==} + engines: {node: ^20.17.0 || >=22.9.0} + + unique-slug@6.0.0: + resolution: {integrity: sha512-4Lup7Ezn8W3d52/xBhZBVdx323ckxa7DEvd9kPQHppTkLoJXw6ltrBCyj5pnrxj0qKDxYMJ56CoxNuFCscdTiw==} + engines: {node: ^20.17.0 || >=22.9.0} + + unique-stream@2.3.1: + resolution: {integrity: sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==} unist-util-find-after@4.0.1: resolution: {integrity: sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw==} @@ -17491,6 +17808,12 @@ packages: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} + update-browserslist-db@1.1.4: + resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + update-browserslist-db@1.2.3: resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} hasBin: true @@ -17597,8 +17920,8 @@ packages: validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} - validate-npm-package-name@6.0.2: - resolution: {integrity: sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==} + validate-npm-package-name@6.0.0: + resolution: {integrity: sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==} engines: {node: ^18.17.0 || >=20.5.0} validate-npm-package-name@7.0.2: @@ -17630,8 +17953,8 @@ packages: vfile-message@3.1.4: resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} - vfile-message@4.0.3: - resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==} + vfile-message@4.0.2: + resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} vfile@5.3.7: resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} @@ -17651,8 +17974,8 @@ packages: resolution: {integrity: sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==} engines: {node: '>= 0.10'} - vinyl-fs@4.0.2: - resolution: {integrity: sha512-XRFwBLLTl8lRAOYiBqxY279wY46tVxLaRhSwo3GzKEuLz1giffsOquWWboD/haGf5lx+JyTigCFfe7DWHoARIA==} + vinyl-fs@4.0.0: + resolution: {integrity: sha512-7GbgBnYfaquMk3Qu9g22x000vbYkOex32930rBnc3qByw6HfMEAoELjCjoJv4HuEQxHAurT+nvMHm6MnJllFLw==} engines: {node: '>=10.13.0'} vinyl-named@1.1.0: @@ -17682,8 +18005,8 @@ packages: resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} engines: {node: '>= 0.10'} - vinyl@3.0.1: - resolution: {integrity: sha512-0QwqXteBNXgnLCdWdvPQBX6FXRHtIH3VhJPTd5Lwn28tJXc34YqSCWUmkOvtJHBmB3gGoPtrOKk3Ts8/kEZ9aA==} + vinyl@3.0.0: + resolution: {integrity: sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==} engines: {node: '>=10.13.0'} vite@5.4.21: @@ -17853,6 +18176,12 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 + vue-eslint-parser@10.2.0: + resolution: {integrity: sha512-CydUvFOQKD928UzZhTp4pr2vWz1L+H99t7Pkln2QSPdvmURT0MoC4wUccfCnuEaihNsu9aYYyk+bep8rlfkUXw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + vue-eslint-parser@7.1.1: resolution: {integrity: sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==} engines: {node: '>=8.10'} @@ -17882,10 +18211,10 @@ packages: peerDependencies: vue: ^3.2.0 - vue-router@4.6.4: - resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==} + vue-router@4.5.1: + resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==} peerDependencies: - vue: ^3.5.0 + vue: ^3.2.0 vue-tsc@3.0.8: resolution: {integrity: sha512-H9yg/m6ywykmWS+pIAEs65v2FrVm5uOA0a0dHkX6Sx8dNg1a1m4iudt/6eGa9fAenmNHGlLFN9XpWQb8i5sU1w==} @@ -17904,8 +18233,8 @@ packages: typescript: optional: true - vue@3.5.31: - resolution: {integrity: sha512-iV/sU9SzOlmA/0tygSmjkEN6Jbs3nPoIPFhCMLD2STrjgOU8DX7ZtzMhg4ahVwf5Rp9KoFzcXeB1ZrVbLBp5/Q==} + vue@3.5.13: + resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -17924,6 +18253,10 @@ packages: walker@1.0.8: resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} + watchpack@2.4.2: + resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} + engines: {node: '>=10.13.0'} + watchpack@2.4.4: resolution: {integrity: sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==} engines: {node: '>=10.13.0'} @@ -18063,6 +18396,10 @@ packages: resolution: {integrity: sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==} engines: {node: '>=18.0.0'} + webpack-sources@3.3.3: + resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==} + engines: {node: '>=10.13.0'} + webpack-sources@3.3.4: resolution: {integrity: sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==} engines: {node: '>=10.13.0'} @@ -18145,10 +18482,17 @@ packages: when@3.7.8: resolution: {integrity: sha512-5cZ7mecD3eYcMiCH4wtRPA5iFJZ50BJYDfckI5RRpQiktMiYTcn0ccLTZOvcbBume+1304fQztxeNzNS9Gvrnw==} + which-boxed-primitive@1.0.2: + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + which-boxed-primitive@1.1.1: resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} engines: {node: '>= 0.4'} + which-builtin-type@1.1.4: + resolution: {integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==} + engines: {node: '>= 0.4'} + which-builtin-type@1.2.1: resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} engines: {node: '>= 0.4'} @@ -18163,8 +18507,12 @@ packages: which-promise@1.0.0: resolution: {integrity: sha512-15ahjtDr3H+RBtTrvBcKhOFhIEiN3RZSCevDPWtBys+QUivZX9cYyNJcyWNIrUMVsgGrEuIThif9jxeEAQFauw==} - which-typed-array@1.1.20: - resolution: {integrity: sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==} + which-typed-array@1.1.15: + resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} + engines: {node: '>= 0.4'} + + which-typed-array@1.1.19: + resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==} engines: {node: '>= 0.4'} which@1.3.1: @@ -18176,8 +18524,8 @@ packages: engines: {node: '>= 8'} hasBin: true - which@6.0.1: - resolution: {integrity: sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==} + which@6.0.0: + resolution: {integrity: sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true @@ -18216,8 +18564,8 @@ packages: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} engines: {node: '>=12'} - wrap-ansi@9.0.2: - resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==} + wrap-ansi@9.0.0: + resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} engines: {node: '>=18'} wrappy@1.0.2: @@ -18243,8 +18591,8 @@ packages: utf-8-validate: optional: true - ws@8.18.3: - resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} + ws@8.17.1: + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -18255,8 +18603,8 @@ packages: utf-8-validate: optional: true - ws@8.20.0: - resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==} + ws@8.18.0: + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -18395,18 +18743,21 @@ packages: zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + zod@3.24.4: + resolution: {integrity: sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==} + zod@4.1.13: resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==} zod@4.3.5: resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==} - zod@4.3.6: - resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} - zone.js@0.10.3: resolution: {integrity: sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==} + zone.js@0.15.0: + resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} + zone.js@0.15.1: resolution: {integrity: sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==} @@ -18415,7 +18766,7 @@ packages: snapshots: - '@adobe/css-tools@4.4.4': {} + '@adobe/css-tools@4.4.1': {} '@algolia/abtesting@1.1.0': dependencies: @@ -18590,17 +18941,17 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.21(ds5jcqekp5rbe3h4ywykbm52ha))(@angular/build@20.3.21(5mdvwkx53zhvqmruw2lzc75pzm))': + '@analogjs/vite-plugin-angular@1.22.5(@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe))(@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu))': dependencies: ts-morph: 21.0.1 vfile: 6.0.3 optionalDependencies: - '@angular-devkit/build-angular': 20.3.21(ds5jcqekp5rbe3h4ywykbm52ha) - '@angular/build': 20.3.21(5mdvwkx53zhvqmruw2lzc75pzm) + '@angular-devkit/build-angular': 20.3.21(qze7oy7m2ugihtgbswwwkqqtqe) + '@angular/build': 20.3.21(4nkiif66xgfeukbdbqgdrpoqtu) - '@angular-devkit/architect@0.2003.21(chokidar@4.0.3)': + '@angular-devkit/architect@0.2003.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 20.3.21(chokidar@4.0.3) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) rxjs: 7.8.2 transitivePeerDependencies: - chokidar @@ -18612,13 +18963,13 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@20.3.21(adcmamoziogsp6oh3vn5zgsiau)': + '@angular-devkit/build-angular@20.3.21(gjmhy2decwtegmeofiuri27o7q)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.3)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - '@angular-devkit/core': 20.3.21(chokidar@4.0.3) - '@angular/build': 20.3.21(rpnvoxuil3pb7ffrgfbfvsih2q) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular/build': 20.3.21(g6mr3uftj2myu762sodehznowi) '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@babel/core': 7.28.3 '@babel/generator': 7.28.3 @@ -18630,13 +18981,13 @@ snapshots: '@babel/preset-env': 7.28.3(@babel/core@7.28.3) '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 @@ -18644,41 +18995,41 @@ snapshots: jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.4.0 - less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) open: 10.2.0 ora: 8.2.0 picomatch: 4.0.3 piscina: 5.1.3 postcss: 8.5.6 - postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 sass: 1.90.0 - sass-loader: 16.0.5(sass-embedded@1.93.3)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) semver: 7.7.2 - source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - webpack-dev-middleware: 7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.25.9 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) + jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -18702,13 +19053,13 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-angular@20.3.21(ds5jcqekp5rbe3h4ywykbm52ha)': + '@angular-devkit/build-angular@20.3.21(qze7oy7m2ugihtgbswwwkqqtqe)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.3)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - '@angular-devkit/core': 20.3.21(chokidar@4.0.3) - '@angular/build': 20.3.21(vsb6bkqwr7pr7l2k7oknwuylwa) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/build-webpack': 0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular/build': 20.3.21(duexglrudr65rykye57apnvixe) '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@babel/core': 7.28.3 '@babel/generator': 7.28.3 @@ -18720,13 +19071,13 @@ snapshots: '@babel/preset-env': 7.28.3(@babel/core@7.28.3) '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + '@ngtools/webpack': 20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) browserslist: 4.28.1 - copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + copy-webpack-plugin: 14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) esbuild-wasm: 0.25.9 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 @@ -18734,41 +19085,41 @@ snapshots: jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.4.0 - less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + less-loader: 12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) open: 10.2.0 ora: 8.2.0 picomatch: 4.0.3 piscina: 5.1.3 postcss: 8.5.6 - postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 sass: 1.90.0 - sass-loader: 16.0.5(sass-embedded@1.93.3)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + sass-loader: 16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) semver: 7.7.2 - source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) source-map-support: 0.5.21 terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - webpack-dev-middleware: 7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-middleware: 7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) optionalDependencies: - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) esbuild: 0.25.9 - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -18792,14 +19143,14 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-angular@21.1.5(36ipviykfclvh52xm6ysm6zxkq)': + '@angular-devkit/build-angular@21.1.5(j42lx37kokphmm7sdypr6k2q4m)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) - '@angular-devkit/build-webpack': 0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + '@angular-devkit/build-webpack': 0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) '@angular-devkit/core': 21.1.5(chokidar@5.0.0) - '@angular/build': 21.1.5(zk34yxv5fzhazdswzhcz6ayrlq) - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) + '@angular/build': 21.1.5(ek3snpsktjtxlkpmnq2yfuj5qu) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) '@babel/core': 7.28.5 '@babel/generator': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 @@ -18810,54 +19161,53 @@ snapshots: '@babel/preset-env': 7.28.5(@babel/core@7.28.5) '@babel/runtime': 7.28.4 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + '@ngtools/webpack': 21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) ansi-colors: 4.1.3 autoprefixer: 10.4.23(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + babel-loader: 10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) browserslist: 4.28.1 - copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) - css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + copy-webpack-plugin: 13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + css-loader: 7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) esbuild-wasm: 0.27.2 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.4.2 - less-loader: 12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) - license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + less-loader: 12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + license-webpack-plugin: 4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + mini-css-extract-plugin: 2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) open: 11.0.0 ora: 9.0.0 picomatch: 4.0.3 piscina: 5.1.4 postcss: 8.5.6 - postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + postcss-loader: 8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 sass: 1.97.1 - sass-loader: 16.0.6(sass-embedded@1.93.3)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + sass-loader: 16.0.6(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) semver: 7.7.3 - source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + source-map-loader: 5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) source-map-support: 0.5.21 terser: 5.44.1 tinyglobby: 0.2.15 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.9.3 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) - webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) - webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) optionalDependencies: - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) esbuild: 0.27.2 - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) karma: 6.4.4 - ng-packagr: 21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) transitivePeerDependencies: - '@angular/compiler' - '@rspack/core' @@ -18881,36 +19231,34 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2003.21(chokidar@4.0.3)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9))': + '@angular-devkit/build-webpack@0.2003.21(chokidar@4.0.1)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': dependencies: - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) rxjs: 7.8.2 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) transitivePeerDependencies: - chokidar - '@angular-devkit/build-webpack@0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2))': + '@angular-devkit/build-webpack@0.2101.5(chokidar@5.0.0)(webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2))': dependencies: '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) rxjs: 7.8.2 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) - webpack-dev-server: 5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) + webpack-dev-server: 5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@19.2.22(chokidar@4.0.3)': + '@angular-devkit/core@16.2.16': dependencies: - ajv: 8.18.0 - ajv-formats: 3.0.1(ajv@8.18.0) - jsonc-parser: 3.3.1 - picomatch: 4.0.2 + ajv: 8.12.0 + ajv-formats: 2.1.1(ajv@8.12.0) + jsonc-parser: 3.2.0 + picomatch: 2.3.1 rxjs: 7.8.1 source-map: 0.7.4 - optionalDependencies: - chokidar: 4.0.3 - '@angular-devkit/core@20.3.21(chokidar@4.0.3)': + '@angular-devkit/core@20.3.21(chokidar@4.0.1)': dependencies: ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) @@ -18919,7 +19267,7 @@ snapshots: rxjs: 7.8.2 source-map: 0.7.6 optionalDependencies: - chokidar: 4.0.3 + chokidar: 4.0.1 '@angular-devkit/core@21.1.5(chokidar@5.0.0)': dependencies: @@ -18932,19 +19280,19 @@ snapshots: optionalDependencies: chokidar: 5.0.0 - '@angular-devkit/schematics@19.2.22(chokidar@4.0.3)': + '@angular-devkit/schematics@16.2.16': dependencies: - '@angular-devkit/core': 19.2.22(chokidar@4.0.3) - jsonc-parser: 3.3.1 - magic-string: 0.30.17 + '@angular-devkit/core': 16.2.16 + jsonc-parser: 3.2.0 + magic-string: 0.30.1 ora: 5.4.1 rxjs: 7.8.1 transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@20.3.21(chokidar@4.0.3)': + '@angular-devkit/schematics@20.3.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 20.3.21(chokidar@4.0.3) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) jsonc-parser: 3.3.1 magic-string: 0.30.17 ora: 8.2.0 @@ -18962,22 +19310,22 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.8.1 + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.6.3 - '@angular/build@20.3.21(5mdvwkx53zhvqmruw2lzc75pzm)': + '@angular/build@20.3.21(4nkiif66xgfeukbdbqgdrpoqtu)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) '@angular/compiler': 20.3.18 '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.14(@types/node@20.19.37) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3)) + '@inquirer/confirm': 5.1.14(@types/node@25.5.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.25.9 @@ -18995,18 +19343,18 @@ snapshots: semver: 7.7.2 source-map-support: 0.5.21 tinyglobby: 0.2.14 - tslib: 2.8.1 + tslib: 2.6.3 typescript: 5.8.3 - vite: 7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3) watchpack: 2.4.4 optionalDependencies: - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) karma: 6.4.4 - less: 4.6.4 + less: 4.4.2 lmdb: 3.4.2 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) postcss: 8.5.8 transitivePeerDependencies: - '@types/node' @@ -19022,17 +19370,71 @@ snapshots: - yaml optional: true - '@angular/build@20.3.21(rpnvoxuil3pb7ffrgfbfvsih2q)': + '@angular/build@20.3.21(duexglrudr65rykye57apnvixe)': + dependencies: + '@ampproject/remapping': 2.3.0 + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular/compiler': 20.3.18 + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-split-export-declaration': 7.24.7 + '@inquirer/confirm': 5.1.14(@types/node@25.5.0) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) + beasties: 0.3.5 + browserslist: 4.28.1 + esbuild: 0.25.9 + https-proxy-agent: 7.0.6 + istanbul-lib-instrument: 6.0.3 + jsonc-parser: 3.3.1 + listr2: 9.0.1 + magic-string: 0.30.17 + mrmime: 2.0.1 + parse5-html-rewriting-stream: 8.0.0 + picomatch: 4.0.3 + piscina: 5.1.3 + rollup: 4.59.0 + sass: 1.90.0 + semver: 7.7.2 + source-map-support: 0.5.21 + tinyglobby: 0.2.14 + tslib: 2.8.1 + typescript: 5.8.3 + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + watchpack: 2.4.4 + optionalDependencies: + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) + karma: 6.4.4 + less: 4.4.0 + lmdb: 3.4.2 + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) + postcss: 8.5.6 + transitivePeerDependencies: + - '@types/node' + - chokidar + - jiti + - lightningcss + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + - tsx + - yaml + + '@angular/build@20.3.21(g6mr3uftj2myu762sodehznowi)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) '@angular/compiler': 20.3.18 '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.14(@types/node@20.11.17) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.25.9 @@ -19052,7 +19454,7 @@ snapshots: tinyglobby: 0.2.14 tslib: 2.8.1 typescript: 5.8.3 - vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) watchpack: 2.4.4 optionalDependencies: '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) @@ -19061,7 +19463,7 @@ snapshots: karma: 6.4.4 less: 4.4.0 lmdb: 3.4.2 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19076,71 +19478,17 @@ snapshots: - tsx - yaml - '@angular/build@20.3.21(vsb6bkqwr7pr7l2k7oknwuylwa)': - dependencies: - '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) - '@angular/compiler': 20.3.18 - '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) - '@babel/core': 7.28.3 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.14(@types/node@20.19.37) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3)) - beasties: 0.3.5 - browserslist: 4.28.1 - esbuild: 0.25.9 - https-proxy-agent: 7.0.6 - istanbul-lib-instrument: 6.0.3 - jsonc-parser: 3.3.1 - listr2: 9.0.1 - magic-string: 0.30.17 - mrmime: 2.0.1 - parse5-html-rewriting-stream: 8.0.0 - picomatch: 4.0.3 - piscina: 5.1.3 - rollup: 4.59.0 - sass: 1.90.0 - semver: 7.7.2 - source-map-support: 0.5.21 - tinyglobby: 0.2.14 - tslib: 2.8.1 - typescript: 5.8.3 - vite: 7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) - watchpack: 2.4.4 - optionalDependencies: - '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - karma: 6.4.4 - less: 4.4.0 - lmdb: 3.4.2 - ng-packagr: 20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) - postcss: 8.5.6 - transitivePeerDependencies: - - '@types/node' - - chokidar - - jiti - - lightningcss - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - tsx - - yaml - - '@angular/build@21.1.5(zk34yxv5fzhazdswzhcz6ayrlq)': + '@angular/build@21.1.5(ek3snpsktjtxlkpmnq2yfuj5qu)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2101.5(chokidar@5.0.0) - '@angular/compiler': 21.2.6 - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) + '@angular/compiler': 21.2.4 + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.21(@types/node@20.19.37) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3)) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3)) beasties: 0.3.5 browserslist: 4.28.1 esbuild: 0.27.2 @@ -19160,17 +19508,16 @@ snapshots: tinyglobby: 0.2.15 tslib: 2.8.1 typescript: 5.9.3 - undici: 7.24.6 - vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) + undici: 7.24.4 + vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) watchpack: 2.5.0 optionalDependencies: - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/platform-server': 21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) karma: 6.4.4 less: 4.4.2 lmdb: 3.4.4 - ng-packagr: 21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) postcss: 8.5.6 transitivePeerDependencies: - '@types/node' @@ -19185,15 +19532,15 @@ snapshots: - tsx - yaml - '@angular/cli@20.3.21(@types/node@20.11.17)(chokidar@4.0.3)': + '@angular/cli@20.3.21(@types/node@20.11.17)(chokidar@4.0.1)': dependencies: - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) - '@angular-devkit/core': 20.3.21(chokidar@4.0.3) - '@angular-devkit/schematics': 20.3.21(chokidar@4.0.3) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) '@inquirer/prompts': 7.8.2(@types/node@20.11.17) '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1) '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) - '@schematics/angular': 20.3.21(chokidar@4.0.3) + '@schematics/angular': 20.3.21(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.35.0 ini: 5.0.0 @@ -19211,15 +19558,41 @@ snapshots: - chokidar - supports-color - '@angular/cli@20.3.21(@types/node@20.19.37)(chokidar@4.0.3)': + '@angular/cli@20.3.21(@types/node@20.19.37)': dependencies: - '@angular-devkit/architect': 0.2003.21(chokidar@4.0.3) - '@angular-devkit/core': 20.3.21(chokidar@4.0.3) - '@angular-devkit/schematics': 20.3.21(chokidar@4.0.3) + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) '@inquirer/prompts': 7.8.2(@types/node@20.19.37) '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.1) '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) - '@schematics/angular': 20.3.21(chokidar@4.0.3) + '@schematics/angular': 20.3.21(chokidar@4.0.1) + '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.35.0 + ini: 5.0.0 + jsonc-parser: 3.3.1 + listr2: 9.0.1 + npm-package-arg: 13.0.0 + pacote: 21.0.4 + resolve: 1.22.10 + semver: 7.7.2 + yargs: 18.0.0 + zod: 4.1.13 + transitivePeerDependencies: + - '@cfworker/json-schema' + - '@types/node' + - chokidar + - supports-color + + '@angular/cli@20.3.21(@types/node@25.5.0)(chokidar@4.0.1)': + dependencies: + '@angular-devkit/architect': 0.2003.21(chokidar@4.0.1) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) + '@inquirer/prompts': 7.8.2(@types/node@25.5.0) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.26.0(zod@4.1.13) + '@schematics/angular': 20.3.21(chokidar@4.0.1) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.35.0 ini: 5.0.0 @@ -19264,30 +19637,36 @@ snapshots: - chokidar - supports-color + '@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1)': + dependencies: + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + rxjs: 7.8.1 + tslib: 2.8.1 + '@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@20.3.18(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.3.18(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 - tslib: 2.8.1 + tslib: 2.6.3 '@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3)': dependencies: '@angular/compiler': 20.3.18 '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 - chokidar: 4.0.3 + chokidar: 4.0.1 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 @@ -19298,32 +19677,32 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@4.9.5)': + '@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5)': dependencies: - '@angular/compiler': 21.2.6 + '@angular/compiler': 21.2.4 '@babel/core': 7.28.5 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.8.1 + tslib: 2.6.3 yargs: 18.0.0 optionalDependencies: typescript: 4.9.5 transitivePeerDependencies: - supports-color - '@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3)': + '@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3)': dependencies: - '@angular/compiler': 21.2.6 + '@angular/compiler': 21.2.4 '@babel/core': 7.28.5 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.4 - tslib: 2.8.1 + tslib: 2.6.3 yargs: 18.0.0 optionalDependencies: typescript: 5.9.3 @@ -19334,9 +19713,17 @@ snapshots: dependencies: tslib: 2.8.1 - '@angular/compiler@21.2.6': + '@angular/compiler@21.2.4': dependencies: + tslib: 2.6.3 + + '@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)': + dependencies: + rxjs: 7.8.1 tslib: 2.8.1 + optionalDependencies: + '@angular/compiler': 20.3.18 + zone.js: 0.15.0 '@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: @@ -19346,14 +19733,22 @@ snapshots: '@angular/compiler': 20.3.18 zone.js: 0.15.1 - '@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 - tslib: 2.8.1 + tslib: 2.6.3 optionalDependencies: - '@angular/compiler': 21.2.6 + '@angular/compiler': 21.2.4 zone.js: 0.15.1 + '@angular/forms@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + dependencies: + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + rxjs: 7.8.1 + tslib: 2.8.1 + '@angular/forms@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -19362,13 +19757,21 @@ snapshots: rxjs: 7.8.2 tslib: 2.8.1 - '@angular/forms@21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) - '@standard-schema/spec': 1.1.0 + '@angular/common': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + '@standard-schema/spec': 1.0.0 rxjs: 7.8.2 + tslib: 2.6.3 + + '@angular/platform-browser-dynamic@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))': + dependencies: + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) tslib: 2.8.1 '@angular/platform-browser-dynamic@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))': @@ -19379,12 +19782,18 @@ snapshots: '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)) tslib: 2.8.1 - '@angular/platform-browser-dynamic@21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))': + '@angular/platform-browser-dynamic@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))': dependencies: - '@angular/common': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 21.2.6 - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 21.2.4 + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + tslib: 2.6.3 + + '@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))': + dependencies: + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) tslib: 2.8.1 '@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))': @@ -19393,13 +19802,24 @@ snapshots: '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 - '@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) - tslib: 2.8.1 + '@angular/common': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + tslib: 2.6.3 optionalDependencies: - '@angular/animations': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/animations': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) + + '@angular/platform-server@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + dependencies: + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/compiler': 20.3.18 + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + rxjs: 7.8.1 + tslib: 2.8.1 + xhr2: 0.2.1 + optional: true '@angular/platform-server@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.3.18)(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: @@ -19411,16 +19831,24 @@ snapshots: tslib: 2.8.1 xhr2: 0.2.1 - '@angular/platform-server@21.1.6(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@21.1.6(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 21.2.6 - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 21.2.4 + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.1.6(@angular/animations@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.1.6(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 - tslib: 2.8.1 + tslib: 2.6.3 xhr2: 0.2.1 + '@angular/router@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1)': + dependencies: + '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) + '@angular/core': 20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0) + '@angular/platform-browser': 20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.1)(zone.js@0.15.0)) + rxjs: 7.8.1 + tslib: 2.8.1 + '@angular/router@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.3.18(@angular/common@20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: '@angular/common': 20.3.18(@angular/core@20.3.18(@angular/compiler@20.3.18)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -19441,16 +19869,18 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 + '@babel/compat-data@7.28.6': {} + '@babel/compat-data@7.29.0': {} '@babel/core@7.28.3': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.3 + '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) - '@babel/helpers': 7.29.2 + '@babel/helpers': 7.28.6 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 @@ -19466,14 +19896,14 @@ snapshots: '@babel/core@7.28.5': dependencies: '@babel/code-frame': 7.29.0 - '@babel/generator': 7.28.5 + '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) - '@babel/helpers': 7.29.2 + '@babel/helpers': 7.28.6 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/traverse': 7.28.6 + '@babel/types': 7.28.6 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 debug: 4.4.3 @@ -19489,7 +19919,7 @@ snapshots: '@babel/generator': 7.29.1 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) - '@babel/helpers': 7.29.2 + '@babel/helpers': 7.28.6 '@babel/parser': 7.29.0 '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 @@ -19522,7 +19952,7 @@ snapshots: '@babel/generator@7.28.5': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 + '@babel/types': 7.28.6 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 @@ -19541,7 +19971,7 @@ snapshots: '@babel/helper-compilation-targets@7.28.6': dependencies: - '@babel/compat-data': 7.29.0 + '@babel/compat-data': 7.28.6 '@babel/helper-validator-option': 7.27.1 browserslist: 4.28.1 lru-cache: 5.1.1 @@ -19629,6 +20059,28 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + debug: 4.4.3 + lodash.debounce: 4.0.8 + resolve: 1.22.11 + transitivePeerDependencies: + - supports-color + + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + debug: 4.4.3 + lodash.debounce: 4.0.8 + resolve: 1.22.11 + transitivePeerDependencies: + - supports-color + '@babel/helper-define-polyfill-provider@0.6.8(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -19673,8 +20125,8 @@ snapshots: '@babel/helper-module-imports@7.28.6': dependencies: - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/traverse': 7.28.6 + '@babel/types': 7.28.6 transitivePeerDependencies: - supports-color @@ -19709,13 +20161,15 @@ snapshots: dependencies: '@babel/types': 7.29.0 + '@babel/helper-plugin-utils@7.27.1': {} + '@babel/helper-plugin-utils@7.28.6': {} '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.28.6 + '@babel/helper-wrap-function': 7.28.3 '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -19724,7 +20178,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.28.6 + '@babel/helper-wrap-function': 7.28.3 '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -19733,7 +20187,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.28.6 + '@babel/helper-wrap-function': 7.28.3 '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -19782,7 +20236,7 @@ snapshots: '@babel/helper-validator-option@7.27.1': {} - '@babel/helper-wrap-function@7.28.6': + '@babel/helper-wrap-function@7.28.3': dependencies: '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 @@ -19790,7 +20244,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helpers@7.29.2': + '@babel/helpers@7.28.6': dependencies: '@babel/template': 7.28.6 '@babel/types': 7.29.0 @@ -19802,11 +20256,19 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/parser@7.29.0': + '@babel/parser@7.23.9': dependencies: '@babel/types': 7.29.0 - '@babel/parser@7.29.2': + '@babel/parser@7.26.2': + dependencies: + '@babel/types': 7.28.6 + + '@babel/parser@7.28.6': + dependencies: + '@babel/types': 7.29.0 + + '@babel/parser@7.29.0': dependencies: '@babel/types': 7.29.0 @@ -19814,7 +20276,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -19822,7 +20284,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -19830,7 +20292,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -19895,7 +20357,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -19903,7 +20365,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -19911,16 +20373,16 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)': + '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.29.0) transitivePeerDependencies: - supports-color @@ -19956,7 +20418,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.0)': + '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 @@ -19966,7 +20428,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-flow@7.28.6(@babel/core@7.29.0)': + '@babel/plugin-syntax-flow@7.26.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 @@ -20056,7 +20518,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)': + '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 @@ -20094,6 +20556,15 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-async-generator-functions@7.26.8(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20112,6 +20583,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) + '@babel/traverse': 7.28.6 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -20121,6 +20619,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20139,6 +20646,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.3) + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.5)': + dependencies: + '@babel/core': 7.28.5 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -20178,6 +20703,14 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20202,6 +20735,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-class-static-block@7.26.0(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20234,7 +20775,7 @@ snapshots: '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.3) - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20246,7 +20787,7 @@ snapshots: '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.5) - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20258,7 +20799,7 @@ snapshots: '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0) - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20284,7 +20825,7 @@ snapshots: dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20292,7 +20833,7 @@ snapshots: dependencies: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20300,7 +20841,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20394,6 +20935,11 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20424,11 +20970,11 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-flow-strip-types@7.27.1(@babel/core@7.29.0)': + '@babel/plugin-transform-flow-strip-types@7.25.9(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-flow': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-flow': 7.26.0(@babel/core@7.29.0) '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.3)': dependencies: @@ -20459,7 +21005,7 @@ snapshots: '@babel/core': 7.28.3 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20468,7 +21014,7 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20477,7 +21023,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20589,20 +21135,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.28.3)': + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.28.3 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) + '@babel/core': 7.28.5 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.28.5)': + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.5) + '@babel/core': 7.29.0 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/traverse': 7.29.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-identifier': 7.28.5 '@babel/traverse': 7.29.0 @@ -20643,16 +21199,22 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.28.3 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) + '@babel/core': 7.28.5 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.28.5)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.5) + '@babel/core': 7.29.0 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.29.0)': @@ -20713,7 +21275,7 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.3) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.3) - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20724,7 +21286,7 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.5) - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20735,7 +21297,7 @@ snapshots: '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.29.0) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) - '@babel/traverse': 7.29.0 + '@babel/traverse': 7.28.6 transitivePeerDependencies: - supports-color @@ -20817,6 +21379,14 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 + '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) + '@babel/helper-plugin-utils': 7.28.6 + transitivePeerDependencies: + - supports-color + '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 @@ -20912,7 +21482,7 @@ snapshots: '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/types': 7.29.0 + '@babel/types': 7.28.6 transitivePeerDependencies: - supports-color @@ -20922,14 +21492,19 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.28.3)': + '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.5)': dependencies: - '@babel/core': 7.28.3 + '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.28.5)': + '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.29.0)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.29.0 + '@babel/helper-plugin-utils': 7.28.6 + + '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.29.0)': @@ -20975,7 +21550,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.0) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.29.0) babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.29.0) semver: 6.3.1 @@ -20999,9 +21574,21 @@ snapshots: '@babel/core': 7.28.5 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.28.5) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5) - babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.28.5) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-runtime@7.28.5(@babel/core@7.29.0)': + dependencies: + '@babel/core': 7.29.0 + '@babel/helper-module-imports': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.29.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21011,9 +21598,9 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 - babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.29.0) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) - babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.29.0) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.29.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21102,14 +21689,14 @@ snapshots: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0)': + '@babel/plugin-transform-typescript@7.28.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0) '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) transitivePeerDependencies: - supports-color @@ -21199,8 +21786,8 @@ snapshots: '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.3) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.3) '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.3) - '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.3) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.28.3) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.3) '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.3) '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.3) '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.3) @@ -21260,7 +21847,7 @@ snapshots: '@babel/preset-env@7.28.5(@babel/core@7.28.5)': dependencies: - '@babel/compat-data': 7.29.0 + '@babel/compat-data': 7.28.6 '@babel/core': 7.28.5 '@babel/helper-compilation-targets': 7.28.6 '@babel/helper-plugin-utils': 7.28.6 @@ -21275,8 +21862,8 @@ snapshots: '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.5) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5) '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.5) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.5) + '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.28.5) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.5) @@ -21299,9 +21886,9 @@ snapshots: '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.5) - '@babel/plugin-transform-modules-systemjs': 7.29.0(@babel/core@7.28.5) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.5) '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-named-capturing-groups-regex': 7.29.0(@babel/core@7.28.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.5) @@ -21313,7 +21900,7 @@ snapshots: '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-regenerator': 7.29.0(@babel/core@7.28.5) + '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.5) '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.5) @@ -21326,10 +21913,86 @@ snapshots: '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.5) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.5) - babel-plugin-polyfill-corejs2: 0.4.17(@babel/core@7.28.5) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5) - babel-plugin-polyfill-regenerator: 0.6.8(@babel/core@7.28.5) - core-js-compat: 3.49.0 + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5) + core-js-compat: 3.45.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/preset-env@7.28.6(@babel/core@7.29.0)': + dependencies: + '@babel/compat-data': 7.28.6 + '@babel/core': 7.29.0 + '@babel/helper-compilation-targets': 7.28.6 + '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-validator-option': 7.27.1 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.29.0) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.0) + '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.29.0) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.29.0) + '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.29.0) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.29.0) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0) + '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.29.0) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.0) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.29.0) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.29.0) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.29.0) + core-js-compat: 3.45.1 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -21410,32 +22073,32 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/preset-flow@7.27.1(@babel/core@7.29.0)': + '@babel/preset-flow@7.25.9(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-transform-flow-strip-types': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-flow-strip-types': 7.25.9(@babel/core@7.29.0) '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.3)': dependencies: '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.28.6 - '@babel/types': 7.29.0 + '@babel/types': 7.28.6 esutils: 2.0.3 '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.5)': dependencies: '@babel/core': 7.28.5 '@babel/helper-plugin-utils': 7.28.6 - '@babel/types': 7.29.0 + '@babel/types': 7.28.6 esutils: 2.0.3 '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/types': 7.29.0 + '@babel/types': 7.28.6 esutils: 2.0.3 '@babel/preset-react@7.28.5(@babel/core@7.29.0)': @@ -21457,15 +22120,19 @@ snapshots: '@babel/helper-validator-option': 7.27.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.29.0) transitivePeerDependencies: - supports-color + '@babel/runtime@7.26.10': + dependencies: + regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.3': {} '@babel/runtime@7.28.4': {} - '@babel/runtime@7.29.2': {} + '@babel/runtime@7.28.6': {} '@babel/template@7.28.6': dependencies: @@ -21473,6 +22140,18 @@ snapshots: '@babel/parser': 7.29.0 '@babel/types': 7.29.0 + '@babel/traverse@7.28.6': + dependencies: + '@babel/code-frame': 7.29.0 + '@babel/generator': 7.29.1 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.29.0 + '@babel/template': 7.28.6 + '@babel/types': 7.29.0 + debug: 4.4.3 + transitivePeerDependencies: + - supports-color + '@babel/traverse@7.29.0': dependencies: '@babel/code-frame': 7.29.0 @@ -21485,6 +22164,11 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/types@7.28.6': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.28.5 + '@babel/types@7.29.0': dependencies: '@babel/helper-string-parser': 7.27.1 @@ -21492,19 +22176,22 @@ snapshots: '@bcoe/v8-coverage@0.2.3': {} - '@bufbuild/protobuf@2.11.0': {} + '@bufbuild/protobuf@2.10.2': {} + + '@bufbuild/protobuf@2.11.0': + optional: true - '@cacheable/memory@2.0.8': + '@cacheable/memory@2.0.7': dependencies: - '@cacheable/utils': 2.4.0 - '@keyv/bigmap': 1.3.1(keyv@5.6.0) - hookified: 1.15.1 - keyv: 5.6.0 + '@cacheable/utils': 2.3.3 + '@keyv/bigmap': 1.3.0(keyv@5.5.5) + hookified: 1.15.0 + keyv: 5.5.5 - '@cacheable/utils@2.4.0': + '@cacheable/utils@2.3.3': dependencies: - hashery: 1.5.1 - keyv: 5.6.0 + hashery: 1.4.0 + keyv: 5.5.5 '@colors/colors@1.5.0': {} @@ -21567,13 +22254,13 @@ snapshots: lodash: 4.17.23 pinkie-promise: 2.0.1 - '@devexpress/utils@1.4.8': + '@devexpress/utils@1.4.7': dependencies: tslib: 2.3.1 - '@devextreme-generator/angular@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': + '@devextreme-generator/angular@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -21588,17 +22275,17 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/build-helpers@3.0.12(s6gzhttk4jg3ruef2z2cpvqswm)': + '@devextreme-generator/build-helpers@3.0.12(5clvxqkkva4gfnkyserfk24kge)': dependencies: - '@devextreme-generator/angular': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) - '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) - '@devextreme-generator/inferno': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) - '@devextreme-generator/preact': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) - '@devextreme-generator/react': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/angular': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/inferno': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/preact': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) loader-utils: 2.0.4 typescript: 4.3.5 vinyl: 2.2.1 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + webpack: 5.105.4(@swc/core@1.15.3) transitivePeerDependencies: - '@swc/core' - '@typescript-eslint/eslint-plugin' @@ -21617,10 +22304,10 @@ snapshots: - uglify-js - webpack-cli - '@devextreme-generator/core@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': + '@devextreme-generator/core@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: code-block-writer: 10.1.1 - eslint-config-devextreme: 0.2.0(qpiggd6xjjqy7zmlmub65mpnm4) + eslint-config-devextreme: 0.2.0(inkhsxarru2k3eocadfcsbwwra) prettier: 2.8.8 prettier-eslint: 13.0.0 typescript: 4.3.5 @@ -21643,11 +22330,11 @@ snapshots: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - '@devextreme-generator/inferno@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': + '@devextreme-generator/inferno@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) - '@devextreme-generator/preact': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) - '@devextreme-generator/react': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/preact': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -21662,10 +22349,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/preact@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': + '@devextreme-generator/preact@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) - '@devextreme-generator/react': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/react': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -21680,9 +22367,9 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/react@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': + '@devextreme-generator/react@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint @@ -21697,10 +22384,10 @@ snapshots: - eslint-plugin-spellcheck - supports-color - '@devextreme-generator/vue@3.0.12(qpiggd6xjjqy7zmlmub65mpnm4)': + '@devextreme-generator/vue@3.0.12(inkhsxarru2k3eocadfcsbwwra)': dependencies: - '@devextreme-generator/angular': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) - '@devextreme-generator/core': 3.0.12(qpiggd6xjjqy7zmlmub65mpnm4) + '@devextreme-generator/angular': 3.0.12(inkhsxarru2k3eocadfcsbwwra) + '@devextreme-generator/core': 3.0.12(inkhsxarru2k3eocadfcsbwwra) prettier: 2.8.8 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' @@ -21720,24 +22407,24 @@ snapshots: '@discoveryjs/json-ext@0.6.3': {} - '@dual-bundle/import-meta-resolve@4.2.1': {} + '@dual-bundle/import-meta-resolve@4.1.0': {} - '@electron/asar@3.4.1': + '@electron/asar@3.2.17': dependencies: commander: 5.1.0 glob: 7.2.3 minimatch: 3.1.5 - '@emnapi/core@1.9.1': + '@emnapi/core@1.7.1': dependencies: - '@emnapi/wasi-threads': 1.2.0 + '@emnapi/wasi-threads': 1.1.0 tslib: 2.8.1 - '@emnapi/runtime@1.9.1': + '@emnapi/runtime@1.7.1': dependencies: tslib: 2.8.1 - '@emnapi/wasi-threads@1.2.0': + '@emnapi/wasi-threads@1.1.0': dependencies: tslib: 2.8.1 @@ -21753,9 +22440,6 @@ snapshots: '@esbuild/aix-ppc64@0.27.2': optional: true - '@esbuild/aix-ppc64@0.27.4': - optional: true - '@esbuild/android-arm64@0.21.5': optional: true @@ -21768,9 +22452,6 @@ snapshots: '@esbuild/android-arm64@0.27.2': optional: true - '@esbuild/android-arm64@0.27.4': - optional: true - '@esbuild/android-arm@0.21.5': optional: true @@ -21783,9 +22464,6 @@ snapshots: '@esbuild/android-arm@0.27.2': optional: true - '@esbuild/android-arm@0.27.4': - optional: true - '@esbuild/android-x64@0.21.5': optional: true @@ -21798,9 +22476,6 @@ snapshots: '@esbuild/android-x64@0.27.2': optional: true - '@esbuild/android-x64@0.27.4': - optional: true - '@esbuild/darwin-arm64@0.21.5': optional: true @@ -21813,9 +22488,6 @@ snapshots: '@esbuild/darwin-arm64@0.27.2': optional: true - '@esbuild/darwin-arm64@0.27.4': - optional: true - '@esbuild/darwin-x64@0.21.5': optional: true @@ -21828,9 +22500,6 @@ snapshots: '@esbuild/darwin-x64@0.27.2': optional: true - '@esbuild/darwin-x64@0.27.4': - optional: true - '@esbuild/freebsd-arm64@0.21.5': optional: true @@ -21843,9 +22512,6 @@ snapshots: '@esbuild/freebsd-arm64@0.27.2': optional: true - '@esbuild/freebsd-arm64@0.27.4': - optional: true - '@esbuild/freebsd-x64@0.21.5': optional: true @@ -21858,9 +22524,6 @@ snapshots: '@esbuild/freebsd-x64@0.27.2': optional: true - '@esbuild/freebsd-x64@0.27.4': - optional: true - '@esbuild/linux-arm64@0.21.5': optional: true @@ -21873,9 +22536,6 @@ snapshots: '@esbuild/linux-arm64@0.27.2': optional: true - '@esbuild/linux-arm64@0.27.4': - optional: true - '@esbuild/linux-arm@0.21.5': optional: true @@ -21888,9 +22548,6 @@ snapshots: '@esbuild/linux-arm@0.27.2': optional: true - '@esbuild/linux-arm@0.27.4': - optional: true - '@esbuild/linux-ia32@0.21.5': optional: true @@ -21903,9 +22560,6 @@ snapshots: '@esbuild/linux-ia32@0.27.2': optional: true - '@esbuild/linux-ia32@0.27.4': - optional: true - '@esbuild/linux-loong64@0.14.54': optional: true @@ -21921,9 +22575,6 @@ snapshots: '@esbuild/linux-loong64@0.27.2': optional: true - '@esbuild/linux-loong64@0.27.4': - optional: true - '@esbuild/linux-mips64el@0.21.5': optional: true @@ -21936,9 +22587,6 @@ snapshots: '@esbuild/linux-mips64el@0.27.2': optional: true - '@esbuild/linux-mips64el@0.27.4': - optional: true - '@esbuild/linux-ppc64@0.21.5': optional: true @@ -21951,9 +22599,6 @@ snapshots: '@esbuild/linux-ppc64@0.27.2': optional: true - '@esbuild/linux-ppc64@0.27.4': - optional: true - '@esbuild/linux-riscv64@0.21.5': optional: true @@ -21966,9 +22611,6 @@ snapshots: '@esbuild/linux-riscv64@0.27.2': optional: true - '@esbuild/linux-riscv64@0.27.4': - optional: true - '@esbuild/linux-s390x@0.21.5': optional: true @@ -21981,9 +22623,6 @@ snapshots: '@esbuild/linux-s390x@0.27.2': optional: true - '@esbuild/linux-s390x@0.27.4': - optional: true - '@esbuild/linux-x64@0.21.5': optional: true @@ -21996,9 +22635,6 @@ snapshots: '@esbuild/linux-x64@0.27.2': optional: true - '@esbuild/linux-x64@0.27.4': - optional: true - '@esbuild/netbsd-arm64@0.25.0': optional: true @@ -22008,9 +22644,6 @@ snapshots: '@esbuild/netbsd-arm64@0.27.2': optional: true - '@esbuild/netbsd-arm64@0.27.4': - optional: true - '@esbuild/netbsd-x64@0.21.5': optional: true @@ -22023,9 +22656,6 @@ snapshots: '@esbuild/netbsd-x64@0.27.2': optional: true - '@esbuild/netbsd-x64@0.27.4': - optional: true - '@esbuild/openbsd-arm64@0.25.0': optional: true @@ -22035,9 +22665,6 @@ snapshots: '@esbuild/openbsd-arm64@0.27.2': optional: true - '@esbuild/openbsd-arm64@0.27.4': - optional: true - '@esbuild/openbsd-x64@0.21.5': optional: true @@ -22050,18 +22677,12 @@ snapshots: '@esbuild/openbsd-x64@0.27.2': optional: true - '@esbuild/openbsd-x64@0.27.4': - optional: true - '@esbuild/openharmony-arm64@0.25.9': optional: true '@esbuild/openharmony-arm64@0.27.2': optional: true - '@esbuild/openharmony-arm64@0.27.4': - optional: true - '@esbuild/sunos-x64@0.21.5': optional: true @@ -22074,9 +22695,6 @@ snapshots: '@esbuild/sunos-x64@0.27.2': optional: true - '@esbuild/sunos-x64@0.27.4': - optional: true - '@esbuild/win32-arm64@0.21.5': optional: true @@ -22089,9 +22707,6 @@ snapshots: '@esbuild/win32-arm64@0.27.2': optional: true - '@esbuild/win32-arm64@0.27.4': - optional: true - '@esbuild/win32-ia32@0.21.5': optional: true @@ -22104,9 +22719,6 @@ snapshots: '@esbuild/win32-ia32@0.27.2': optional: true - '@esbuild/win32-ia32@0.27.4': - optional: true - '@esbuild/win32-x64@0.21.5': optional: true @@ -22119,9 +22731,6 @@ snapshots: '@esbuild/win32-x64@0.27.2': optional: true - '@esbuild/win32-x64@0.27.4': - optional: true - '@eslint-community/eslint-utils@4.9.1(eslint@9.39.4(jiti@2.6.1))': dependencies: eslint: 9.39.4(jiti@2.6.1) @@ -22215,22 +22824,20 @@ snapshots: lodash.isundefined: 3.0.1 lodash.uniq: 4.5.0 - '@gar/promise-retry@1.0.3': {} - '@gulpjs/to-absolute-glob@4.0.0': dependencies: is-negated-glob: 1.0.0 - '@hono/node-server@1.19.11(hono@4.12.9)': + '@hono/node-server@1.19.11(hono@4.12.7)': dependencies: - hono: 4.12.9 + hono: 4.12.7 '@humanfs/core@0.19.1': {} - '@humanfs/node@0.16.7': + '@humanfs/node@0.16.6': dependencies: '@humanfs/core': 0.19.1 - '@humanwhocodes/retry': 0.4.3 + '@humanwhocodes/retry': 0.3.1 '@humanwhocodes/config-array@0.5.0': dependencies: @@ -22244,7 +22851,9 @@ snapshots: '@humanwhocodes/object-schema@1.2.1': {} - '@humanwhocodes/retry@0.4.3': {} + '@humanwhocodes/retry@0.3.1': {} + + '@humanwhocodes/retry@0.4.2': {} '@inquirer/ansi@1.0.2': {} @@ -22268,6 +22877,16 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/checkbox@4.3.2(@types/node@25.5.0)': + dependencies: + '@inquirer/ansi': 1.0.2 + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/figures': 1.0.15 + '@inquirer/type': 3.0.10(@types/node@25.5.0) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/confirm@5.1.14(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -22275,12 +22894,12 @@ snapshots: optionalDependencies: '@types/node': 20.11.17 - '@inquirer/confirm@5.1.14(@types/node@20.19.37)': + '@inquirer/confirm@5.1.14(@types/node@25.5.0)': dependencies: - '@inquirer/core': 10.3.2(@types/node@20.19.37) - '@inquirer/type': 3.0.10(@types/node@20.19.37) + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) optionalDependencies: - '@types/node': 20.19.37 + '@types/node': 25.5.0 '@inquirer/confirm@5.1.21(@types/node@20.11.17)': dependencies: @@ -22296,6 +22915,13 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/confirm@5.1.21(@types/node@25.5.0)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/core@10.3.2(@types/node@20.11.17)': dependencies: '@inquirer/ansi': 1.0.2 @@ -22322,6 +22948,19 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/core@10.3.2(@types/node@25.5.0)': + dependencies: + '@inquirer/ansi': 1.0.2 + '@inquirer/figures': 1.0.15 + '@inquirer/type': 3.0.10(@types/node@25.5.0) + 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.5.0 + '@inquirer/editor@4.2.23(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -22338,6 +22977,14 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/editor@4.2.23(@types/node@25.5.0)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/external-editor': 1.0.3(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/expand@4.0.23(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -22354,20 +23001,35 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/expand@4.0.23(@types/node@25.5.0)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/external-editor@1.0.3(@types/node@20.11.17)': dependencies: chardet: 2.1.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.1 optionalDependencies: '@types/node': 20.11.17 '@inquirer/external-editor@1.0.3(@types/node@20.19.37)': dependencies: chardet: 2.1.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.1 optionalDependencies: '@types/node': 20.19.37 + '@inquirer/external-editor@1.0.3(@types/node@25.5.0)': + dependencies: + chardet: 2.1.1 + iconv-lite: 0.7.1 + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/figures@1.0.15': {} '@inquirer/input@4.3.1(@types/node@20.11.17)': @@ -22384,6 +23046,13 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/input@4.3.1(@types/node@25.5.0)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/number@3.0.23(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -22398,6 +23067,13 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/number@3.0.23(@types/node@25.5.0)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/password@4.0.23(@types/node@20.11.17)': dependencies: '@inquirer/ansi': 1.0.2 @@ -22414,6 +23090,14 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/password@4.0.23(@types/node@25.5.0)': + dependencies: + '@inquirer/ansi': 1.0.2 + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/prompts@7.10.1(@types/node@20.19.37)': dependencies: '@inquirer/checkbox': 4.3.2(@types/node@20.19.37) @@ -22459,6 +23143,21 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/prompts@7.8.2(@types/node@25.5.0)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@25.5.0) + '@inquirer/confirm': 5.1.21(@types/node@25.5.0) + '@inquirer/editor': 4.2.23(@types/node@25.5.0) + '@inquirer/expand': 4.0.23(@types/node@25.5.0) + '@inquirer/input': 4.3.1(@types/node@25.5.0) + '@inquirer/number': 3.0.23(@types/node@25.5.0) + '@inquirer/password': 4.0.23(@types/node@25.5.0) + '@inquirer/rawlist': 4.1.11(@types/node@25.5.0) + '@inquirer/search': 3.2.2(@types/node@25.5.0) + '@inquirer/select': 4.4.2(@types/node@25.5.0) + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/rawlist@4.1.11(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -22475,6 +23174,14 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/rawlist@4.1.11(@types/node@25.5.0)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/search@3.2.2(@types/node@20.11.17)': dependencies: '@inquirer/core': 10.3.2(@types/node@20.11.17) @@ -22493,6 +23200,15 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/search@3.2.2(@types/node@25.5.0)': + dependencies: + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/figures': 1.0.15 + '@inquirer/type': 3.0.10(@types/node@25.5.0) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/select@4.4.2(@types/node@20.11.17)': dependencies: '@inquirer/ansi': 1.0.2 @@ -22513,6 +23229,16 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/select@4.4.2(@types/node@25.5.0)': + dependencies: + '@inquirer/ansi': 1.0.2 + '@inquirer/core': 10.3.2(@types/node@25.5.0) + '@inquirer/figures': 1.0.15 + '@inquirer/type': 3.0.10(@types/node@25.5.0) + yoctocolors-cjs: 2.1.3 + optionalDependencies: + '@types/node': 25.5.0 + '@inquirer/type@3.0.10(@types/node@20.11.17)': optionalDependencies: '@types/node': 20.11.17 @@ -22521,20 +23247,22 @@ snapshots: optionalDependencies: '@types/node': 20.19.37 + '@inquirer/type@3.0.10(@types/node@25.5.0)': + optionalDependencies: + '@types/node': 25.5.0 + '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 string-width-cjs: string-width@4.2.3 - strip-ansi: 7.2.0 + strip-ansi: 7.1.2 strip-ansi-cjs: strip-ansi@6.0.1 wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 - '@isaacs/cliui@9.0.0': {} - '@isaacs/fs-minipass@4.0.1': dependencies: - minipass: 7.1.3 + minipass: 7.1.2 '@istanbuljs/load-nyc-config@1.1.0': dependencies: @@ -22555,16 +23283,16 @@ snapshots: jest-util: 29.7.0 slash: 3.0.0 - '@jest/console@30.3.0': + '@jest/console@30.2.0': dependencies: - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 chalk: 4.1.2 - jest-message-util: 30.3.0 - jest-util: 30.3.0 + jest-message-util: 30.2.0 + jest-util: 30.2.0 slash: 3.0.0 - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) @@ -22578,7 +23306,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -22601,7 +23329,7 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0(node-notifier@9.0.1) @@ -22615,7 +23343,7 @@ snapshots: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -22637,83 +23365,315 @@ snapshots: - babel-plugin-macros - supports-color - ts-node + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 20.19.37 + 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 20.19.37 + 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 20.19.37 + 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node optional: true - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5))': dependencies: - '@jest/console': 29.7.0 - '@jest/reporters': 29.7.0(node-notifier@9.0.1) - '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0 - '@jest/types': 29.6.3 + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 3.9.0 - exit: 0.1.2 + ci-info: 4.4.0 + exit-x: 0.2.2 graceful-fs: 4.2.11 - jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - jest-haste-map: 29.7.0 - jest-message-util: 29.7.0 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-resolve-dependencies: 29.7.0 - jest-runner: 29.7.0 - jest-runtime: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - jest-watcher: 29.7.0 + jest-changed-files: 30.2.0 + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 micromatch: 4.0.8 - pretty-format: 29.7.0 + pretty-format: 30.2.0 slash: 3.0.0 - strip-ansi: 6.0.1 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - babel-plugin-macros + - esbuild-register - supports-color - ts-node - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3))': + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3))': dependencies: - '@jest/console': 29.7.0 - '@jest/reporters': 29.7.0(node-notifier@9.0.1) - '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0 - '@jest/types': 29.6.3 + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 - ci-info: 3.9.0 - exit: 0.1.2 + ci-info: 4.4.0 + exit-x: 0.2.2 graceful-fs: 4.2.11 - jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) - jest-haste-map: 29.7.0 - jest-message-util: 29.7.0 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-resolve-dependencies: 29.7.0 - jest-runner: 29.7.0 - jest-runtime: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - jest-watcher: 29.7.0 + jest-changed-files: 30.2.0 + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 micromatch: 4.0.8 - pretty-format: 29.7.0 + pretty-format: 30.2.0 slash: 3.0.0 - strip-ansi: 6.0.1 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + optional: true + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 20.19.37 + 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 20.19.37 + 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + optional: true + + '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3))': + dependencies: + '@jest/console': 30.2.0 + '@jest/pattern': 30.0.1 + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 + '@types/node': 20.19.37 + 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@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-resolve-dependencies: 30.2.0 + jest-runner: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + jest-watcher: 30.2.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 + slash: 3.0.0 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - esbuild-register - supports-color - ts-node - '@jest/diff-sequences@30.3.0': {} + '@jest/diff-sequences@30.0.1': {} '@jest/environment@29.7.0': dependencies: @@ -22722,18 +23682,18 @@ snapshots: '@types/node': 20.19.37 jest-mock: 29.7.0 - '@jest/environment@30.3.0': + '@jest/environment@30.2.0': dependencies: - '@jest/fake-timers': 30.3.0 - '@jest/types': 30.3.0 + '@jest/fake-timers': 30.2.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 - jest-mock: 30.3.0 + jest-mock: 30.2.0 '@jest/expect-utils@29.7.0': dependencies: jest-get-type: 29.6.3 - '@jest/expect-utils@30.3.0': + '@jest/expect-utils@30.2.0': dependencies: '@jest/get-type': 30.1.0 @@ -22744,10 +23704,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@jest/expect@30.3.0': + '@jest/expect@30.2.0': dependencies: - expect: 30.3.0 - jest-snapshot: 30.3.0 + expect: 30.2.0 + jest-snapshot: 30.2.0 transitivePeerDependencies: - supports-color @@ -22760,14 +23720,14 @@ snapshots: jest-mock: 29.7.0 jest-util: 29.7.0 - '@jest/fake-timers@30.3.0': + '@jest/fake-timers@30.2.0': dependencies: - '@jest/types': 30.3.0 - '@sinonjs/fake-timers': 15.1.1 + '@jest/types': 30.2.0 + '@sinonjs/fake-timers': 13.0.5 '@types/node': 20.19.37 - jest-message-util: 30.3.0 - jest-mock: 30.3.0 - jest-util: 30.3.0 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 + jest-util: 30.2.0 '@jest/get-type@30.1.0': {} @@ -22780,12 +23740,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@jest/globals@30.3.0': + '@jest/globals@30.2.0': dependencies: - '@jest/environment': 30.3.0 - '@jest/expect': 30.3.0 - '@jest/types': 30.3.0 - jest-mock: 30.3.0 + '@jest/environment': 30.2.0 + '@jest/expect': 30.2.0 + '@jest/types': 30.2.0 + jest-mock: 30.2.0 transitivePeerDependencies: - supports-color @@ -22804,7 +23764,7 @@ snapshots: '@jridgewell/trace-mapping': 0.3.31 '@types/node': 20.19.37 chalk: 4.1.2 - collect-v8-coverage: 1.0.3 + collect-v8-coverage: 1.0.2 exit: 0.1.2 glob: 7.2.3 graceful-fs: 4.2.11 @@ -22812,7 +23772,7 @@ snapshots: istanbul-lib-instrument: 6.0.3 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.2.0 + istanbul-reports: 3.1.7 jest-message-util: 29.7.0 jest-util: 29.7.0 jest-worker: 29.7.0 @@ -22825,17 +23785,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@jest/reporters@30.3.0(node-notifier@9.0.1)': + '@jest/reporters@30.2.0(node-notifier@9.0.1)': dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 30.3.0 - '@jest/test-result': 30.3.0 - '@jest/transform': 30.3.0 - '@jest/types': 30.3.0 + '@jest/console': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 '@jridgewell/trace-mapping': 0.3.31 '@types/node': 20.19.37 chalk: 4.1.2 - collect-v8-coverage: 1.0.3 + collect-v8-coverage: 1.0.2 exit-x: 0.2.2 glob: 10.5.0 graceful-fs: 4.2.11 @@ -22843,10 +23803,10 @@ snapshots: istanbul-lib-instrument: 6.0.3 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 - istanbul-reports: 3.2.0 - jest-message-util: 30.3.0 - jest-util: 30.3.0 - jest-worker: 30.3.0 + istanbul-reports: 3.1.7 + jest-message-util: 30.2.0 + jest-util: 30.2.0 + jest-worker: 30.2.0 slash: 3.0.0 string-length: 4.0.2 v8-to-istanbul: 9.3.0 @@ -22857,15 +23817,15 @@ snapshots: '@jest/schemas@29.6.3': dependencies: - '@sinclair/typebox': 0.27.10 + '@sinclair/typebox': 0.27.8 '@jest/schemas@30.0.5': dependencies: '@sinclair/typebox': 0.34.48 - '@jest/snapshot-utils@30.3.0': + '@jest/snapshot-utils@30.2.0': dependencies: - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 chalk: 4.1.2 graceful-fs: 4.2.11 natural-compare: 1.4.0 @@ -22887,14 +23847,14 @@ snapshots: '@jest/console': 29.7.0 '@jest/types': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 - collect-v8-coverage: 1.0.3 + collect-v8-coverage: 1.0.2 - '@jest/test-result@30.3.0': + '@jest/test-result@30.2.0': dependencies: - '@jest/console': 30.3.0 - '@jest/types': 30.3.0 + '@jest/console': 30.2.0 + '@jest/types': 30.2.0 '@types/istanbul-lib-coverage': 2.0.6 - collect-v8-coverage: 1.0.3 + collect-v8-coverage: 1.0.2 '@jest/test-sequencer@29.7.0': dependencies: @@ -22903,18 +23863,18 @@ snapshots: jest-haste-map: 29.7.0 slash: 3.0.0 - '@jest/test-sequencer@30.3.0': + '@jest/test-sequencer@30.2.0': dependencies: - '@jest/test-result': 30.3.0 + '@jest/test-result': 30.2.0 graceful-fs: 4.2.11 - jest-haste-map: 30.3.0 + jest-haste-map: 30.2.0 slash: 3.0.0 '@jest/transform@29.7.0': dependencies: '@babel/core': 7.29.0 '@jest/types': 29.6.3 - '@jridgewell/trace-mapping': 0.3.31 + '@jridgewell/trace-mapping': 0.3.25 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 @@ -22924,25 +23884,26 @@ snapshots: jest-regex-util: 29.6.3 jest-util: 29.7.0 micromatch: 4.0.8 - pirates: 4.0.7 + pirates: 4.0.6 slash: 3.0.0 write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color - '@jest/transform@30.3.0': + '@jest/transform@30.2.0': dependencies: '@babel/core': 7.29.0 - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 '@jridgewell/trace-mapping': 0.3.31 babel-plugin-istanbul: 7.0.1 chalk: 4.1.2 convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.11 - jest-haste-map: 30.3.0 + jest-haste-map: 30.2.0 jest-regex-util: 30.0.1 - jest-util: 30.3.0 + jest-util: 30.2.0 + micromatch: 4.0.8 pirates: 4.0.7 slash: 3.0.0 write-file-atomic: 5.0.1 @@ -22958,7 +23919,7 @@ snapshots: '@types/yargs': 17.0.35 chalk: 4.1.2 - '@jest/types@30.3.0': + '@jest/types@30.2.0': dependencies: '@jest/pattern': 30.0.1 '@jest/schemas': 30.0.5 @@ -22987,6 +23948,11 @@ snapshots: '@jridgewell/sourcemap-codec@1.5.5': {} + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping@0.3.31': dependencies: '@jridgewell/resolve-uri': 3.1.2 @@ -23001,82 +23967,14 @@ snapshots: dependencies: tslib: 2.8.1 - '@jsonjoy.com/base64@17.67.0(tslib@2.8.1)': - dependencies: - tslib: 2.8.1 - '@jsonjoy.com/buffers@1.2.1(tslib@2.8.1)': dependencies: tslib: 2.8.1 - '@jsonjoy.com/buffers@17.67.0(tslib@2.8.1)': - dependencies: - tslib: 2.8.1 - '@jsonjoy.com/codegen@1.0.0(tslib@2.8.1)': dependencies: tslib: 2.8.1 - '@jsonjoy.com/codegen@17.67.0(tslib@2.8.1)': - dependencies: - tslib: 2.8.1 - - '@jsonjoy.com/fs-core@4.57.1(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) - thingies: 2.6.0(tslib@2.8.1) - tslib: 2.8.1 - - '@jsonjoy.com/fs-fsa@4.57.1(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/fs-core': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) - thingies: 2.6.0(tslib@2.8.1) - tslib: 2.8.1 - - '@jsonjoy.com/fs-node-builtins@4.57.1(tslib@2.8.1)': - dependencies: - tslib: 2.8.1 - - '@jsonjoy.com/fs-node-to-fsa@4.57.1(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/fs-fsa': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) - tslib: 2.8.1 - - '@jsonjoy.com/fs-node-utils@4.57.1(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) - tslib: 2.8.1 - - '@jsonjoy.com/fs-node@4.57.1(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/fs-core': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-print': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-snapshot': 4.57.1(tslib@2.8.1) - glob-to-regex.js: 1.2.0(tslib@2.8.1) - thingies: 2.6.0(tslib@2.8.1) - tslib: 2.8.1 - - '@jsonjoy.com/fs-print@4.57.1(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) - tree-dump: 1.1.0(tslib@2.8.1) - tslib: 2.8.1 - - '@jsonjoy.com/fs-snapshot@4.57.1(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/json-pack': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) - tslib: 2.8.1 - '@jsonjoy.com/json-pack@1.21.0(tslib@2.8.1)': dependencies: '@jsonjoy.com/base64': 1.1.2(tslib@2.8.1) @@ -23085,19 +23983,7 @@ snapshots: '@jsonjoy.com/json-pointer': 1.0.2(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) hyperdyperid: 1.2.0 - thingies: 2.6.0(tslib@2.8.1) - tree-dump: 1.1.0(tslib@2.8.1) - tslib: 2.8.1 - - '@jsonjoy.com/json-pack@17.67.0(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/base64': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/codegen': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/json-pointer': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) - hyperdyperid: 1.2.0 - thingies: 2.6.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) tree-dump: 1.1.0(tslib@2.8.1) tslib: 2.8.1 @@ -23107,38 +23993,27 @@ snapshots: '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/json-pointer@17.67.0(tslib@2.8.1)': - dependencies: - '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) - tslib: 2.8.1 - '@jsonjoy.com/util@1.9.0(tslib@2.8.1)': dependencies: '@jsonjoy.com/buffers': 1.2.1(tslib@2.8.1) '@jsonjoy.com/codegen': 1.0.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/util@17.67.0(tslib@2.8.1)': + '@keyv/bigmap@1.3.0(keyv@5.5.5)': dependencies: - '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/codegen': 17.67.0(tslib@2.8.1) - tslib: 2.8.1 - - '@keyv/bigmap@1.3.1(keyv@5.6.0)': - dependencies: - hashery: 1.5.1 - hookified: 1.15.1 - keyv: 5.6.0 + hashery: 1.4.0 + hookified: 1.15.0 + keyv: 5.5.5 '@keyv/serialize@1.1.1': {} '@leichtgewicht/ip-codec@2.0.5': {} - '@lezer/common@1.5.1': {} + '@lezer/common@1.2.3': {} - '@lezer/lr@1.4.8': + '@lezer/lr@1.4.2': dependencies: - '@lezer/common': 1.5.1 + '@lezer/common': 1.2.3 '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@20.11.17))(@types/node@20.11.17)(listr2@9.0.1)': dependencies: @@ -23156,6 +24031,14 @@ snapshots: transitivePeerDependencies: - '@types/node' + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.8.2(@types/node@25.5.0))(@types/node@25.5.0)(listr2@9.0.1)': + dependencies: + '@inquirer/prompts': 7.8.2(@types/node@25.5.0) + '@inquirer/type': 3.0.10(@types/node@25.5.0) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' + '@listr2/prompt-adapter-inquirer@3.0.5(@inquirer/prompts@7.10.1(@types/node@20.19.37))(@types/node@20.19.37)(listr2@9.0.5)': dependencies: '@inquirer/prompts': 7.10.1(@types/node@20.19.37) @@ -23232,24 +24115,24 @@ snapshots: '@mischnic/json-sourcemap@0.1.1': dependencies: - '@lezer/common': 1.5.1 - '@lezer/lr': 1.4.8 + '@lezer/common': 1.2.3 + '@lezer/lr': 1.4.2 json5: 2.2.3 '@modelcontextprotocol/sdk@1.26.0(zod@4.1.13)': dependencies: - '@hono/node-server': 1.19.11(hono@4.12.9) + '@hono/node-server': 1.19.11(hono@4.12.7) ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) content-type: 1.0.5 - cors: 2.8.6 + cors: 2.8.5 cross-spawn: 7.0.6 eventsource: 3.0.7 eventsource-parser: 3.0.6 express: 5.2.1 express-rate-limit: 8.3.1(express@5.2.1) - hono: 4.12.9 - jose: 6.2.2 + hono: 4.12.7 + jose: 6.1.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 raw-body: 3.0.2 @@ -23260,18 +24143,18 @@ snapshots: '@modelcontextprotocol/sdk@1.26.0(zod@4.3.5)': dependencies: - '@hono/node-server': 1.19.11(hono@4.12.9) + '@hono/node-server': 1.19.11(hono@4.12.7) ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) content-type: 1.0.5 - cors: 2.8.6 + cors: 2.8.5 cross-spawn: 7.0.6 eventsource: 3.0.7 eventsource-parser: 3.0.6 express: 5.2.1 express-rate-limit: 8.3.1(express@5.2.1) - hono: 4.12.9 - jose: 6.2.2 + hono: 4.12.7 + jose: 6.1.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 raw-body: 3.0.2 @@ -23372,35 +24255,35 @@ snapshots: '@napi-rs/wasm-runtime@0.2.12': dependencies: - '@emnapi/core': 1.9.1 - '@emnapi/runtime': 1.9.1 + '@emnapi/core': 1.7.1 + '@emnapi/runtime': 1.7.1 '@tybys/wasm-util': 0.10.1 optional: true '@napi-rs/wasm-runtime@0.2.4': dependencies: - '@emnapi/core': 1.9.1 - '@emnapi/runtime': 1.9.1 + '@emnapi/core': 1.7.1 + '@emnapi/runtime': 1.7.1 '@tybys/wasm-util': 0.9.0 '@napi-rs/wasm-runtime@1.1.1': dependencies: - '@emnapi/core': 1.9.1 - '@emnapi/runtime': 1.9.1 + '@emnapi/core': 1.7.1 + '@emnapi/runtime': 1.7.1 '@tybys/wasm-util': 0.10.1 optional: true - '@ngtools/webpack@20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9))': + '@ngtools/webpack@20.3.21(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9))': dependencies: '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - '@ngtools/webpack@21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2))': + '@ngtools/webpack@21.1.5(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3))(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2))': dependencies: - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@5.9.3) typescript: 5.9.3 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': dependencies: @@ -23418,32 +24301,32 @@ snapshots: '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.20.1 + fastq: 1.17.1 '@npmcli/agent@4.0.0': dependencies: - agent-base: 7.1.4 + agent-base: 7.1.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 - lru-cache: 11.2.7 - socks-proxy-agent: 8.0.5 + lru-cache: 11.2.4 + socks-proxy-agent: 8.0.4 transitivePeerDependencies: - supports-color '@npmcli/fs@5.0.0': dependencies: - semver: 7.7.2 + semver: 7.7.4 - '@npmcli/git@7.0.2': + '@npmcli/git@7.0.1': dependencies: - '@gar/promise-retry': 1.0.3 '@npmcli/promise-spawn': 9.0.1 ini: 6.0.0 - lru-cache: 11.2.7 + lru-cache: 11.2.4 npm-pick-manifest: 11.0.3 proc-log: 6.1.0 - semver: 7.7.2 - which: 6.0.1 + promise-retry: 2.0.1 + semver: 7.7.4 + which: 6.0.0 '@npmcli/installed-package-contents@4.0.0': dependencies: @@ -23452,29 +24335,30 @@ snapshots: '@npmcli/node-gyp@5.0.0': {} - '@npmcli/package-json@7.0.5': + '@npmcli/package-json@7.0.4': dependencies: - '@npmcli/git': 7.0.2 - glob: 13.0.6 + '@npmcli/git': 7.0.1 + glob: 13.0.0 hosted-git-info: 9.0.2 json-parse-even-better-errors: 5.0.0 proc-log: 6.1.0 - semver: 7.7.2 - spdx-expression-parse: 4.0.0 + semver: 7.7.4 + validate-npm-package-license: 3.0.4 '@npmcli/promise-spawn@9.0.1': dependencies: - which: 6.0.1 + which: 6.0.0 '@npmcli/redact@4.0.0': {} - '@npmcli/run-script@10.0.4': + '@npmcli/run-script@10.0.3': dependencies: '@npmcli/node-gyp': 5.0.0 - '@npmcli/package-json': 7.0.5 + '@npmcli/package-json': 7.0.4 '@npmcli/promise-spawn': 9.0.1 - node-gyp: 12.2.0 + node-gyp: 12.1.0 proc-log: 6.1.0 + which: 6.0.0 transitivePeerDependencies: - supports-color @@ -23484,28 +24368,28 @@ snapshots: transitivePeerDependencies: - debug - '@nx/devkit@22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)))': + '@nx/devkit@22.4.5(nx@22.4.5(@swc/core@1.15.3))': dependencies: '@zkochan/js-yaml': 0.0.7 ejs: 3.1.10 enquirer: 2.3.6 minimatch: 10.2.4 - nx: 22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)) + nx: 22.4.5(@swc/core@1.15.3) semver: 7.7.4 tslib: 2.8.1 yargs-parser: 21.1.1 - '@nx/jest@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)))(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': + '@nx/jest@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(nx@22.4.5(@swc/core@1.15.3))(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3))(typescript@5.9.3)': dependencies: - '@jest/reporters': 30.3.0(node-notifier@9.0.1) - '@jest/test-result': 30.3.0 - '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) - '@nx/js': 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) + '@jest/reporters': 30.2.0(node-notifier@9.0.1) + '@jest/test-result': 30.2.0 + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) + '@nx/js': 22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3)) '@phenomnomnominal/tsquery': 6.1.4(typescript@5.9.3) identity-obj-proxy: 3.0.0 - jest-config: 30.3.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - jest-resolve: 30.3.0 - jest-util: 30.3.0 + jest-config: 30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) + jest-resolve: 30.2.0 + jest-util: 30.2.0 minimatch: 10.2.4 picocolors: 1.1.1 resolve.exports: 2.0.3 @@ -23527,17 +24411,17 @@ snapshots: - typescript - verdaccio - '@nx/js@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.21(@swc/helpers@0.5.20))(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)))': + '@nx/js@22.4.5(@babel/traverse@7.29.0)(@swc/core@1.15.3)(nx@22.4.5(@swc/core@1.15.3))': dependencies: '@babel/core': 7.29.0 - '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.29.0) '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-runtime': 7.29.0(@babel/core@7.29.0) '@babel/preset-env': 7.29.0(@babel/core@7.29.0) '@babel/preset-typescript': 7.28.5(@babel/core@7.29.0) - '@babel/runtime': 7.29.2 - '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) - '@nx/workspace': 22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)) + '@babel/runtime': 7.28.6 + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) + '@nx/workspace': 22.4.5(@swc/core@1.15.3) '@zkochan/js-yaml': 0.0.7 babel-plugin-const-enum: 1.2.0(@babel/core@7.29.0) babel-plugin-macros: 3.1.0 @@ -23593,13 +24477,13 @@ snapshots: '@nx/nx-win32-x64-msvc@22.4.5': optional: true - '@nx/workspace@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))': + '@nx/workspace@22.4.5(@swc/core@1.15.3)': dependencies: - '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20))) + '@nx/devkit': 22.4.5(nx@22.4.5(@swc/core@1.15.3)) '@zkochan/js-yaml': 0.0.7 chalk: 4.1.2 enquirer: 2.3.6 - nx: 22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)) + nx: 22.4.5(@swc/core@1.15.3) picomatch: 4.0.2 semver: 7.7.4 tslib: 2.8.1 @@ -23613,11 +24497,11 @@ snapshots: '@oxc-project/types@0.106.0': {} - '@parcel/bundler-default@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/bundler-default@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 '@parcel/graph': 3.6.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 nullthrows: 1.1.1 @@ -23625,10 +24509,10 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/cache@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/cache@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) - '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/core': 2.16.4 + '@parcel/fs': 2.16.4(@parcel/core@2.16.4) '@parcel/logger': 2.16.4 '@parcel/utils': 2.16.4 lmdb: 2.8.5 @@ -23639,77 +24523,77 @@ snapshots: dependencies: chalk: 4.1.2 - '@parcel/compressor-raw@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/compressor-raw@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/config-default@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20)': - dependencies: - '@parcel/bundler-default': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/compressor-raw': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) - '@parcel/namer-default': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/optimizer-css': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/optimizer-html': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/optimizer-image': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/optimizer-svg': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/optimizer-swc': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20) - '@parcel/packager-css': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/packager-html': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/packager-js': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/packager-raw': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/packager-svg': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/packager-wasm': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/reporter-dev-server': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/resolver-default': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/runtime-browser-hmr': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/runtime-js': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/runtime-rsc': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/runtime-service-worker': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-babel': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-css': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-html': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-image': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-js': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-json': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-node': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-postcss': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-posthtml': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-raw': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-react-refresh-wrap': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/transformer-svg': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/config-default@2.16.4(@parcel/core@2.16.4)': + dependencies: + '@parcel/bundler-default': 2.16.4(@parcel/core@2.16.4) + '@parcel/compressor-raw': 2.16.4(@parcel/core@2.16.4) + '@parcel/core': 2.16.4 + '@parcel/namer-default': 2.16.4(@parcel/core@2.16.4) + '@parcel/optimizer-css': 2.16.4(@parcel/core@2.16.4) + '@parcel/optimizer-html': 2.16.4(@parcel/core@2.16.4) + '@parcel/optimizer-image': 2.16.4(@parcel/core@2.16.4) + '@parcel/optimizer-svg': 2.16.4(@parcel/core@2.16.4) + '@parcel/optimizer-swc': 2.16.4(@parcel/core@2.16.4) + '@parcel/packager-css': 2.16.4(@parcel/core@2.16.4) + '@parcel/packager-html': 2.16.4(@parcel/core@2.16.4) + '@parcel/packager-js': 2.16.4(@parcel/core@2.16.4) + '@parcel/packager-raw': 2.16.4(@parcel/core@2.16.4) + '@parcel/packager-svg': 2.16.4(@parcel/core@2.16.4) + '@parcel/packager-wasm': 2.16.4(@parcel/core@2.16.4) + '@parcel/reporter-dev-server': 2.16.4(@parcel/core@2.16.4) + '@parcel/resolver-default': 2.16.4(@parcel/core@2.16.4) + '@parcel/runtime-browser-hmr': 2.16.4(@parcel/core@2.16.4) + '@parcel/runtime-js': 2.16.4(@parcel/core@2.16.4) + '@parcel/runtime-rsc': 2.16.4(@parcel/core@2.16.4) + '@parcel/runtime-service-worker': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-babel': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-css': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-html': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-image': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-js': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-json': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-node': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-postcss': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-posthtml': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-raw': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-react-refresh-wrap': 2.16.4(@parcel/core@2.16.4) + '@parcel/transformer-svg': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@swc/helpers' - napi-wasm - '@parcel/core@2.16.4(@swc/helpers@0.5.20)': + '@parcel/core@2.16.4': dependencies: '@mischnic/json-sourcemap': 0.1.1 - '@parcel/cache': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/cache': 2.16.4(@parcel/core@2.16.4) '@parcel/diagnostic': 2.16.4 '@parcel/events': 2.16.4 '@parcel/feature-flags': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4) '@parcel/graph': 3.6.4 '@parcel/logger': 2.16.4 - '@parcel/package-manager': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20) - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/package-manager': 2.16.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/profiler': 2.16.4 '@parcel/rust': 2.16.4 '@parcel/source-map': 2.1.1 - '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/types': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4) base-x: 3.0.11 browserslist: 4.28.1 clone: 2.1.2 dotenv: 16.6.1 dotenv-expand: 11.0.7 json5: 2.2.3 - msgpackr: 1.11.9 + msgpackr: 1.11.2 nullthrows: 1.1.1 semver: 7.7.4 transitivePeerDependencies: @@ -23727,15 +24611,15 @@ snapshots: '@parcel/feature-flags@2.16.4': {} - '@parcel/fs@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/fs@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/core': 2.16.4 '@parcel/feature-flags': 2.16.4 '@parcel/rust': 2.16.4 '@parcel/types-internal': 2.16.4 '@parcel/utils': 2.16.4 - '@parcel/watcher': 2.5.6 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/watcher': 2.5.0 + '@parcel/workers': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - napi-wasm @@ -23753,20 +24637,20 @@ snapshots: dependencies: chalk: 4.1.2 - '@parcel/namer-default@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/namer-default@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/node-resolver-core@3.7.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/node-resolver-core@3.7.4(@parcel/core@2.16.4)': dependencies: '@mischnic/json-sourcemap': 0.1.1 '@parcel/diagnostic': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 nullthrows: 1.1.1 @@ -23775,106 +24659,106 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/optimizer-css@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/optimizer-css@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 browserslist: 4.28.1 - lightningcss: 1.32.0 + lightningcss: 1.30.2 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/optimizer-html@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/optimizer-html@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/optimizer-image@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/optimizer-image@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/core': 2.16.4 '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - napi-wasm - '@parcel/optimizer-svg@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/optimizer-svg@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/optimizer-swc@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20)': + '@parcel/optimizer-swc@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - '@swc/helpers' - napi-wasm - '@parcel/package-manager@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20)': + '@parcel/package-manager@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/core': 2.16.4 '@parcel/diagnostic': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4) '@parcel/logger': 2.16.4 - '@parcel/node-resolver-core': 3.7.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/node-resolver-core': 3.7.4(@parcel/core@2.16.4) + '@parcel/types': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4) + '@swc/core': 1.15.3 semver: 7.7.4 transitivePeerDependencies: - '@swc/helpers' - napi-wasm - '@parcel/packager-css@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/packager-css@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 - lightningcss: 1.32.0 + lightningcss: 1.30.2 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/packager-html@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/packager-html@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 - '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/types': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/packager-js@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/packager-js@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/source-map': 2.1.1 - '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/types': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 globals: 13.24.0 nullthrows: 1.1.1 @@ -23882,33 +24766,33 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/packager-raw@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/packager-raw@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/packager-svg@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/packager-svg@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 - '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/types': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/packager-wasm@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/packager-wasm@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/plugin@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/plugin@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/types': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@parcel/core' - napi-wasm @@ -23920,10 +24804,10 @@ snapshots: '@parcel/types-internal': 2.16.4 chrome-trace-event: 1.0.4 - '@parcel/reporter-cli@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/reporter-cli@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/types': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) + '@parcel/types': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 chalk: 4.1.2 term-size: 2.2.1 @@ -23931,19 +24815,19 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/reporter-dev-server@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/reporter-dev-server@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/codeframe': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/reporter-tracer@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/reporter-tracer@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 chrome-trace-event: 1.0.4 nullthrows: 1.1.1 @@ -23951,35 +24835,35 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/resolver-default@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/resolver-default@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/node-resolver-core': 3.7.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/node-resolver-core': 3.7.4(@parcel/core@2.16.4) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/runtime-browser-hmr@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/runtime-browser-hmr@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/runtime-js@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/runtime-js@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/runtime-rsc@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/runtime-rsc@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 nullthrows: 1.1.1 @@ -23987,9 +24871,9 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/runtime-service-worker@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/runtime-service-worker@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 nullthrows: 1.1.1 transitivePeerDependencies: @@ -24035,10 +24919,10 @@ snapshots: dependencies: detect-libc: 1.0.3 - '@parcel/transformer-babel@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-babel@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 browserslist: 4.28.1 @@ -24049,48 +24933,48 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/transformer-css@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-css@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 browserslist: 4.28.1 - lightningcss: 1.32.0 + lightningcss: 1.30.2 nullthrows: 1.1.1 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-html@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-html@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-image@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-image@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/core': 2.16.4 + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4) nullthrows: 1.1.1 transitivePeerDependencies: - napi-wasm - '@parcel/transformer-js@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-js@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/core': 2.16.4 '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/source-map': 2.1.1 '@parcel/utils': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@swc/helpers': 0.5.20 + '@parcel/workers': 2.16.4(@parcel/core@2.16.4) + '@swc/helpers': 0.5.15 browserslist: 4.28.1 nullthrows: 1.1.1 regenerator-runtime: 0.14.1 @@ -24098,25 +24982,25 @@ snapshots: transitivePeerDependencies: - napi-wasm - '@parcel/transformer-json@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-json@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) json5: 2.2.3 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-node@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-node@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-postcss@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-postcss@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 '@parcel/utils': 2.16.4 clone: 2.1.2 @@ -24127,35 +25011,35 @@ snapshots: - '@parcel/core' - napi-wasm - '@parcel/transformer-posthtml@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-posthtml@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-raw@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-raw@2.16.4(@parcel/core@2.16.4)': dependencies: - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-react-refresh-wrap@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-react-refresh-wrap@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/error-overlay': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 react-refresh: 0.16.0 transitivePeerDependencies: - '@parcel/core' - napi-wasm - '@parcel/transformer-svg@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/transformer-svg@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/diagnostic': 2.16.4 - '@parcel/plugin': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/plugin': 2.16.4(@parcel/core@2.16.4) '@parcel/rust': 2.16.4 transitivePeerDependencies: - '@parcel/core' @@ -24168,10 +25052,10 @@ snapshots: '@parcel/source-map': 2.1.1 utility-types: 3.11.0 - '@parcel/types@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': + '@parcel/types@2.16.4(@parcel/core@2.16.4)': dependencies: '@parcel/types-internal': 2.16.4 - '@parcel/workers': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/workers': 2.16.4(@parcel/core@2.16.4) transitivePeerDependencies: - '@parcel/core' - napi-wasm @@ -24189,69 +25073,69 @@ snapshots: transitivePeerDependencies: - napi-wasm - '@parcel/watcher-android-arm64@2.5.6': + '@parcel/watcher-android-arm64@2.5.0': optional: true - '@parcel/watcher-darwin-arm64@2.5.6': + '@parcel/watcher-darwin-arm64@2.5.0': optional: true - '@parcel/watcher-darwin-x64@2.5.6': + '@parcel/watcher-darwin-x64@2.5.0': optional: true - '@parcel/watcher-freebsd-x64@2.5.6': + '@parcel/watcher-freebsd-x64@2.5.0': optional: true - '@parcel/watcher-linux-arm-glibc@2.5.6': + '@parcel/watcher-linux-arm-glibc@2.5.0': optional: true - '@parcel/watcher-linux-arm-musl@2.5.6': + '@parcel/watcher-linux-arm-musl@2.5.0': optional: true - '@parcel/watcher-linux-arm64-glibc@2.5.6': + '@parcel/watcher-linux-arm64-glibc@2.5.0': optional: true - '@parcel/watcher-linux-arm64-musl@2.5.6': + '@parcel/watcher-linux-arm64-musl@2.5.0': optional: true - '@parcel/watcher-linux-x64-glibc@2.5.6': + '@parcel/watcher-linux-x64-glibc@2.5.0': optional: true - '@parcel/watcher-linux-x64-musl@2.5.6': + '@parcel/watcher-linux-x64-musl@2.5.0': optional: true - '@parcel/watcher-win32-arm64@2.5.6': + '@parcel/watcher-win32-arm64@2.5.0': optional: true - '@parcel/watcher-win32-ia32@2.5.6': + '@parcel/watcher-win32-ia32@2.5.0': optional: true - '@parcel/watcher-win32-x64@2.5.6': + '@parcel/watcher-win32-x64@2.5.0': optional: true - '@parcel/watcher@2.5.6': + '@parcel/watcher@2.5.0': dependencies: - detect-libc: 2.1.2 + detect-libc: 1.0.3 is-glob: 4.0.3 + micromatch: 4.0.8 node-addon-api: 7.1.1 - picomatch: 4.0.3 optionalDependencies: - '@parcel/watcher-android-arm64': 2.5.6 - '@parcel/watcher-darwin-arm64': 2.5.6 - '@parcel/watcher-darwin-x64': 2.5.6 - '@parcel/watcher-freebsd-x64': 2.5.6 - '@parcel/watcher-linux-arm-glibc': 2.5.6 - '@parcel/watcher-linux-arm-musl': 2.5.6 - '@parcel/watcher-linux-arm64-glibc': 2.5.6 - '@parcel/watcher-linux-arm64-musl': 2.5.6 - '@parcel/watcher-linux-x64-glibc': 2.5.6 - '@parcel/watcher-linux-x64-musl': 2.5.6 - '@parcel/watcher-win32-arm64': 2.5.6 - '@parcel/watcher-win32-ia32': 2.5.6 - '@parcel/watcher-win32-x64': 2.5.6 - - '@parcel/workers@2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))': - dependencies: - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/watcher-android-arm64': 2.5.0 + '@parcel/watcher-darwin-arm64': 2.5.0 + '@parcel/watcher-darwin-x64': 2.5.0 + '@parcel/watcher-freebsd-x64': 2.5.0 + '@parcel/watcher-linux-arm-glibc': 2.5.0 + '@parcel/watcher-linux-arm-musl': 2.5.0 + '@parcel/watcher-linux-arm64-glibc': 2.5.0 + '@parcel/watcher-linux-arm64-musl': 2.5.0 + '@parcel/watcher-linux-x64-glibc': 2.5.0 + '@parcel/watcher-linux-x64-musl': 2.5.0 + '@parcel/watcher-win32-arm64': 2.5.0 + '@parcel/watcher-win32-ia32': 2.5.0 + '@parcel/watcher-win32-x64': 2.5.0 + + '@parcel/workers@2.16.4(@parcel/core@2.16.4)': + dependencies: + '@parcel/core': 2.16.4 '@parcel/diagnostic': 2.16.4 '@parcel/logger': 2.16.4 '@parcel/profiler': 2.16.4 @@ -24261,59 +25145,59 @@ snapshots: transitivePeerDependencies: - napi-wasm - '@peculiar/asn1-cms@2.6.1': + '@peculiar/asn1-cms@2.6.0': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.1 - '@peculiar/asn1-x509-attr': 2.6.1 + '@peculiar/asn1-x509': 2.6.0 + '@peculiar/asn1-x509-attr': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-csr@2.6.1': + '@peculiar/asn1-csr@2.6.0': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.1 + '@peculiar/asn1-x509': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-ecc@2.6.1': + '@peculiar/asn1-ecc@2.6.0': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.1 + '@peculiar/asn1-x509': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-pfx@2.6.1': + '@peculiar/asn1-pfx@2.6.0': dependencies: - '@peculiar/asn1-cms': 2.6.1 - '@peculiar/asn1-pkcs8': 2.6.1 - '@peculiar/asn1-rsa': 2.6.1 + '@peculiar/asn1-cms': 2.6.0 + '@peculiar/asn1-pkcs8': 2.6.0 + '@peculiar/asn1-rsa': 2.6.0 '@peculiar/asn1-schema': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-pkcs8@2.6.1': + '@peculiar/asn1-pkcs8@2.6.0': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.1 + '@peculiar/asn1-x509': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-pkcs9@2.6.1': + '@peculiar/asn1-pkcs9@2.6.0': dependencies: - '@peculiar/asn1-cms': 2.6.1 - '@peculiar/asn1-pfx': 2.6.1 - '@peculiar/asn1-pkcs8': 2.6.1 + '@peculiar/asn1-cms': 2.6.0 + '@peculiar/asn1-pfx': 2.6.0 + '@peculiar/asn1-pkcs8': 2.6.0 '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.1 - '@peculiar/asn1-x509-attr': 2.6.1 + '@peculiar/asn1-x509': 2.6.0 + '@peculiar/asn1-x509-attr': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-rsa@2.6.1': + '@peculiar/asn1-rsa@2.6.0': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.1 + '@peculiar/asn1-x509': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 @@ -24323,14 +25207,14 @@ snapshots: pvtsutils: 1.3.6 tslib: 2.8.1 - '@peculiar/asn1-x509-attr@2.6.1': + '@peculiar/asn1-x509-attr@2.6.0': dependencies: '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.1 + '@peculiar/asn1-x509': 2.6.0 asn1js: 3.0.7 tslib: 2.8.1 - '@peculiar/asn1-x509@2.6.1': + '@peculiar/asn1-x509@2.6.0': dependencies: '@peculiar/asn1-schema': 2.6.0 asn1js: 3.0.7 @@ -24339,13 +25223,13 @@ snapshots: '@peculiar/x509@1.14.3': dependencies: - '@peculiar/asn1-cms': 2.6.1 - '@peculiar/asn1-csr': 2.6.1 - '@peculiar/asn1-ecc': 2.6.1 - '@peculiar/asn1-pkcs9': 2.6.1 - '@peculiar/asn1-rsa': 2.6.1 + '@peculiar/asn1-cms': 2.6.0 + '@peculiar/asn1-csr': 2.6.0 + '@peculiar/asn1-ecc': 2.6.0 + '@peculiar/asn1-pkcs9': 2.6.0 + '@peculiar/asn1-rsa': 2.6.0 '@peculiar/asn1-schema': 2.6.0 - '@peculiar/asn1-x509': 2.6.1 + '@peculiar/asn1-x509': 2.6.0 pvtsutils: 1.3.6 reflect-metadata: 0.2.2 tslib: 2.8.1 @@ -24364,7 +25248,7 @@ snapshots: '@popperjs/core@2.11.8': {} - '@preact/signals-core@1.14.0': {} + '@preact/signals-core@1.8.0': {} '@prettier/sync@0.6.1(prettier@3.8.1)': dependencies: @@ -24376,15 +25260,13 @@ snapshots: debug: 4.4.3 extract-zip: 2.0.1 progress: 2.0.3 - proxy-agent: 6.5.0 + proxy-agent: 6.4.0 semver: 7.7.4 tar-fs: 3.1.2 unbzip2-stream: 1.4.3 yargs: 17.7.2 transitivePeerDependencies: - - bare-abort-controller - bare-buffer - - react-native-b4a - supports-color '@remix-run/router@1.23.2': {} @@ -24443,7 +25325,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-module-imports': 7.28.6 - '@rollup/pluginutils': 5.3.0(rollup@4.59.0) + '@rollup/pluginutils': 5.1.3(rollup@4.59.0) optionalDependencies: '@types/babel__core': 7.20.5 rollup: 4.59.0 @@ -24458,12 +25340,12 @@ snapshots: glob: 7.2.3 is-reference: 1.2.1 magic-string: 0.25.9 - resolve: 1.22.11 + resolve: 1.22.8 rollup: 4.59.0 '@rollup/plugin-json@6.1.0(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.59.0) + '@rollup/pluginutils': 5.1.3(rollup@4.59.0) optionalDependencies: rollup: 4.59.0 @@ -24474,12 +25356,12 @@ snapshots: deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 - resolve: 1.22.11 + resolve: 1.22.8 rollup: 4.59.0 '@rollup/plugin-node-resolve@15.3.1(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.59.0) + '@rollup/pluginutils': 5.1.3(rollup@4.59.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 @@ -24489,8 +25371,8 @@ snapshots: '@rollup/plugin-replace@5.0.7(rollup@4.59.0)': dependencies: - '@rollup/pluginutils': 5.3.0(rollup@4.59.0) - magic-string: 0.30.21 + '@rollup/pluginutils': 5.1.3(rollup@4.59.0) + magic-string: 0.30.19 optionalDependencies: rollup: 4.59.0 @@ -24498,14 +25380,14 @@ snapshots: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 - picomatch: 2.3.2 + picomatch: 2.3.1 rollup: 4.59.0 - '@rollup/pluginutils@5.3.0(rollup@4.59.0)': + '@rollup/pluginutils@5.1.3(rollup@4.59.0)': dependencies: '@types/estree': 1.0.8 estree-walker: 2.0.2 - picomatch: 4.0.4 + picomatch: 4.0.3 optionalDependencies: rollup: 4.59.0 @@ -24584,26 +25466,26 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.59.0': optional: true - '@rollup/wasm-node@4.60.0': + '@rollup/wasm-node@4.27.3': dependencies: - '@types/estree': 1.0.8 + '@types/estree': 1.0.6 optionalDependencies: fsevents: 2.3.3 '@rtsao/scc@1.1.0': {} - '@schematics/angular@19.2.22(chokidar@4.0.3)': + '@schematics/angular@16.2.16': dependencies: - '@angular-devkit/core': 19.2.22(chokidar@4.0.3) - '@angular-devkit/schematics': 19.2.22(chokidar@4.0.3) - jsonc-parser: 3.3.1 + '@angular-devkit/core': 16.2.16 + '@angular-devkit/schematics': 16.2.16 + jsonc-parser: 3.2.0 transitivePeerDependencies: - chokidar - '@schematics/angular@20.3.21(chokidar@4.0.3)': + '@schematics/angular@20.3.21(chokidar@4.0.1)': dependencies: - '@angular-devkit/core': 20.3.21(chokidar@4.0.3) - '@angular-devkit/schematics': 20.3.21(chokidar@4.0.3) + '@angular-devkit/core': 20.3.21(chokidar@4.0.1) + '@angular-devkit/schematics': 20.3.21(chokidar@4.0.1) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -24620,35 +25502,35 @@ snapshots: dependencies: '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/core@3.2.0': {} + '@sigstore/core@3.0.0': {} '@sigstore/protobuf-specs@0.5.0': {} - '@sigstore/sign@4.1.1': + '@sigstore/sign@4.0.1': dependencies: - '@gar/promise-retry': 1.0.3 '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.2.0 + '@sigstore/core': 3.0.0 '@sigstore/protobuf-specs': 0.5.0 - make-fetch-happen: 15.0.5 - proc-log: 6.1.0 + make-fetch-happen: 15.0.3 + proc-log: 5.0.0 + promise-retry: 2.0.1 transitivePeerDependencies: - supports-color - '@sigstore/tuf@4.0.2': + '@sigstore/tuf@4.0.0': dependencies: '@sigstore/protobuf-specs': 0.5.0 - tuf-js: 4.1.0 + tuf-js: 4.0.0 transitivePeerDependencies: - supports-color - '@sigstore/verify@3.1.0': + '@sigstore/verify@3.0.0': dependencies: '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.2.0 + '@sigstore/core': 3.0.0 '@sigstore/protobuf-specs': 0.5.0 - '@sinclair/typebox@0.27.10': {} + '@sinclair/typebox@0.27.8': {} '@sinclair/typebox@0.34.48': {} @@ -24664,15 +25546,18 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers@15.1.1': + '@sinonjs/fake-timers@13.0.5': dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/samsam@8.0.3': + '@sinonjs/samsam@8.0.2': dependencies: '@sinonjs/commons': 3.0.1 + lodash.get: 4.4.2 type-detect: 4.1.0 + '@sinonjs/text-encoding@0.7.3': {} + '@so-ric/colorspace@1.1.6': dependencies: color: 5.0.3 @@ -24680,12 +25565,12 @@ snapshots: '@socket.io/component-emitter@3.1.2': {} - '@standard-schema/spec@1.1.0': {} + '@standard-schema/spec@1.0.0': {} - '@storybook/addon-docs@10.1.9(@types/react@18.3.28)(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4))': + '@storybook/addon-docs@10.1.9(@types/react@18.3.28)(esbuild@0.27.2)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2))': dependencies: '@mdx-js/react': 3.1.1(@types/react@18.3.28)(react@18.3.1) - '@storybook/csf-plugin': 10.1.9(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + '@storybook/csf-plugin': 10.1.9(esbuild@0.27.2)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) '@storybook/icons': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 @@ -24706,32 +25591,32 @@ snapshots: optionalDependencies: react: 18.3.1 - '@storybook/addon-webpack5-compiler-swc@4.0.2(@swc/helpers@0.5.20)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4))': + '@storybook/addon-webpack5-compiler-swc@4.0.2(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2))': dependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - swc-loader: 0.2.7(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + swc-loader: 0.2.6(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) transitivePeerDependencies: - '@swc/helpers' - webpack - '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))': + '@storybook/builder-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)) + '@vitest/mocker': 3.2.4(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) case-sensitive-paths-webpack-plugin: 2.4.0 - cjs-module-lexer: 1.4.3 - css-loader: 7.1.4(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + cjs-module-lexer: 1.4.1 + css-loader: 7.1.2(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) es-module-lexer: 1.7.0 - fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) - html-webpack-plugin: 5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) magic-string: 0.30.21 storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - style-loader: 4.0.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) - terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + style-loader: 4.0.0(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) ts-dedent: 2.2.0 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) - webpack-dev-middleware: 6.1.3(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) + webpack-dev-middleware: 6.1.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) webpack-hot-middleware: 2.26.1 webpack-virtual-modules: 0.6.2 optionalDependencies: @@ -24750,15 +25635,15 @@ snapshots: storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ts-dedent: 2.2.0 - '@storybook/csf-plugin@10.1.9(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4))': + '@storybook/csf-plugin@10.1.9(esbuild@0.27.2)(rollup@4.59.0)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2))': dependencies: storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) unplugin: 2.3.11 optionalDependencies: - esbuild: 0.27.4 + esbuild: 0.27.2 rollup: 4.59.0 - vite: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) '@storybook/global@5.0.0': {} @@ -24767,11 +25652,11 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@storybook/preset-react-webpack@10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': + '@storybook/preset-react-webpack@10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)': dependencies: '@storybook/core-webpack': 10.1.9(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) - '@types/semver': 7.7.1 + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) + '@types/semver': 7.5.8 magic-string: 0.30.21 react: 18.3.1 react-docgen: 7.1.1 @@ -24780,7 +25665,7 @@ snapshots: semver: 7.7.4 storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tsconfig-paths: 4.2.0 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -24790,17 +25675,17 @@ snapshots: - uglify-js - webpack-cli - '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4))': + '@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2))': dependencies: debug: 4.4.3 endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 micromatch: 4.0.8 - react-docgen-typescript: 2.4.0(typescript@5.9.3) + react-docgen-typescript: 2.2.2(typescript@5.9.3) tslib: 2.8.1 typescript: 5.9.3 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) transitivePeerDependencies: - supports-color @@ -24810,10 +25695,10 @@ snapshots: react-dom: 18.3.1(react@18.3.1) storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@storybook/react-webpack5@10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))': + '@storybook/react-webpack5@10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': dependencies: - '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3)) - '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) + '@storybook/builder-webpack5': 10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3)) + '@storybook/preset-react-webpack': 10.1.9(@swc/core@1.15.3)(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) '@storybook/react': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.9.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -24835,7 +25720,7 @@ snapshots: '@storybook/global': 5.0.0 '@storybook/react-dom-shim': 10.1.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 - react-docgen: 8.0.3 + react-docgen: 8.0.2 react-dom: 18.3.1(react@18.3.1) storybook: 10.2.10(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: @@ -24846,75 +25731,66 @@ snapshots: '@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1))': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/types': 8.57.1 eslint: 9.39.4(jiti@2.6.1) eslint-visitor-keys: 4.2.1 espree: 10.4.0 estraverse: 5.3.0 - picomatch: 4.0.4 - - '@swc/core-darwin-arm64@1.15.21': - optional: true - - '@swc/core-darwin-x64@1.15.21': - optional: true + picomatch: 4.0.3 - '@swc/core-linux-arm-gnueabihf@1.15.21': + '@swc/core-darwin-arm64@1.15.3': optional: true - '@swc/core-linux-arm64-gnu@1.15.21': + '@swc/core-darwin-x64@1.15.3': optional: true - '@swc/core-linux-arm64-musl@1.15.21': + '@swc/core-linux-arm-gnueabihf@1.15.3': optional: true - '@swc/core-linux-ppc64-gnu@1.15.21': + '@swc/core-linux-arm64-gnu@1.15.3': optional: true - '@swc/core-linux-s390x-gnu@1.15.21': + '@swc/core-linux-arm64-musl@1.15.3': optional: true - '@swc/core-linux-x64-gnu@1.15.21': + '@swc/core-linux-x64-gnu@1.15.3': optional: true - '@swc/core-linux-x64-musl@1.15.21': + '@swc/core-linux-x64-musl@1.15.3': optional: true - '@swc/core-win32-arm64-msvc@1.15.21': + '@swc/core-win32-arm64-msvc@1.15.3': optional: true - '@swc/core-win32-ia32-msvc@1.15.21': + '@swc/core-win32-ia32-msvc@1.15.3': optional: true - '@swc/core-win32-x64-msvc@1.15.21': + '@swc/core-win32-x64-msvc@1.15.3': optional: true - '@swc/core@1.15.21(@swc/helpers@0.5.20)': + '@swc/core@1.15.3': dependencies: '@swc/counter': 0.1.3 - '@swc/types': 0.1.26 - optionalDependencies: - '@swc/core-darwin-arm64': 1.15.21 - '@swc/core-darwin-x64': 1.15.21 - '@swc/core-linux-arm-gnueabihf': 1.15.21 - '@swc/core-linux-arm64-gnu': 1.15.21 - '@swc/core-linux-arm64-musl': 1.15.21 - '@swc/core-linux-ppc64-gnu': 1.15.21 - '@swc/core-linux-s390x-gnu': 1.15.21 - '@swc/core-linux-x64-gnu': 1.15.21 - '@swc/core-linux-x64-musl': 1.15.21 - '@swc/core-win32-arm64-msvc': 1.15.21 - '@swc/core-win32-ia32-msvc': 1.15.21 - '@swc/core-win32-x64-msvc': 1.15.21 - '@swc/helpers': 0.5.20 + '@swc/types': 0.1.25 + optionalDependencies: + '@swc/core-darwin-arm64': 1.15.3 + '@swc/core-darwin-x64': 1.15.3 + '@swc/core-linux-arm-gnueabihf': 1.15.3 + '@swc/core-linux-arm64-gnu': 1.15.3 + '@swc/core-linux-arm64-musl': 1.15.3 + '@swc/core-linux-x64-gnu': 1.15.3 + '@swc/core-linux-x64-musl': 1.15.3 + '@swc/core-win32-arm64-msvc': 1.15.3 + '@swc/core-win32-ia32-msvc': 1.15.3 + '@swc/core-win32-x64-msvc': 1.15.3 '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.20': + '@swc/helpers@0.5.15': dependencies: tslib: 2.8.1 - '@swc/types@0.1.26': + '@swc/types@0.1.25': dependencies: '@swc/counter': 0.1.3 @@ -24927,7 +25803,7 @@ snapshots: '@testing-library/dom@10.4.1': dependencies: '@babel/code-frame': 7.29.0 - '@babel/runtime': 7.29.2 + '@babel/runtime': 7.28.6 '@types/aria-query': 5.0.4 aria-query: 5.3.0 dom-accessibility-api: 0.5.16 @@ -24938,7 +25814,7 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: '@babel/code-frame': 7.29.0 - '@babel/runtime': 7.29.2 + '@babel/runtime': 7.28.6 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -24946,9 +25822,19 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 + '@testing-library/jest-dom@6.6.3': + dependencies: + '@adobe/css-tools': 4.4.1 + aria-query: 5.3.2 + chalk: 3.0.0 + css.escape: 1.5.1 + dom-accessibility-api: 0.6.3 + lodash: 4.17.23 + redent: 3.0.0 + '@testing-library/jest-dom@6.9.1': dependencies: - '@adobe/css-tools': 4.4.4 + '@adobe/css-tools': 4.4.1 aria-query: 5.3.2 css.escape: 1.5.1 dom-accessibility-api: 0.6.3 @@ -24957,7 +25843,7 @@ snapshots: '@testing-library/react@14.3.1(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.29.2 + '@babel/runtime': 7.26.10 '@testing-library/dom': 9.3.4 '@types/react-dom': 18.3.7(@types/react@18.3.28) react: 18.3.1 @@ -24980,7 +25866,7 @@ snapshots: mkdirp: 3.0.1 path-browserify: 1.0.1 - '@tsconfig/node10@1.0.12': {} + '@tsconfig/node10@1.0.11': {} '@tsconfig/node12@1.0.11': {} @@ -24990,10 +25876,10 @@ snapshots: '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@4.1.0': + '@tufjs/models@4.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 - minimatch: 10.2.4 + minimatch: 9.0.9 '@tybys/wasm-util@0.10.1': dependencies: @@ -25009,12 +25895,12 @@ snapshots: '@types/babel__core@7.20.5': dependencies: '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 - '@types/babel__generator': 7.27.0 + '@babel/types': 7.28.6 + '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.28.0 - '@types/babel__generator@7.27.0': + '@types/babel__generator@7.6.8': dependencies: '@babel/types': 7.29.0 @@ -25023,11 +25909,15 @@ snapshots: '@babel/parser': 7.29.0 '@babel/types': 7.29.0 + '@types/babel__traverse@7.20.6': + dependencies: + '@babel/types': 7.29.0 + '@types/babel__traverse@7.28.0': dependencies: '@babel/types': 7.29.0 - '@types/body-parser@1.19.6': + '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 '@types/node': 20.19.37 @@ -25052,20 +25942,22 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: - '@types/express-serve-static-core': 4.19.8 + '@types/express-serve-static-core': 5.0.1 '@types/node': 20.19.37 '@types/connect@3.4.38': dependencies: '@types/node': 20.19.37 - '@types/cors@2.8.19': + '@types/cookie@0.4.1': {} + + '@types/cors@2.8.17': dependencies: '@types/node': 20.19.37 - '@types/debug@4.1.13': + '@types/debug@4.1.12': dependencies: - '@types/ms': 2.1.0 + '@types/ms': 0.7.34 '@types/deep-eql@4.0.2': {} @@ -25104,23 +25996,32 @@ snapshots: '@types/estree@0.0.46': {} + '@types/estree@1.0.6': {} + '@types/estree@1.0.8': {} '@types/expect@1.20.4': {} - '@types/express-serve-static-core@4.19.8': + '@types/express-serve-static-core@4.19.6': dependencies: '@types/node': 20.19.37 - '@types/qs': 6.15.0 + '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 - '@types/send': 1.2.1 + '@types/send': 0.17.4 + + '@types/express-serve-static-core@5.0.1': + dependencies: + '@types/node': 20.19.37 + '@types/qs': 6.9.17 + '@types/range-parser': 1.2.7 + '@types/send': 0.17.4 '@types/express@4.17.25': dependencies: - '@types/body-parser': 1.19.6 - '@types/express-serve-static-core': 4.19.8 - '@types/qs': 6.15.0 - '@types/serve-static': 1.15.10 + '@types/body-parser': 1.19.5 + '@types/express-serve-static-core': 4.19.6 + '@types/qs': 6.9.17 + '@types/serve-static': 1.15.7 '@types/extend@3.0.4': {} @@ -25131,7 +26032,7 @@ snapshots: '@types/fs-extra@11.0.2': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.19.37 + '@types/node': 20.12.8 '@types/fs-extra@11.0.4': dependencies: @@ -25153,9 +26054,9 @@ snapshots: '@types/html-minifier-terser@6.1.0': {} - '@types/http-errors@2.0.5': {} + '@types/http-errors@2.0.4': {} - '@types/http-proxy@1.17.17': + '@types/http-proxy@1.17.15': dependencies: '@types/node': 20.19.37 @@ -25180,13 +26081,13 @@ snapshots: '@types/jquery@3.5.34': dependencies: - '@types/sizzle': 2.3.10 + '@types/sizzle': 2.3.9 '@types/jsdom@20.0.1': dependencies: '@types/node': 20.19.37 '@types/tough-cookie': 4.0.5 - parse5: 7.3.0 + parse5: 7.2.1 '@types/json-schema@7.0.15': {} @@ -25212,14 +26113,14 @@ snapshots: '@types/minimist@1.2.5': {} - '@types/ms@2.1.0': {} + '@types/ms@0.7.34': {} - '@types/node-fetch@2.6.13': + '@types/node-fetch@2.6.12': dependencies: '@types/node': 20.19.37 form-data: 4.0.5 - '@types/node-forge@1.3.14': + '@types/node-forge@1.3.11': dependencies: '@types/node': 20.19.37 @@ -25227,6 +26128,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@18.19.64': + dependencies: + undici-types: 5.26.5 + '@types/node@20.11.17': dependencies: undici-types: 5.26.5 @@ -25243,6 +26148,10 @@ snapshots: dependencies: undici-types: 6.21.0 + '@types/node@25.5.0': + dependencies: + undici-types: 7.18.2 + '@types/normalize-package-data@2.4.4': {} '@types/normalize-path@3.0.2': {} @@ -25253,9 +26162,9 @@ snapshots: '@types/parse5@6.0.3': {} - '@types/prop-types@15.7.15': {} + '@types/prop-types@15.7.13': {} - '@types/qs@6.15.0': {} + '@types/qs@6.9.17': {} '@types/raf@3.4.3': {} @@ -25275,24 +26184,24 @@ snapshots: '@types/react@16.14.69': dependencies: - '@types/prop-types': 15.7.15 + '@types/prop-types': 15.7.13 '@types/scheduler': 0.16.8 csstype: 3.2.3 '@types/react@17.0.91': dependencies: - '@types/prop-types': 15.7.15 + '@types/prop-types': 15.7.13 '@types/scheduler': 0.16.8 csstype: 3.2.3 '@types/react@18.3.28': dependencies: - '@types/prop-types': 15.7.15 + '@types/prop-types': 15.7.13 csstype: 3.2.3 '@types/react@19.1.2': dependencies: - csstype: 3.2.3 + csstype: 3.1.3 '@types/resolve@1.17.1': dependencies: @@ -25306,33 +26215,29 @@ snapshots: '@types/scheduler@0.16.8': {} - '@types/semver@7.7.1': {} + '@types/semver@7.5.8': {} - '@types/send@0.17.6': + '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 '@types/node': 20.19.37 - '@types/send@1.2.1': - dependencies: - '@types/node': 20.19.37 - '@types/serve-index@1.9.4': dependencies: '@types/express': 4.17.25 - '@types/serve-static@1.15.10': + '@types/serve-static@1.15.7': dependencies: - '@types/http-errors': 2.0.5 + '@types/http-errors': 2.0.4 '@types/node': 20.19.37 - '@types/send': 0.17.6 + '@types/send': 0.17.4 '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 '@types/node': 20.19.37 - '@types/sizzle@2.3.10': {} + '@types/sizzle@2.3.9': {} '@types/sockjs@0.3.36': dependencies: @@ -25343,9 +26248,9 @@ snapshots: '@types/tar-fs@2.0.4': dependencies: '@types/node': 20.19.37 - '@types/tar-stream': 3.1.4 + '@types/tar-stream': 3.1.3 - '@types/tar-stream@3.1.4': + '@types/tar-stream@3.1.3': dependencies: '@types/node': 20.19.37 @@ -25365,7 +26270,7 @@ snapshots: '@types/expect': 1.20.4 '@types/node': 20.19.37 - '@types/ws@8.18.1': + '@types/ws@8.5.13': dependencies: '@types/node': 20.19.37 @@ -25394,7 +26299,7 @@ snapshots: ignore: 5.3.2 natural-compare: 1.4.0 semver: 7.7.4 - ts-api-utils: 1.4.3(typescript@5.9.3) + ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -25411,7 +26316,7 @@ snapshots: eslint: 9.39.4(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.5.0(typescript@4.9.5) + ts-api-utils: 2.4.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -25427,7 +26332,7 @@ snapshots: eslint: 9.39.4(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.5.0(typescript@5.8.3) + ts-api-utils: 2.4.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -25443,7 +26348,7 @@ snapshots: eslint: 9.39.4(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.5.0(typescript@5.9.3) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -25533,7 +26438,7 @@ snapshots: '@typescript-eslint/project-service@8.52.0(typescript@4.9.5)': dependencies: '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@4.9.5) - '@typescript-eslint/types': 8.52.0 + '@typescript-eslint/types': 8.54.0 debug: 4.4.3 typescript: 4.9.5 transitivePeerDependencies: @@ -25542,7 +26447,7 @@ snapshots: '@typescript-eslint/project-service@8.52.0(typescript@5.8.3)': dependencies: '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.8.3) - '@typescript-eslint/types': 8.52.0 + '@typescript-eslint/types': 8.54.0 debug: 4.4.3 typescript: 5.8.3 transitivePeerDependencies: @@ -25551,34 +26456,7 @@ snapshots: '@typescript-eslint/project-service@8.52.0(typescript@5.9.3)': dependencies: '@typescript-eslint/tsconfig-utils': 8.52.0(typescript@5.9.3) - '@typescript-eslint/types': 8.52.0 - debug: 4.4.3 - typescript: 5.9.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/project-service@8.57.2(typescript@4.9.5)': - dependencies: - '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@4.9.5) - '@typescript-eslint/types': 8.57.2 - debug: 4.4.3 - typescript: 4.9.5 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/project-service@8.57.2(typescript@5.8.3)': - dependencies: - '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.8.3) - '@typescript-eslint/types': 8.57.2 - debug: 4.4.3 - typescript: 5.8.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/project-service@8.57.2(typescript@5.9.3)': - dependencies: - '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3) - '@typescript-eslint/types': 8.57.2 + '@typescript-eslint/types': 8.54.0 debug: 4.4.3 typescript: 5.9.3 transitivePeerDependencies: @@ -25604,11 +26482,6 @@ snapshots: '@typescript-eslint/types': 8.52.0 '@typescript-eslint/visitor-keys': 8.52.0 - '@typescript-eslint/scope-manager@8.57.2': - dependencies: - '@typescript-eslint/types': 8.57.2 - '@typescript-eslint/visitor-keys': 8.57.2 - '@typescript-eslint/tsconfig-utils@8.52.0(typescript@4.9.5)': dependencies: typescript: 4.9.5 @@ -25621,25 +26494,13 @@ snapshots: dependencies: typescript: 5.9.3 - '@typescript-eslint/tsconfig-utils@8.57.2(typescript@4.9.5)': - dependencies: - typescript: 4.9.5 - - '@typescript-eslint/tsconfig-utils@8.57.2(typescript@5.8.3)': - dependencies: - typescript: 5.8.3 - - '@typescript-eslint/tsconfig-utils@8.57.2(typescript@5.9.3)': - dependencies: - typescript: 5.9.3 - '@typescript-eslint/type-utils@6.21.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) '@typescript-eslint/utils': 6.21.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 1.4.3(typescript@5.9.3) + ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -25652,7 +26513,7 @@ snapshots: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 2.5.0(typescript@4.9.5) + ts-api-utils: 2.4.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -25664,7 +26525,7 @@ snapshots: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 2.5.0(typescript@5.8.3) + ts-api-utils: 2.4.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -25676,7 +26537,7 @@ snapshots: '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3 eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 2.5.0(typescript@5.9.3) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -25691,7 +26552,9 @@ snapshots: '@typescript-eslint/types@8.52.0': {} - '@typescript-eslint/types@8.57.2': {} + '@typescript-eslint/types@8.54.0': {} + + '@typescript-eslint/types@8.57.1': {} '@typescript-eslint/typescript-estree@3.10.1(typescript@3.9.10)': dependencies: @@ -25745,7 +26608,7 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.9 semver: 7.7.4 - ts-api-utils: 1.4.3(typescript@5.9.3) + ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -25760,7 +26623,7 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.9 semver: 7.7.4 - ts-api-utils: 1.4.3(typescript@5.9.3) + ts-api-utils: 1.4.0(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -25776,7 +26639,7 @@ snapshots: minimatch: 9.0.9 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.5.0(typescript@4.9.5) + ts-api-utils: 2.4.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -25791,7 +26654,7 @@ snapshots: minimatch: 9.0.9 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.5.0(typescript@5.8.3) + ts-api-utils: 2.4.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -25806,52 +26669,7 @@ snapshots: minimatch: 9.0.9 semver: 7.7.4 tinyglobby: 0.2.15 - ts-api-utils: 2.5.0(typescript@5.9.3) - typescript: 5.9.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/typescript-estree@8.57.2(typescript@4.9.5)': - dependencies: - '@typescript-eslint/project-service': 8.57.2(typescript@4.9.5) - '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@4.9.5) - '@typescript-eslint/types': 8.57.2 - '@typescript-eslint/visitor-keys': 8.57.2 - debug: 4.4.3 - minimatch: 10.2.4 - semver: 7.7.4 - tinyglobby: 0.2.15 - ts-api-utils: 2.5.0(typescript@4.9.5) - typescript: 4.9.5 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/typescript-estree@8.57.2(typescript@5.8.3)': - dependencies: - '@typescript-eslint/project-service': 8.57.2(typescript@5.8.3) - '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.8.3) - '@typescript-eslint/types': 8.57.2 - '@typescript-eslint/visitor-keys': 8.57.2 - debug: 4.4.3 - minimatch: 10.2.4 - semver: 7.7.4 - tinyglobby: 0.2.15 - ts-api-utils: 2.5.0(typescript@5.8.3) - typescript: 5.8.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/typescript-estree@8.57.2(typescript@5.9.3)': - dependencies: - '@typescript-eslint/project-service': 8.57.2(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3) - '@typescript-eslint/types': 8.57.2 - '@typescript-eslint/visitor-keys': 8.57.2 - debug: 4.4.3 - minimatch: 10.2.4 - semver: 7.7.4 - tinyglobby: 0.2.15 - ts-api-utils: 2.5.0(typescript@5.9.3) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -25860,7 +26678,7 @@ snapshots: dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) '@types/json-schema': 7.0.15 - '@types/semver': 7.7.1 + '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5) @@ -25875,7 +26693,7 @@ snapshots: dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) '@types/json-schema': 7.0.15 - '@types/semver': 7.7.1 + '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) @@ -25929,39 +26747,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5)': - dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.57.2 - '@typescript-eslint/types': 8.57.2 - '@typescript-eslint/typescript-estree': 8.57.2(typescript@4.9.5) - eslint: 9.39.4(jiti@2.6.1) - typescript: 4.9.5 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/utils@8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3)': - dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.57.2 - '@typescript-eslint/types': 8.57.2 - '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.8.3) - eslint: 9.39.4(jiti@2.6.1) - typescript: 5.8.3 - transitivePeerDependencies: - - supports-color - - '@typescript-eslint/utils@8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)': - dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.57.2 - '@typescript-eslint/types': 8.57.2 - '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3) - eslint: 9.39.4(jiti@2.6.1) - typescript: 5.9.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/visitor-keys@3.10.1': dependencies: eslint-visitor-keys: 1.3.0 @@ -25986,11 +26771,6 @@ snapshots: '@typescript-eslint/types': 8.52.0 eslint-visitor-keys: 4.2.1 - '@typescript-eslint/visitor-keys@8.57.2': - dependencies: - '@typescript-eslint/types': 8.57.2 - eslint-visitor-keys: 5.0.1 - '@ungap/structured-clone@1.3.0': {} '@unrs/resolver-binding-android-arm-eabi@1.11.1': @@ -26052,24 +26832,24 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': dependencies: - vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3))': dependencies: - vite: 7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3) - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3))': dependencies: - vite: 7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3) + vite: 7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3) optional: true - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3))': dependencies: - vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) + vite: 7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3) - '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))': + '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) @@ -26077,14 +26857,14 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) + vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))(vue@3.5.31(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.4(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))(vue@3.5.13(typescript@5.8.3))': dependencies: - vite: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) - vue: 3.5.31(typescript@5.8.3) + vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) + vue: 3.5.13(typescript@5.8.3) '@vitest/expect@3.2.4': dependencies: @@ -26094,13 +26874,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3))': + '@vitest/mocker@3.2.4(vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3) + vite: 6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3) '@vitest/pretty-format@3.2.4': dependencies: @@ -26150,11 +26930,11 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.31': + '@vue/compiler-core@3.5.13': dependencies: - '@babel/parser': 7.29.2 - '@vue/shared': 3.5.31 - entities: 7.0.1 + '@babel/parser': 7.29.0 + '@vue/shared': 3.5.13 + entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 @@ -26173,10 +26953,10 @@ snapshots: '@vue/compiler-core': 3.4.27 '@vue/shared': 3.4.27 - '@vue/compiler-dom@3.5.31': + '@vue/compiler-dom@3.5.13': dependencies: - '@vue/compiler-core': 3.5.31 - '@vue/shared': 3.5.31 + '@vue/compiler-core': 3.5.13 + '@vue/shared': 3.5.13 '@vue/compiler-sfc@3.2.47': dependencies: @@ -26193,36 +26973,36 @@ snapshots: '@vue/compiler-sfc@3.3.4': dependencies: - '@babel/parser': 7.29.0 + '@babel/parser': 7.23.9 '@vue/compiler-core': 3.3.4 '@vue/compiler-dom': 3.3.4 '@vue/compiler-ssr': 3.3.4 '@vue/reactivity-transform': 3.3.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 - magic-string: 0.30.21 + magic-string: 0.30.13 postcss: 8.4.38 source-map-js: 1.2.1 '@vue/compiler-sfc@3.4.27': dependencies: - '@babel/parser': 7.29.0 + '@babel/parser': 7.26.2 '@vue/compiler-core': 3.4.27 '@vue/compiler-dom': 3.4.27 '@vue/compiler-ssr': 3.4.27 '@vue/shared': 3.4.27 estree-walker: 2.0.2 - magic-string: 0.30.21 + magic-string: 0.30.13 postcss: 8.4.38 source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.31': + '@vue/compiler-sfc@3.5.13': dependencies: - '@babel/parser': 7.29.2 - '@vue/compiler-core': 3.5.31 - '@vue/compiler-dom': 3.5.31 - '@vue/compiler-ssr': 3.5.31 - '@vue/shared': 3.5.31 + '@babel/parser': 7.29.0 + '@vue/compiler-core': 3.5.13 + '@vue/compiler-dom': 3.5.13 + '@vue/compiler-ssr': 3.5.13 + '@vue/shared': 3.5.13 estree-walker: 2.0.2 magic-string: 0.30.21 postcss: 8.5.8 @@ -26243,10 +27023,10 @@ snapshots: '@vue/compiler-dom': 3.4.27 '@vue/shared': 3.4.27 - '@vue/compiler-ssr@3.5.31': + '@vue/compiler-ssr@3.5.13': dependencies: - '@vue/compiler-dom': 3.5.31 - '@vue/shared': 3.5.31 + '@vue/compiler-dom': 3.5.13 + '@vue/shared': 3.5.13 '@vue/compiler-vue2@2.7.16': dependencies: @@ -26270,13 +27050,13 @@ snapshots: '@vue/language-core@3.0.8(typescript@5.9.3)': dependencies: '@volar/language-core': 2.4.23 - '@vue/compiler-dom': 3.5.31 + '@vue/compiler-dom': 3.5.13 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.31 - alien-signals: 2.0.8 + '@vue/shared': 3.5.13 + alien-signals: 2.0.7 muggle-string: 0.4.1 path-browserify: 1.0.1 - picomatch: 4.0.4 + picomatch: 4.0.3 optionalDependencies: typescript: 5.9.3 @@ -26304,9 +27084,9 @@ snapshots: dependencies: '@vue/shared': 3.4.27 - '@vue/reactivity@3.5.31': + '@vue/reactivity@3.5.13': dependencies: - '@vue/shared': 3.5.31 + '@vue/shared': 3.5.13 '@vue/runtime-core@3.2.47': dependencies: @@ -26318,10 +27098,10 @@ snapshots: '@vue/reactivity': 3.4.27 '@vue/shared': 3.4.27 - '@vue/runtime-core@3.5.31': + '@vue/runtime-core@3.5.13': dependencies: - '@vue/reactivity': 3.5.31 - '@vue/shared': 3.5.31 + '@vue/reactivity': 3.5.13 + '@vue/shared': 3.5.13 '@vue/runtime-dom@3.2.47': dependencies: @@ -26335,11 +27115,11 @@ snapshots: '@vue/shared': 3.4.27 csstype: 3.2.3 - '@vue/runtime-dom@3.5.31': + '@vue/runtime-dom@3.5.13': dependencies: - '@vue/reactivity': 3.5.31 - '@vue/runtime-core': 3.5.31 - '@vue/shared': 3.5.31 + '@vue/reactivity': 3.5.13 + '@vue/runtime-core': 3.5.13 + '@vue/shared': 3.5.13 csstype: 3.2.3 '@vue/server-renderer@3.2.47(vue@3.2.47)': @@ -26354,17 +27134,11 @@ snapshots: '@vue/shared': 3.4.27 vue: 3.4.27(typescript@5.9.3) - '@vue/server-renderer@3.5.31(vue@3.5.31(typescript@5.8.3))': - dependencies: - '@vue/compiler-ssr': 3.5.31 - '@vue/shared': 3.5.31 - vue: 3.5.31(typescript@5.8.3) - - '@vue/server-renderer@3.5.31(vue@3.5.31(typescript@5.9.3))': + '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.3))': dependencies: - '@vue/compiler-ssr': 3.5.31 - '@vue/shared': 3.5.31 - vue: 3.5.31(typescript@5.9.3) + '@vue/compiler-ssr': 3.5.13 + '@vue/shared': 3.5.13 + vue: 3.5.13(typescript@5.8.3) '@vue/shared@3.2.47': {} @@ -26374,16 +27148,16 @@ snapshots: '@vue/shared@3.4.27': {} - '@vue/shared@3.5.31': {} + '@vue/shared@3.5.13': {} '@vue/test-utils@2.0.0-beta.7(vue@3.2.47)': dependencies: vue: 3.2.47 - '@vue/tsconfig@0.9.0(typescript@5.9.3)(vue@3.5.31(typescript@5.9.3))': + '@vue/tsconfig@0.9.0(typescript@5.9.3)(vue@3.4.27(typescript@5.9.3))': optionalDependencies: typescript: 5.9.3 - vue: 3.5.31(typescript@5.9.3) + vue: 3.4.27(typescript@5.9.3) '@webassemblyjs/ast@1.14.1': dependencies: @@ -26465,22 +27239,22 @@ snapshots: '@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.105.4)': dependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@4.10.0) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0) webpack-cli: 4.10.0(webpack@5.105.4) '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.105.4)': dependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) '@webpack-cli/info@1.5.0(webpack-cli@4.10.0)': dependencies: - envinfo: 7.21.0 + envinfo: 7.14.0 webpack-cli: 4.10.0(webpack@5.105.4) '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.105.4)': dependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) '@webpack-cli/serve@1.7.0(webpack-cli@4.10.0)': @@ -26489,10 +27263,10 @@ snapshots: '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack-dev-server@5.2.3)(webpack@5.105.4)': dependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) optionalDependencies: - webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4) + webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.4) '@xtuc/ieee754@1.2.0': {} @@ -26539,12 +27313,16 @@ snapshots: acorn-globals@7.0.1: dependencies: acorn: 8.16.0 - acorn-walk: 8.3.5 + acorn-walk: 8.3.4 acorn-hammerhead@0.6.2: dependencies: '@types/estree': 0.0.46 + acorn-import-phases@1.0.4(acorn@8.15.0): + dependencies: + acorn: 8.15.0 + acorn-import-phases@1.0.4(acorn@8.16.0): dependencies: acorn: 8.16.0 @@ -26565,12 +27343,14 @@ snapshots: acorn-walk@7.2.0: {} - acorn-walk@8.3.5: + acorn-walk@8.3.4: dependencies: - acorn: 8.16.0 + acorn: 8.15.0 acorn@7.4.1: {} + acorn@8.15.0: {} + acorn@8.16.0: {} address@1.2.2: {} @@ -26580,7 +27360,7 @@ snapshots: adjust-sourcemap-loader@4.0.0: dependencies: loader-utils: 2.0.4 - regex-parser: 2.3.1 + regex-parser: 2.3.0 agent-base@6.0.2: dependencies: @@ -26588,9 +27368,9 @@ snapshots: transitivePeerDependencies: - supports-color - agent-base@7.1.4: {} + agent-base@7.1.3: {} - agentkeepalive@4.6.0: + agentkeepalive@4.5.0: dependencies: humanize-ms: 1.2.1 @@ -26602,13 +27382,13 @@ snapshots: airbnb-prop-types@2.16.0(react@16.14.0): dependencies: array.prototype.find: 2.2.3 - function.prototype.name: 1.1.8 - is-regex: 1.2.1 + function.prototype.name: 1.1.6 + is-regex: 1.1.4 object-is: 1.1.6 object.assign: 4.1.7 object.entries: 1.1.9 prop-types: 15.8.1 - prop-types-exact: 1.2.7 + prop-types-exact: 1.2.5 react: 16.14.0 react-is: 16.13.1 @@ -26616,6 +27396,10 @@ snapshots: dependencies: ajv: 6.14.0 + ajv-formats@2.1.1(ajv@8.12.0): + optionalDependencies: + ajv: 8.12.0 + ajv-formats@2.1.1(ajv@8.18.0): optionalDependencies: ajv: 8.18.0 @@ -26640,10 +27424,24 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 + ajv@8.12.0: + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + + ajv@8.17.1: + dependencies: + fast-deep-equal: 3.1.3 + fast-uri: 3.0.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.0 + fast-uri: 3.0.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -26681,7 +27479,7 @@ snapshots: '@algolia/requester-fetch': 5.46.2 '@algolia/requester-node-http': 5.46.2 - alien-signals@2.0.8: {} + alien-signals@2.0.7: {} amdefine@1.0.1: {} @@ -26705,7 +27503,7 @@ snapshots: dependencies: type-fest: 1.4.0 - ansi-escapes@7.3.0: + ansi-escapes@7.0.0: dependencies: environment: 1.1.0 @@ -26725,7 +27523,7 @@ snapshots: ansi-regex@5.0.1: {} - ansi-regex@6.2.2: {} + ansi-regex@6.1.0: {} ansi-styles@2.2.1: {} @@ -26739,7 +27537,7 @@ snapshots: ansi-styles@5.2.0: {} - ansi-styles@6.2.3: {} + ansi-styles@6.2.1: {} ansi-wrap@0.1.0: {} @@ -26758,7 +27556,7 @@ snapshots: anymatch@3.1.3: dependencies: normalize-path: 3.0.0 - picomatch: 2.3.2 + picomatch: 2.3.1 app-module-path@2.2.0: {} @@ -26785,12 +27583,8 @@ snapshots: buffer-crc32: 1.0.0 readable-stream: 4.7.0 readdir-glob: 1.1.3 - tar-stream: 3.1.8 + tar-stream: 3.1.7 zip-stream: 6.0.1 - transitivePeerDependencies: - - bare-abort-controller - - bare-buffer - - react-native-b4a archy@1.0.0: {} @@ -26842,6 +27636,11 @@ snapshots: arr-union@3.1.0: {} + array-buffer-byte-length@1.0.1: + dependencies: + call-bind: 1.0.8 + is-array-buffer: 3.0.4 + array-buffer-byte-length@1.0.2: dependencies: call-bound: 1.0.4 @@ -26855,12 +27654,21 @@ snapshots: array-flatten@1.1.1: {} + array-includes@3.1.8: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.5 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.4 + is-string: 1.0.7 + array-includes@3.1.9: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 is-string: 1.1.1 @@ -26901,7 +27709,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-array-method-boxes-properly: 1.0.0 es-object-atoms: 1.1.1 is-string: 1.1.1 @@ -26910,7 +27718,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 @@ -26918,49 +27726,67 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-errors: 1.3.0 es-object-atoms: 1.1.1 - es-shim-unscopables: 1.1.0 + es-shim-unscopables: 1.0.2 array.prototype.findlastindex@1.2.6: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-errors: 1.3.0 es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 + array.prototype.flat@1.3.2: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.5 + es-shim-unscopables: 1.0.2 + array.prototype.flat@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-shim-unscopables: 1.1.0 array.prototype.flatmap@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 - es-shim-unscopables: 1.1.0 + es-abstract: 1.23.5 + es-shim-unscopables: 1.0.2 array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-errors: 1.3.0 - es-shim-unscopables: 1.1.0 + es-shim-unscopables: 1.0.2 + + arraybuffer.prototype.slice@1.0.3: + dependencies: + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.24.0 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + is-array-buffer: 3.0.4 + is-shared-array-buffer: 1.0.3 arraybuffer.prototype.slice@1.0.4: dependencies: array-buffer-byte-length: 1.0.2 call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-errors: 1.3.0 get-intrinsic: 1.3.0 is-array-buffer: 3.0.5 @@ -26971,7 +27797,7 @@ snapshots: asn1.js@4.10.1: dependencies: - bn.js: 4.12.3 + bn.js: 4.12.1 inherits: 2.0.4 minimalistic-assert: 1.0.1 @@ -27010,7 +27836,7 @@ snapshots: ast-types@0.14.2: dependencies: - tslib: 2.8.1 + tslib: 2.6.3 ast-types@0.16.1: dependencies: @@ -27020,7 +27846,7 @@ snapshots: async-done@1.3.2: dependencies: - end-of-stream: 1.4.5 + end-of-stream: 1.4.4 once: 1.4.0 process-nextick-args: 2.0.1 stream-exhaust: 1.0.2 @@ -27029,12 +27855,14 @@ snapshots: async-exit-hook@1.1.2: {} - async-function@1.0.0: {} - async-settle@1.0.0: dependencies: async-done: 1.3.2 + async@2.6.4: + dependencies: + lodash: 4.17.23 + async@3.2.3: {} async@3.2.6: {} @@ -27046,17 +27874,27 @@ snapshots: autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001781 + caniuse-lite: 1.0.30001776 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 postcss: 8.5.6 postcss-value-parser: 4.2.0 + autoprefixer@10.4.22(postcss@8.4.38): + dependencies: + browserslist: 4.28.0 + caniuse-lite: 1.0.30001756 + fraction.js: 5.3.4 + normalize-range: 0.1.2 + picocolors: 1.1.1 + postcss: 8.4.38 + postcss-value-parser: 4.2.0 + autoprefixer@10.4.23(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001781 + caniuse-lite: 1.0.30001763 fraction.js: 5.3.4 picocolors: 1.1.1 postcss: 8.5.6 @@ -27065,24 +27903,24 @@ snapshots: autoprefixer@10.4.27(postcss@8.4.38): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001781 + caniuse-lite: 1.0.30001776 fraction.js: 5.3.4 picocolors: 1.1.1 postcss: 8.4.38 postcss-value-parser: 4.2.0 - autoprefixer@10.4.27(postcss@8.5.8): + autoprefixer@10.4.27(postcss@8.5.6): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001781 + caniuse-lite: 1.0.30001776 fraction.js: 5.3.4 picocolors: 1.1.1 - postcss: 8.5.8 + postcss: 8.5.6 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: dependencies: - possible-typed-array-names: 1.1.0 + possible-typed-array-names: 1.0.0 aws-sign2@0.7.0: {} @@ -27090,9 +27928,9 @@ snapshots: axe-core@4.11.1: {} - axios@1.13.6: + axios@1.13.5: dependencies: - follow-redirects: 1.15.11(debug@4.4.3) + follow-redirects: 1.15.11 form-data: 4.0.5 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -27104,7 +27942,7 @@ snapshots: axobject-query@4.1.0: {} - b4a@1.8.0: {} + b4a@1.6.7: {} babel-code-frame@6.26.0: dependencies: @@ -27172,30 +28010,30 @@ snapshots: transitivePeerDependencies: - supports-color - babel-jest@30.3.0(@babel/core@7.29.0): + babel-jest@30.2.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 - '@jest/transform': 30.3.0 + '@jest/transform': 30.2.0 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 7.0.1 - babel-preset-jest: 30.3.0(@babel/core@7.29.0) + babel-preset-jest: 30.2.0(@babel/core@7.29.0) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 transitivePeerDependencies: - supports-color - babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + babel-loader@10.0.0(@babel/core@7.28.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@babel/core': 7.28.3 find-up: 5.0.0 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@babel/core': 7.28.5 find-up: 5.0.0 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) babel-messages@6.23.0: dependencies: @@ -27207,7 +28045,7 @@ snapshots: dependencies: '@babel/core': 7.29.0 '@babel/helper-plugin-utils': 7.28.6 - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) '@babel/traverse': 7.29.0 transitivePeerDependencies: - supports-color @@ -27215,13 +28053,13 @@ snapshots: babel-plugin-inferno@6.8.5(@babel/core@7.29.0): dependencies: '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/types': 7.29.0 + '@babel/types': 7.28.6 transitivePeerDependencies: - '@babel/core' babel-plugin-istanbul@6.1.1: dependencies: - '@babel/helper-plugin-utils': 7.28.6 + '@babel/helper-plugin-utils': 7.27.1 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -27244,15 +28082,15 @@ snapshots: '@babel/template': 7.28.6 '@babel/types': 7.29.0 '@types/babel__core': 7.20.5 - '@types/babel__traverse': 7.28.0 + '@types/babel__traverse': 7.20.6 - babel-plugin-jest-hoist@30.3.0: + babel-plugin-jest-hoist@30.2.0: dependencies: '@types/babel__core': 7.20.5 babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.29.2 + '@babel/runtime': 7.28.6 cosmiconfig: 7.1.0 resolve: 1.22.11 @@ -27264,20 +28102,29 @@ snapshots: reselect: 4.1.8 resolve: 1.22.11 - babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.28.3): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5): dependencies: - '@babel/compat-data': 7.29.0 - '@babel/core': 7.28.3 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + '@babel/compat-data': 7.28.6 + '@babel/core': 7.28.5 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.28.5): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.29.0): + dependencies: + '@babel/compat-data': 7.28.6 + '@babel/core': 7.29.0 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.29.0) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + babel-plugin-polyfill-corejs2@0.4.17(@babel/core@7.28.3): dependencies: '@babel/compat-data': 7.29.0 - '@babel/core': 7.28.5 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.5) + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -27338,17 +28185,24 @@ snapshots: transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.28.3): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.5): dependencies: - '@babel/core': 7.28.3 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) + '@babel/core': 7.28.5 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.28.5): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.29.0): dependencies: - '@babel/core': 7.28.5 - '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.5) + '@babel/core': 7.29.0 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.29.0) + transitivePeerDependencies: + - supports-color + + babel-plugin-polyfill-regenerator@0.6.8(@babel/core@7.28.3): + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-define-polyfill-provider': 0.6.8(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -27398,6 +28252,25 @@ snapshots: optionalDependencies: '@babel/traverse': 7.29.0 + babel-preset-current-node-syntax@1.1.0(@babel/core@7.29.0): + dependencies: + '@babel/core': 7.29.0 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.0) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.0) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.0) + '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.0) + babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 @@ -27421,12 +28294,12 @@ snapshots: dependencies: '@babel/core': 7.29.0 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0) + babel-preset-current-node-syntax: 1.1.0(@babel/core@7.29.0) - babel-preset-jest@30.3.0(@babel/core@7.29.0): + babel-preset-jest@30.2.0(@babel/core@7.29.0): dependencies: '@babel/core': 7.29.0 - babel-plugin-jest-hoist: 30.3.0 + babel-plugin-jest-hoist: 30.2.0 babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0) babel-register@6.26.0: @@ -27499,37 +28372,30 @@ snapshots: balanced-match@4.0.4: {} - bare-events@2.8.2: {} + bare-events@2.5.4: + optional: true - bare-fs@4.5.6: + bare-fs@4.0.2: dependencies: - bare-events: 2.8.2 + bare-events: 2.5.4 bare-path: 3.0.0 - bare-stream: 2.11.0(bare-events@2.8.2) - bare-url: 2.4.0 - fast-fifo: 1.3.2 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a + bare-stream: 2.6.5(bare-events@2.5.4) + optional: true - bare-os@3.8.0: {} + bare-os@3.6.1: + optional: true bare-path@3.0.0: dependencies: - bare-os: 3.8.0 + bare-os: 3.6.1 + optional: true - bare-stream@2.11.0(bare-events@2.8.2): + bare-stream@2.6.5(bare-events@2.5.4): dependencies: - streamx: 2.25.0 - teex: 1.0.1 + streamx: 2.22.0 optionalDependencies: - bare-events: 2.8.2 - transitivePeerDependencies: - - react-native-b4a - - bare-url@2.4.0: - dependencies: - bare-path: 3.0.0 + bare-events: 2.5.4 + optional: true base-x@3.0.11: dependencies: @@ -27552,7 +28418,9 @@ snapshots: mixin-deep: 1.3.2 pascalcase: 0.1.1 - baseline-browser-mapping@2.10.11: {} + baseline-browser-mapping@2.8.30: {} + + baseline-browser-mapping@2.9.13: {} basic-auth@2.0.1: dependencies: @@ -27574,7 +28442,7 @@ snapshots: domhandler: 5.0.3 htmlparser2: 10.1.0 picocolors: 1.1.1 - postcss: 8.5.6 + postcss: 8.5.8 postcss-media-query-parser: 0.2.3 big.js@5.2.2: {} @@ -27606,22 +28474,22 @@ snapshots: bluebird@3.7.2: {} - bn.js@4.12.3: {} + bn.js@4.12.1: {} - bn.js@5.2.3: {} + bn.js@5.2.1: {} - body-parser@1.20.4: + body-parser@1.20.3: dependencies: bytes: 3.1.2 content-type: 1.0.5 debug: 2.6.9 depd: 2.0.0 destroy: 1.2.0 - http-errors: 2.0.1 + http-errors: 2.0.0 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.15.0 - raw-body: 2.5.3 + qs: 6.14.1 + raw-body: 2.5.2 type-is: 1.6.18 unpipe: 1.0.0 transitivePeerDependencies: @@ -27633,9 +28501,9 @@ snapshots: content-type: 1.0.5 debug: 4.4.3 http-errors: 2.0.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.1 on-finished: 2.4.1 - qs: 6.15.0 + qs: 6.14.1 raw-body: 3.0.2 type-is: 2.0.1 transitivePeerDependencies: @@ -27654,7 +28522,7 @@ snapshots: bowser@1.6.0: {} - bowser@2.14.1: {} + bowser@2.11.0: {} brace-expansion@1.1.12: dependencies: @@ -27665,7 +28533,7 @@ snapshots: dependencies: balanced-match: 1.0.2 - brace-expansion@5.0.5: + brace-expansion@5.0.3: dependencies: balanced-match: 4.0.4 @@ -27691,7 +28559,7 @@ snapshots: browserify-aes@1.2.0: dependencies: buffer-xor: 1.0.3 - cipher-base: 1.0.7 + cipher-base: 1.0.5 create-hash: 1.2.0 evp_bytestokey: 1.0.3 inherits: 2.0.4 @@ -27705,26 +28573,27 @@ snapshots: browserify-des@1.0.2: dependencies: - cipher-base: 1.0.7 + cipher-base: 1.0.5 des.js: 1.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 browserify-rsa@4.1.1: dependencies: - bn.js: 5.2.3 + bn.js: 5.2.1 randombytes: 2.1.0 safe-buffer: 5.2.1 - browserify-sign@4.2.5: + browserify-sign@4.2.3: dependencies: - bn.js: 5.2.3 + bn.js: 5.2.1 browserify-rsa: 4.1.1 create-hash: 1.2.0 create-hmac: 1.1.7 elliptic: 6.6.1 + hash-base: 3.0.4 inherits: 2.0.4 - parse-asn1: 5.1.9 + parse-asn1: 5.1.7 readable-stream: 2.3.8 safe-buffer: 5.2.1 @@ -27768,8 +28637,8 @@ snapshots: read-only-stream: 2.0.0 readable-stream: 2.3.8 resolve: 1.22.11 - shasum-object: 1.0.1 - shell-quote: 1.8.3 + shasum-object: 1.0.0 + shell-quote: 1.8.1 stream-browserify: 3.0.0 stream-http: 3.2.0 string_decoder: 1.3.0 @@ -27783,12 +28652,20 @@ snapshots: vm-browserify: 1.1.2 xtend: 4.0.2 + browserslist@4.28.0: + dependencies: + baseline-browser-mapping: 2.8.30 + caniuse-lite: 1.0.30001776 + electron-to-chromium: 1.5.259 + node-releases: 2.0.27 + update-browserslist-db: 1.1.4(browserslist@4.28.0) + browserslist@4.28.1: dependencies: - baseline-browser-mapping: 2.10.11 - caniuse-lite: 1.0.30001781 - electron-to-chromium: 1.5.325 - node-releases: 2.0.36 + baseline-browser-mapping: 2.9.13 + caniuse-lite: 1.0.30001776 + electron-to-chromium: 1.5.267 + node-releases: 2.0.27 update-browserslist-db: 1.2.3(browserslist@4.28.1) bs-logger@0.2.6: @@ -27836,24 +28713,25 @@ snapshots: bundle-name@4.1.0: dependencies: - run-applescript: 7.1.0 + run-applescript: 7.0.0 bytes@3.1.2: {} bytestreamjs@2.0.1: {} - cacache@20.0.4: + cacache@20.0.3: dependencies: '@npmcli/fs': 5.0.0 fs-minipass: 3.0.3 - glob: 13.0.6 - lru-cache: 11.2.7 - minipass: 7.1.3 + glob: 13.0.0 + lru-cache: 11.2.4 + minipass: 7.1.2 minipass-collect: 2.0.1 - minipass-flush: 1.0.7 + minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 - p-map: 7.0.4 - ssri: 13.0.1 + p-map: 7.0.3 + ssri: 13.0.0 + unique-filename: 5.0.0 cache-base@1.0.1: dependencies: @@ -27874,13 +28752,13 @@ snapshots: object-assign: 4.1.1 rimraf: 2.7.1 - cacheable@2.3.4: + cacheable@2.3.1: dependencies: - '@cacheable/memory': 2.0.8 - '@cacheable/utils': 2.4.0 - hookified: 1.15.1 - keyv: 5.6.0 - qified: 0.9.0 + '@cacheable/memory': 2.0.7 + '@cacheable/utils': 2.3.3 + hookified: 1.15.0 + keyv: 5.5.5 + qified: 0.5.3 cached-path-relative@1.1.0: {} @@ -27889,6 +28767,14 @@ snapshots: es-errors: 1.3.0 function-bind: 1.1.2 + call-bind@1.0.7: + dependencies: + es-define-property: 1.0.1 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.3.0 + set-function-length: 1.2.2 + call-bind@1.0.8: dependencies: call-bind-apply-helpers: 1.0.2 @@ -27923,13 +28809,17 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001781: {} + caniuse-lite@1.0.30001756: {} + + caniuse-lite@1.0.30001763: {} + + caniuse-lite@1.0.30001776: {} canvg@3.0.11: dependencies: - '@babel/runtime': 7.29.2 + '@babel/runtime': 7.28.6 '@types/raf': 3.4.3 - core-js: 3.49.0 + core-js: 3.39.0 raf: 3.4.1 regenerator-runtime: 0.13.11 rgbcolor: 1.0.1 @@ -27963,7 +28853,7 @@ snapshots: chai@5.3.3: dependencies: assertion-error: 2.0.1 - check-error: 2.1.3 + check-error: 2.1.1 deep-eql: 5.0.2 loupe: 3.2.1 pathval: 2.0.1 @@ -28012,17 +28902,35 @@ snapshots: dependencies: get-func-name: 2.0.2 - check-error@2.1.3: {} + check-error@2.1.1: {} + + cheerio-select@1.6.0: + dependencies: + css-select: 4.3.0 + css-what: 6.1.0 + domelementtype: 2.3.0 + domhandler: 4.3.1 + domutils: 2.8.0 cheerio-select@2.1.0: dependencies: boolbase: 1.0.0 - css-select: 5.2.2 - css-what: 6.2.2 + css-select: 5.1.0 + css-what: 6.1.0 domelementtype: 2.3.0 domhandler: 5.0.3 domutils: 3.2.2 + cheerio@1.0.0-rc.10: + dependencies: + cheerio-select: 1.6.0 + dom-serializer: 1.4.1 + domhandler: 4.3.1 + htmlparser2: 6.1.0 + parse5: 6.0.1 + parse5-htmlparser2-tree-adapter: 6.0.1 + tslib: 2.8.1 + cheerio@1.2.0: dependencies: cheerio-select: 2.1.0 @@ -28034,7 +28942,7 @@ snapshots: parse5: 7.3.0 parse5-htmlparser2-tree-adapter: 7.1.0 parse5-parser-stream: 7.1.2 - undici: 7.24.6 + undici: 7.24.4 whatwg-mimetype: 4.0.0 chokidar@2.1.8: @@ -28067,9 +28975,9 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chokidar@4.0.3: + chokidar@4.0.1: dependencies: - readdirp: 4.1.2 + readdirp: 4.0.2 chokidar@5.0.0: dependencies: @@ -28098,15 +29006,16 @@ snapshots: ci-info@3.9.0: {} + ci-info@4.3.0: {} + ci-info@4.4.0: {} - cipher-base@1.0.7: + cipher-base@1.0.5: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 - to-buffer: 1.2.2 - cjs-module-lexer@1.4.3: {} + cjs-module-lexer@1.4.1: {} cjs-module-lexer@2.2.0: {} @@ -28123,7 +29032,7 @@ snapshots: cldr-data-downloader@1.1.0: dependencies: - axios: 1.13.6 + axios: 1.13.5 mkdirp: 1.0.4 nopt: 3.0.6 q: 1.0.1 @@ -28178,7 +29087,7 @@ snapshots: cli-spinners@2.9.2: {} - cli-spinners@3.4.0: {} + cli-spinners@3.3.0: {} cli-truncate@3.1.0: dependencies: @@ -28190,10 +29099,10 @@ snapshots: slice-ansi: 5.0.0 string-width: 7.2.0 - cli-truncate@5.2.0: + cli-truncate@5.1.1: dependencies: - slice-ansi: 8.0.0 - string-width: 8.2.0 + slice-ansi: 7.1.0 + string-width: 8.1.0 cli-width@4.1.0: {} @@ -28218,8 +29127,8 @@ snapshots: cliui@9.0.1: dependencies: string-width: 7.2.0 - strip-ansi: 7.2.0 - wrap-ansi: 9.0.2 + strip-ansi: 7.1.2 + wrap-ansi: 9.0.0 clone-buffer@1.0.0: {} @@ -28269,10 +29178,10 @@ snapshots: tslint: 6.1.3(typescript@5.8.3) zone.js: 0.10.3 - codelyzer@6.0.2(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): + codelyzer@6.0.2(@angular/compiler@21.2.4)(@angular/core@21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1))(tslint@6.1.3(typescript@5.9.3)): dependencies: - '@angular/compiler': 21.2.6 - '@angular/core': 21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/compiler': 21.2.4 + '@angular/core': 21.2.4(@angular/compiler@21.2.4)(rxjs@7.8.2)(zone.js@0.15.1) app-root-path: 3.1.0 aria-query: 3.0.0 axobject-query: 2.0.2 @@ -28289,7 +29198,7 @@ snapshots: coffeescript@2.7.0: {} - collect-v8-coverage@1.0.3: {} + collect-v8-coverage@1.0.2: {} collection-map@1.0.0: dependencies: @@ -28367,6 +29276,8 @@ snapshots: commander@12.1.0: {} + commander@13.1.0: {} + commander@14.0.3: {} commander@2.11.0: {} @@ -28477,8 +29388,6 @@ snapshots: cookie-signature@1.0.6: {} - cookie-signature@1.0.7: {} - cookie-signature@1.2.2: {} cookie@0.7.2: {} @@ -28487,10 +29396,6 @@ snapshots: dependencies: is-what: 3.14.1 - copy-anything@3.0.5: - dependencies: - is-what: 4.1.16 - copy-descriptor@0.1.1: {} copy-props@2.0.5: @@ -28498,23 +29403,27 @@ snapshots: each-props: 1.3.2 is-plain-object: 5.0.0 - copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + copy-webpack-plugin@13.0.1(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 serialize-javascript: 7.0.4 tinyglobby: 0.2.15 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - copy-webpack-plugin@14.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + copy-webpack-plugin@14.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.3 - serialize-javascript: 7.0.5 + serialize-javascript: 7.0.4 tinyglobby: 0.2.15 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) + + core-js-compat@3.45.1: + dependencies: + browserslist: 4.28.1 core-js-compat@3.49.0: dependencies: @@ -28522,13 +29431,13 @@ snapshots: core-js@2.6.12: {} - core-js@3.49.0: {} + core-js@3.39.0: {} core-util-is@1.0.2: {} core-util-is@1.0.3: {} - cors@2.8.6: + cors@2.8.5: dependencies: object-assign: 4.1.1 vary: 1.1.2 @@ -28561,7 +29470,7 @@ snapshots: optionalDependencies: typescript: 5.9.3 - cosmiconfig@9.0.1(typescript@4.9.5): + cosmiconfig@9.0.0(typescript@4.9.5): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 @@ -28570,7 +29479,7 @@ snapshots: optionalDependencies: typescript: 4.9.5 - cosmiconfig@9.0.1(typescript@5.8.3): + cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 @@ -28579,7 +29488,7 @@ snapshots: optionalDependencies: typescript: 5.8.3 - cosmiconfig@9.0.1(typescript@5.9.3): + cosmiconfig@9.0.0(typescript@5.9.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 @@ -28597,12 +29506,12 @@ snapshots: create-ecdh@4.0.4: dependencies: - bn.js: 4.12.3 + bn.js: 4.12.1 elliptic: 6.6.1 create-hash@1.2.0: dependencies: - cipher-base: 1.0.7 + cipher-base: 1.0.5 inherits: 2.0.4 md5.js: 1.3.5 ripemd160: 2.0.3 @@ -28610,66 +29519,20 @@ snapshots: create-hmac@1.1.7: dependencies: - cipher-base: 1.0.7 + cipher-base: 1.0.5 create-hash: 1.2.0 inherits: 2.0.4 ripemd160: 2.0.3 safe-buffer: 5.2.1 sha.js: 2.4.12 - create-jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - create-jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - optional: true - - create-jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -28678,28 +29541,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + create-jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - - create-jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)): - dependencies: - '@jest/types': 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -28731,12 +29579,12 @@ snapshots: crypto-browserify@3.12.1: dependencies: browserify-cipher: 1.0.1 - browserify-sign: 4.2.5 + browserify-sign: 4.2.3 create-ecdh: 4.0.4 create-hash: 1.2.0 create-hmac: 1.1.7 diffie-hellman: 5.0.3 - hash-base: 3.0.5 + hash-base: 3.0.4 inherits: 2.0.4 pbkdf2: 3.1.5 public-encrypt: 4.0.3 @@ -28745,90 +29593,90 @@ snapshots: crypto-md5@1.0.0: {} - css-functions-list@3.3.3: {} + css-functions-list@3.2.3: {} css-line-break@2.1.0: dependencies: utrie: 1.0.2 optional: true - css-loader@6.11.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): + css-loader@6.11.0(webpack@5.105.4(@swc/core@1.15.3)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.2.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + webpack: 5.105.4(@swc/core@1.15.3) css-loader@6.11.0(webpack@5.105.4): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.2.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.2.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 - semver: 7.7.2 + semver: 7.7.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + css-loader@7.1.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) - postcss-modules-local-by-default: 4.2.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) postcss-modules-scope: 3.2.1(postcss@8.4.38) postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 - semver: 7.7.2 + semver: 7.7.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - css-loader@7.1.4(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): + css-loader@7.1.2(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: - 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) + icss-utils: 5.1.0(postcss@8.4.38) + postcss: 8.4.38 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) + postcss-modules-local-by-default: 4.1.0(postcss@8.4.38) + postcss-modules-scope: 3.2.1(postcss@8.4.38) + postcss-modules-values: 4.0.0(postcss@8.4.38) postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) css-select@4.3.0: dependencies: boolbase: 1.0.0 - css-what: 6.2.2 + css-what: 6.1.0 domhandler: 4.3.1 domutils: 2.8.0 nth-check: 2.1.1 - css-select@5.2.2: + css-select@5.1.0: dependencies: boolbase: 1.0.0 - css-what: 6.2.2 + css-what: 6.1.0 domhandler: 5.0.3 domutils: 3.2.2 nth-check: 2.1.1 @@ -28851,12 +29699,12 @@ snapshots: mdn-data: 2.0.30 source-map-js: 1.2.1 - css-tree@3.2.1: + css-tree@3.1.0: dependencies: - mdn-data: 2.27.1 + mdn-data: 2.12.2 source-map-js: 1.2.1 - css-what@6.2.2: {} + css-what@6.1.0: {} css-what@7.0.0: {} @@ -28878,6 +29726,8 @@ snapshots: csstype@2.6.21: {} + csstype@3.1.3: {} + csstype@3.2.3: {} custom-event@1.0.1: {} @@ -28905,18 +29755,36 @@ snapshots: whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 + data-view-buffer@1.0.1: + dependencies: + call-bind: 1.0.8 + es-errors: 1.3.0 + is-data-view: 1.0.1 + data-view-buffer@1.0.2: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 + data-view-byte-length@1.0.1: + dependencies: + call-bind: 1.0.8 + es-errors: 1.3.0 + is-data-view: 1.0.1 + data-view-byte-length@1.0.2: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 is-data-view: 1.0.2 + data-view-byte-offset@1.0.0: + dependencies: + call-bind: 1.0.8 + es-errors: 1.3.0 + is-data-view: 1.0.1 + data-view-byte-offset@1.0.1: dependencies: call-bound: 1.0.4 @@ -28925,7 +29793,7 @@ snapshots: date-format@4.0.14: {} - dayjs@1.11.20: {} + dayjs@1.11.13: {} de-indent@1.0.2: {} @@ -28945,6 +29813,14 @@ snapshots: dependencies: ms: 2.1.2 + debug@4.3.7: + dependencies: + ms: 2.1.3 + + debug@4.4.0: + dependencies: + ms: 2.1.3 + debug@4.4.3: dependencies: ms: 2.1.3 @@ -28958,9 +29834,9 @@ snapshots: decamelize@5.0.1: {} - decimal.js@10.6.0: {} + decimal.js@10.4.3: {} - decode-named-character-reference@1.3.0: + decode-named-character-reference@1.0.2: dependencies: character-entities: 2.0.2 @@ -28972,7 +29848,7 @@ snapshots: dedent@0.7.0: {} - dedent@1.7.2(babel-plugin-macros@3.1.0): + dedent@1.7.0(babel-plugin-macros@3.1.0): optionalDependencies: babel-plugin-macros: 3.1.0 @@ -28984,24 +29860,24 @@ snapshots: deep-equal@2.2.3: dependencies: - array-buffer-byte-length: 1.0.2 + array-buffer-byte-length: 1.0.1 call-bind: 1.0.8 es-get-iterator: 1.1.3 get-intrinsic: 1.3.0 - is-arguments: 1.2.0 - is-array-buffer: 3.0.5 - is-date-object: 1.1.0 + is-arguments: 1.1.1 + is-array-buffer: 3.0.4 + is-date-object: 1.0.5 is-regex: 1.2.1 - is-shared-array-buffer: 1.0.4 + is-shared-array-buffer: 1.0.3 isarray: 2.0.5 object-is: 1.1.6 object-keys: 1.1.1 object.assign: 4.1.7 - regexp.prototype.flags: 1.5.4 + regexp.prototype.flags: 1.5.3 side-channel: 1.1.0 - which-boxed-primitive: 1.1.1 + which-boxed-primitive: 1.0.2 which-collection: 1.0.2 - which-typed-array: 1.1.20 + which-typed-array: 1.1.19 deep-extend@0.6.0: {} @@ -29009,12 +29885,12 @@ snapshots: deepmerge@4.3.1: {} - default-browser-id@5.0.1: {} + default-browser-id@5.0.0: {} default-browser@5.5.0: dependencies: bundle-name: 4.1.0 - default-browser-id: 5.0.1 + default-browser-id: 5.0.0 default-compare@1.0.0: dependencies: @@ -29104,7 +29980,7 @@ snapshots: deps-sort@2.0.1: dependencies: JSONStream: 1.3.5 - shasum-object: 1.0.1 + shasum-object: 1.0.0 subarg: 1.0.0 through2: 2.0.5 @@ -29127,7 +30003,7 @@ snapshots: detect-libc@1.0.3: {} - detect-libc@2.1.2: {} + detect-libc@2.0.3: {} detect-newline@3.1.0: {} @@ -29191,12 +30067,12 @@ snapshots: devexpress-diagram@2.2.25: dependencies: - '@devexpress/utils': 1.4.8 + '@devexpress/utils': 1.4.7 es6-object-assign: 1.1.0 devexpress-gantt@4.1.66: dependencies: - '@devexpress/utils': 1.4.8 + '@devexpress/utils': 1.4.7 tslib: 2.3.1 devextreme-aspnet-data-nojquery@5.0.0(devextreme@packages+devextreme+artifacts+npm+devextreme): @@ -29212,7 +30088,7 @@ snapshots: devextreme-exceljs-fork@4.4.7: dependencies: archiver: 7.0.1 - dayjs: 1.11.20 + dayjs: 1.11.13 fast-csv: 5.0.5 jszip: 3.10.1 readable-stream: 3.6.2 @@ -29220,10 +30096,6 @@ snapshots: tmp: 0.2.5 unzipper: 0.12.3 uuid: 8.3.2 - transitivePeerDependencies: - - bare-abort-controller - - bare-buffer - - react-native-b4a devextreme-internal-tools@20.3.0: dependencies: @@ -29237,20 +30109,18 @@ snapshots: devextreme-quill@1.7.9: dependencies: - core-js: 3.49.0 + core-js: 3.39.0 eventemitter3: 4.0.7 lodash.clonedeep: 4.5.0 lodash.merge: 4.6.2 parchment: 2.0.1 quill-delta: 5.1.0 - devextreme-schematics@1.14.2(chokidar@4.0.3): + devextreme-schematics@1.7.1: dependencies: - '@angular-devkit/core': 19.2.22(chokidar@4.0.3) - '@angular-devkit/schematics': 19.2.22(chokidar@4.0.3) - '@schematics/angular': 19.2.22(chokidar@4.0.3) - parse5: 7.3.0 - picomatch: 4.0.4 + '@angular-devkit/core': 16.2.16 + '@angular-devkit/schematics': 16.2.16 + '@schematics/angular': 16.2.16 transitivePeerDependencies: - chokidar @@ -29260,7 +30130,7 @@ snapshots: looks-same: 7.3.0 pngjs: 6.0.0 testcafe: 3.7.4 - tslib: 2.8.1 + tslib: 2.6.3 device-specs@1.0.1: {} @@ -29272,15 +30142,17 @@ snapshots: diff-sequences@29.6.3: {} + diff@4.0.2: {} + diff@4.0.4: {} - diff@5.2.2: {} + diff@5.2.0: {} - diff@8.0.4: {} + diff@8.0.3: {} diffie-hellman@5.0.3: dependencies: - bn.js: 4.12.3 + bn.js: 4.12.1 miller-rabin: 4.0.1 randombytes: 2.1.0 @@ -29315,7 +30187,7 @@ snapshots: dom-serialize@2.2.1: dependencies: custom-event: 1.0.1 - ent: 2.2.2 + ent: 2.2.1 extend: 3.0.2 void-elements: 2.0.1 @@ -29347,7 +30219,7 @@ snapshots: dependencies: domelementtype: 2.3.0 - dompurify@3.3.3: + dompurify@3.3.1: optionalDependencies: '@types/trusted-types': 2.0.7 optional: true @@ -29373,11 +30245,11 @@ snapshots: dotenv-expand@11.0.7: dependencies: - dotenv: 16.4.7 + dotenv: 16.6.1 dotenv@10.0.0: {} - dotenv@16.4.7: {} + dotenv@16.4.5: {} dotenv@16.6.1: {} @@ -29395,14 +30267,14 @@ snapshots: duplexify@3.7.1: dependencies: - end-of-stream: 1.4.5 + end-of-stream: 1.4.4 inherits: 2.0.4 readable-stream: 2.3.8 stream-shift: 1.0.3 duplexify@4.1.3: dependencies: - end-of-stream: 1.4.5 + end-of-stream: 1.4.4 inherits: 2.0.4 readable-stream: 3.6.2 stream-shift: 1.0.3 @@ -29423,7 +30295,7 @@ snapshots: jsbn: 0.1.1 safer-buffer: 2.1.2 - editorconfig@1.0.7: + editorconfig@1.0.4: dependencies: '@one-ini/wasm': 0.1.1 commander: 10.0.1 @@ -29434,15 +30306,17 @@ snapshots: ejs@3.1.10: dependencies: - jake: 10.9.4 + jake: 10.9.2 + + electron-to-chromium@1.5.259: {} - electron-to-chromium@1.5.325: {} + electron-to-chromium@1.5.267: {} elegant-spinner@1.0.1: {} elliptic@6.6.1: dependencies: - bn.js: 4.12.3 + bn.js: 4.12.1 brorand: 1.1.0 hash.js: 1.1.7 hmac-drbg: 1.0.1 @@ -29456,7 +30330,7 @@ snapshots: emittery@0.4.1: {} - emoji-regex@10.6.0: {} + emoji-regex@10.4.0: {} emoji-regex@8.0.0: {} @@ -29475,7 +30349,12 @@ snapshots: iconv-lite: 0.6.3 whatwg-encoding: 3.1.1 - end-of-stream@1.4.5: + encoding@0.1.13: + dependencies: + iconv-lite: 0.6.3 + optional: true + + end-of-stream@1.4.4: dependencies: once: 1.4.0 @@ -29487,27 +30366,42 @@ snapshots: engine.io-parser@5.2.3: {} - engine.io@6.6.6: + engine.io@6.6.2: dependencies: - '@types/cors': 2.8.19 + '@types/cookie': 0.4.1 + '@types/cors': 2.8.17 '@types/node': 20.19.37 - '@types/ws': 8.18.1 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 - cors: 2.8.6 - debug: 4.4.3 + cors: 2.8.5 + debug: 4.3.7 engine.io-parser: 5.2.3 - ws: 8.18.3 + ws: 8.17.1 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - enhanced-resolve@5.20.1: + enhanced-resolve@5.17.1: dependencies: graceful-fs: 4.2.11 - tapable: 2.3.2 + tapable: 2.3.0 + + enhanced-resolve@5.18.3: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.3.0 + + enhanced-resolve@5.19.0: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.3.0 + + enhanced-resolve@5.20.0: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.3.0 enquirer@2.3.6: dependencies: @@ -29518,12 +30412,9 @@ snapshots: ansi-colors: 4.1.3 strip-ansi: 6.0.1 - ent@2.2.2: + ent@2.2.1: dependencies: - call-bound: 1.0.4 - es-errors: 1.3.0 punycode: 1.4.1 - safe-regex-test: 1.1.0 entities@2.2.0: {} @@ -29531,13 +30422,13 @@ snapshots: entities@4.5.0: {} - entities@6.0.1: {} + entities@6.0.0: {} entities@7.0.1: {} env-paths@2.2.1: {} - envinfo@7.21.0: {} + envinfo@7.14.0: {} environment@1.1.0: {} @@ -29547,8 +30438,8 @@ snapshots: enzyme-adapter-utils: 1.14.2(react@16.14.0) enzyme-shallow-equal: 1.0.7 hasown: 2.0.2 - object.assign: 4.1.7 - object.values: 1.2.1 + object.assign: 4.1.5 + object.values: 1.2.0 prop-types: 15.8.1 react: 16.14.0 react-dom: 16.14.0(react@16.14.0) @@ -29559,9 +30450,9 @@ snapshots: enzyme-adapter-utils@1.14.2(react@16.14.0): dependencies: airbnb-prop-types: 2.16.0(react@16.14.0) - function.prototype.name: 1.1.8 + function.prototype.name: 1.1.6 hasown: 2.0.2 - object.assign: 4.1.7 + object.assign: 4.1.5 object.fromentries: 2.0.8 prop-types: 15.8.1 react: 16.14.0 @@ -29574,28 +30465,28 @@ snapshots: enzyme@3.11.0: dependencies: - array.prototype.flat: 1.3.3 - cheerio: 1.2.0 + array.prototype.flat: 1.3.2 + cheerio: 1.0.0-rc.10 enzyme-shallow-equal: 1.0.7 - function.prototype.name: 1.1.8 + function.prototype.name: 1.1.6 has: 1.0.4 - html-element-map: 1.4.0 - is-boolean-object: 1.2.2 + html-element-map: 1.3.1 + is-boolean-object: 1.1.2 is-callable: 1.2.7 - is-number-object: 1.1.1 - is-regex: 1.2.1 - is-string: 1.1.1 + is-number-object: 1.0.7 + is-regex: 1.1.4 + is-string: 1.0.7 is-subset: 0.1.1 lodash.escape: 4.0.1 lodash.isequal: 4.5.0 - object-inspect: 1.13.4 + object-inspect: 1.13.3 object-is: 1.1.6 - object.assign: 4.1.7 - object.entries: 1.1.9 - object.values: 1.2.1 + object.assign: 4.1.5 + object.entries: 1.1.8 + object.values: 1.2.0 raf: 3.4.1 rst-selector-parser: 2.2.3 - string.prototype.trim: 1.2.10 + string.prototype.trim: 1.2.9 err-code@2.0.3: {} @@ -29603,7 +30494,7 @@ snapshots: dependencies: prr: 1.0.1 - error-ex@1.3.4: + error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 @@ -29611,7 +30502,56 @@ snapshots: dependencies: stackframe: 1.3.4 - es-abstract@1.24.1: + es-abstract@1.23.5: + dependencies: + array-buffer-byte-length: 1.0.1 + arraybuffer.prototype.slice: 1.0.3 + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + data-view-buffer: 1.0.1 + data-view-byte-length: 1.0.1 + data-view-byte-offset: 1.0.0 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-set-tostringtag: 2.1.0 + es-to-primitive: 1.2.1 + function.prototype.name: 1.1.6 + get-intrinsic: 1.3.0 + get-symbol-description: 1.0.2 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.0.3 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.0.7 + is-array-buffer: 3.0.4 + is-callable: 1.2.7 + is-data-view: 1.0.1 + is-negative-zero: 2.0.3 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.3 + is-string: 1.0.7 + is-typed-array: 1.1.13 + is-weakref: 1.0.2 + object-inspect: 1.13.3 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.3 + safe-array-concat: 1.1.2 + safe-regex-test: 1.1.0 + string.prototype.trim: 1.2.9 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.2 + typed-array-byte-length: 1.0.1 + typed-array-byte-offset: 1.0.2 + typed-array-length: 1.0.6 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.15 + + es-abstract@1.24.0: dependencies: array-buffer-byte-length: 1.0.2 arraybuffer.prototype.slice: 1.0.4 @@ -29666,7 +30606,7 @@ snapshots: typed-array-byte-offset: 1.0.4 typed-array-length: 1.0.7 unbox-primitive: 1.1.0 - which-typed-array: 1.1.20 + which-typed-array: 1.1.19 es-array-method-boxes-properly@1.0.0: {} @@ -29679,19 +30619,19 @@ snapshots: call-bind: 1.0.8 get-intrinsic: 1.3.0 has-symbols: 1.1.0 - is-arguments: 1.2.0 + is-arguments: 1.1.1 is-map: 2.0.3 is-set: 2.0.3 is-string: 1.1.1 isarray: 2.0.5 - stop-iteration-iterator: 1.1.0 + stop-iteration-iterator: 1.0.0 - es-iterator-helpers@1.3.1: + es-iterator-helpers@1.2.1: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-errors: 1.3.0 es-set-tostringtag: 2.1.0 function-bind: 1.1.2 @@ -29703,13 +30643,16 @@ snapshots: has-symbols: 1.1.0 internal-slot: 1.1.0 iterator.prototype: 1.1.5 - math-intrinsics: 1.1.0 safe-array-concat: 1.1.3 es-module-lexer@1.7.0: {} es-module-lexer@2.0.0: {} + es-object-atoms@1.0.0: + dependencies: + es-errors: 1.3.0 + es-object-atoms@1.1.1: dependencies: es-errors: 1.3.0 @@ -29721,15 +30664,25 @@ snapshots: has-tostringtag: 1.0.2 hasown: 2.0.2 + es-shim-unscopables@1.0.2: + dependencies: + hasown: 2.0.2 + es-shim-unscopables@1.1.0: dependencies: hasown: 2.0.2 + es-to-primitive@1.2.1: + dependencies: + is-callable: 1.2.7 + is-date-object: 1.0.5 + is-symbol: 1.0.4 + es-to-primitive@1.3.0: dependencies: is-callable: 1.2.7 - is-date-object: 1.1.0 - is-symbol: 1.1.1 + is-date-object: 1.0.5 + is-symbol: 1.0.4 es5-ext@0.10.64: dependencies: @@ -29813,7 +30766,7 @@ snapshots: esbuild-plugin-vue3@0.3.2(cheerio@1.2.0)(sass@1.97.1): dependencies: - '@vue/compiler-core': 3.5.31 + '@vue/compiler-core': 3.5.13 '@vue/compiler-sfc': 3.4.27 esbuild: 0.14.54 typescript: 4.9.5 @@ -29973,35 +30926,6 @@ snapshots: '@esbuild/win32-ia32': 0.27.2 '@esbuild/win32-x64': 0.27.2 - esbuild@0.27.4: - optionalDependencies: - '@esbuild/aix-ppc64': 0.27.4 - '@esbuild/android-arm': 0.27.4 - '@esbuild/android-arm64': 0.27.4 - '@esbuild/android-x64': 0.27.4 - '@esbuild/darwin-arm64': 0.27.4 - '@esbuild/darwin-x64': 0.27.4 - '@esbuild/freebsd-arm64': 0.27.4 - '@esbuild/freebsd-x64': 0.27.4 - '@esbuild/linux-arm': 0.27.4 - '@esbuild/linux-arm64': 0.27.4 - '@esbuild/linux-ia32': 0.27.4 - '@esbuild/linux-loong64': 0.27.4 - '@esbuild/linux-mips64el': 0.27.4 - '@esbuild/linux-ppc64': 0.27.4 - '@esbuild/linux-riscv64': 0.27.4 - '@esbuild/linux-s390x': 0.27.4 - '@esbuild/linux-x64': 0.27.4 - '@esbuild/netbsd-arm64': 0.27.4 - '@esbuild/netbsd-x64': 0.27.4 - '@esbuild/openbsd-arm64': 0.27.4 - '@esbuild/openbsd-x64': 0.27.4 - '@esbuild/openharmony-arm64': 0.27.4 - '@esbuild/sunos-x64': 0.27.4 - '@esbuild/win32-arm64': 0.27.4 - '@esbuild/win32-ia32': 0.27.4 - '@esbuild/win32-x64': 0.27.4 - escalade@3.2.0: {} escape-html@1.0.3: {} @@ -30030,8 +30954,8 @@ snapshots: confusing-browser-globals: 1.0.11 eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - object.assign: 4.1.7 - object.entries: 1.1.9 + object.assign: 4.1.5 + object.entries: 1.1.8 semver: 6.3.1 eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)): @@ -30039,8 +30963,8 @@ snapshots: confusing-browser-globals: 1.0.11 eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) - object.assign: 4.1.7 - object.entries: 1.1.9 + object.assign: 4.1.5 + object.entries: 1.1.8 semver: 6.3.1 eslint-config-airbnb-typescript@18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)): @@ -30061,28 +30985,28 @@ snapshots: transitivePeerDependencies: - eslint-plugin-import - eslint-config-devextreme@0.2.0(qpiggd6xjjqy7zmlmub65mpnm4): + eslint-config-devextreme@0.2.0(inkhsxarru2k3eocadfcsbwwra): dependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-config-airbnb-typescript: 18.0.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jest-formatting: 3.1.0(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-config-devextreme@1.1.9(eg5vcmh3zj32vt2qlvx5ievhrq): + eslint-config-devextreme@1.1.9(3vdmkq325opsjnvek6nwmyun3m): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -30090,18 +31014,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) stylelint: 16.22.0(typescript@5.8.3) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(jm7puyv7qeqmp2urnhq34pt574): + eslint-config-devextreme@1.1.9(7gqa2h2rpwqppgdnrvjvdiwhiq): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -30109,18 +31033,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.8.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.8.3)) - eslint-config-devextreme@1.1.9(q7wmg4r47obwjwhjpx3njrbrgy): + eslint-config-devextreme@1.1.9(e37nt3ml5mnwtozm424b2lcda4): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -30132,14 +31056,14 @@ snapshots: stylelint: 16.22.0(typescript@4.9.5) stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(uxcrnfrr64k2g3njyjnfv5ge4i): + eslint-config-devextreme@1.1.9(gxmpfc3iqztvtq7vp5muevifvm): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -30147,18 +31071,18 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) - eslint-config-devextreme@1.1.9(vpu3pj27wnjib62ifgwlptnhzq): + eslint-config-devextreme@1.1.9(p7ac2sqyr7rc7ykkypyvw3f74m): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -30166,18 +31090,37 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 16.22.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 15.11.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) + + eslint-config-devextreme@1.1.9(q4m475s3ywnbno7ood3mscoym4): + dependencies: + '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + eslint: 9.39.4(jiti@2.6.1) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3) + eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-no-only-tests: 3.3.0 + eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-react: 7.37.5(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-rulesdir: 0.2.2 + eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@5.9.3) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@5.9.3)) - eslint-config-devextreme@1.1.9(wg2zqoefvdoafbdflaailfws5y): + eslint-config-devextreme@1.1.9(wbiq6ptffaetwqsgdrtmg2wnui): dependencies: '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5) + eslint-plugin-jest: 29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-qunit: 8.2.5(eslint@9.39.4(jiti@2.6.1)) @@ -30185,9 +31128,9 @@ snapshots: eslint-plugin-react-perf: 3.3.3(eslint@9.39.4(jiti@2.6.1)) eslint-plugin-rulesdir: 0.2.2 eslint-plugin-spellcheck: 0.0.20(eslint@9.39.4(jiti@2.6.1)) - eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))) - stylelint: 15.11.0(typescript@4.9.5) - stylelint-config-standard: 38.0.0(stylelint@15.11.0(typescript@4.9.5)) + eslint-plugin-vue: 10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))) + stylelint: 16.22.0(typescript@4.9.5) + stylelint-config-standard: 38.0.0(stylelint@16.22.0(typescript@4.9.5)) eslint-import-resolver-node@0.3.9: dependencies: @@ -30231,8 +31174,8 @@ snapshots: dependencies: '@typescript-eslint/utils': 7.18.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) - ts-api-utils: 1.4.3(typescript@5.9.3) - tslib: 2.8.1 + ts-api-utils: 1.4.0(typescript@5.9.3) + tslib: 2.6.3 typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -30337,57 +31280,68 @@ snapshots: dependencies: eslint: 9.39.4(jiti@2.6.1) - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5): dependencies: - '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) typescript: 4.9.5 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5): dependencies: - '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) typescript: 4.9.5 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.8.3): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5): dependencies: - '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + eslint: 9.39.4(jiti@2.6.1) + optionalDependencies: + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + typescript: 4.9.5 + transitivePeerDependencies: + - supports-color + + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)))(typescript@5.8.3): + dependencies: + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) typescript: 5.8.3 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - typescript: 5.9.3 + '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)))(typescript@5.9.3): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3): dependencies: - '@typescript-eslint/utils': 8.57.2(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.4(jiti@2.6.1) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.52.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -30414,10 +31368,10 @@ snapshots: eslint-plugin-n@17.24.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.20.0 eslint: 9.39.4(jiti@2.6.1) eslint-plugin-es-x: 7.8.0(eslint@9.39.4(jiti@2.6.1)) - get-tsconfig: 4.13.7 + get-tsconfig: 4.13.0 globals: 15.15.0 globrex: 0.1.2 ignore: 5.3.2 @@ -30442,11 +31396,11 @@ snapshots: eslint-plugin-react-hooks@7.0.1(eslint@9.39.4(jiti@2.6.1)): dependencies: '@babel/core': 7.29.0 - '@babel/parser': 7.29.0 + '@babel/parser': 7.28.6 eslint: 9.39.4(jiti@2.6.1) hermes-parser: 0.25.1 - zod: 4.3.6 - zod-validation-error: 4.0.2(zod@4.3.6) + zod: 4.1.13 + zod-validation-error: 4.0.2(zod@4.1.13) transitivePeerDependencies: - supports-color @@ -30460,12 +31414,12 @@ snapshots: eslint-plugin-react@7.37.5(eslint@9.39.4(jiti@2.6.1)): dependencies: - array-includes: 3.1.9 + array-includes: 3.1.8 array.prototype.findlast: 1.2.5 array.prototype.flatmap: 1.3.3 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 - es-iterator-helpers: 1.3.1 + es-iterator-helpers: 1.2.1 eslint: 9.39.4(jiti@2.6.1) estraverse: 5.3.0 hasown: 2.0.2 @@ -30475,7 +31429,7 @@ snapshots: object.fromentries: 2.0.8 object.values: 1.2.1 prop-types: 15.8.1 - resolve: 2.0.0-next.6 + resolve: 2.0.0-next.5 semver: 6.3.1 string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 @@ -30501,21 +31455,21 @@ snapshots: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) '@eslint/plugin-kit': 0.3.5 change-case: 5.4.4 - ci-info: 4.4.0 + ci-info: 4.3.0 clean-regexp: 1.0.0 - core-js-compat: 3.49.0 + core-js-compat: 3.45.1 eslint: 9.39.4(jiti@2.6.1) - esquery: 1.7.0 + esquery: 1.6.0 find-up-simple: 1.0.1 - globals: 16.5.0 + globals: 16.3.0 indent-string: 5.0.0 is-builtin-module: 5.0.0 jsesc: 3.1.0 pluralize: 8.0.0 regexp-tree: 0.1.27 regjsparser: 0.12.0 - semver: 7.7.4 - strip-indent: 4.1.1 + semver: 7.7.3 + strip-indent: 4.0.0 eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))): dependencies: @@ -30530,7 +31484,7 @@ snapshots: optionalDependencies: '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) - eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))): + eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) eslint: 9.39.4(jiti@2.6.1) @@ -30541,19 +31495,48 @@ snapshots: vue-eslint-parser: 10.0.0(eslint@9.39.4(jiti@2.6.1)) xml-name-validator: 4.0.0 optionalDependencies: + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) + + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) + eslint: 9.39.4(jiti@2.6.1) + natural-compare: 1.4.0 + nth-check: 2.1.1 + postcss-selector-parser: 7.1.1 + semver: 7.7.4 + vue-eslint-parser: 10.2.0(eslint@9.39.4(jiti@2.6.1)) + xml-name-validator: 4.0.0 + optionalDependencies: + '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) + '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@4.9.5) + + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) + eslint: 9.39.4(jiti@2.6.1) + natural-compare: 1.4.0 + nth-check: 2.1.1 + postcss-selector-parser: 7.1.1 + semver: 7.7.4 + vue-eslint-parser: 10.2.0(eslint@9.39.4(jiti@2.6.1)) + xml-name-validator: 4.0.0 + optionalDependencies: + '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.8.3) - eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.0.0(eslint@9.39.4(jiti@2.6.1))): + eslint-plugin-vue@10.6.2(@stylistic/eslint-plugin@5.10.0(eslint@9.39.4(jiti@2.6.1)))(@typescript-eslint/parser@8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1))): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) eslint: 9.39.4(jiti@2.6.1) natural-compare: 1.4.0 nth-check: 2.1.1 - postcss-selector-parser: 6.1.2 + postcss-selector-parser: 7.1.1 semver: 7.7.4 - vue-eslint-parser: 10.0.0(eslint@9.39.4(jiti@2.6.1)) + vue-eslint-parser: 10.2.0(eslint@9.39.4(jiti@2.6.1)) xml-name-validator: 4.0.0 optionalDependencies: + '@stylistic/eslint-plugin': 5.10.0(eslint@9.39.4(jiti@2.6.1)) '@typescript-eslint/parser': 8.52.0(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3) eslint-scope@5.1.1: @@ -30588,8 +31571,6 @@ snapshots: eslint-visitor-keys@4.2.1: {} - eslint-visitor-keys@5.0.1: {} - eslint@7.32.0: dependencies: '@babel/code-frame': 7.12.11 @@ -30645,9 +31626,9 @@ snapshots: '@eslint/eslintrc': 3.3.5 '@eslint/js': 9.39.4 '@eslint/plugin-kit': 0.4.1 - '@humanfs/node': 0.16.7 + '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.4.3 + '@humanwhocodes/retry': 0.4.2 '@types/estree': 1.0.8 ajv: 6.14.0 chalk: 4.1.2 @@ -30718,6 +31699,10 @@ snapshots: esprima@4.0.1: {} + esquery@1.6.0: + dependencies: + estraverse: 5.3.0 + esquery@1.7.0: dependencies: estraverse: 5.3.0 @@ -30761,13 +31746,7 @@ snapshots: eventemitter3@4.0.7: {} - eventemitter3@5.0.4: {} - - events-universal@1.0.1: - dependencies: - bare-events: 2.8.2 - transitivePeerDependencies: - - bare-abort-controller + eventemitter3@5.0.1: {} events@3.3.0: {} @@ -30873,16 +31852,16 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - expect@30.3.0: + expect@30.2.0: dependencies: - '@jest/expect-utils': 30.3.0 + '@jest/expect-utils': 30.2.0 '@jest/get-type': 30.1.0 - jest-matcher-utils: 30.3.0 - jest-message-util: 30.3.0 - jest-mock: 30.3.0 - jest-util: 30.3.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 + jest-util: 30.2.0 - exponential-backoff@3.1.3: {} + exponential-backoff@3.1.1: {} express-rate-limit@8.3.1(express@4.22.1): dependencies: @@ -30898,26 +31877,26 @@ snapshots: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.4 + body-parser: 1.20.3 content-disposition: 0.5.4 content-type: 1.0.5 cookie: 0.7.2 - cookie-signature: 1.0.7 + cookie-signature: 1.0.6 debug: 2.6.9 depd: 2.0.0 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 1.3.2 + finalhandler: 1.3.1 fresh: 0.5.2 http-errors: 2.0.1 merge-descriptors: 1.0.3 methods: 1.1.2 on-finished: 2.4.1 parseurl: 1.3.3 - path-to-regexp: 0.1.13 + path-to-regexp: 0.1.12 proxy-addr: 2.0.7 - qs: 6.15.0 + qs: 6.14.1 range-parser: 1.2.1 safe-buffer: 5.2.1 send: 0.19.2 @@ -30952,7 +31931,7 @@ snapshots: once: 1.4.0 parseurl: 1.3.3 proxy-addr: 2.0.7 - qs: 6.15.0 + qs: 6.14.1 range-parser: 1.2.1 router: 2.2.0 send: 1.2.1 @@ -31063,15 +32042,15 @@ snapshots: fast-safe-stringify@2.1.1: {} - fast-uri@3.1.0: {} + fast-uri@3.0.3: {} fastest-levenshtein@1.0.16: {} fastparse@1.1.2: {} - fastq@1.20.1: + fastq@1.17.1: dependencies: - reusify: 1.1.0 + reusify: 1.0.4 faye-websocket@0.11.4: dependencies: @@ -31089,10 +32068,6 @@ snapshots: optionalDependencies: picomatch: 4.0.3 - fdir@6.5.0(picomatch@4.0.4): - optionalDependencies: - picomatch: 4.0.4 - fecha@4.2.3: {} fflate@0.8.2: {} @@ -31103,7 +32078,7 @@ snapshots: file-entry-cache@10.1.4: dependencies: - flat-cache: 6.1.21 + flat-cache: 6.1.19 file-entry-cache@6.0.1: dependencies: @@ -31124,7 +32099,7 @@ snapshots: file-uri-to-path@1.0.0: optional: true - filelist@1.0.6: + filelist@1.0.4: dependencies: minimatch: 5.1.9 @@ -31134,11 +32109,11 @@ snapshots: dependencies: app-module-path: 2.2.0 commander: 10.0.1 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.17.1 is-relative-path: 1.0.2 module-definition: 5.0.1 module-lookup-amd: 8.0.5 - resolve: 1.22.11 + resolve: 1.22.8 resolve-dependency-path: 3.0.2 sass-lookup: 5.0.1 stylus-lookup: 5.0.1 @@ -31161,14 +32136,14 @@ snapshots: transitivePeerDependencies: - supports-color - finalhandler@1.3.2: + finalhandler@1.3.1: dependencies: debug: 2.6.9 encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 parseurl: 1.3.3 - statuses: 2.0.2 + statuses: 2.0.1 unpipe: 1.0.0 transitivePeerDependencies: - supports-color @@ -31263,11 +32238,11 @@ snapshots: flatted: 3.4.2 keyv: 4.5.4 - flat-cache@6.1.21: + flat-cache@6.1.19: dependencies: - cacheable: 2.3.4 + cacheable: 2.3.1 flatted: 3.4.2 - hookified: 1.15.1 + hookified: 1.15.0 flat@5.0.2: {} @@ -31280,10 +32255,16 @@ snapshots: fn.name@1.1.0: {} - follow-redirects@1.15.11(debug@4.4.3): + follow-redirects@1.15.11: {} + + follow-redirects@1.15.9(debug@4.4.3): optionalDependencies: debug: 4.4.3 + for-each@0.3.3: + dependencies: + is-callable: 1.2.7 + for-each@0.3.5: dependencies: is-callable: 1.2.7 @@ -31307,11 +32288,11 @@ snapshots: fork-stream@0.0.4: {} - fork-ts-checker-webpack-plugin@9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): + fork-ts-checker-webpack-plugin@9.1.0(typescript@5.9.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@babel/code-frame': 7.29.0 chalk: 4.1.2 - chokidar: 4.0.3 + chokidar: 4.0.1 cosmiconfig: 8.3.6(typescript@5.9.3) deepmerge: 4.3.1 fs-extra: 10.1.0 @@ -31320,9 +32301,9 @@ snapshots: node-abort-controller: 3.1.1 schema-utils: 3.3.0 semver: 7.7.4 - tapable: 2.3.2 + tapable: 2.3.0 typescript: 5.9.3 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) form-data-encoder@1.7.2: {} @@ -31373,19 +32354,19 @@ snapshots: fs-extra@10.1.0: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.1.0 universalify: 2.0.1 fs-extra@11.1.1: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.1.0 universalify: 2.0.1 fs-extra@11.2.0: dependencies: graceful-fs: 4.2.11 - jsonfile: 6.2.0 + jsonfile: 6.1.0 universalify: 2.0.1 fs-extra@8.1.0: @@ -31396,7 +32377,7 @@ snapshots: fs-minipass@3.0.3: dependencies: - minipass: 7.1.3 + minipass: 7.1.2 fs-mkdirp-stream@1.0.0: dependencies: @@ -31406,19 +32387,16 @@ snapshots: fs-mkdirp-stream@2.0.1: dependencies: graceful-fs: 4.2.11 - streamx: 2.25.0 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a + streamx: 2.22.0 - fs-monkey@1.1.0: {} + fs-monkey@1.0.6: {} fs.realpath@1.0.0: {} fsevents@1.2.13: dependencies: bindings: 1.5.0 - nan: 2.26.2 + nan: 2.22.0 optional: true fsevents@2.3.3: @@ -31426,6 +32404,13 @@ snapshots: function-bind@1.1.2: {} + function.prototype.name@1.1.6: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.5 + functions-have-names: 1.2.3 + function.prototype.name@1.1.8: dependencies: call-bind: 1.0.8 @@ -31439,8 +32424,6 @@ snapshots: functions-have-names@1.2.3: {} - generator-function@2.0.1: {} - gensync@1.0.0-beta.2: {} get-amd-module-type@5.0.1: @@ -31454,10 +32437,18 @@ snapshots: get-caller-file@2.0.5: {} - get-east-asian-width@1.5.0: {} + get-east-asian-width@1.3.0: {} get-func-name@2.0.2: {} + get-intrinsic@1.2.4: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + has-proto: 1.0.3 + has-symbols: 1.1.0 + hasown: 2.0.2 + get-intrinsic@1.3.0: dependencies: call-bind-apply-helpers: 1.0.2 @@ -31474,7 +32465,7 @@ snapshots: get-os-info@1.0.2: dependencies: getos: 3.2.1 - macos-release: 3.4.0 + macos-release: 3.3.0 os-family: 1.1.0 windows-release: 5.1.1 @@ -31493,29 +32484,36 @@ snapshots: get-stream@4.1.0: dependencies: - pump: 3.0.4 + pump: 3.0.2 get-stream@5.2.0: dependencies: - pump: 3.0.4 + pump: 3.0.2 get-stream@6.0.1: {} + get-symbol-description@1.0.2: + dependencies: + call-bind: 1.0.8 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + get-symbol-description@1.1.0: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 get-intrinsic: 1.3.0 - get-tsconfig@4.13.7: + get-tsconfig@4.13.0: dependencies: resolve-pkg-maps: 1.0.0 - get-uri@6.0.5: + get-uri@6.0.3: dependencies: basic-ftp: 5.2.0 data-uri-to-buffer: 6.0.2 debug: 4.4.3 + fs-extra: 11.2.0 transitivePeerDependencies: - supports-color @@ -31562,21 +32560,18 @@ snapshots: readable-stream: 2.3.8 remove-trailing-separator: 1.1.0 to-absolute-glob: 2.0.2 - unique-stream: 2.4.0 + unique-stream: 2.3.1 - glob-stream@8.0.3: + glob-stream@8.0.2: dependencies: '@gulpjs/to-absolute-glob': 4.0.0 anymatch: 3.1.3 - fastq: 1.20.1 + fastq: 1.17.1 glob-parent: 6.0.2 is-glob: 4.0.3 is-negated-glob: 1.0.0 normalize-path: 3.0.0 - streamx: 2.25.0 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a + streamx: 2.22.0 glob-to-regex.js@1.2.0(tslib@2.8.1): dependencies: @@ -31601,24 +32596,24 @@ snapshots: foreground-child: 3.3.1 jackspeak: 3.4.3 minimatch: 9.0.9 - minipass: 7.1.3 + minipass: 7.1.2 package-json-from-dist: 1.0.1 path-scurry: 1.11.1 glob@11.1.0: dependencies: foreground-child: 3.3.1 - jackspeak: 4.2.3 + jackspeak: 4.1.1 minimatch: 10.2.4 - minipass: 7.1.3 + minipass: 7.1.2 package-json-from-dist: 1.0.1 - path-scurry: 2.0.2 + path-scurry: 2.0.1 - glob@13.0.6: + glob@13.0.0: dependencies: minimatch: 10.2.4 - minipass: 7.1.3 - path-scurry: 2.0.2 + minipass: 7.1.2 + path-scurry: 2.0.1 glob@5.0.15: dependencies: @@ -31683,7 +32678,7 @@ snapshots: globals@15.15.0: {} - globals@16.5.0: {} + globals@16.3.0: {} globals@9.18.0: {} @@ -31759,9 +32754,9 @@ snapshots: gulp-autoprefixer@10.0.0(gulp@4.0.2): dependencies: - autoprefixer: 10.4.27(postcss@8.5.8) + autoprefixer: 10.4.27(postcss@8.5.6) gulp-plugin-extras: 1.1.0 - postcss: 8.5.8 + postcss: 8.5.6 vinyl-sourcemaps-apply: 0.2.1 optionalDependencies: gulp: 4.0.2 @@ -31776,9 +32771,9 @@ snapshots: gulp-cache@1.1.3: dependencies: - '@babel/runtime': 7.29.2 + '@babel/runtime': 7.26.10 cache-swap: 0.3.0 - core-js: 3.49.0 + core-js: 3.39.0 object.pick: 1.3.0 plugin-error: 1.0.1 through2: 3.0.1 @@ -31842,14 +32837,12 @@ snapshots: plugin-error: 2.0.1 semver: 7.7.4 ternary-stream: 3.0.0 - vinyl-fs: 4.0.2 + vinyl-fs: 4.0.0 optionalDependencies: '@types/eslint': 9.6.1 - '@types/node': 20.19.37 + '@types/node': 20.12.8 transitivePeerDependencies: - - bare-abort-controller - jiti - - react-native-b4a - supports-color gulp-file@0.4.0: @@ -31893,7 +32886,7 @@ snapshots: dependencies: chalk: 1.1.3 fancy-log: 1.3.3 - js-beautify: 1.15.4 + js-beautify: 1.15.1 lodash: 4.17.23 plugin-error: 0.1.2 rc: 1.2.8 @@ -31903,7 +32896,7 @@ snapshots: dependencies: deepmerge: 4.3.1 detect-indent: 6.1.0 - js-beautify: 1.15.4 + js-beautify: 1.15.1 plugin-error: 2.0.1 through2: 4.0.2 @@ -31965,11 +32958,11 @@ snapshots: gulp-replace@1.1.4: dependencies: - '@types/node': 20.19.37 + '@types/node': 20.12.8 '@types/vinyl': 2.0.12 istextorbinary: 3.3.0 replacestream: 4.0.3 - yargs-parser: 22.0.0 + yargs-parser: 21.1.1 gulp-sass@6.0.1: dependencies: @@ -32004,7 +32997,7 @@ snapshots: dependencies: ansi-colors: 3.2.4 plugin-error: 1.0.1 - source-map: 0.7.6 + source-map: 0.7.4 through2: 3.0.2 typescript: 4.9.5 vinyl: 2.2.1 @@ -32014,7 +33007,7 @@ snapshots: dependencies: o-stream: 0.3.0 plugin-error: 1.0.1 - terser: 5.46.1 + terser: 5.36.0 vinyl: 2.2.1 vinyl-sourcemaps-apply: 0.2.1 @@ -32065,7 +33058,7 @@ snapshots: dependencies: ansi-regex: 2.1.1 - has-bigints@1.1.0: {} + has-bigints@1.0.2: {} has-flag@3.0.0: {} @@ -32075,6 +33068,8 @@ snapshots: dependencies: es-define-property: 1.0.1 + has-proto@1.0.3: {} + has-proto@1.2.0: dependencies: dunder-proto: 1.0.1 @@ -32106,7 +33101,7 @@ snapshots: has@1.0.4: {} - hash-base@3.0.5: + hash-base@3.0.4: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 @@ -32125,9 +33120,9 @@ snapshots: inherits: 2.0.4 minimalistic-assert: 1.0.1 - hashery@1.5.1: + hashery@1.4.0: dependencies: - hookified: 1.15.1 + hookified: 1.15.0 hasown@2.0.2: dependencies: @@ -32273,11 +33268,9 @@ snapshots: dependencies: parse-passwd: 1.0.0 - hono@4.12.9: {} - - hookified@1.15.1: {} + hono@4.12.7: {} - hookified@2.1.0: {} + hookified@1.15.0: {} hosted-git-info@2.8.9: {} @@ -32287,7 +33280,7 @@ snapshots: hosted-git-info@9.0.2: dependencies: - lru-cache: 11.2.7 + lru-cache: 11.2.4 hpack.js@2.1.6: dependencies: @@ -32301,21 +33294,21 @@ snapshots: domhandler: 4.3.1 htmlparser2: 7.2.0 - html-dom-parser@5.1.8: + html-dom-parser@5.0.13: dependencies: domhandler: 5.0.3 - htmlparser2: 10.1.0 + htmlparser2: 10.0.0 - html-element-map@1.4.0: + html-element-map@1.3.1: dependencies: array.prototype.filter: 1.0.4 - es-errors: 1.3.0 + call-bind: 1.0.7 html-encoding-sniffer@3.0.0: dependencies: whatwg-encoding: 2.0.0 - html-entities@2.6.0: {} + html-entities@2.5.2: {} html-escaper@2.0.2: {} @@ -32327,7 +33320,7 @@ snapshots: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.46.1 + terser: 5.46.0 html-react-parser@1.4.14(react@17.0.2): dependencies: @@ -32337,13 +33330,13 @@ snapshots: react-property: 2.0.0 style-to-js: 1.1.1 - html-react-parser@5.2.17(@types/react@18.3.28)(react@18.3.1): + html-react-parser@5.2.2(@types/react@18.3.28)(react@18.3.1): dependencies: domhandler: 5.0.3 - html-dom-parser: 5.1.8 + html-dom-parser: 5.0.13 react: 18.3.1 react-property: 2.0.2 - style-to-js: 1.1.21 + style-to-js: 1.1.16 optionalDependencies: '@types/react': 18.3.28 @@ -32351,47 +33344,47 @@ snapshots: html-void-elements@2.0.1: {} - html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.23 pretty-error: 4.0.0 - tapable: 2.3.2 + tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optional: true - html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.23 pretty-error: 4.0.0 - tapable: 2.3.2 + tapable: 2.3.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) optional: true - html-webpack-plugin@5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): + html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.23 pretty-error: 4.0.0 - tapable: 2.3.2 + tapable: 2.3.0 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - html-webpack-plugin@5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): + html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.23 pretty-error: 4.0.0 - tapable: 2.3.2 + tapable: 2.3.0 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + webpack: 5.105.4(@swc/core@1.15.3) optional: true html2canvas@1.4.1: @@ -32402,6 +33395,13 @@ snapshots: htmlescape@1.1.1: {} + htmlparser2@10.0.0: + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.2.2 + entities: 6.0.0 + htmlparser2@10.1.0: dependencies: domelementtype: 2.3.0 @@ -32430,7 +33430,7 @@ snapshots: domutils: 3.2.2 entities: 4.5.0 - http-cache-semantics@4.2.0: {} + http-cache-semantics@4.1.1: {} http-deceiver@1.2.7: {} @@ -32442,6 +33442,14 @@ snapshots: statuses: 1.5.0 toidentifier: 1.0.1 + http-errors@2.0.0: + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.1 + toidentifier: 1.0.1 + http-errors@2.0.1: dependencies: depd: 2.0.0 @@ -32450,7 +33458,7 @@ snapshots: statuses: 2.0.2 toidentifier: 1.0.1 - http-parser-js@0.5.10: {} + http-parser-js@0.5.8: {} http-proxy-agent@5.0.0: dependencies: @@ -32462,14 +33470,14 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.4 + agent-base: 7.1.3 debug: 4.4.3 transitivePeerDependencies: - supports-color http-proxy-middleware@2.0.9(@types/express@4.17.25): dependencies: - '@types/http-proxy': 1.17.17 + '@types/http-proxy': 1.17.15 http-proxy: 1.18.1(debug@4.4.3) is-glob: 4.0.3 is-plain-obj: 3.0.0 @@ -32481,7 +33489,7 @@ snapshots: http-proxy-middleware@3.0.5: dependencies: - '@types/http-proxy': 1.17.17 + '@types/http-proxy': 1.17.15 debug: 4.4.3 http-proxy: 1.18.1(debug@4.4.3) is-glob: 4.0.3 @@ -32493,7 +33501,7 @@ snapshots: http-proxy@1.18.1(debug@4.4.3): dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.11(debug@4.4.3) + follow-redirects: 1.15.9(debug@4.4.3) requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -32509,7 +33517,7 @@ snapshots: mime: 1.6.0 minimist: 1.2.8 opener: 1.5.2 - portfinder: 1.0.38 + portfinder: 1.0.32 secure-compare: 3.0.1 union: 0.5.0 url-join: 4.0.1 @@ -32545,7 +33553,7 @@ snapshots: https-proxy-agent@7.0.6: dependencies: - agent-base: 7.1.4 + agent-base: 7.1.3 debug: 4.4.3 transitivePeerDependencies: - supports-color @@ -32556,7 +33564,7 @@ snapshots: human-signals@4.3.1: {} - humanize-duration@3.33.2: {} + humanize-duration@3.32.1: {} humanize-ms@1.2.1: dependencies: @@ -32580,7 +33588,7 @@ snapshots: dependencies: safer-buffer: 2.1.2 - iconv-lite@0.7.2: + iconv-lite@0.7.1: dependencies: safer-buffer: 2.1.2 @@ -32588,10 +33596,6 @@ snapshots: dependencies: postcss: 8.4.38 - icss-utils@5.1.0(postcss@8.5.8): - dependencies: - postcss: 8.5.8 - identity-obj-proxy@3.0.0: dependencies: harmony-reflect: 1.6.2 @@ -32657,7 +33661,7 @@ snapshots: inferno@8.2.3: dependencies: - csstype: 3.2.3 + csstype: 3.1.3 inferno-vnode-flags: 8.2.3 opencollective-postinstall: 2.0.3 @@ -32680,7 +33684,7 @@ snapshots: ini@6.0.0: {} - injection-js@2.6.1: + injection-js@2.4.0: dependencies: tslib: 2.8.1 @@ -32690,7 +33694,7 @@ snapshots: inline-style-parser@0.1.1: {} - inline-style-parser@0.2.7: {} + inline-style-parser@0.2.4: {} insert-module-globals@7.2.1: dependencies: @@ -32705,6 +33709,12 @@ snapshots: undeclared-identifiers: 1.1.3 xtend: 4.0.2 + internal-slot@1.0.7: + dependencies: + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.1.0 + internal-slot@1.1.0: dependencies: es-errors: 1.3.0 @@ -32729,9 +33739,14 @@ snapshots: ip-address@10.1.0: {} + ip-address@9.0.5: + dependencies: + jsbn: 1.1.0 + sprintf-js: 1.1.3 + ipaddr.js@1.9.1: {} - ipaddr.js@2.3.0: {} + ipaddr.js@2.2.0: {} is-absolute@1.0.0: dependencies: @@ -32742,11 +33757,16 @@ snapshots: dependencies: hasown: 2.0.2 - is-arguments@1.2.0: + is-arguments@1.1.1: dependencies: - call-bound: 1.0.4 + call-bind: 1.0.8 has-tostringtag: 1.0.2 + is-array-buffer@3.0.4: + dependencies: + call-bind: 1.0.8 + get-intrinsic: 1.3.0 + is-array-buffer@3.0.5: dependencies: call-bind: 1.0.8 @@ -32755,17 +33775,17 @@ snapshots: is-arrayish@0.2.1: {} - is-async-function@2.1.1: + is-async-function@2.0.0: dependencies: - async-function: 1.0.0 - call-bound: 1.0.4 - get-proto: 1.0.1 has-tostringtag: 1.0.2 - safe-regex-test: 1.1.0 + + is-bigint@1.0.4: + dependencies: + has-bigints: 1.0.2 is-bigint@1.1.0: dependencies: - has-bigints: 1.1.0 + has-bigints: 1.0.2 is-binary-path@1.0.1: dependencies: @@ -32775,6 +33795,11 @@ snapshots: dependencies: binary-extensions: 2.3.0 + is-boolean-object@1.1.2: + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + is-boolean-object@1.2.2: dependencies: call-bound: 1.0.4 @@ -32806,12 +33831,20 @@ snapshots: dependencies: hasown: 2.0.2 + is-data-view@1.0.1: + dependencies: + is-typed-array: 1.1.15 + is-data-view@1.0.2: dependencies: call-bound: 1.0.4 get-intrinsic: 1.3.0 is-typed-array: 1.1.15 + is-date-object@1.0.5: + dependencies: + has-tostringtag: 1.0.2 + is-date-object@1.1.0: dependencies: call-bound: 1.0.4 @@ -32849,6 +33882,10 @@ snapshots: is-extglob@2.1.1: {} + is-finalizationregistry@1.0.2: + dependencies: + call-bind: 1.0.8 + is-finalizationregistry@1.1.1: dependencies: call-bound: 1.0.4 @@ -32863,19 +33900,15 @@ snapshots: is-fullwidth-code-point@4.0.0: {} - is-fullwidth-code-point@5.1.0: + is-fullwidth-code-point@5.0.0: dependencies: - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.3.0 is-generator-fn@2.1.0: {} - is-generator-function@1.1.2: + is-generator-function@1.0.10: dependencies: - call-bound: 1.0.4 - generator-function: 2.0.1 - get-proto: 1.0.1 has-tostringtag: 1.0.2 - safe-regex-test: 1.1.0 is-glob@2.0.1: dependencies: @@ -32907,7 +33940,11 @@ snapshots: is-negative-zero@2.0.3: {} - is-network-error@1.3.1: {} + is-network-error@1.1.0: {} + + is-number-object@1.0.7: + dependencies: + has-tostringtag: 1.0.2 is-number-object@1.1.1: dependencies: @@ -32964,6 +34001,11 @@ snapshots: dependencies: '@types/estree': 1.0.8 + is-regex@1.1.4: + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + is-regex@1.2.1: dependencies: call-bound: 1.0.4 @@ -32981,6 +34023,10 @@ snapshots: is-set@2.0.3: {} + is-shared-array-buffer@1.0.3: + dependencies: + call-bind: 1.0.8 + is-shared-array-buffer@1.0.4: dependencies: call-bound: 1.0.4 @@ -32991,6 +34037,10 @@ snapshots: is-stream@3.0.0: {} + is-string@1.0.7: + dependencies: + has-tostringtag: 1.0.2 + is-string@1.1.1: dependencies: call-bound: 1.0.4 @@ -32998,15 +34048,23 @@ snapshots: is-subset@0.1.1: {} + is-symbol@1.0.4: + dependencies: + has-symbols: 1.1.0 + is-symbol@1.1.1: dependencies: call-bound: 1.0.4 has-symbols: 1.1.0 safe-regex-test: 1.1.0 + is-typed-array@1.1.13: + dependencies: + which-typed-array: 1.1.19 + is-typed-array@1.1.15: dependencies: - which-typed-array: 1.1.20 + which-typed-array: 1.1.19 is-typedarray@1.0.0: {} @@ -33030,30 +34088,32 @@ snapshots: is-weakmap@2.0.2: {} + is-weakref@1.0.2: + dependencies: + call-bind: 1.0.8 + is-weakref@1.1.1: dependencies: call-bound: 1.0.4 - is-weakset@2.0.4: + is-weakset@2.0.3: dependencies: - call-bound: 1.0.4 + call-bind: 1.0.8 get-intrinsic: 1.3.0 is-what@3.14.1: {} - is-what@4.1.16: {} - is-windows@1.0.2: {} is-wsl@2.2.0: dependencies: is-docker: 2.2.1 - is-wsl@3.1.1: + is-wsl@3.1.0: dependencies: is-inside-container: 1.0.0 - is@3.3.2: {} + is@3.3.0: {} isarray@0.0.1: {} @@ -33065,7 +34125,7 @@ snapshots: isexe@2.0.0: {} - isexe@4.0.0: {} + isexe@3.1.1: {} isobject@2.1.0: dependencies: @@ -33093,7 +34153,7 @@ snapshots: '@babel/parser': 7.29.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 7.7.2 + semver: 7.7.4 transitivePeerDependencies: - supports-color @@ -33119,7 +34179,7 @@ snapshots: transitivePeerDependencies: - supports-color - istanbul-reports@3.2.0: + istanbul-reports@3.1.7: dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 @@ -33149,15 +34209,16 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jackspeak@4.2.3: + jackspeak@4.1.1: dependencies: - '@isaacs/cliui': 9.0.0 + '@isaacs/cliui': 8.0.2 - jake@10.9.4: + jake@10.9.2: dependencies: async: 3.2.6 - filelist: 1.0.6 - picocolors: 1.1.1 + chalk: 4.1.2 + filelist: 1.0.4 + minimatch: 3.1.5 jasmine-core@4.6.1: {} @@ -33176,6 +34237,12 @@ snapshots: jest-util: 29.7.0 p-limit: 3.1.0 + jest-changed-files@30.2.0: + dependencies: + execa: 5.1.1 + jest-util: 30.2.0 + p-limit: 3.1.0 + jest-circus@29.7.0(babel-plugin-macros@3.1.0): dependencies: '@jest/environment': 29.7.0 @@ -33185,7 +34252,7 @@ snapshots: '@types/node': 20.19.37 chalk: 4.1.2 co: 4.6.0 - dedent: 1.7.2(babel-plugin-macros@3.1.0) + dedent: 1.7.0(babel-plugin-macros@3.1.0) is-generator-fn: 2.1.0 jest-each: 29.7.0 jest-matcher-utils: 29.7.0 @@ -33202,25 +34269,25 @@ snapshots: - babel-plugin-macros - supports-color - jest-circus@30.3.0(babel-plugin-macros@3.1.0): + jest-circus@30.2.0(babel-plugin-macros@3.1.0): dependencies: - '@jest/environment': 30.3.0 - '@jest/expect': 30.3.0 - '@jest/test-result': 30.3.0 - '@jest/types': 30.3.0 + '@jest/environment': 30.2.0 + '@jest/expect': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 chalk: 4.1.2 co: 4.6.0 - dedent: 1.7.2(babel-plugin-macros@3.1.0) + dedent: 1.7.0(babel-plugin-macros@3.1.0) is-generator-fn: 2.1.0 - jest-each: 30.3.0 - jest-matcher-utils: 30.3.0 - jest-message-util: 30.3.0 - jest-runtime: 30.3.0 - jest-snapshot: 30.3.0 - jest-util: 30.3.0 + jest-each: 30.2.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-runtime: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 p-limit: 3.1.0 - pretty-format: 30.3.0 + pretty-format: 30.2.0 pure-rand: 7.0.1 slash: 3.0.0 stack-utils: 2.0.6 @@ -33228,16 +34295,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + create-jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -33249,16 +34316,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): + jest-cli@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + create-jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -33270,92 +34337,178 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): + jest-cli@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) - exit: 0.1.2 + exit-x: 0.2.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-config: 30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + jest-util: 30.2.0 + jest-validate: 30.2.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + '@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@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + jest-util: 30.2.0 + jest-validate: 30.2.0 + yargs: 17.7.2 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + jest-cli@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.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@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) + jest-util: 30.2.0 + jest-validate: 30.2.0 + yargs: 17.7.2 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register - supports-color - ts-node optional: true - jest-cli@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - exit: 0.1.2 + exit-x: 0.2.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) + jest-util: 30.2.0 + jest-validate: 30.2.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register - supports-color - ts-node - jest-cli@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest-cli@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - exit: 0.1.2 + exit-x: 0.2.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-config: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + jest-util: 30.2.0 + jest-validate: 30.2.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register - supports-color - ts-node + optional: true - jest-cli@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)): + jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) - '@jest/test-result': 29.7.0 - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) - exit: 0.1.2 + exit-x: 0.2.2 import-local: 3.2.0 - jest-config: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-config: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + jest-util: 30.2.0 + jest-validate: 30.2.0 + yargs: 17.7.2 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.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.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + jest-util: 30.2.0 + jest-validate: 30.2.0 + yargs: 17.7.2 + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + optional: true + + jest-cli@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(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.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + jest-util: 30.2.0 + jest-validate: 30.2.0 yargs: 17.7.2 optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register - supports-color - ts-node - jest-config@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -33380,13 +34533,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 18.19.130 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 20.12.8 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -33411,13 +34564,13 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): + jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/test-sequencer': 29.7.0 @@ -33441,198 +34594,509 @@ snapshots: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 18.19.130 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.11.17 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 20.11.17 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.0) + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 3.9.0 + ci-info: 4.3.0 deepmerge: 4.3.1 - glob: 7.2.3 + glob: 10.5.0 graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 29.7.0 + pretty-format: 30.2.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.0) + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 3.9.0 + ci-info: 4.3.0 deepmerge: 4.3.1 - glob: 7.2.3 + glob: 10.5.0 graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 29.7.0 + pretty-format: 30.2.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.0) + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 3.9.0 + ci-info: 4.3.0 deepmerge: 4.3.1 - glob: 7.2.3 + glob: 10.5.0 graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 29.7.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color optional: true - jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.0) + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 3.9.0 + ci-info: 4.3.0 deepmerge: 4.3.1 - glob: 7.2.3 + glob: 10.5.0 graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 29.7.0 + pretty-format: 30.2.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): dependencies: '@babel/core': 7.29.0 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.29.0) + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 3.9.0 + ci-info: 4.3.0 deepmerge: 4.3.1 - glob: 7.2.3 + glob: 10.5.0 graceful-fs: 4.2.11 - jest-circus: 29.7.0(babel-plugin-macros@3.1.0) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 29.7.0 + pretty-format: 30.2.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.19.37 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3) + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3) transitivePeerDependencies: - babel-plugin-macros - supports-color + optional: true - jest-config@30.3.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 '@jest/pattern': 30.0.1 - '@jest/test-sequencer': 30.3.0 - '@jest/types': 30.3.0 - babel-jest: 30.3.0(@babel/core@7.29.0) + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) chalk: 4.1.2 - ci-info: 4.4.0 + ci-info: 4.3.0 deepmerge: 4.3.1 glob: 10.5.0 graceful-fs: 4.2.11 - jest-circus: 30.3.0(babel-plugin-macros@3.1.0) + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) jest-docblock: 30.2.0 - jest-environment-node: 30.3.0 + jest-environment-node: 30.2.0 jest-regex-util: 30.0.1 - jest-resolve: 30.3.0 - jest-runner: 30.3.0 - jest-util: 30.3.0 - jest-validate: 30.3.0 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 parse-json: 5.2.0 - pretty-format: 30.3.0 + pretty-format: 30.2.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.12.8 - ts-node: 10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3) + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + optional: true + + jest-config@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 20.19.37 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 25.5.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 25.5.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + optional: true + + jest-config@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + dependencies: + '@babel/core': 7.29.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.0.1 + '@jest/test-sequencer': 30.2.0 + '@jest/types': 30.2.0 + babel-jest: 30.2.0(@babel/core@7.29.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.2.0(babel-plugin-macros@3.1.0) + jest-docblock: 30.2.0 + jest-environment-node: 30.2.0 + jest-regex-util: 30.0.1 + jest-resolve: 30.2.0 + jest-runner: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 + micromatch: 4.0.8 + parse-json: 5.2.0 + pretty-format: 30.2.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 25.5.0 + ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -33644,12 +35108,12 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-diff@30.3.0: + jest-diff@30.2.0: dependencies: - '@jest/diff-sequences': 30.3.0 + '@jest/diff-sequences': 30.0.1 '@jest/get-type': 30.1.0 chalk: 4.1.2 - pretty-format: 30.3.0 + pretty-format: 30.2.0 jest-docblock@29.7.0: dependencies: @@ -33667,13 +35131,13 @@ snapshots: jest-util: 29.7.0 pretty-format: 29.7.0 - jest-each@30.3.0: + jest-each@30.2.0: dependencies: '@jest/get-type': 30.1.0 - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 chalk: 4.1.2 - jest-util: 30.3.0 - pretty-format: 30.3.0 + jest-util: 30.2.0 + pretty-format: 30.2.0 jest-environment-jsdom@29.7.0: dependencies: @@ -33681,7 +35145,7 @@ snapshots: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.19.37 + '@types/node': 20.14.5 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -33695,19 +35159,19 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.19.37 + '@types/node': 20.14.5 jest-mock: 29.7.0 jest-util: 29.7.0 - jest-environment-node@30.3.0: + jest-environment-node@30.2.0: dependencies: - '@jest/environment': 30.3.0 - '@jest/fake-timers': 30.3.0 - '@jest/types': 30.3.0 + '@jest/environment': 30.2.0 + '@jest/fake-timers': 30.2.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 - jest-mock: 30.3.0 - jest-util: 30.3.0 - jest-validate: 30.3.0 + jest-mock: 30.2.0 + jest-util: 30.2.0 + jest-validate: 30.2.0 jest-get-type@29.6.3: {} @@ -33727,17 +35191,17 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - jest-haste-map@30.3.0: + jest-haste-map@30.2.0: dependencies: - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 jest-regex-util: 30.0.1 - jest-util: 30.3.0 - jest-worker: 30.3.0 - picomatch: 4.0.4 + jest-util: 30.2.0 + jest-worker: 30.2.0 + micromatch: 4.0.8 walker: 1.0.8 optionalDependencies: fsevents: 2.3.3 @@ -33747,10 +35211,10 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-leak-detector@30.3.0: + jest-leak-detector@30.2.0: dependencies: '@jest/get-type': 30.1.0 - pretty-format: 30.3.0 + pretty-format: 30.2.0 jest-matcher-utils@29.7.0: dependencies: @@ -33759,12 +35223,12 @@ snapshots: jest-get-type: 29.6.3 pretty-format: 29.7.0 - jest-matcher-utils@30.3.0: + jest-matcher-utils@30.2.0: dependencies: '@jest/get-type': 30.1.0 chalk: 4.1.2 - jest-diff: 30.3.0 - pretty-format: 30.3.0 + jest-diff: 30.2.0 + pretty-format: 30.2.0 jest-message-util@29.7.0: dependencies: @@ -33778,15 +35242,15 @@ snapshots: slash: 3.0.0 stack-utils: 2.0.6 - jest-message-util@30.3.0: + jest-message-util@30.2.0: dependencies: '@babel/code-frame': 7.29.0 - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 '@types/stack-utils': 2.0.3 chalk: 4.1.2 graceful-fs: 4.2.11 - picomatch: 4.0.4 - pretty-format: 30.3.0 + micromatch: 4.0.8 + pretty-format: 30.2.0 slash: 3.0.0 stack-utils: 2.0.6 @@ -33796,19 +35260,19 @@ snapshots: '@types/node': 20.19.37 jest-util: 29.7.0 - jest-mock@30.3.0: + jest-mock@30.2.0: dependencies: - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 - jest-util: 30.3.0 + jest-util: 30.2.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): optionalDependencies: jest-resolve: 29.7.0 - jest-pnp-resolver@1.2.3(jest-resolve@30.3.0): + jest-pnp-resolver@1.2.3(jest-resolve@30.2.0): optionalDependencies: - jest-resolve: 30.3.0 + jest-resolve: 30.2.0 jest-regex-util@29.6.3: {} @@ -33821,6 +35285,13 @@ snapshots: transitivePeerDependencies: - supports-color + jest-resolve-dependencies@30.2.0: + dependencies: + jest-regex-util: 30.0.1 + jest-snapshot: 30.2.0 + transitivePeerDependencies: + - supports-color + jest-resolve@29.7.0: dependencies: chalk: 4.1.2 @@ -33833,14 +35304,14 @@ snapshots: resolve.exports: 2.0.3 slash: 3.0.0 - jest-resolve@30.3.0: + jest-resolve@30.2.0: dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 - jest-haste-map: 30.3.0 - jest-pnp-resolver: 1.2.3(jest-resolve@30.3.0) - jest-util: 30.3.0 - jest-validate: 30.3.0 + jest-haste-map: 30.2.0 + jest-pnp-resolver: 1.2.3(jest-resolve@30.2.0) + jest-util: 30.2.0 + jest-validate: 30.2.0 slash: 3.0.0 unrs-resolver: 1.11.1 @@ -33870,28 +35341,28 @@ snapshots: transitivePeerDependencies: - supports-color - jest-runner@30.3.0: + jest-runner@30.2.0: dependencies: - '@jest/console': 30.3.0 - '@jest/environment': 30.3.0 - '@jest/test-result': 30.3.0 - '@jest/transform': 30.3.0 - '@jest/types': 30.3.0 + '@jest/console': 30.2.0 + '@jest/environment': 30.2.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 chalk: 4.1.2 emittery: 0.13.1 exit-x: 0.2.2 graceful-fs: 4.2.11 jest-docblock: 30.2.0 - jest-environment-node: 30.3.0 - jest-haste-map: 30.3.0 - jest-leak-detector: 30.3.0 - jest-message-util: 30.3.0 - jest-resolve: 30.3.0 - jest-runtime: 30.3.0 - jest-util: 30.3.0 - jest-watcher: 30.3.0 - jest-worker: 30.3.0 + jest-environment-node: 30.2.0 + jest-haste-map: 30.2.0 + jest-leak-detector: 30.2.0 + jest-message-util: 30.2.0 + jest-resolve: 30.2.0 + jest-runtime: 30.2.0 + jest-util: 30.2.0 + jest-watcher: 30.2.0 + jest-worker: 30.2.0 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: @@ -33908,8 +35379,8 @@ snapshots: '@jest/types': 29.6.3 '@types/node': 20.19.37 chalk: 4.1.2 - cjs-module-lexer: 1.4.3 - collect-v8-coverage: 1.0.3 + cjs-module-lexer: 1.4.1 + collect-v8-coverage: 1.0.2 glob: 7.2.3 graceful-fs: 4.2.11 jest-haste-map: 29.7.0 @@ -33924,28 +35395,28 @@ snapshots: transitivePeerDependencies: - supports-color - jest-runtime@30.3.0: + jest-runtime@30.2.0: dependencies: - '@jest/environment': 30.3.0 - '@jest/fake-timers': 30.3.0 - '@jest/globals': 30.3.0 + '@jest/environment': 30.2.0 + '@jest/fake-timers': 30.2.0 + '@jest/globals': 30.2.0 '@jest/source-map': 30.0.1 - '@jest/test-result': 30.3.0 - '@jest/transform': 30.3.0 - '@jest/types': 30.3.0 + '@jest/test-result': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 chalk: 4.1.2 cjs-module-lexer: 2.2.0 - collect-v8-coverage: 1.0.3 + collect-v8-coverage: 1.0.2 glob: 10.5.0 graceful-fs: 4.2.11 - jest-haste-map: 30.3.0 - jest-message-util: 30.3.0 - jest-mock: 30.3.0 + jest-haste-map: 30.2.0 + jest-message-util: 30.2.0 + jest-mock: 30.2.0 jest-regex-util: 30.0.1 - jest-resolve: 30.3.0 - jest-snapshot: 30.3.0 - jest-util: 30.3.0 + jest-resolve: 30.2.0 + jest-snapshot: 30.2.0 + jest-util: 30.2.0 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: @@ -33956,7 +35427,7 @@ snapshots: '@babel/core': 7.29.0 '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) '@babel/types': 7.29.0 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 @@ -33976,27 +35447,27 @@ snapshots: transitivePeerDependencies: - supports-color - jest-snapshot@30.3.0: + jest-snapshot@30.2.0: dependencies: '@babel/core': 7.29.0 '@babel/generator': 7.29.1 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) '@babel/types': 7.29.0 - '@jest/expect-utils': 30.3.0 + '@jest/expect-utils': 30.2.0 '@jest/get-type': 30.1.0 - '@jest/snapshot-utils': 30.3.0 - '@jest/transform': 30.3.0 - '@jest/types': 30.3.0 + '@jest/snapshot-utils': 30.2.0 + '@jest/transform': 30.2.0 + '@jest/types': 30.2.0 babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0) chalk: 4.1.2 - expect: 30.3.0 + expect: 30.2.0 graceful-fs: 4.2.11 - jest-diff: 30.3.0 - jest-matcher-utils: 30.3.0 - jest-message-util: 30.3.0 - jest-util: 30.3.0 - pretty-format: 30.3.0 + jest-diff: 30.2.0 + jest-matcher-utils: 30.2.0 + jest-message-util: 30.2.0 + jest-util: 30.2.0 + pretty-format: 30.2.0 semver: 7.7.4 synckit: 0.11.12 transitivePeerDependencies: @@ -34009,16 +35480,16 @@ snapshots: chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 - picomatch: 2.3.2 + picomatch: 2.3.1 - jest-util@30.3.0: + jest-util@30.2.0: dependencies: - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 chalk: 4.1.2 - ci-info: 4.4.0 + ci-info: 4.3.0 graceful-fs: 4.2.11 - picomatch: 4.0.4 + picomatch: 4.0.3 jest-validate@29.7.0: dependencies: @@ -34029,14 +35500,14 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-validate@30.3.0: + jest-validate@30.2.0: dependencies: '@jest/get-type': 30.1.0 - '@jest/types': 30.3.0 + '@jest/types': 30.2.0 camelcase: 6.3.0 chalk: 4.1.2 leven: 3.1.0 - pretty-format: 30.3.0 + pretty-format: 30.2.0 jest-watcher@29.7.0: dependencies: @@ -34049,15 +35520,15 @@ snapshots: jest-util: 29.7.0 string-length: 4.0.2 - jest-watcher@30.3.0: + jest-watcher@30.2.0: dependencies: - '@jest/test-result': 30.3.0 - '@jest/types': 30.3.0 + '@jest/test-result': 30.2.0 + '@jest/types': 30.2.0 '@types/node': 20.19.37 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 - jest-util: 30.3.0 + jest-util: 30.2.0 string-length: 4.0.2 jest-worker@27.5.1: @@ -34073,20 +35544,20 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest-worker@30.3.0: + jest-worker@30.2.0: dependencies: '@types/node': 20.19.37 '@ungap/structured-clone': 1.3.0 - jest-util: 30.3.0 + jest-util: 30.2.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34095,12 +35566,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)): + jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + jest-cli: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: @@ -34109,68 +35580,134 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)): + jest@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) + '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3)) + jest-cli: 30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + '@jest/types': 30.2.0 + import-local: 3.2.0 + jest-cli: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) + '@jest/types': 30.2.0 + import-local: 3.2.0 + jest-cli: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3)) + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register - supports-color - ts-node optional: true - jest@29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) + '@jest/types': 30.2.0 + import-local: 3.2.0 + jest-cli: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + + jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) + '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.12.8)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register - supports-color - ts-node + optional: true - jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)): + jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) + '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register - supports-color - ts-node - jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)): + jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) - '@jest/types': 29.6.3 + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) + '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3)) + jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3)) optionalDependencies: node-notifier: 9.0.1 transitivePeerDependencies: - '@types/node' - babel-plugin-macros + - esbuild-register + - supports-color + - ts-node + optional: true + + jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)): + dependencies: + '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + '@jest/types': 30.2.0 + import-local: 3.2.0 + jest-cli: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) + optionalDependencies: + node-notifier: 9.0.1 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - esbuild-register - supports-color - ts-node - jiti@1.21.7: {} + jiti@1.21.6: {} jiti@2.6.1: {} - jose@6.2.2: {} + jose@6.1.3: {} jquery.tmpl@0.0.2: dependencies: @@ -34180,10 +35717,10 @@ snapshots: jqueryify@0.0.3: {} - js-beautify@1.15.4: + js-beautify@1.15.1: dependencies: config-chain: 1.1.13 - editorconfig: 1.0.7 + editorconfig: 1.0.4 glob: 10.5.0 js-cookie: 3.0.5 nopt: 7.2.1 @@ -34211,6 +35748,8 @@ snapshots: jsbn@0.1.1: {} + jsbn@1.1.0: {} + jsdom@20.0.3: dependencies: abab: 2.0.6 @@ -34219,7 +35758,7 @@ snapshots: cssom: 0.5.0 cssstyle: 2.3.0 data-urls: 3.0.2 - decimal.js: 10.6.0 + decimal.js: 10.4.3 domexception: 4.0.0 escodegen: 2.1.0 form-data: 4.0.5 @@ -34227,8 +35766,8 @@ snapshots: http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.23 - parse5: 7.3.0 + nwsapi: 2.2.13 + parse5: 7.2.1 saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.1.4 @@ -34237,7 +35776,7 @@ snapshots: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.20.0 + ws: 8.18.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -34282,7 +35821,7 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - jsonfile@6.2.0: + jsonfile@6.1.0: dependencies: universalify: 2.0.1 optionalDependencies: @@ -34300,13 +35839,13 @@ snapshots: jspdf@4.2.1: dependencies: - '@babel/runtime': 7.29.2 + '@babel/runtime': 7.28.6 fast-png: 6.4.0 fflate: 0.8.2 optionalDependencies: canvg: 3.0.11 - core-js: 3.49.0 - dompurify: 3.3.3 + core-js: 3.39.0 + dompurify: 3.3.1 html2canvas: 1.4.1 jsprim@1.4.2: @@ -34318,8 +35857,8 @@ snapshots: jsx-ast-utils@3.3.5: dependencies: - array-includes: 3.1.9 - array.prototype.flat: 1.3.3 + array-includes: 3.1.8 + array.prototype.flat: 1.3.2 object.assign: 4.1.7 object.values: 1.2.1 @@ -34344,7 +35883,7 @@ snapshots: istanbul-lib-instrument: 5.2.1 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.2.0 + istanbul-reports: 3.1.7 minimatch: 3.1.5 transitivePeerDependencies: - supports-color @@ -34370,17 +35909,17 @@ snapshots: dependencies: source-map-support: 0.5.21 - karma-webpack@5.0.1(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): + karma-webpack@5.0.1(webpack@5.105.4(@swc/core@1.15.3)): dependencies: glob: 7.2.3 minimatch: 9.0.9 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + webpack: 5.105.4(@swc/core@1.15.3) webpack-merge: 4.2.2 karma@6.4.4: dependencies: '@colors/colors': 1.5.0 - body-parser: 1.20.4 + body-parser: 1.20.3 braces: 3.0.3 chokidar: 3.6.0 connect: 3.7.0 @@ -34398,10 +35937,10 @@ snapshots: qjobs: 1.2.0 range-parser: 1.2.1 rimraf: 3.0.2 - socket.io: 4.8.3 + socket.io: 4.8.1 source-map: 0.6.1 - tmp: 0.2.5 - ua-parser-js: 0.7.41 + tmp: 0.2.3 + ua-parser-js: 0.7.39 yargs: 16.2.0 transitivePeerDependencies: - bufferutil @@ -34413,7 +35952,7 @@ snapshots: dependencies: json-buffer: 3.0.1 - keyv@5.6.0: + keyv@5.5.5: dependencies: '@keyv/serialize': 1.1.1 @@ -34461,10 +36000,10 @@ snapshots: default-resolution: 2.0.0 es6-weak-map: 2.0.3 - launch-editor@2.13.2: + launch-editor@2.9.1: dependencies: picocolors: 1.1.1 - shell-quote: 1.8.3 + shell-quote: 1.8.1 lazypipe@1.0.2: dependencies: @@ -34484,17 +36023,17 @@ snapshots: lead@4.0.0: {} - less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + less-loader@12.3.0(less@4.4.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: less: 4.4.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - less-loader@12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + less-loader@12.3.0(less@4.4.2)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: less: 4.4.2 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) less@4.4.0: dependencies: @@ -34507,7 +36046,7 @@ snapshots: image-size: 0.5.5 make-dir: 2.1.0 mime: 1.6.0 - needle: 3.5.0 + needle: 3.3.1 source-map: 0.6.1 less@4.4.2: @@ -34521,20 +36060,7 @@ snapshots: image-size: 0.5.5 make-dir: 2.1.0 mime: 1.6.0 - needle: 3.5.0 - source-map: 0.6.1 - - less@4.6.4: - dependencies: - copy-anything: 3.0.5 - parse-node-version: 1.0.1 - optionalDependencies: - errno: 0.1.8 - graceful-fs: 4.2.11 - image-size: 0.5.5 - make-dir: 2.1.0 - mime: 1.6.0 - needle: 3.5.0 + needle: 3.3.1 source-map: 0.6.1 leven@3.1.0: {} @@ -34544,17 +36070,17 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + license-webpack-plugin@4.0.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: webpack-sources: 3.3.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) lie@3.3.0: dependencies: @@ -34573,54 +36099,54 @@ snapshots: transitivePeerDependencies: - supports-color - lightningcss-android-arm64@1.32.0: + lightningcss-android-arm64@1.30.2: optional: true - lightningcss-darwin-arm64@1.32.0: + lightningcss-darwin-arm64@1.30.2: optional: true - lightningcss-darwin-x64@1.32.0: + lightningcss-darwin-x64@1.30.2: optional: true - lightningcss-freebsd-x64@1.32.0: + lightningcss-freebsd-x64@1.30.2: optional: true - lightningcss-linux-arm-gnueabihf@1.32.0: + lightningcss-linux-arm-gnueabihf@1.30.2: optional: true - lightningcss-linux-arm64-gnu@1.32.0: + lightningcss-linux-arm64-gnu@1.30.2: optional: true - lightningcss-linux-arm64-musl@1.32.0: + lightningcss-linux-arm64-musl@1.30.2: optional: true - lightningcss-linux-x64-gnu@1.32.0: + lightningcss-linux-x64-gnu@1.30.2: optional: true - lightningcss-linux-x64-musl@1.32.0: + lightningcss-linux-x64-musl@1.30.2: optional: true - lightningcss-win32-arm64-msvc@1.32.0: + lightningcss-win32-arm64-msvc@1.30.2: optional: true - lightningcss-win32-x64-msvc@1.32.0: + lightningcss-win32-x64-msvc@1.30.2: optional: true - lightningcss@1.32.0: + lightningcss@1.30.2: dependencies: - detect-libc: 2.1.2 + detect-libc: 2.0.3 optionalDependencies: - lightningcss-android-arm64: 1.32.0 - lightningcss-darwin-arm64: 1.32.0 - lightningcss-darwin-x64: 1.32.0 - lightningcss-freebsd-x64: 1.32.0 - lightningcss-linux-arm-gnueabihf: 1.32.0 - lightningcss-linux-arm64-gnu: 1.32.0 - lightningcss-linux-arm64-musl: 1.32.0 - lightningcss-linux-x64-gnu: 1.32.0 - lightningcss-linux-x64-musl: 1.32.0 - lightningcss-win32-arm64-msvc: 1.32.0 - lightningcss-win32-x64-msvc: 1.32.0 + lightningcss-android-arm64: 1.30.2 + lightningcss-darwin-arm64: 1.30.2 + lightningcss-darwin-x64: 1.30.2 + lightningcss-freebsd-x64: 1.30.2 + lightningcss-linux-arm-gnueabihf: 1.30.2 + lightningcss-linux-arm64-gnu: 1.30.2 + lightningcss-linux-arm64-musl: 1.30.2 + lightningcss-linux-x64-gnu: 1.30.2 + lightningcss-linux-x64-musl: 1.30.2 + lightningcss-win32-arm64-msvc: 1.30.2 + lightningcss-win32-x64-msvc: 1.30.2 lilconfig@2.1.0: {} @@ -34652,7 +36178,7 @@ snapshots: dependencies: cli-truncate: 3.1.0 colorette: 2.0.20 - eventemitter3: 5.0.4 + eventemitter3: 5.0.1 log-update: 5.0.1 rfdc: 1.4.1 wrap-ansi: 8.1.0 @@ -34663,26 +36189,26 @@ snapshots: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 - eventemitter3: 5.0.4 + eventemitter3: 5.0.1 log-update: 6.1.0 rfdc: 1.4.1 - wrap-ansi: 9.0.2 + wrap-ansi: 9.0.0 listr2@9.0.5: dependencies: - cli-truncate: 5.2.0 + cli-truncate: 5.1.1 colorette: 2.0.20 - eventemitter3: 5.0.4 + eventemitter3: 5.0.1 log-update: 6.1.0 rfdc: 1.4.1 - wrap-ansi: 9.0.2 + wrap-ansi: 9.0.0 lmdb@2.8.5: dependencies: - msgpackr: 1.11.9 + msgpackr: 1.11.2 node-addon-api: 6.1.0 node-gyp-build-optional-packages: 5.1.1 - ordered-binary: 1.6.1 + ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: '@lmdb/lmdb-darwin-arm64': 2.8.5 @@ -34694,10 +36220,10 @@ snapshots: lmdb@3.4.2: dependencies: - msgpackr: 1.11.9 + msgpackr: 1.11.2 node-addon-api: 6.1.0 node-gyp-build-optional-packages: 5.2.2 - ordered-binary: 1.6.1 + ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: '@lmdb/lmdb-darwin-arm64': 3.4.2 @@ -34711,10 +36237,10 @@ snapshots: lmdb@3.4.4: dependencies: - msgpackr: 1.11.9 + msgpackr: 1.11.2 node-addon-api: 6.1.0 node-gyp-build-optional-packages: 5.2.2 - ordered-binary: 1.6.1 + ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: '@lmdb/lmdb-darwin-arm64': 3.4.4 @@ -34779,6 +36305,8 @@ snapshots: lodash.flattendeep@4.4.0: {} + lodash.get@4.4.2: {} + lodash.groupby@4.6.0: {} lodash.isboolean@3.0.3: {} @@ -34841,16 +36369,16 @@ snapshots: ansi-escapes: 5.0.0 cli-cursor: 4.0.0 slice-ansi: 5.0.0 - strip-ansi: 7.2.0 + strip-ansi: 7.1.2 wrap-ansi: 8.1.0 log-update@6.1.0: dependencies: - ansi-escapes: 7.3.0 + ansi-escapes: 7.0.0 cli-cursor: 5.0.0 - slice-ansi: 7.1.2 - strip-ansi: 7.2.0 - wrap-ansi: 9.0.2 + slice-ansi: 7.1.0 + strip-ansi: 7.1.2 + wrap-ansi: 9.0.0 log4js@6.9.1: dependencies: @@ -34905,7 +36433,7 @@ snapshots: lru-cache@11.0.2: {} - lru-cache@11.2.7: {} + lru-cache@11.2.4: {} lru-cache@5.1.1: dependencies: @@ -34924,16 +36452,28 @@ snapshots: lz-string@1.5.0: {} - macos-release@3.4.0: {} + macos-release@3.3.0: {} magic-string@0.25.9: dependencies: sourcemap-codec: 1.4.8 + magic-string@0.30.1: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + + magic-string@0.30.13: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.17: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.19: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + magic-string@0.30.21: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -34954,20 +36494,19 @@ snapshots: make-error@1.3.6: {} - make-fetch-happen@15.0.5: + make-fetch-happen@15.0.3: dependencies: - '@gar/promise-retry': 1.0.3 '@npmcli/agent': 4.0.0 - '@npmcli/redact': 4.0.0 - cacache: 20.0.4 - http-cache-semantics: 4.2.0 - minipass: 7.1.3 - minipass-fetch: 5.0.2 - minipass-flush: 1.0.7 + cacache: 20.0.3 + http-cache-semantics: 4.1.1 + minipass: 7.1.2 + minipass-fetch: 5.0.0 + minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 negotiator: 1.0.0 proc-log: 6.1.0 - ssri: 13.0.1 + promise-retry: 2.0.1 + ssri: 13.0.0 transitivePeerDependencies: - supports-color @@ -35014,7 +36553,7 @@ snapshots: md5.js@1.3.5: dependencies: - hash-base: 3.0.5 + hash-base: 3.1.2 inherits: 2.0.4 safe-buffer: 5.2.1 @@ -35028,7 +36567,7 @@ snapshots: dependencies: '@types/mdast': 3.0.15 '@types/unist': 2.0.11 - decode-named-character-reference: 1.3.0 + decode-named-character-reference: 1.0.2 mdast-util-to-string: 3.2.0 micromark: 3.2.0 micromark-util-decode-numeric-character-reference: 1.1.0 @@ -35074,7 +36613,9 @@ snapshots: mdn-data@2.0.30: {} - mdn-data@2.27.1: {} + mdn-data@2.12.2: {} + + mdn-data@2.14.0: {} media-typer@0.3.0: {} @@ -35082,22 +36623,14 @@ snapshots: memfs@3.5.3: dependencies: - fs-monkey: 1.1.0 + fs-monkey: 1.0.6 - memfs@4.57.1(tslib@2.8.1): + memfs@4.51.1: dependencies: - '@jsonjoy.com/fs-core': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-fsa': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-to-fsa': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-print': 4.57.1(tslib@2.8.1) - '@jsonjoy.com/fs-snapshot': 4.57.1(tslib@2.8.1) '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) - thingies: 2.6.0(tslib@2.8.1) + thingies: 2.5.0(tslib@2.8.1) tree-dump: 1.1.0(tslib@2.8.1) tslib: 2.8.1 @@ -35141,7 +36674,7 @@ snapshots: micromark-core-commonmark@1.1.0: dependencies: - decode-named-character-reference: 1.3.0 + decode-named-character-reference: 1.0.2 micromark-factory-destination: 1.1.0 micromark-factory-label: 1.1.0 micromark-factory-space: 1.1.0 @@ -35216,7 +36749,7 @@ snapshots: micromark-util-decode-string@1.1.0: dependencies: - decode-named-character-reference: 1.3.0 + decode-named-character-reference: 1.0.2 micromark-util-character: 1.2.0 micromark-util-decode-numeric-character-reference: 1.1.0 micromark-util-symbol: 1.1.0 @@ -35252,9 +36785,9 @@ snapshots: micromark@3.2.0: dependencies: - '@types/debug': 4.1.13 + '@types/debug': 4.1.12 debug: 4.4.3 - decode-named-character-reference: 1.3.0 + decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.1.0 micromark-factory-space: 1.1.0 micromark-util-character: 1.2.0 @@ -35309,16 +36842,16 @@ snapshots: micromatch@4.0.5: dependencies: braces: 3.0.3 - picomatch: 2.3.2 + picomatch: 2.3.1 micromatch@4.0.8: dependencies: braces: 3.0.3 - picomatch: 2.3.2 + picomatch: 2.3.1 miller-rabin@4.0.1: dependencies: - bn.js: 4.12.3 + bn.js: 4.12.1 brorand: 1.1.0 mime-db@1.52.0: {} @@ -35349,17 +36882,17 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: schema-utils: 4.3.3 - tapable: 2.3.2 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + tapable: 2.3.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + mini-css-extract-plugin@2.9.4(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: schema-utils: 4.3.3 - tapable: 2.3.2 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + tapable: 2.3.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) minimalistic-assert@1.0.1: {} @@ -35367,7 +36900,7 @@ snapshots: minimatch@10.2.4: dependencies: - brace-expansion: 5.0.5 + brace-expansion: 5.0.3 minimatch@3.1.5: dependencies: @@ -35391,17 +36924,17 @@ snapshots: minipass-collect@2.0.1: dependencies: - minipass: 7.1.3 + minipass: 7.1.2 - minipass-fetch@5.0.2: + minipass-fetch@5.0.0: dependencies: - minipass: 7.1.3 - minipass-sized: 2.0.0 + minipass: 7.1.2 + minipass-sized: 1.0.3 minizlib: 3.1.0 optionalDependencies: - iconv-lite: 0.7.2 + encoding: 0.1.13 - minipass-flush@1.0.7: + minipass-flush@1.0.5: dependencies: minipass: 3.3.6 @@ -35409,19 +36942,19 @@ snapshots: dependencies: minipass: 3.3.6 - minipass-sized@2.0.0: + minipass-sized@1.0.3: dependencies: - minipass: 7.1.3 + minipass: 3.3.6 minipass@3.3.6: dependencies: yallist: 4.0.0 - minipass@7.1.3: {} + minipass@7.1.2: {} minizlib@3.1.0: dependencies: - minipass: 7.1.3 + minipass: 7.1.2 mitt@3.0.1: {} @@ -35469,14 +37002,14 @@ snapshots: dependencies: commander: 10.0.1 glob: 7.2.3 - requirejs: 2.3.8 + requirejs: 2.3.7 requirejs-config-file: 4.0.0 moment-duration-format-commonjs@1.0.1: {} moment@2.30.1: {} - moo@0.5.3: {} + moo@0.5.2: {} mri@1.2.0: {} @@ -35500,7 +37033,7 @@ snapshots: '@msgpackr-extract/msgpackr-extract-win32-x64': 3.0.3 optional: true - msgpackr@1.11.9: + msgpackr@1.11.2: optionalDependencies: msgpackr-extract: 3.0.3 @@ -35527,13 +37060,17 @@ snapshots: mute-stream@2.0.0: {} - mylas@2.1.14: {} + mylas@2.1.13: {} - nan@2.26.2: + nan@2.22.0: optional: true nanoid@3.3.11: {} + nanoid@3.3.7: {} + + nanoid@3.3.9: {} + nanomatch@1.2.13: dependencies: arr-diff: 4.0.0 @@ -35564,14 +37101,14 @@ snapshots: nearley@2.20.1: dependencies: commander: 2.20.3 - moo: 0.5.3 + moo: 0.5.2 railroad-diagrams: 1.0.0 randexp: 0.4.6 - needle@3.5.0: + needle@3.3.1: dependencies: iconv-lite: 0.6.3 - sax: 1.6.0 + sax: 1.4.1 optional: true negotiator@0.6.3: {} @@ -35588,102 +37125,102 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + ng-packagr@19.2.2(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): dependencies: - '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) + '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.4)(typescript@4.9.5) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) - '@rollup/wasm-node': 4.60.0 - ajv: 8.18.0 + '@rollup/wasm-node': 4.27.3 + ajv: 8.17.1 ansi-colors: 4.1.3 browserslist: 4.28.1 - chokidar: 4.0.3 - commander: 14.0.3 + chokidar: 4.0.1 + commander: 13.1.0 + convert-source-map: 2.0.0 dependency-graph: 1.0.0 esbuild: 0.25.0 - find-cache-directory: 6.0.0 - injection-js: 2.6.1 + fast-glob: 3.3.3 + find-cache-dir: 3.3.2 + injection-js: 2.4.0 jsonc-parser: 3.3.1 - less: 4.6.4 - ora: 8.2.0 - piscina: 5.1.4 - postcss: 8.5.8 - rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) + less: 4.4.2 + ora: 5.4.1 + piscina: 4.8.0 + postcss: 8.5.6 rxjs: 7.8.2 - sass: 1.98.0 - tinyglobby: 0.2.15 + sass: 1.97.1 tslib: 2.8.1 - typescript: 5.8.3 + typescript: 4.9.5 optionalDependencies: rollup: 4.59.0 - ng-packagr@21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@4.9.5))(tslib@2.8.1)(typescript@4.9.5): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.6.3)(typescript@5.8.3): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@4.9.5) + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) - '@rollup/wasm-node': 4.60.0 + '@rollup/wasm-node': 4.27.3 ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 - chokidar: 5.0.0 + chokidar: 4.0.1 commander: 14.0.3 dependency-graph: 1.0.0 - esbuild: 0.27.4 + esbuild: 0.25.0 find-cache-directory: 6.0.0 - injection-js: 2.6.1 + injection-js: 2.4.0 jsonc-parser: 3.3.1 - less: 4.6.4 - ora: 9.3.0 + less: 4.4.2 + ora: 8.2.0 piscina: 5.1.4 postcss: 8.5.8 - rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@4.9.5) + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 - sass: 1.98.0 + sass: 1.97.1 tinyglobby: 0.2.15 - tslib: 2.8.1 - typescript: 4.9.5 + tslib: 2.6.3 + typescript: 5.8.3 optionalDependencies: rollup: 4.59.0 + optional: true - ng-packagr@21.2.1(@angular/compiler-cli@21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3): + ng-packagr@20.3.2(@angular/compiler-cli@20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 21.1.6(@angular/compiler@21.2.6)(typescript@5.9.3) + '@angular/compiler-cli': 20.3.18(@angular/compiler@20.3.18)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) - '@rollup/wasm-node': 4.60.0 + '@rollup/wasm-node': 4.27.3 ajv: 8.18.0 ansi-colors: 4.1.3 browserslist: 4.28.1 - chokidar: 5.0.0 + chokidar: 4.0.1 commander: 14.0.3 dependency-graph: 1.0.0 - esbuild: 0.27.4 + esbuild: 0.25.0 find-cache-directory: 6.0.0 - injection-js: 2.6.1 + injection-js: 2.4.0 jsonc-parser: 3.3.1 - less: 4.6.4 - ora: 9.3.0 + less: 4.4.2 + ora: 8.2.0 piscina: 5.1.4 postcss: 8.5.8 - rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.9.3) + rollup-plugin-dts: 6.4.1(rollup@4.59.0)(typescript@5.8.3) rxjs: 7.8.2 - sass: 1.98.0 + sass: 1.97.1 tinyglobby: 0.2.15 tslib: 2.8.1 - typescript: 5.9.3 + typescript: 5.8.3 optionalDependencies: rollup: 4.59.0 - optional: true nice-try@1.0.5: {} - nise@6.1.4: + nise@6.1.1: dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers': 15.1.1 + '@sinonjs/fake-timers': 13.0.5 + '@sinonjs/text-encoding': 0.7.3 just-extend: 6.2.0 - path-to-regexp: 8.4.0 + path-to-regexp: 8.3.0 no-case@3.0.4: dependencies: @@ -35698,40 +37235,35 @@ snapshots: node-domexception@1.0.0: {} - node-exports-info@1.6.0: - dependencies: - array.prototype.flatmap: 1.3.3 - es-errors: 1.3.0 - object.entries: 1.1.9 - semver: 6.3.1 - - node-fetch@2.7.0: + node-fetch@2.7.0(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 - node-forge@1.4.0: {} + node-forge@1.3.3: {} node-gyp-build-optional-packages@5.1.1: dependencies: - detect-libc: 2.1.2 + detect-libc: 2.0.3 node-gyp-build-optional-packages@5.2.2: dependencies: - detect-libc: 2.1.2 + detect-libc: 2.0.3 optional: true - node-gyp@12.2.0: + node-gyp@12.1.0: dependencies: env-paths: 2.2.1 - exponential-backoff: 3.1.3 + exponential-backoff: 3.1.1 graceful-fs: 4.2.11 - make-fetch-happen: 15.0.5 + make-fetch-happen: 15.0.3 nopt: 9.0.0 proc-log: 6.1.0 - semver: 7.7.2 - tar: 7.5.13 + semver: 7.7.4 + tar: 7.5.11 tinyglobby: 0.2.15 - which: 6.0.1 + which: 6.0.0 transitivePeerDependencies: - supports-color @@ -35748,7 +37280,7 @@ snapshots: uuid: 8.3.2 which: 2.0.2 - node-releases@2.0.36: {} + node-releases@2.0.27: {} node-source-walk@6.0.2: dependencies: @@ -35767,12 +37299,12 @@ snapshots: node.extend@1.1.8: dependencies: has: 1.0.4 - is: 3.3.2 + is: 3.3.0 node.extend@2.0.3: dependencies: hasown: 2.0.2 - is: 3.3.2 + is: 3.3.0 nopt@3.0.6: dependencies: @@ -35822,7 +37354,7 @@ snapshots: npm-install-checks@8.0.0: dependencies: - semver: 7.7.2 + semver: 7.7.4 npm-normalize-package-bin@5.0.0: {} @@ -35830,17 +37362,17 @@ snapshots: dependencies: hosted-git-info: 9.0.2 proc-log: 5.0.0 - semver: 7.7.2 - validate-npm-package-name: 6.0.2 + semver: 7.7.4 + validate-npm-package-name: 6.0.0 npm-package-arg@13.0.2: dependencies: hosted-git-info: 9.0.2 proc-log: 6.1.0 - semver: 7.7.3 + semver: 7.7.4 validate-npm-package-name: 7.0.2 - npm-packlist@10.0.4: + npm-packlist@10.0.3: dependencies: ignore-walk: 8.0.0 proc-log: 6.1.0 @@ -35849,18 +37381,18 @@ snapshots: dependencies: npm-install-checks: 8.0.0 npm-normalize-package-bin: 5.0.0 - npm-package-arg: 13.0.0 - semver: 7.7.2 + npm-package-arg: 13.0.2 + semver: 7.7.4 npm-registry-fetch@19.1.1: dependencies: '@npmcli/redact': 4.0.0 jsonparse: 1.3.1 - make-fetch-happen: 15.0.5 - minipass: 7.1.3 - minipass-fetch: 5.0.2 + make-fetch-happen: 15.0.3 + minipass: 7.1.2 + minipass-fetch: 5.0.0 minizlib: 3.1.0 - npm-package-arg: 13.0.0 + npm-package-arg: 13.0.2 proc-log: 6.1.0 transitivePeerDependencies: - supports-color @@ -35873,7 +37405,7 @@ snapshots: minimatch: 3.1.5 pidtree: 0.5.0 read-pkg: 5.2.0 - shell-quote: 1.8.3 + shell-quote: 1.8.1 npm-run-path@2.0.2: dependencies: @@ -35895,42 +37427,42 @@ snapshots: number-is-nan@1.0.1: {} - nwsapi@2.2.23: {} + nwsapi@2.2.13: {} nx-cloud@19.1.0: dependencies: '@nrwl/nx-cloud': 19.1.0 - axios: 1.13.6 + axios: 1.13.5 chalk: 4.1.2 dotenv: 10.0.0 fs-extra: 11.2.0 ini: 4.1.3 node-machine-id: 1.1.12 open: 8.4.2 - tar: 7.5.13 + tar: 7.5.11 yargs-parser: 22.0.0 transitivePeerDependencies: - debug - nx@22.4.5(@swc/core@1.15.21(@swc/helpers@0.5.20)): + nx@22.4.5(@swc/core@1.15.3): dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 - axios: 1.13.6 + axios: 1.13.5 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 8.0.1 - dotenv: 16.4.7 + dotenv: 16.4.5 dotenv-expand: 11.0.7 enquirer: 2.3.6 figures: 3.2.0 flat: 5.0.2 front-matter: 4.0.2 ignore: 7.0.5 - jest-diff: 30.3.0 + jest-diff: 30.2.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.3 minimatch: 10.2.4 @@ -35960,7 +37492,7 @@ snapshots: '@nx/nx-linux-x64-musl': 22.4.5 '@nx/nx-win32-arm64-msvc': 22.4.5 '@nx/nx-win32-x64-msvc': 22.4.5 - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 transitivePeerDependencies: - debug @@ -35976,11 +37508,13 @@ snapshots: define-property: 0.2.5 kind-of: 3.2.2 + object-inspect@1.13.3: {} + object-inspect@1.13.4: {} object-is@1.1.6: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.7 define-properties: 1.2.1 object-keys@0.4.0: {} @@ -35991,6 +37525,13 @@ snapshots: dependencies: isobject: 3.0.1 + object.assign@4.1.5: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + has-symbols: 1.1.0 + object-keys: 1.1.1 + object.assign@4.1.7: dependencies: call-bind: 1.0.8 @@ -36007,6 +37548,12 @@ snapshots: for-own: 1.0.0 isobject: 3.0.1 + object.entries@1.1.8: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.1.1 + object.entries@1.1.9: dependencies: call-bind: 1.0.8 @@ -36016,16 +37563,16 @@ snapshots: object.fromentries@2.0.8: dependencies: - call-bind: 1.0.8 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.24.1 - es-object-atoms: 1.1.1 + es-abstract: 1.23.5 + es-object-atoms: 1.0.0 object.groupby@1.0.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 object.map@1.0.1: dependencies: @@ -36046,6 +37593,12 @@ snapshots: for-own: 1.0.0 make-iterator: 1.0.1 + object.values@1.2.0: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.1.1 + object.values@1.2.1: dependencies: call-bind: 1.0.8 @@ -36113,29 +37666,29 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 - openai@4.73.1(zod@3.23.8): + openai@4.73.1(encoding@0.1.13)(zod@3.24.4): dependencies: - '@types/node': 18.19.130 - '@types/node-fetch': 2.6.13 + '@types/node': 18.19.64 + '@types/node-fetch': 2.6.12 abort-controller: 3.0.0 - agentkeepalive: 4.6.0 + agentkeepalive: 4.5.0 form-data-encoder: 1.7.2 formdata-node: 4.4.1 - node-fetch: 2.7.0 + node-fetch: 2.7.0(encoding@0.1.13) optionalDependencies: - zod: 3.23.8 + zod: 3.24.4 transitivePeerDependencies: - encoding - openai@4.73.1(zod@4.3.5): + openai@4.73.1(encoding@0.1.13)(zod@4.3.5): dependencies: - '@types/node': 18.19.130 - '@types/node-fetch': 2.6.13 + '@types/node': 18.19.64 + '@types/node-fetch': 2.6.12 abort-controller: 3.0.0 - agentkeepalive: 4.6.0 + agentkeepalive: 4.5.0 form-data-encoder: 1.7.2 formdata-node: 4.4.1 - node-fetch: 2.7.0 + node-fetch: 2.7.0(encoding@0.1.13) optionalDependencies: zod: 4.3.5 transitivePeerDependencies: @@ -36164,7 +37717,7 @@ snapshots: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.6.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 log-symbols: 4.1.0 strip-ansi: 6.0.1 @@ -36192,32 +37745,21 @@ snapshots: log-symbols: 6.0.0 stdin-discarder: 0.2.2 string-width: 7.2.0 - strip-ansi: 7.2.0 + strip-ansi: 7.1.2 ora@9.0.0: dependencies: chalk: 5.6.2 cli-cursor: 5.0.0 - cli-spinners: 3.4.0 + cli-spinners: 3.3.0 is-interactive: 2.0.0 is-unicode-supported: 2.1.0 log-symbols: 7.0.1 stdin-discarder: 0.2.2 - string-width: 8.2.0 - strip-ansi: 7.2.0 + string-width: 8.1.0 + strip-ansi: 7.1.2 - ora@9.3.0: - dependencies: - chalk: 5.6.2 - cli-cursor: 5.0.0 - cli-spinners: 3.4.0 - is-interactive: 2.0.0 - is-unicode-supported: 2.1.0 - log-symbols: 7.0.1 - stdin-discarder: 0.3.1 - string-width: 8.2.0 - - ordered-binary@1.6.1: {} + ordered-binary@1.5.3: {} ordered-read-streams@1.0.1: dependencies: @@ -36271,26 +37813,26 @@ snapshots: dependencies: aggregate-error: 3.1.0 - p-map@7.0.4: {} + p-map@7.0.3: {} p-retry@6.2.1: dependencies: '@types/retry': 0.12.2 - is-network-error: 1.3.1 + is-network-error: 1.1.0 retry: 0.13.1 p-try@2.2.0: {} - pac-proxy-agent@7.2.0: + pac-proxy-agent@7.0.2: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 - agent-base: 7.1.4 + agent-base: 7.1.3 debug: 4.4.3 - get-uri: 6.0.5 + get-uri: 6.0.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 pac-resolver: 7.0.1 - socks-proxy-agent: 8.0.5 + socks-proxy-agent: 8.0.4 transitivePeerDependencies: - supports-color @@ -36303,23 +37845,23 @@ snapshots: pacote@21.0.4: dependencies: - '@npmcli/git': 7.0.2 + '@npmcli/git': 7.0.1 '@npmcli/installed-package-contents': 4.0.0 - '@npmcli/package-json': 7.0.5 + '@npmcli/package-json': 7.0.4 '@npmcli/promise-spawn': 9.0.1 - '@npmcli/run-script': 10.0.4 - cacache: 20.0.4 + '@npmcli/run-script': 10.0.3 + cacache: 20.0.3 fs-minipass: 3.0.3 - minipass: 7.1.3 - npm-package-arg: 13.0.0 - npm-packlist: 10.0.4 + minipass: 7.1.2 + npm-package-arg: 13.0.2 + npm-packlist: 10.0.3 npm-pick-manifest: 11.0.3 npm-registry-fetch: 19.1.1 proc-log: 6.1.0 promise-retry: 2.0.1 - sigstore: 4.1.0 - ssri: 13.0.1 - tar: 7.5.13 + sigstore: 4.0.0 + ssri: 13.0.0 + tar: 7.5.11 transitivePeerDependencies: - supports-color @@ -36332,19 +37874,19 @@ snapshots: dot-case: 3.0.4 tslib: 2.8.1 - parcel@2.16.4(@swc/helpers@0.5.20): + parcel@2.16.4: dependencies: - '@parcel/config-default': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20) - '@parcel/core': 2.16.4(@swc/helpers@0.5.20) + '@parcel/config-default': 2.16.4(@parcel/core@2.16.4) + '@parcel/core': 2.16.4 '@parcel/diagnostic': 2.16.4 '@parcel/events': 2.16.4 '@parcel/feature-flags': 2.16.4 - '@parcel/fs': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/fs': 2.16.4(@parcel/core@2.16.4) '@parcel/logger': 2.16.4 - '@parcel/package-manager': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20))(@swc/helpers@0.5.20) - '@parcel/reporter-cli': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/reporter-dev-server': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) - '@parcel/reporter-tracer': 2.16.4(@parcel/core@2.16.4(@swc/helpers@0.5.20)) + '@parcel/package-manager': 2.16.4(@parcel/core@2.16.4) + '@parcel/reporter-cli': 2.16.4(@parcel/core@2.16.4) + '@parcel/reporter-dev-server': 2.16.4(@parcel/core@2.16.4) + '@parcel/reporter-tracer': 2.16.4(@parcel/core@2.16.4) '@parcel/utils': 2.16.4 chalk: 4.1.2 commander: 12.1.0 @@ -36363,11 +37905,12 @@ snapshots: dependencies: path-platform: 0.11.15 - parse-asn1@5.1.9: + parse-asn1@5.1.7: dependencies: asn1.js: 4.10.1 browserify-aes: 1.2.0 evp_bytestokey: 1.0.3 + hash-base: 3.0.4 pbkdf2: 3.1.5 safe-buffer: 5.2.1 @@ -36390,12 +37933,12 @@ snapshots: parse-json@2.2.0: dependencies: - error-ex: 1.3.4 + error-ex: 1.3.2 parse-json@5.2.0: dependencies: '@babel/code-frame': 7.29.0 - error-ex: 1.3.4 + error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -36405,10 +37948,14 @@ snapshots: parse5-html-rewriting-stream@8.0.0: dependencies: - entities: 6.0.1 + entities: 6.0.0 parse5: 8.0.0 parse5-sax-parser: 8.0.0 + parse5-htmlparser2-tree-adapter@6.0.1: + dependencies: + parse5: 6.0.1 + parse5-htmlparser2-tree-adapter@7.1.0: dependencies: domhandler: 5.0.3 @@ -36428,13 +37975,17 @@ snapshots: parse5@6.0.1: {} + parse5@7.2.1: + dependencies: + entities: 4.5.0 + parse5@7.3.0: dependencies: - entities: 6.0.1 + entities: 6.0.0 parse5@8.0.0: dependencies: - entities: 6.0.1 + entities: 6.0.0 parseurl@1.3.3: {} @@ -36480,16 +38031,16 @@ snapshots: path-scurry@1.11.1: dependencies: lru-cache: 10.4.3 - minipass: 7.1.3 + minipass: 7.1.2 - path-scurry@2.0.2: + path-scurry@2.0.1: dependencies: - lru-cache: 11.2.7 - minipass: 7.1.3 + lru-cache: 11.0.2 + minipass: 7.1.2 - path-to-regexp@0.1.13: {} + path-to-regexp@0.1.12: {} - path-to-regexp@8.4.0: {} + path-to-regexp@8.3.0: {} path-type@1.1.0: dependencies: @@ -36522,14 +38073,12 @@ snapshots: picocolors@1.1.1: {} - picomatch@2.3.2: {} + picomatch@2.3.1: {} picomatch@4.0.2: {} picomatch@4.0.3: {} - picomatch@4.0.4: {} - pidtree@0.5.0: {} pidtree@0.6.0: {} @@ -36553,8 +38102,14 @@ snapshots: pinkie@2.0.4: {} + pirates@4.0.6: {} + pirates@4.0.7: {} + piscina@4.8.0: + optionalDependencies: + '@napi-rs/nice': 1.1.1 + piscina@5.1.3: optionalDependencies: '@napi-rs/nice': 1.1.1 @@ -36577,7 +38132,7 @@ snapshots: dependencies: find-up: 3.0.0 - pkijs@3.4.0: + pkijs@3.3.3: dependencies: '@noble/hashes': 1.4.0 asn1js: 3.0.7 @@ -36619,43 +38174,44 @@ snapshots: pngjs@6.0.0: {} - portfinder@1.0.38: + portfinder@1.0.32: dependencies: - async: 3.2.6 - debug: 4.4.3 + async: 2.6.4 + debug: 3.2.7 + mkdirp: 0.5.6 transitivePeerDependencies: - supports-color posix-character-classes@0.1.1: {} - possible-typed-array-names@1.1.0: {} + possible-typed-array-names@1.0.0: {} - postcss-html@1.8.1: + postcss-html@1.7.0: dependencies: htmlparser2: 8.0.2 js-tokens: 9.0.1 - postcss: 8.5.8 - postcss-safe-parser: 6.0.0(postcss@8.5.8) + postcss: 8.4.38 + postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: - cosmiconfig: 9.0.1(typescript@5.8.3) - jiti: 1.21.7 + cosmiconfig: 9.0.0(typescript@5.8.3) + jiti: 1.21.6 postcss: 8.5.6 - semver: 7.7.2 + semver: 7.7.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - typescript - postcss-loader@8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + postcss-loader@8.2.0(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: - cosmiconfig: 9.0.1(typescript@5.9.3) + cosmiconfig: 9.0.0(typescript@5.9.3) jiti: 2.6.1 postcss: 8.5.6 - semver: 7.7.3 + semver: 7.7.4 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) transitivePeerDependencies: - typescript @@ -36665,57 +38221,32 @@ snapshots: dependencies: postcss: 8.4.38 - postcss-modules-extract-imports@3.1.0(postcss@8.5.8): - dependencies: - postcss: 8.5.8 - - postcss-modules-local-by-default@4.2.0(postcss@8.4.38): + postcss-modules-local-by-default@4.1.0(postcss@8.4.38): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 - postcss-modules-local-by-default@4.2.0(postcss@8.5.8): - dependencies: - 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.4.38): dependencies: postcss: 8.4.38 postcss-selector-parser: 7.1.1 - postcss-modules-scope@3.2.1(postcss@8.5.8): - dependencies: - postcss: 8.5.8 - postcss-selector-parser: 7.1.1 - postcss-modules-values@4.0.0(postcss@8.4.38): dependencies: icss-utils: 5.1.0(postcss@8.4.38) postcss: 8.4.38 - postcss-modules-values@4.0.0(postcss@8.5.8): - dependencies: - icss-utils: 5.1.0(postcss@8.5.8) - postcss: 8.5.8 - postcss-resolve-nested-selector@0.1.6: {} postcss-safe-parser@6.0.0(postcss@8.4.38): dependencies: postcss: 8.4.38 - postcss-safe-parser@6.0.0(postcss@8.5.8): + postcss-safe-parser@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.5.8 - - postcss-safe-parser@7.0.1(postcss@8.5.8): - dependencies: - postcss: 8.5.8 + postcss: 8.5.6 postcss-scss@4.0.9(postcss@8.5.8): dependencies: @@ -36726,6 +38257,11 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 + postcss-selector-parser@7.0.0: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + postcss-selector-parser@7.1.1: dependencies: cssesc: 3.0.0 @@ -36742,7 +38278,7 @@ snapshots: postcss@8.4.38: dependencies: - nanoid: 3.3.11 + nanoid: 3.3.7 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -36826,7 +38362,7 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.3.1 - pretty-format@30.3.0: + pretty-format@30.2.0: dependencies: '@jest/schemas': 30.0.5 ansi-styles: 5.2.0 @@ -36860,14 +38396,14 @@ snapshots: kleur: 3.0.3 sisteransi: 1.0.5 - prop-types-exact@1.2.7: + prop-types-exact@1.2.5: dependencies: - call-bound: 1.0.4 + call-bind: 1.0.8 es-errors: 1.3.0 hasown: 2.0.2 isarray: 2.0.5 object.assign: 4.1.7 - own-keys: 1.0.1 + reflect.ownkeys: 1.1.4 prop-types@15.8.1: dependencies: @@ -36884,16 +38420,16 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - proxy-agent@6.5.0: + proxy-agent@6.4.0: dependencies: - agent-base: 7.1.4 + agent-base: 7.1.3 debug: 4.4.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 lru-cache: 7.18.3 - pac-proxy-agent: 7.2.0 + pac-proxy-agent: 7.0.2 proxy-from-env: 1.1.0 - socks-proxy-agent: 8.0.5 + socks-proxy-agent: 8.0.4 transitivePeerDependencies: - supports-color @@ -36901,27 +38437,27 @@ snapshots: prr@1.0.1: {} - psl@1.15.0: + psl@1.12.0: dependencies: punycode: 2.3.1 public-encrypt@4.0.3: dependencies: - bn.js: 4.12.3 + bn.js: 4.12.1 browserify-rsa: 4.1.1 create-hash: 1.2.0 - parse-asn1: 5.1.9 + parse-asn1: 5.1.7 randombytes: 2.1.0 safe-buffer: 5.2.1 pump@2.0.1: dependencies: - end-of-stream: 1.4.5 + end-of-stream: 1.4.4 once: 1.4.0 - pump@3.0.4: + pump@3.0.2: dependencies: - end-of-stream: 1.4.5 + end-of-stream: 1.4.4 once: 1.4.0 pumpify@1.5.1: @@ -36940,13 +38476,11 @@ snapshots: chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) debug: 4.4.3 devtools-protocol: 0.0.1354347 - typed-query-selector: 2.12.1 - ws: 8.20.0 + typed-query-selector: 2.12.0 + ws: 8.18.0 transitivePeerDependencies: - - bare-abort-controller - bare-buffer - bufferutil - - react-native-b4a - supports-color - utf-8-validate @@ -36954,15 +38488,13 @@ snapshots: dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1354347) - cosmiconfig: 9.0.1(typescript@5.8.3) + cosmiconfig: 9.0.0(typescript@5.8.3) devtools-protocol: 0.0.1354347 puppeteer-core: 23.6.1 - typed-query-selector: 2.12.1 + typed-query-selector: 2.12.0 transitivePeerDependencies: - - bare-abort-controller - bare-buffer - bufferutil - - react-native-b4a - supports-color - typescript - utf-8-validate @@ -36979,15 +38511,15 @@ snapshots: q@1.0.1: {} - qified@0.9.0: + qified@0.5.3: dependencies: - hookified: 2.1.0 + hookified: 1.15.0 qjobs@1.2.0: {} qrcode-terminal@0.10.0: {} - qs@6.15.0: + qs@6.14.1: dependencies: side-channel: 1.1.0 @@ -37037,10 +38569,10 @@ snapshots: range-parser@1.2.1: {} - raw-body@2.5.3: + raw-body@2.5.2: dependencies: bytes: 3.1.2 - http-errors: 2.0.1 + http-errors: 2.0.0 iconv-lite: 0.4.24 unpipe: 1.0.0 @@ -37048,7 +38580,7 @@ snapshots: dependencies: bytes: 3.1.2 http-errors: 2.0.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.1 unpipe: 1.0.0 rc@1.2.8: @@ -37058,7 +38590,7 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - react-docgen-typescript@2.4.0(typescript@5.9.3): + react-docgen-typescript@2.2.2(typescript@5.9.3): dependencies: typescript: 5.9.3 @@ -37073,11 +38605,11 @@ snapshots: '@types/resolve': 1.20.6 doctrine: 3.0.0 resolve: 1.22.11 - strip-indent: 4.1.1 + strip-indent: 4.0.0 transitivePeerDependencies: - supports-color - react-docgen@8.0.3: + react-docgen@8.0.2: dependencies: '@babel/core': 7.29.0 '@babel/traverse': 7.29.0 @@ -37088,7 +38620,7 @@ snapshots: '@types/resolve': 1.20.6 doctrine: 3.0.0 resolve: 1.22.11 - strip-indent: 4.1.1 + strip-indent: 4.0.0 transitivePeerDependencies: - supports-color @@ -37113,10 +38645,10 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-dom@19.2.4(react@19.2.4): + react-dom@19.1.0(react@19.1.0): dependencies: - react: 19.2.4 - scheduler: 0.27.0 + react: 19.1.0 + scheduler: 0.26.0 react-is@16.13.1: {} @@ -37132,17 +38664,17 @@ snapshots: react-refresh@0.17.0: {} - react-router-dom@6.30.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + react-router-dom@6.30.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0): dependencies: '@remix-run/router': 1.23.2 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) - react-router: 6.30.3(react@19.2.4) + react: 19.1.0 + react-dom: 19.1.0(react@19.1.0) + react-router: 6.30.3(react@19.1.0) - react-router@6.30.3(react@19.2.4): + react-router@6.30.3(react@19.1.0): dependencies: '@remix-run/router': 1.23.2 - react: 19.2.4 + react: 19.1.0 react-test-renderer@16.14.0(react@16.14.0): dependencies: @@ -37167,7 +38699,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - react@19.2.4: {} + react@19.1.0: {} read-file-relative@1.2.0: dependencies: @@ -37258,9 +38790,9 @@ snapshots: readdirp@3.6.0: dependencies: - picomatch: 2.3.2 + picomatch: 2.3.1 - readdirp@4.1.2: {} + readdirp@4.0.2: {} readdirp@5.0.0: {} @@ -37270,7 +38802,7 @@ snapshots: esprima: 4.0.1 source-map: 0.6.1 tiny-invariant: 1.3.3 - tslib: 2.8.1 + tslib: 2.6.3 rechoir@0.6.2: dependencies: @@ -37292,7 +38824,7 @@ snapshots: redent@4.0.0: dependencies: indent-string: 5.0.0 - strip-indent: 4.1.1 + strip-indent: 4.0.0 reflect-metadata@0.1.13: {} @@ -37302,13 +38834,31 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 get-proto: 1.0.1 which-builtin-type: 1.2.1 + reflect.getprototypeof@1.0.6: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.24.0 + es-errors: 1.3.0 + get-intrinsic: 1.3.0 + globalthis: 1.0.4 + which-builtin-type: 1.1.4 + + reflect.ownkeys@1.1.4: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.24.0 + es-set-tostringtag: 2.1.0 + globalthis: 1.0.4 + regenerate-unicode-properties@10.2.2: dependencies: regenerate: 1.4.2 @@ -37331,10 +38881,17 @@ snapshots: extend-shallow: 3.0.2 safe-regex: 1.1.0 - regex-parser@2.3.1: {} + regex-parser@2.3.0: {} regexp-tree@0.1.27: {} + regexp.prototype.flags@1.5.3: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-errors: 1.3.0 + set-function-name: 2.0.2 + regexp.prototype.flags@1.5.4: dependencies: call-bind: 1.0.8 @@ -37483,7 +39040,7 @@ snapshots: mime-types: 2.1.35 oauth-sign: 0.9.0 performance-now: 2.1.0 - qs: 6.15.0 + qs: 6.14.1 safe-buffer: 5.2.1 tough-cookie: 2.5.0 tunnel-agent: 0.6.0 @@ -37504,7 +39061,7 @@ snapshots: esprima: 4.0.1 stringify-object: 3.3.0 - requirejs@2.3.8: {} + requirejs@2.3.7: {} requires-port@1.0.0: {} @@ -37565,12 +39122,15 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - resolve@2.0.0-next.6: + resolve@1.22.8: + dependencies: + is-core-module: 2.16.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + resolve@2.0.0-next.5: dependencies: - es-errors: 1.3.0 is-core-module: 2.16.1 - node-exports-info: 1.6.0 - object-keys: 1.1.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -37595,7 +39155,7 @@ snapshots: retry@0.13.1: {} - reusify@1.1.0: {} + reusify@1.0.4: {} rfdc@1.4.1: {} @@ -37633,17 +39193,6 @@ snapshots: '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.58 '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.58 - rollup-plugin-dts@6.4.1(rollup@4.59.0)(typescript@4.9.5): - dependencies: - '@jridgewell/remapping': 2.3.5 - '@jridgewell/sourcemap-codec': 1.5.5 - convert-source-map: 2.0.0 - magic-string: 0.30.21 - rollup: 4.59.0 - typescript: 4.9.5 - optionalDependencies: - '@babel/code-frame': 7.29.0 - rollup-plugin-dts@6.4.1(rollup@4.59.0)(typescript@5.8.3): dependencies: '@jridgewell/remapping': 2.3.5 @@ -37655,18 +39204,6 @@ snapshots: optionalDependencies: '@babel/code-frame': 7.29.0 - rollup-plugin-dts@6.4.1(rollup@4.59.0)(typescript@5.9.3): - dependencies: - '@jridgewell/remapping': 2.3.5 - '@jridgewell/sourcemap-codec': 1.5.5 - convert-source-map: 2.0.0 - magic-string: 0.30.21 - rollup: 4.59.0 - typescript: 5.9.3 - optionalDependencies: - '@babel/code-frame': 7.29.0 - optional: true - rollup@4.59.0: dependencies: '@types/estree': 1.0.8 @@ -37704,7 +39241,7 @@ snapshots: depd: 2.0.0 is-promise: 4.0.0 parseurl: 1.3.3 - path-to-regexp: 8.4.0 + path-to-regexp: 8.3.0 transitivePeerDependencies: - supports-color @@ -37716,7 +39253,7 @@ snapshots: rrule@2.8.1: dependencies: - tslib: 2.8.1 + tslib: 2.6.3 rst-selector-parser@2.2.3: dependencies: @@ -37725,7 +39262,7 @@ snapshots: rsvp@3.6.2: {} - run-applescript@7.1.0: {} + run-applescript@7.0.0: {} run-parallel@1.2.0: dependencies: @@ -37741,12 +39278,19 @@ snapshots: rxjs@7.8.2: dependencies: - tslib: 2.8.1 + tslib: 2.6.3 sade@1.8.1: dependencies: mri: 1.2.0 + safe-array-concat@1.1.2: + dependencies: + call-bind: 1.0.8 + get-intrinsic: 1.3.0 + has-symbols: 1.1.0 + isarray: 2.0.5 + safe-array-concat@1.1.3: dependencies: call-bind: 1.0.8 @@ -37778,7 +39322,7 @@ snapshots: safer-buffer@2.1.2: {} - sanitize-filename@1.6.4: + sanitize-filename@1.6.3: dependencies: truncate-utf8-bytes: 1.0.2 @@ -37787,62 +39331,120 @@ snapshots: sass: 1.93.3 optional: true + sass-embedded-all-unknown@1.97.1: + dependencies: + sass: 1.97.1 + optional: true + sass-embedded-android-arm64@1.93.3: optional: true + sass-embedded-android-arm64@1.97.1: + optional: true + sass-embedded-android-arm@1.93.3: optional: true + sass-embedded-android-arm@1.97.1: + optional: true + sass-embedded-android-riscv64@1.93.3: optional: true + sass-embedded-android-riscv64@1.97.1: + optional: true + sass-embedded-android-x64@1.93.3: optional: true + sass-embedded-android-x64@1.97.1: + optional: true + sass-embedded-darwin-arm64@1.93.3: optional: true + sass-embedded-darwin-arm64@1.97.1: + optional: true + sass-embedded-darwin-x64@1.93.3: optional: true + sass-embedded-darwin-x64@1.97.1: + optional: true + sass-embedded-linux-arm64@1.93.3: optional: true + sass-embedded-linux-arm64@1.97.1: + optional: true + sass-embedded-linux-arm@1.93.3: optional: true + sass-embedded-linux-arm@1.97.1: + optional: true + sass-embedded-linux-musl-arm64@1.93.3: optional: true + sass-embedded-linux-musl-arm64@1.97.1: + optional: true + sass-embedded-linux-musl-arm@1.93.3: optional: true + sass-embedded-linux-musl-arm@1.97.1: + optional: true + sass-embedded-linux-musl-riscv64@1.93.3: optional: true + sass-embedded-linux-musl-riscv64@1.97.1: + optional: true + sass-embedded-linux-musl-x64@1.93.3: optional: true + sass-embedded-linux-musl-x64@1.97.1: + optional: true + sass-embedded-linux-riscv64@1.93.3: optional: true + sass-embedded-linux-riscv64@1.97.1: + optional: true + sass-embedded-linux-x64@1.93.3: optional: true + sass-embedded-linux-x64@1.97.1: + optional: true + sass-embedded-unknown-all@1.93.3: dependencies: sass: 1.93.3 optional: true + sass-embedded-unknown-all@1.97.1: + dependencies: + sass: 1.97.1 + optional: true + sass-embedded-win32-arm64@1.93.3: optional: true + sass-embedded-win32-arm64@1.97.1: + optional: true + sass-embedded-win32-x64@1.93.3: optional: true + sass-embedded-win32-x64@1.97.1: + optional: true + sass-embedded@1.93.3: dependencies: - '@bufbuild/protobuf': 2.11.0 + '@bufbuild/protobuf': 2.10.2 buffer-builder: 0.2.0 colorjs.io: 0.5.2 immutable: 5.1.5 @@ -37870,21 +39472,52 @@ snapshots: sass-embedded-win32-arm64: 1.93.3 sass-embedded-win32-x64: 1.93.3 - sass-loader@16.0.5(sass-embedded@1.93.3)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + sass-embedded@1.97.1: + dependencies: + '@bufbuild/protobuf': 2.11.0 + buffer-builder: 0.2.0 + colorjs.io: 0.5.2 + immutable: 5.1.5 + rxjs: 7.8.2 + supports-color: 8.1.1 + sync-child-process: 1.0.2 + varint: 6.0.0 + optionalDependencies: + sass-embedded-all-unknown: 1.97.1 + sass-embedded-android-arm: 1.97.1 + sass-embedded-android-arm64: 1.97.1 + sass-embedded-android-riscv64: 1.97.1 + sass-embedded-android-x64: 1.97.1 + sass-embedded-darwin-arm64: 1.97.1 + sass-embedded-darwin-x64: 1.97.1 + sass-embedded-linux-arm: 1.97.1 + sass-embedded-linux-arm64: 1.97.1 + sass-embedded-linux-musl-arm: 1.97.1 + sass-embedded-linux-musl-arm64: 1.97.1 + sass-embedded-linux-musl-riscv64: 1.97.1 + sass-embedded-linux-musl-x64: 1.97.1 + sass-embedded-linux-riscv64: 1.97.1 + sass-embedded-linux-x64: 1.97.1 + sass-embedded-unknown-all: 1.97.1 + sass-embedded-win32-arm64: 1.97.1 + sass-embedded-win32-x64: 1.97.1 + optional: true + + sass-loader@16.0.5(sass-embedded@1.97.1)(sass@1.90.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: neo-async: 2.6.2 optionalDependencies: sass: 1.90.0 - sass-embedded: 1.93.3 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + sass-embedded: 1.97.1 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - sass-loader@16.0.6(sass-embedded@1.93.3)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + sass-loader@16.0.6(sass-embedded@1.97.1)(sass@1.97.1)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: neo-async: 2.6.2 optionalDependencies: sass: 1.97.1 - sass-embedded: 1.93.3 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + sass-embedded: 1.97.1 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) sass-lookup@5.0.1: dependencies: @@ -37892,38 +39525,30 @@ snapshots: sass@1.90.0: dependencies: - chokidar: 4.0.3 + chokidar: 4.0.1 immutable: 5.1.5 source-map-js: 1.2.1 optionalDependencies: - '@parcel/watcher': 2.5.6 + '@parcel/watcher': 2.5.0 sass@1.93.3: dependencies: - chokidar: 4.0.3 + chokidar: 4.0.1 immutable: 5.1.5 source-map-js: 1.2.1 optionalDependencies: - '@parcel/watcher': 2.5.6 + '@parcel/watcher': 2.5.0 optional: true sass@1.97.1: dependencies: - chokidar: 4.0.3 - immutable: 5.1.5 - source-map-js: 1.2.1 - optionalDependencies: - '@parcel/watcher': 2.5.6 - - sass@1.98.0: - dependencies: - chokidar: 4.0.3 + chokidar: 4.0.1 immutable: 5.1.5 source-map-js: 1.2.1 optionalDependencies: - '@parcel/watcher': 2.5.6 + '@parcel/watcher': 2.5.0 - sax@1.6.0: + sax@1.4.1: optional: true saxes@5.0.1: @@ -37948,7 +39573,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - scheduler@0.27.0: {} + scheduler@0.26.0: {} schema-utils@1.0.0: dependencies: @@ -37977,13 +39602,13 @@ snapshots: selfsigned@2.4.1: dependencies: - '@types/node-forge': 1.3.14 - node-forge: 1.4.0 + '@types/node-forge': 1.3.11 + node-forge: 1.3.3 selfsigned@5.5.0: dependencies: '@peculiar/x509': 1.14.3 - pkijs: 3.4.0 + pkijs: 3.3.3 semver-dsl@1.0.1: dependencies: @@ -38001,6 +39626,8 @@ snapshots: dependencies: lru-cache: 6.0.0 + semver@7.7.1: {} + semver@7.7.2: {} semver@7.7.3: {} @@ -38043,8 +39670,6 @@ snapshots: serialize-javascript@7.0.4: {} - serialize-javascript@7.0.5: {} - serve-index@1.9.2: dependencies: accepts: 1.3.8 @@ -38077,7 +39702,7 @@ snapshots: set-blocking@2.0.0: {} - set-cookie-parser@2.7.2: {} + set-cookie-parser@2.7.1: {} set-function-length@1.2.2: dependencies: @@ -38122,7 +39747,7 @@ snapshots: dependencies: kind-of: 6.0.3 - shasum-object@1.0.1: + shasum-object@1.0.0: dependencies: fast-safe-stringify: 2.1.1 @@ -38138,7 +39763,7 @@ snapshots: shebang-regex@3.0.0: {} - shell-quote@1.8.3: {} + shell-quote@1.8.1: {} shelljs@0.10.0: dependencies: @@ -38201,14 +39826,14 @@ snapshots: dependencies: jquery: 4.0.0 - sigstore@4.1.0: + sigstore@4.0.0: dependencies: '@sigstore/bundle': 4.0.0 - '@sigstore/core': 3.2.0 + '@sigstore/core': 3.0.0 '@sigstore/protobuf-specs': 0.5.0 - '@sigstore/sign': 4.1.1 - '@sigstore/tuf': 4.0.2 - '@sigstore/verify': 3.1.0 + '@sigstore/sign': 4.0.1 + '@sigstore/tuf': 4.0.0 + '@sigstore/verify': 3.0.0 transitivePeerDependencies: - supports-color @@ -38218,9 +39843,9 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 '@sinonjs/fake-timers': 11.2.2 - '@sinonjs/samsam': 8.0.3 - diff: 5.2.2 - nise: 6.1.4 + '@sinonjs/samsam': 8.0.2 + diff: 5.2.0 + nise: 6.1.1 supports-color: 7.2.0 sisteransi@1.0.5: {} @@ -38237,18 +39862,13 @@ snapshots: slice-ansi@5.0.0: dependencies: - ansi-styles: 6.2.3 + ansi-styles: 6.2.1 is-fullwidth-code-point: 4.0.0 - slice-ansi@7.1.2: - dependencies: - ansi-styles: 6.2.3 - is-fullwidth-code-point: 5.1.0 - - slice-ansi@8.0.0: + slice-ansi@7.1.0: dependencies: - ansi-styles: 6.2.3 - is-fullwidth-code-point: 5.1.0 + ansi-styles: 6.2.1 + is-fullwidth-code-point: 5.0.0 smart-buffer@4.2.0: {} @@ -38265,10 +39885,10 @@ snapshots: transitivePeerDependencies: - supports-color - socket.io-adapter@2.5.6: + socket.io-adapter@2.5.5: dependencies: - debug: 4.4.3 - ws: 8.18.3 + debug: 4.3.7 + ws: 8.17.1 transitivePeerDependencies: - bufferutil - supports-color @@ -38281,14 +39901,14 @@ snapshots: transitivePeerDependencies: - supports-color - socket.io@4.8.3: + socket.io@4.8.1: dependencies: accepts: 1.3.8 base64id: 2.0.0 - cors: 2.8.6 - debug: 4.4.3 - engine.io: 6.6.6 - socket.io-adapter: 2.5.6 + cors: 2.8.5 + debug: 4.3.7 + engine.io: 6.6.2 + socket.io-adapter: 2.5.5 socket.io-parser: 4.2.6 transitivePeerDependencies: - bufferutil @@ -38301,17 +39921,17 @@ snapshots: uuid: 8.3.2 websocket-driver: 0.7.4 - socks-proxy-agent@8.0.5: + socks-proxy-agent@8.0.4: dependencies: - agent-base: 7.1.4 + agent-base: 7.1.3 debug: 4.4.3 - socks: 2.8.7 + socks: 2.8.3 transitivePeerDependencies: - supports-color - socks@2.8.7: + socks@2.8.3: dependencies: - ip-address: 10.1.0 + ip-address: 9.0.5 smart-buffer: 4.2.0 source-map-js@1.2.1: {} @@ -38320,19 +39940,19 @@ snapshots: dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + source-map-loader@5.0.0(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) source-map-resolve@0.5.3: dependencies: @@ -38388,21 +40008,16 @@ snapshots: spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.23 + spdx-license-ids: 3.0.20 spdx-exceptions@2.5.0: {} spdx-expression-parse@3.0.1: dependencies: spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.23 + spdx-license-ids: 3.0.20 - spdx-expression-parse@4.0.0: - dependencies: - spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.23 - - spdx-license-ids@3.0.23: {} + spdx-license-ids@3.0.20: {} spdy-transport@3.0.0: dependencies: @@ -38453,9 +40068,9 @@ snapshots: safer-buffer: 2.1.2 tweetnacl: 0.14.5 - ssri@13.0.1: + ssri@13.0.0: dependencies: - minipass: 7.1.3 + minipass: 7.1.2 stack-trace@0.0.10: {} @@ -38476,11 +40091,15 @@ snapshots: statuses@1.5.0: {} + statuses@2.0.1: {} + statuses@2.0.2: {} stdin-discarder@0.2.2: {} - stdin-discarder@0.3.1: {} + stop-iteration-iterator@1.0.0: + dependencies: + internal-slot: 1.1.0 stop-iteration-iterator@1.1.0: dependencies: @@ -38491,7 +40110,7 @@ snapshots: dependencies: '@storybook/global': 5.0.0 '@storybook/icons': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@testing-library/jest-dom': 6.9.1 + '@testing-library/jest-dom': 6.6.3 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.1) '@vitest/expect': 3.2.4 '@vitest/spy': 3.2.4 @@ -38500,7 +40119,7 @@ snapshots: recast: 0.23.11 semver: 7.7.4 use-sync-external-store: 1.6.0(react@18.3.1) - ws: 8.20.0 + ws: 8.18.0 optionalDependencies: prettier: 3.8.1 transitivePeerDependencies: @@ -38531,10 +40150,7 @@ snapshots: stream-composer@1.0.2: dependencies: - streamx: 2.25.0 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a + streamx: 2.22.0 stream-exhaust@1.0.2: {} @@ -38564,14 +40180,12 @@ snapshots: transitivePeerDependencies: - supports-color - streamx@2.25.0: + streamx@2.22.0: dependencies: - events-universal: 1.0.1 fast-fifo: 1.3.2 - text-decoder: 1.2.7 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a + text-decoder: 1.2.1 + optionalDependencies: + bare-events: 2.5.4 string-argv@0.3.2: {} @@ -38580,11 +40194,11 @@ snapshots: char-regex: 1.0.2 strip-ansi: 6.0.1 - string-replace-loader@3.1.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): + string-replace-loader@3.1.0(webpack@5.105.4(@swc/core@1.15.3)): dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + webpack: 5.105.4(@swc/core@1.15.3) string-width@1.0.2: dependencies: @@ -38602,18 +40216,18 @@ snapshots: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 - strip-ansi: 7.2.0 + strip-ansi: 7.1.2 string-width@7.2.0: dependencies: - emoji-regex: 10.6.0 - get-east-asian-width: 1.5.0 - strip-ansi: 7.2.0 + emoji-regex: 10.4.0 + get-east-asian-width: 1.3.0 + strip-ansi: 7.1.2 - string-width@8.2.0: + string-width@8.1.0: dependencies: - get-east-asian-width: 1.5.0 - strip-ansi: 7.2.0 + get-east-asian-width: 1.3.0 + strip-ansi: 7.1.2 string.prototype.codepointat@0.2.1: {} @@ -38621,14 +40235,14 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 string.prototype.matchall@4.0.12: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 @@ -38642,7 +40256,7 @@ snapshots: string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 string.prototype.trim@1.2.10: dependencies: @@ -38650,10 +40264,17 @@ snapshots: call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.24.1 + es-abstract: 1.24.0 es-object-atoms: 1.1.1 has-property-descriptors: 1.0.2 + string.prototype.trim@1.2.9: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.5 + es-object-atoms: 1.1.1 + string.prototype.trimend@1.0.9: dependencies: call-bind: 1.0.8 @@ -38696,9 +40317,9 @@ snapshots: dependencies: ansi-regex: 5.0.1 - strip-ansi@7.2.0: + strip-ansi@7.1.2: dependencies: - ansi-regex: 6.2.2 + ansi-regex: 6.1.0 strip-bom-stream@2.0.0: dependencies: @@ -38723,23 +40344,25 @@ snapshots: dependencies: min-indent: 1.0.1 - strip-indent@4.1.1: {} + strip-indent@4.0.0: + dependencies: + min-indent: 1.0.1 strip-json-comments@2.0.1: {} strip-json-comments@3.1.1: {} - style-loader@3.3.4(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): + style-loader@3.3.4(webpack@5.105.4(@swc/core@1.15.3)): dependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + webpack: 5.105.4(@swc/core@1.15.3) style-loader@3.3.4(webpack@5.105.4): dependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - style-loader@4.0.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): + style-loader@4.0.0(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) style-search@0.1.0: {} @@ -38747,21 +40370,21 @@ snapshots: dependencies: style-to-object: 0.3.0 - style-to-js@1.1.21: + style-to-js@1.1.16: dependencies: - style-to-object: 1.0.14 + style-to-object: 1.0.8 style-to-object@0.3.0: dependencies: inline-style-parser: 0.1.1 - style-to-object@1.0.14: + style-to-object@1.0.8: dependencies: - inline-style-parser: 0.2.7 + inline-style-parser: 0.2.4 - stylelint-config-html@1.1.0(postcss-html@1.8.1)(stylelint@16.22.0(typescript@5.9.3)): + stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.22.0(typescript@5.9.3)): dependencies: - postcss-html: 1.8.1 + postcss-html: 1.7.0 stylelint: 16.22.0(typescript@5.9.3) stylelint-config-recommended-scss@11.0.0(postcss@8.5.8)(stylelint@15.11.0(typescript@5.9.3)): @@ -38773,13 +40396,13 @@ snapshots: optionalDependencies: postcss: 8.5.8 - stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@16.22.0(typescript@5.9.3)): + stylelint-config-recommended-vue@1.6.1(postcss-html@1.7.0)(stylelint@16.22.0(typescript@5.9.3)): dependencies: - postcss-html: 1.8.1 - semver: 7.7.4 + postcss-html: 1.7.0 + semver: 7.7.3 stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-html: 1.1.0(postcss-html@1.8.1)(stylelint@16.22.0(typescript@5.9.3)) - stylelint-config-recommended: 18.0.0(stylelint@16.22.0(typescript@5.9.3)) + stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.22.0(typescript@5.9.3)) + stylelint-config-recommended: 16.0.0(stylelint@16.22.0(typescript@5.9.3)) stylelint-config-recommended@12.0.0(stylelint@15.11.0(typescript@5.9.3)): dependencies: @@ -38801,10 +40424,6 @@ snapshots: dependencies: stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-recommended@18.0.0(stylelint@16.22.0(typescript@5.9.3)): - dependencies: - stylelint: 16.22.0(typescript@5.9.3) - stylelint-config-standard-scss@9.0.0(postcss@8.5.8)(stylelint@15.11.0(typescript@5.9.3)): dependencies: stylelint: 15.11.0(typescript@5.9.3) @@ -38848,13 +40467,13 @@ snapshots: stylelint-scss@6.10.0(stylelint@15.11.0(typescript@5.9.3)): dependencies: - css-tree: 3.2.1 + css-tree: 3.1.0 is-plain-object: 5.0.0 known-css-properties: 0.35.0 - mdn-data: 2.27.1 + mdn-data: 2.14.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.6 - postcss-selector-parser: 7.1.1 + postcss-selector-parser: 7.0.0 postcss-value-parser: 4.2.0 stylelint: 15.11.0(typescript@5.9.3) @@ -38867,7 +40486,7 @@ snapshots: balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 8.3.6(typescript@4.9.5) - css-functions-list: 3.3.3 + css-functions-list: 3.2.3 css-tree: 2.3.1 debug: 4.4.3 fast-glob: 3.3.3 @@ -38913,7 +40532,7 @@ snapshots: balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 8.3.6(typescript@5.9.3) - css-functions-list: 3.3.3 + css-functions-list: 3.2.3 css-tree: 2.3.1 debug: 4.4.3 fast-glob: 3.3.3 @@ -38956,12 +40575,12 @@ snapshots: '@csstools/css-tokenizer': 3.0.4 '@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1) - '@dual-bundle/import-meta-resolve': 4.2.1 + '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.1(typescript@4.9.5) - css-functions-list: 3.3.3 - css-tree: 3.2.1 + cosmiconfig: 9.0.0(typescript@4.9.5) + css-functions-list: 3.2.3 + css-tree: 3.1.0 debug: 4.4.3 fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 @@ -38979,9 +40598,9 @@ snapshots: micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.8 + postcss: 8.5.6 postcss-resolve-nested-selector: 0.1.6 - postcss-safe-parser: 7.0.1(postcss@8.5.8) + postcss-safe-parser: 7.0.1(postcss@8.5.6) postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -39000,12 +40619,12 @@ snapshots: '@csstools/css-tokenizer': 3.0.4 '@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1) - '@dual-bundle/import-meta-resolve': 4.2.1 + '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.1(typescript@5.8.3) - css-functions-list: 3.3.3 - css-tree: 3.2.1 + cosmiconfig: 9.0.0(typescript@5.8.3) + css-functions-list: 3.2.3 + css-tree: 3.1.0 debug: 4.4.3 fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 @@ -39023,9 +40642,9 @@ snapshots: micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.8 + postcss: 8.5.6 postcss-resolve-nested-selector: 0.1.6 - postcss-safe-parser: 7.0.1(postcss@8.5.8) + postcss-safe-parser: 7.0.1(postcss@8.5.6) postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -39044,12 +40663,12 @@ snapshots: '@csstools/css-tokenizer': 3.0.4 '@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1) - '@dual-bundle/import-meta-resolve': 4.2.1 + '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 9.0.1(typescript@5.9.3) - css-functions-list: 3.3.3 - css-tree: 3.2.1 + cosmiconfig: 9.0.0(typescript@5.9.3) + css-functions-list: 3.2.3 + css-tree: 3.1.0 debug: 4.4.3 fast-glob: 3.3.3 fastest-levenshtein: 1.0.16 @@ -39067,9 +40686,9 @@ snapshots: micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.8 + postcss: 8.5.6 postcss-resolve-nested-selector: 0.1.6 - postcss-safe-parser: 7.0.1(postcss@8.5.8) + postcss-safe-parser: 7.0.1(postcss@8.5.6) postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -39120,19 +40739,19 @@ snapshots: svg-tags@1.0.0: {} - swc-loader@0.2.7(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): + swc-loader@0.2.6(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 '@swc/counter': 0.1.3 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) symbol-tree@3.2.4: {} sync-child-process@1.0.2: dependencies: - sync-message-port: 1.2.0 + sync-message-port: 1.1.3 - sync-message-port@1.2.0: {} + sync-message-port@1.1.3: {} synckit@0.11.12: dependencies: @@ -39188,53 +40807,43 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 - tapable@2.3.2: {} + tapable@2.3.0: {} tar-fs@3.1.2: dependencies: - pump: 3.0.4 - tar-stream: 3.1.8 + pump: 3.0.2 + tar-stream: 3.1.7 optionalDependencies: - bare-fs: 4.5.6 + bare-fs: 4.0.2 bare-path: 3.0.0 transitivePeerDependencies: - - bare-abort-controller - bare-buffer - - react-native-b4a tar-stream@2.2.0: dependencies: bl: 4.1.0 - end-of-stream: 1.4.5 + end-of-stream: 1.4.4 fs-constants: 1.0.0 inherits: 2.0.4 readable-stream: 3.6.2 - tar-stream@3.1.8: + tar-stream@3.1.7: dependencies: - b4a: 1.8.0 - bare-fs: 4.5.6 + b4a: 1.6.7 fast-fifo: 1.3.2 - streamx: 2.25.0 - transitivePeerDependencies: - - bare-abort-controller - - bare-buffer - - react-native-b4a + streamx: 2.22.0 - tar@7.5.13: + tar@7.5.11: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 - minipass: 7.1.3 + minipass: 7.1.2 minizlib: 3.1.0 yallist: 5.0.0 teex@1.0.1: dependencies: - streamx: 2.25.0 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a + streamx: 2.22.0 term-size@2.2.1: {} @@ -39245,73 +40854,101 @@ snapshots: merge-stream: 2.0.0 through2: 3.0.2 - terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.1 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + terser: 5.46.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 esbuild: 0.25.0 - terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.1 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + terser: 5.46.0 + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 esbuild: 0.25.9 - terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): + terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.1 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + terser: 5.46.0 + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) - esbuild: 0.27.4 + '@swc/core': 1.15.3 + esbuild: 0.27.2 - terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): + terser-webpack-plugin@5.3.17(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.1 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + terser: 5.46.0 + webpack: 5.105.4(@swc/core@1.15.3) optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 - terser-webpack-plugin@5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4): + terser-webpack-plugin@5.4.0(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 - terser: 5.46.1 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + terser: 5.46.0 + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 + esbuild: 0.27.2 + + terser-webpack-plugin@5.4.0(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)): + dependencies: + '@jridgewell/trace-mapping': 0.3.31 + jest-worker: 27.5.1 + schema-utils: 4.3.3 + terser: 5.46.0 + webpack: 5.105.4(@swc/core@1.15.3) + optionalDependencies: + '@swc/core': 1.15.3 + + terser-webpack-plugin@5.4.0(@swc/core@1.15.3)(webpack@5.105.4): + dependencies: + '@jridgewell/trace-mapping': 0.3.31 + jest-worker: 27.5.1 + schema-utils: 4.3.3 + terser: 5.46.0 + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0) + optionalDependencies: + '@swc/core': 1.15.3 terser@3.17.0: dependencies: - acorn: 8.16.0 + acorn: 8.15.0 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 terser@3.8.1: dependencies: - acorn: 8.16.0 + acorn: 8.15.0 commander: 2.16.0 source-map: 0.6.1 source-map-support: 0.5.21 + terser@5.36.0: + dependencies: + '@jridgewell/source-map': 0.3.11 + acorn: 8.16.0 + commander: 2.20.3 + source-map-support: 0.5.21 + terser@5.43.1: dependencies: '@jridgewell/source-map': 0.3.11 @@ -39322,11 +40959,11 @@ snapshots: terser@5.44.1: dependencies: '@jridgewell/source-map': 0.3.11 - acorn: 8.16.0 + acorn: 8.15.0 commander: 2.20.3 source-map-support: 0.5.21 - terser@5.46.1: + terser@5.46.0: dependencies: '@jridgewell/source-map': 0.3.11 acorn: 8.16.0 @@ -39361,16 +40998,48 @@ snapshots: transitivePeerDependencies: - supports-color + testcafe-hammerhead@31.7.5: + dependencies: + '@adobe/css-tools': 4.4.1 + '@electron/asar': 3.2.17 + acorn-hammerhead: 0.6.2 + bowser: 1.6.0 + crypto-md5: 1.0.0 + debug: 4.3.1 + esotope-hammerhead: 0.6.9 + http-cache-semantics: 4.1.1 + httpntlm: 1.8.13 + iconv-lite: 0.5.1 + lodash: 4.17.23 + lru-cache: 11.0.2 + match-url-wildcard: 0.0.4 + merge-stream: 1.0.1 + mime: 1.4.1 + mustache: 2.3.2 + nanoid: 3.3.11 + os-family: 1.1.0 + parse5: 7.2.1 + pinkie: 2.0.4 + read-file-relative: 1.2.0 + semver: 7.5.3 + tough-cookie: 4.1.3 + tunnel-agent: 0.6.0 + ws: 7.5.10 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + testcafe-hammerhead@31.7.7: dependencies: - '@adobe/css-tools': 4.4.4 - '@electron/asar': 3.4.1 + '@adobe/css-tools': 4.4.1 + '@electron/asar': 3.2.17 acorn-hammerhead: 0.6.2 bowser: 1.6.0 crypto-md5: 1.0.0 debug: 4.3.1 esotope-hammerhead: 0.6.9 - http-cache-semantics: 4.2.0 + http-cache-semantics: 4.1.1 httpntlm: 1.8.13 iconv-lite: 0.5.1 lodash: 4.17.23 @@ -39381,7 +41050,7 @@ snapshots: mustache: 2.3.2 nanoid: 3.3.11 os-family: 1.1.0 - parse5: 7.3.0 + parse5: 7.2.1 pinkie: 2.0.4 read-file-relative: 1.2.0 semver: 7.5.3 @@ -39427,13 +41096,117 @@ snapshots: testcafe-selector-generator@0.1.0: {} + testcafe@3.7.2: + dependencies: + '@babel/core': 7.29.0 + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.29.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0) + '@babel/plugin-transform-async-generator-functions': 7.26.8(@babel/core@7.29.0) + '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.29.0) + '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.29.0) + '@babel/plugin-transform-class-static-block': 7.26.0(@babel/core@7.29.0) + '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0) + '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.29.0) + '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.29.0) + '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.29.0) + '@babel/preset-env': 7.29.0(@babel/core@7.29.0) + '@babel/preset-flow': 7.25.9(@babel/core@7.29.0) + '@babel/preset-react': 7.28.5(@babel/core@7.29.0) + '@babel/runtime': 7.26.10 + '@devexpress/bin-v8-flags-filter': 1.3.0 + '@devexpress/callsite-record': 4.1.7 + '@types/node': 20.14.5 + address: 2.0.3 + async-exit-hook: 1.1.2 + babel-plugin-module-resolver: 5.0.0 + babel-plugin-syntax-trailing-function-commas: 6.22.0 + bowser: 2.11.0 + callsite: 1.0.0 + chai: 4.3.4 + chalk: 2.4.2 + chrome-remote-interface: 0.32.2 + coffeescript: 2.7.0 + commander: 8.3.0 + debug: 4.4.0 + dedent: 0.4.0 + del: 3.0.0 + device-specs: 1.0.1 + devtools-protocol: 0.0.1109433 + diff: 4.0.2 + elegant-spinner: 1.0.1 + email-validator: 2.0.4 + emittery: 0.4.1 + error-stack-parser: 2.1.4 + execa: 4.1.0 + get-os-info: 1.0.2 + globby: 11.1.0 + graceful-fs: 4.2.11 + graphlib: 2.1.8 + http-status-codes: 2.3.0 + humanize-duration: 3.32.1 + import-lazy: 3.1.0 + indent-string: 1.2.2 + is-ci: 1.2.1 + is-docker: 2.2.1 + is-glob: 2.0.1 + is-podman: 1.0.1 + is-stream: 2.0.1 + json5: 2.2.3 + lodash: 4.17.23 + log-update-async-hook: 2.0.7 + make-dir: 3.1.0 + mime-db: 1.54.0 + moment: 2.30.1 + moment-duration-format-commonjs: 1.0.1 + mustache: 2.3.2 + nanoid: 3.3.9 + os-family: 1.1.0 + parse5: 1.5.1 + pify: 2.3.0 + pinkie: 2.0.4 + pngjs: 3.4.0 + pretty-hrtime: 1.0.3 + promisify-event: 1.0.0 + prompts: 2.4.2 + qrcode-terminal: 0.10.0 + read-file-relative: 1.2.0 + replicator: 1.0.5 + resolve-cwd: 1.0.0 + resolve-from: 4.0.0 + sanitize-filename: 1.6.3 + semver: 7.7.2 + set-cookie-parser: 2.7.1 + source-map-support: 0.5.21 + strip-bom: 2.0.0 + testcafe-browser-tools: 2.0.26 + testcafe-hammerhead: 31.7.5 + testcafe-legacy-api: 5.1.8 + testcafe-reporter-json: 2.2.0 + testcafe-reporter-list: 2.2.0 + testcafe-reporter-minimal: 2.2.0 + testcafe-reporter-spec: 2.2.0 + testcafe-reporter-xunit: 2.2.3 + testcafe-selector-generator: 0.1.0 + time-limit-promise: 1.0.4 + tmp: 0.0.28 + tree-kill: 1.2.2 + typescript: 4.7.4 + unquote: 1.1.1 + url-to-options: 2.0.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + testcafe@3.7.4: dependencies: '@babel/core': 7.29.0 - '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0) + '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.29.0) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0) - '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.29.0) + '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0) @@ -39443,9 +41216,9 @@ snapshots: '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.29.0) '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.29.0) '@babel/preset-env': 7.29.0(@babel/core@7.29.0) - '@babel/preset-flow': 7.27.1(@babel/core@7.29.0) + '@babel/preset-flow': 7.25.9(@babel/core@7.29.0) '@babel/preset-react': 7.28.5(@babel/core@7.29.0) - '@babel/runtime': 7.29.2 + '@babel/runtime': 7.28.4 '@devexpress/bin-v8-flags-filter': 1.3.0 '@devexpress/callsite-record': 4.1.7 '@types/node': 20.14.5 @@ -39453,7 +41226,7 @@ snapshots: async-exit-hook: 1.1.2 babel-plugin-module-resolver: 5.0.0 babel-plugin-syntax-trailing-function-commas: 6.22.0 - bowser: 2.14.1 + bowser: 2.11.0 callsite: 1.0.0 chai: 4.3.4 chalk: 2.4.2 @@ -39465,7 +41238,7 @@ snapshots: del: 3.0.0 device-specs: 1.0.1 devtools-protocol: 0.0.1109433 - diff: 8.0.4 + diff: 8.0.3 elegant-spinner: 1.0.1 email-validator: 2.0.4 emittery: 0.4.1 @@ -39476,7 +41249,7 @@ snapshots: graceful-fs: 4.2.11 graphlib: 2.1.8 http-status-codes: 2.3.0 - humanize-duration: 3.33.2 + humanize-duration: 3.32.1 import-lazy: 3.1.0 indent-string: 1.2.2 is-ci: 1.2.1 @@ -39506,9 +41279,9 @@ snapshots: replicator: 1.0.5 resolve-cwd: 1.0.0 resolve-from: 4.0.0 - sanitize-filename: 1.6.4 - semver: 7.7.4 - set-cookie-parser: 2.7.2 + sanitize-filename: 1.6.3 + semver: 7.7.3 + set-cookie-parser: 2.7.1 source-map-support: 0.5.21 strip-bom: 2.0.0 testcafe-browser-tools: 2.0.26 @@ -39531,11 +41304,7 @@ snapshots: - supports-color - utf-8-validate - text-decoder@1.2.7: - dependencies: - b4a: 1.8.0 - transitivePeerDependencies: - - react-native-b4a + text-decoder@1.2.1: {} text-hex@1.0.0: {} @@ -39550,7 +41319,7 @@ snapshots: textextensions@3.3.0: {} - thingies@2.6.0(tslib@2.8.1): + thingies@2.5.0(tslib@2.8.1): dependencies: tslib: 2.8.1 @@ -39622,6 +41391,12 @@ snapshots: tinyspy@4.0.4: {} + tmp@0.0.28: + dependencies: + os-tmpdir: 1.0.2 + + tmp@0.2.3: {} + tmp@0.2.5: {} tmpl@1.0.5: {} @@ -39660,28 +41435,25 @@ snapshots: to-through@3.0.0: dependencies: - streamx: 2.25.0 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a + streamx: 2.22.0 toidentifier@1.0.1: {} tough-cookie@2.5.0: dependencies: - psl: 1.15.0 + psl: 1.12.0 punycode: 2.3.1 tough-cookie@4.1.3: dependencies: - psl: 1.15.0 + psl: 1.12.0 punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 tough-cookie@4.1.4: dependencies: - psl: 1.15.0 + psl: 1.12.0 punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 @@ -39722,39 +41494,39 @@ snapshots: dependencies: utf8-byte-length: 1.0.5 - ts-api-utils@1.4.3(typescript@5.9.3): + ts-api-utils@1.4.0(typescript@5.9.3): dependencies: typescript: 5.9.3 - ts-api-utils@2.5.0(typescript@4.9.5): + ts-api-utils@2.4.0(typescript@4.9.5): dependencies: typescript: 4.9.5 - ts-api-utils@2.5.0(typescript@5.8.3): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: typescript: 5.8.3 - ts-api-utils@2.5.0(typescript@5.9.3): + ts-api-utils@2.4.0(typescript@5.9.3): dependencies: typescript: 5.9.3 ts-declaration-location@1.0.7(typescript@4.9.5): dependencies: - picomatch: 4.0.4 + picomatch: 4.0.3 typescript: 4.9.5 ts-dedent@2.2.0: {} - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5)) + jest: 30.2.0(@types/node@20.11.17)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.4 + semver: 7.7.1 typescript: 4.9.5 yargs-parser: 21.1.1 optionalDependencies: @@ -39762,16 +41534,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest: 30.2.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.4 + semver: 7.7.1 typescript: 4.9.5 yargs-parser: 21.1.1 optionalDependencies: @@ -39779,16 +41551,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.2(@babel/core@7.29.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.4 + semver: 7.7.1 typescript: 5.9.3 yargs-parser: 21.1.1 optionalDependencies: @@ -39796,16 +41568,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest: 30.2.0(@types/node@18.19.130)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.4 + semver: 7.7.2 typescript: 4.9.5 yargs-parser: 21.1.1 optionalDependencies: @@ -39814,16 +41586,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@4.9.5): + ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)))(typescript@4.9.5): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.4 + semver: 7.7.2 typescript: 4.9.5 yargs-parser: 21.1.1 optionalDependencies: @@ -39832,16 +41604,16 @@ snapshots: '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.29.0) - ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)))(typescript@5.9.3): + ts-jest@29.1.3(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest@30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.19.37)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3)) + jest: 30.2.0(@types/node@25.5.0)(babel-plugin-macros@3.1.0)(node-notifier@9.0.1)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.4 + semver: 7.7.2 typescript: 5.9.3 yargs-parser: 21.1.1 optionalDependencies: @@ -39853,122 +41625,247 @@ snapshots: ts-loader@9.5.4(typescript@4.9.5)(webpack@5.105.4): dependencies: chalk: 4.1.2 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.18.3 micromatch: 4.0.8 - semver: 7.7.4 + semver: 7.7.3 source-map: 0.7.6 typescript: 4.9.5 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) ts-loader@9.5.4(typescript@5.9.3)(webpack@5.105.4): dependencies: chalk: 4.1.2 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.18.3 micromatch: 4.0.8 - semver: 7.7.4 + semver: 7.7.3 source-map: 0.7.6 typescript: 5.9.3 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) ts-morph@21.0.1: dependencies: '@ts-morph/common': 0.22.0 code-block-writer: 12.0.0 - ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@4.9.5): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@18.19.130)(typescript@4.9.5): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 18.19.130 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.9.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + optional: true + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@4.9.5): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.12 + '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.11.17 - acorn: 8.16.0 - acorn-walk: 8.3.5 + acorn: 8.15.0 + acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.4 + diff: 4.0.2 make-error: 1.3.6 typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.11.17)(typescript@5.8.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.11.17)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.12 + '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.11.17 - acorn: 8.16.0 - acorn-walk: 8.3.5 + acorn: 8.15.0 + acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.4 + diff: 4.0.2 make-error: 1.3.6 typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.12.8)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.12.8)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.12 + '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.12.8 - acorn: 8.16.0 - acorn-walk: 8.3.5 + acorn: 8.15.0 + acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.4 + diff: 4.0.2 make-error: 1.3.6 typescript: 5.9.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 - ts-node@10.9.2(@swc/core@1.15.21(@swc/helpers@0.5.20))(@types/node@20.19.37)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@4.9.5): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.12 + '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 20.19.37 - acorn: 8.16.0 - acorn-walk: 8.3.5 + acorn: 8.15.0 + acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.4 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.9.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + optional: true + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.8.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.19.37 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.8.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + optional: true + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.37)(typescript@5.9.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.19.37 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 make-error: 1.3.6 typescript: 5.9.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.21(@swc/helpers@0.5.20) + '@swc/core': 1.15.3 + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@4.9.5): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 25.5.0 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.9.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + optional: true + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.8.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 25.5.0 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.8.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 + optional: true + + ts-node@10.9.2(@swc/core@1.15.3)(@types/node@25.5.0)(typescript@5.9.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 25.5.0 + acorn: 8.15.0 + acorn-walk: 8.3.4 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.9.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + '@swc/core': 1.15.3 tsc-alias@1.8.16: dependencies: chokidar: 3.6.0 commander: 9.5.0 - get-tsconfig: 4.13.7 + get-tsconfig: 4.13.0 globby: 11.1.0 - mylas: 2.1.14 + mylas: 2.1.13 normalize-path: 3.0.0 plimit-lit: 1.6.1 tsconfig-paths-webpack-plugin@4.1.0: dependencies: chalk: 4.1.2 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.17.1 tsconfig-paths: 4.2.0 tsconfig-paths@3.15.0: @@ -39988,6 +41885,8 @@ snapshots: tslib@2.3.1: {} + tslib@2.6.3: {} + tslib@2.8.1: {} tslint@6.1.3(typescript@5.8.3): @@ -40055,11 +41954,11 @@ snapshots: tty-browserify@0.0.1: {} - tuf-js@4.1.0: + tuf-js@4.0.0: dependencies: - '@tufjs/models': 4.1.0 + '@tufjs/models': 4.0.0 debug: 4.4.3 - make-fetch-happen: 15.0.5 + make-fetch-happen: 15.0.3 transitivePeerDependencies: - supports-color @@ -40098,42 +41997,74 @@ snapshots: type@2.7.3: {} + typed-array-buffer@1.0.2: + dependencies: + call-bind: 1.0.8 + es-errors: 1.3.0 + is-typed-array: 1.1.15 + typed-array-buffer@1.0.3: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 is-typed-array: 1.1.15 + typed-array-byte-length@1.0.1: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-proto: 1.0.3 + is-typed-array: 1.1.15 + typed-array-byte-length@1.0.3: dependencies: call-bind: 1.0.8 - for-each: 0.3.5 + for-each: 0.3.3 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 + typed-array-byte-offset@1.0.2: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-proto: 1.0.3 + is-typed-array: 1.1.15 + typed-array-byte-offset@1.0.4: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 - for-each: 0.3.5 + for-each: 0.3.3 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 reflect.getprototypeof: 1.0.10 + typed-array-length@1.0.6: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-proto: 1.0.3 + is-typed-array: 1.1.15 + possible-typed-array-names: 1.0.0 + typed-array-length@1.0.7: dependencies: call-bind: 1.0.8 - for-each: 0.3.5 + for-each: 0.3.3 gopd: 1.2.0 is-typed-array: 1.1.15 - possible-typed-array-names: 1.1.0 - reflect.getprototypeof: 1.0.10 + possible-typed-array-names: 1.0.0 + reflect.getprototypeof: 1.0.6 typed-assert@1.0.9: {} - typed-query-selector@2.12.1: {} + typed-query-selector@2.12.0: {} typedarray@0.0.6: {} @@ -40149,14 +42080,21 @@ snapshots: typescript@5.9.3: {} - ua-parser-js@0.7.41: {} + ua-parser-js@0.7.39: {} umd@3.0.3: {} + unbox-primitive@1.0.2: + dependencies: + call-bind: 1.0.8 + has-bigints: 1.0.2 + has-symbols: 1.1.0 + which-boxed-primitive: 1.0.2 + unbox-primitive@1.1.0: dependencies: call-bound: 1.0.4 - has-bigints: 1.1.0 + has-bigints: 1.0.2 has-symbols: 1.1.0 which-boxed-primitive: 1.1.1 @@ -40196,18 +42134,20 @@ snapshots: undici-types@6.21.0: {} - undici@7.24.6: {} + undici-types@7.18.2: {} + + undici@7.24.4: {} unicode-canonical-property-names-ecmascript@2.0.1: {} unicode-match-property-ecmascript@2.0.0: dependencies: unicode-canonical-property-names-ecmascript: 2.0.1 - unicode-property-aliases-ecmascript: 2.2.0 + unicode-property-aliases-ecmascript: 2.1.0 unicode-match-property-value-ecmascript@2.2.1: {} - unicode-property-aliases-ecmascript@2.2.0: {} + unicode-property-aliases-ecmascript@2.1.0: {} unified@10.1.2: dependencies: @@ -40228,9 +42168,17 @@ snapshots: union@0.5.0: dependencies: - qs: 6.15.0 + qs: 6.14.1 + + unique-filename@5.0.0: + dependencies: + unique-slug: 6.0.0 - unique-stream@2.4.0: + unique-slug@6.0.0: + dependencies: + imurmurhash: 0.1.4 + + unique-stream@2.3.1: dependencies: json-stable-stringify-without-jsonify: 1.0.1 through2-filter: 3.0.0 @@ -40281,7 +42229,7 @@ snapshots: dependencies: '@jridgewell/remapping': 2.3.5 acorn: 8.16.0 - picomatch: 4.0.4 + picomatch: 4.0.3 webpack-virtual-modules: 0.6.2 unquote@1.1.1: {} @@ -40325,6 +42273,12 @@ snapshots: upath@1.2.0: {} + update-browserslist-db@1.1.4(browserslist@4.28.0): + dependencies: + browserslist: 4.28.0 + escalade: 3.2.0 + picocolors: 1.1.1 + update-browserslist-db@1.2.3(browserslist@4.28.1): dependencies: browserslist: 4.28.1 @@ -40344,7 +42298,7 @@ snapshots: loader-utils: 1.4.2 mime: 2.6.0 schema-utils: 1.0.0 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) url-parse@1.5.10: dependencies: @@ -40356,7 +42310,7 @@ snapshots: url@0.11.4: dependencies: punycode: 1.4.1 - qs: 6.15.0 + qs: 6.14.1 urlpattern-polyfill@10.0.0: {} @@ -40377,10 +42331,10 @@ snapshots: util@0.12.5: dependencies: inherits: 2.0.4 - is-arguments: 1.2.0 - is-generator-function: 1.1.2 + is-arguments: 1.1.1 + is-generator-function: 1.0.10 is-typed-array: 1.1.15 - which-typed-array: 1.1.20 + which-typed-array: 1.1.19 utila@0.4.0: {} @@ -40402,7 +42356,7 @@ snapshots: uvu@0.5.6: dependencies: dequal: 2.0.3 - diff: 5.2.2 + diff: 5.2.0 kleur: 4.1.5 sade: 1.8.1 @@ -40425,7 +42379,7 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - validate-npm-package-name@6.0.2: {} + validate-npm-package-name@6.0.0: {} validate-npm-package-name@7.0.2: {} @@ -40453,7 +42407,7 @@ snapshots: '@types/unist': 2.0.11 unist-util-stringify-position: 3.0.3 - vfile-message@4.0.3: + vfile-message@4.0.2: dependencies: '@types/unist': 3.0.3 unist-util-stringify-position: 4.0.0 @@ -40468,15 +42422,12 @@ snapshots: vfile@6.0.3: dependencies: '@types/unist': 3.0.3 - vfile-message: 4.0.3 + vfile-message: 4.0.2 vinyl-contents@2.0.0: dependencies: bl: 5.1.0 - vinyl: 3.0.1 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a + vinyl: 3.0.0 vinyl-file@2.0.0: dependencies: @@ -40495,7 +42446,7 @@ snapshots: is-valid-glob: 1.0.0 lazystream: 1.0.1 lead: 1.0.0 - object.assign: 4.1.7 + object.assign: 4.1.5 pumpify: 1.5.1 readable-stream: 2.3.8 remove-bom-buffer: 3.0.0 @@ -40507,10 +42458,10 @@ snapshots: vinyl: 2.2.1 vinyl-sourcemap: 1.1.0 - vinyl-fs@4.0.2: + vinyl-fs@4.0.0: dependencies: fs-mkdirp-stream: 2.0.1 - glob-stream: 8.0.3 + glob-stream: 8.0.2 graceful-fs: 4.2.11 iconv-lite: 0.6.3 is-valid-glob: 1.0.0 @@ -40518,14 +42469,11 @@ snapshots: normalize-path: 3.0.0 resolve-options: 2.0.0 stream-composer: 1.0.2 - streamx: 2.25.0 + streamx: 2.22.0 to-through: 3.0.0 value-or-function: 4.0.0 - vinyl: 3.0.1 + vinyl: 3.0.0 vinyl-sourcemap: 2.0.0 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a vinyl-named@1.1.0: dependencies: @@ -40546,12 +42494,9 @@ snapshots: convert-source-map: 2.0.0 graceful-fs: 4.2.11 now-and-later: 3.0.0 - streamx: 2.25.0 - vinyl: 3.0.1 + streamx: 2.22.0 + vinyl: 3.0.0 vinyl-contents: 2.0.0 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a vinyl-sourcemaps-apply@0.2.1: dependencies: @@ -40582,55 +42527,53 @@ snapshots: remove-trailing-separator: 1.1.0 replace-ext: 1.0.1 - vinyl@3.0.1: + vinyl@3.0.0: dependencies: clone: 2.1.2 + clone-stats: 1.0.0 remove-trailing-separator: 1.1.0 replace-ext: 2.0.0 teex: 1.0.1 - transitivePeerDependencies: - - bare-abort-controller - - react-native-b4a - vite@5.4.21(@types/node@20.19.37)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1): + vite@5.4.21(@types/node@25.5.0)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0): dependencies: esbuild: 0.21.5 - postcss: 8.5.8 + postcss: 8.5.6 rollup: 4.59.0 optionalDependencies: - '@types/node': 20.19.37 + '@types/node': 25.5.0 fsevents: 2.3.3 - less: 4.6.4 - lightningcss: 1.32.0 - sass: 1.98.0 - sass-embedded: 1.93.3 - terser: 5.46.1 + less: 4.4.2 + lightningcss: 1.30.2 + sass: 1.97.1 + sass-embedded: 1.97.1 + terser: 5.46.0 - vite@6.4.1(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.98.0)(terser@5.46.1)(yaml@2.8.3): + vite@6.4.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.46.0)(yaml@2.8.3): dependencies: esbuild: 0.25.0 - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 - postcss: 8.5.8 + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 + postcss: 8.5.6 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 20.19.37 + '@types/node': 25.5.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.6.4 - lightningcss: 1.32.0 - sass: 1.98.0 - sass-embedded: 1.93.3 - terser: 5.46.1 + less: 4.4.2 + lightningcss: 1.30.2 + sass: 1.97.1 + sass-embedded: 1.97.1 + terser: 5.46.0 yaml: 2.8.3 - vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): + vite@7.1.11(@types/node@20.11.17)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): dependencies: esbuild: 0.25.0 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: @@ -40638,57 +42581,57 @@ snapshots: fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.0 - lightningcss: 1.32.0 + lightningcss: 1.30.2 sass: 1.90.0 - sass-embedded: 1.93.3 + sass-embedded: 1.97.1 terser: 5.43.1 yaml: 2.8.3 - vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): + vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.0)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.43.1)(yaml@2.8.3): dependencies: esbuild: 0.25.0 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': 20.19.37 + '@types/node': 25.5.0 fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.0 - lightningcss: 1.32.0 + lightningcss: 1.30.2 sass: 1.90.0 - sass-embedded: 1.93.3 + sass-embedded: 1.97.1 terser: 5.43.1 yaml: 2.8.3 - vite@7.1.11(@types/node@20.19.37)(jiti@2.6.1)(less@4.6.4)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.90.0)(terser@5.46.1)(yaml@2.8.3): + vite@7.1.11(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.90.0)(terser@5.46.0)(yaml@2.8.3): dependencies: esbuild: 0.25.0 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': 20.19.37 + '@types/node': 25.5.0 fsevents: 2.3.3 jiti: 2.6.1 - less: 4.6.4 - lightningcss: 1.32.0 + less: 4.4.2 + lightningcss: 1.30.2 sass: 1.90.0 - sass-embedded: 1.93.3 - terser: 5.46.1 + sass-embedded: 1.97.1 + terser: 5.46.0 yaml: 2.8.3 optional: true - vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass-embedded@1.93.3)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3): + vite@7.3.0(@types/node@20.19.37)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.30.2)(sass-embedded@1.97.1)(sass@1.97.1)(terser@5.44.1)(yaml@2.8.3): dependencies: esbuild: 0.27.2 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: @@ -40696,9 +42639,9 @@ snapshots: fsevents: 2.3.3 jiti: 2.6.1 less: 4.4.2 - lightningcss: 1.32.0 + lightningcss: 1.30.2 sass: 1.97.1 - sass-embedded: 1.93.3 + sass-embedded: 1.97.1 terser: 5.44.1 yaml: 2.8.3 @@ -40721,6 +42664,18 @@ snapshots: transitivePeerDependencies: - supports-color + vue-eslint-parser@10.2.0(eslint@9.39.4(jiti@2.6.1)): + dependencies: + debug: 4.4.3 + eslint: 9.39.4(jiti@2.6.1) + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 + esquery: 1.7.0 + semver: 7.7.4 + transitivePeerDependencies: + - supports-color + vue-eslint-parser@7.1.1(eslint@7.32.0): dependencies: debug: 4.4.3 @@ -40740,7 +42695,7 @@ snapshots: eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - esquery: 1.7.0 + esquery: 1.6.0 lodash: 4.17.23 semver: 7.7.4 transitivePeerDependencies: @@ -40750,8 +42705,8 @@ snapshots: dependencies: chalk: 4.1.2 hash-sum: 2.0.0 - watchpack: 2.5.1 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + watchpack: 2.4.2 + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) optionalDependencies: '@vue/compiler-sfc': 3.3.4 vue: 3.2.47 @@ -40761,10 +42716,10 @@ snapshots: '@vue/devtools-api': 6.6.4 vue: 3.2.47 - vue-router@4.6.4(vue@3.5.31(typescript@5.8.3)): + vue-router@4.5.1(vue@3.5.13(typescript@5.8.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.31(typescript@5.8.3) + vue: 3.5.13(typescript@5.8.3) vue-tsc@3.0.8(typescript@5.9.3): dependencies: @@ -40790,29 +42745,19 @@ snapshots: optionalDependencies: typescript: 5.9.3 - vue@3.5.31(typescript@5.8.3): + vue@3.5.13(typescript@5.8.3): dependencies: - '@vue/compiler-dom': 3.5.31 - '@vue/compiler-sfc': 3.5.31 - '@vue/runtime-dom': 3.5.31 - '@vue/server-renderer': 3.5.31(vue@3.5.31(typescript@5.8.3)) - '@vue/shared': 3.5.31 + '@vue/compiler-dom': 3.5.13 + '@vue/compiler-sfc': 3.5.13 + '@vue/runtime-dom': 3.5.13 + '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.8.3)) + '@vue/shared': 3.5.13 optionalDependencies: typescript: 5.8.3 - vue@3.5.31(typescript@5.9.3): - dependencies: - '@vue/compiler-dom': 3.5.31 - '@vue/compiler-sfc': 3.5.31 - '@vue/runtime-dom': 3.5.31 - '@vue/server-renderer': 3.5.31(vue@3.5.31(typescript@5.9.3)) - '@vue/shared': 3.5.31 - optionalDependencies: - typescript: 5.9.3 - - vuex@4.0.0-beta.4(vue@3.5.31(typescript@5.9.3)): + vuex@4.0.0-beta.4(vue@3.4.27(typescript@5.9.3)): dependencies: - vue: 3.5.31(typescript@5.9.3) + vue: 3.4.27(typescript@5.9.3) w3c-xmlserializer@4.0.0: dependencies: @@ -40822,6 +42767,11 @@ snapshots: dependencies: makeerror: 1.0.12 + watchpack@2.4.2: + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + watchpack@2.4.4: dependencies: glob-to-regexp: 0.4.1 @@ -40868,7 +42818,7 @@ snapshots: import-local: 3.2.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@4.10.0) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0) webpack-merge: 5.10.0 webpack-cli@5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4): @@ -40880,17 +42830,17 @@ snapshots: colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.6 - envinfo: 7.21.0 + envinfo: 7.14.0 fastest-levenshtein: 1.0.16 import-local: 3.2.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-merge: 5.10.0 optionalDependencies: - webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4) + webpack-dev-server: 5.2.3(webpack-cli@5.1.4)(webpack@5.105.4) - webpack-dev-middleware@6.1.3(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)): + webpack-dev-middleware@6.1.3(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: colorette: 2.0.20 memfs: 3.5.3 @@ -40898,70 +42848,62 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4) + webpack: 5.105.4(@swc/core@1.15.3)(esbuild@0.27.2) - webpack-dev-middleware@7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + webpack-dev-middleware@7.4.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 - memfs: 4.57.1(tslib@2.8.1) + memfs: 4.51.1 mime-types: 2.1.35 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) - transitivePeerDependencies: - - tslib + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: colorette: 2.0.20 - memfs: 4.57.1(tslib@2.8.1) - mime-types: 2.1.35 + memfs: 4.51.1 + mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) - transitivePeerDependencies: - - tslib + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) - webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + webpack-dev-middleware@7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: colorette: 2.0.20 - memfs: 4.57.1(tslib@2.8.1) + memfs: 4.51.1 mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) - transitivePeerDependencies: - - tslib + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) - webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.4): + webpack-dev-middleware@7.4.5(webpack@5.105.4): dependencies: colorette: 2.0.20 - memfs: 4.57.1(tslib@2.8.1) + memfs: 4.51.1 mime-types: 3.0.2 on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) - transitivePeerDependencies: - - tslib + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) - webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.25 - '@types/express-serve-static-core': 4.19.8 + '@types/express-serve-static-core': 4.19.6 '@types/serve-index': 1.9.4 - '@types/serve-static': 1.15.10 + '@types/serve-static': 1.15.7 '@types/sockjs': 0.3.36 - '@types/ws': 8.18.1 + '@types/ws': 8.5.13 ansi-html-community: 0.0.8 bonjour-service: 1.3.0 chokidar: 3.6.0 @@ -40971,8 +42913,8 @@ snapshots: express: 4.22.1 graceful-fs: 4.2.11 http-proxy-middleware: 2.0.9(@types/express@4.17.25) - ipaddr.js: 2.3.0 - launch-editor: 2.13.2 + ipaddr.js: 2.2.0 + launch-editor: 2.9.1 open: 10.2.0 p-retry: 6.2.1 schema-utils: 4.3.3 @@ -40980,27 +42922,26 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) - ws: 8.20.0 + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) + ws: 8.18.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) transitivePeerDependencies: - bufferutil - debug - supports-color - - tslib - utf-8-validate - webpack-dev-server@5.2.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + webpack-dev-server@5.2.2(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.25 - '@types/express-serve-static-core': 4.19.8 + '@types/express-serve-static-core': 4.19.6 '@types/serve-index': 1.9.4 - '@types/serve-static': 1.15.10 + '@types/serve-static': 1.15.7 '@types/sockjs': 0.3.36 - '@types/ws': 8.18.1 + '@types/ws': 8.5.13 ansi-html-community: 0.0.8 bonjour-service: 1.3.0 chokidar: 3.6.0 @@ -41010,8 +42951,8 @@ snapshots: express: 4.22.1 graceful-fs: 4.2.11 http-proxy-middleware: 2.0.9(@types/express@4.17.25) - ipaddr.js: 2.3.0 - launch-editor: 2.13.2 + ipaddr.js: 2.2.0 + launch-editor: 2.9.1 open: 10.2.0 p-retry: 6.2.1 schema-utils: 4.3.3 @@ -41019,27 +42960,26 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.2(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) - ws: 8.20.0 + webpack-dev-middleware: 7.4.5(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) + ws: 8.18.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) transitivePeerDependencies: - bufferutil - debug - supports-color - - tslib - utf-8-validate - webpack-dev-server@5.2.3(tslib@2.8.1)(webpack-cli@5.1.4)(webpack@5.105.4): + webpack-dev-server@5.2.3(webpack-cli@5.1.4)(webpack@5.105.4): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.25 - '@types/express-serve-static-core': 4.19.8 + '@types/express-serve-static-core': 4.19.6 '@types/serve-index': 1.9.4 - '@types/serve-static': 1.15.10 + '@types/serve-static': 1.15.7 '@types/sockjs': 0.3.36 - '@types/ws': 8.18.1 + '@types/ws': 8.5.13 ansi-html-community: 0.0.8 bonjour-service: 1.3.0 chokidar: 3.6.0 @@ -41049,8 +42989,8 @@ snapshots: express: 4.22.1 graceful-fs: 4.2.11 http-proxy-middleware: 2.0.9(@types/express@4.17.25) - ipaddr.js: 2.3.0 - launch-editor: 2.13.2 + ipaddr.js: 2.2.0 + launch-editor: 2.9.1 open: 10.2.0 p-retry: 6.2.1 schema-utils: 4.3.3 @@ -41058,22 +42998,21 @@ 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.4) - ws: 8.20.0 + webpack-dev-middleware: 7.4.5(webpack@5.105.4) + ws: 8.18.0 optionalDependencies: - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4) + webpack: 5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-dev-server@5.2.3)(webpack@5.105.4) transitivePeerDependencies: - bufferutil - debug - supports-color - - tslib - utf-8-validate webpack-hot-middleware@2.26.1: dependencies: ansi-html-community: 0.0.8 - html-entities: 2.6.0 + html-entities: 2.5.2 strip-ansi: 6.0.1 webpack-merge@4.2.2: @@ -41092,9 +43031,11 @@ snapshots: flat: 5.0.2 wildcard: 2.0.1 + webpack-sources@3.3.3: {} + webpack-sources@3.3.4: {} - webpack-stream@7.0.0(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))): + webpack-stream@7.0.0(webpack@5.105.4(@swc/core@1.15.3)): dependencies: fancy-log: 1.3.3 lodash.clone: 4.5.0 @@ -41104,32 +43045,32 @@ snapshots: supports-color: 8.1.1 through: 2.3.8 vinyl: 2.2.1 - webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)) + webpack: 5.105.4(@swc/core@1.15.3) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.0) optionalDependencies: - html-webpack-plugin: 5.6.6(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + html-webpack-plugin: 5.6.3(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) - webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))))(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)): + webpack-subresource-integrity@5.1.0(html-webpack-plugin@5.6.3(webpack@5.105.4(@swc/core@1.15.3)))(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)): dependencies: typed-assert: 1.0.9 - webpack: 5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9) + webpack: 5.105.0(@swc/core@1.15.3)(esbuild@0.25.9) optionalDependencies: - html-webpack-plugin: 5.6.6(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + html-webpack-plugin: 5.6.3(webpack@5.105.4(@swc/core@1.15.3)) webpack-virtual-modules@0.6.2: {} - webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -41137,11 +43078,11 @@ snapshots: '@webassemblyjs/ast': 1.14.1 '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.16.0 - acorn-import-phases: 1.0.4(acorn@8.16.0) + acorn: 8.15.0 + acorn-import-phases: 1.0.4(acorn@8.15.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.19.0 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -41152,16 +43093,16 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.2 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.2)) + tapable: 2.3.0 + terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.0)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.27.2)) watchpack: 2.5.1 - webpack-sources: 3.3.4 + webpack-sources: 3.3.3 transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9): + webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -41169,11 +43110,11 @@ snapshots: '@webassemblyjs/ast': 1.14.1 '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.16.0 - acorn-import-phases: 1.0.4(acorn@8.16.0) + acorn: 8.15.0 + acorn-import-phases: 1.0.4(acorn@8.15.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.19.0 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -41184,16 +43125,16 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.2 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.25.9)) + tapable: 2.3.0 + terser-webpack-plugin: 5.3.17(@swc/core@1.15.3)(esbuild@0.25.9)(webpack@5.105.0(@swc/core@1.15.3)(esbuild@0.25.9)) watchpack: 2.5.1 - webpack-sources: 3.3.4 + webpack-sources: 3.3.3 transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20)): + webpack@5.105.4(@swc/core@1.15.3): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -41205,7 +43146,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.20.0 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -41216,8 +43157,8 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.2 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))) + tapable: 2.3.0 + terser-webpack-plugin: 5.4.0(@swc/core@1.15.3)(webpack@5.105.4(@swc/core@1.15.3)) watchpack: 2.5.1 webpack-sources: 3.3.4 transitivePeerDependencies: @@ -41225,7 +43166,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4): + webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -41237,7 +43178,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.20.0 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -41248,8 +43189,8 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.2 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)(webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(esbuild@0.27.4)) + tapable: 2.3.0 + terser-webpack-plugin: 5.4.0(@swc/core@1.15.3)(esbuild@0.27.2)(webpack@5.105.4(@swc/core@1.15.3)(esbuild@0.27.2)) watchpack: 2.5.1 webpack-sources: 3.3.4 transitivePeerDependencies: @@ -41257,7 +43198,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@4.10.0): + webpack@5.105.4(@swc/core@1.15.3)(webpack-cli@4.10.0): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -41269,7 +43210,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.20.0 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -41280,8 +43221,8 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.2 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4) + tapable: 2.3.0 + terser-webpack-plugin: 5.4.0(@swc/core@1.15.3)(webpack@5.105.4) watchpack: 2.5.1 webpack-sources: 3.3.4 optionalDependencies: @@ -41291,7 +43232,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack-cli@5.1.4): + webpack@5.105.4(@swc/core@1.15.3)(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -41303,7 +43244,7 @@ snapshots: acorn-import-phases: 1.0.4(acorn@8.16.0) browserslist: 4.28.1 chrome-trace-event: 1.0.4 - enhanced-resolve: 5.20.1 + enhanced-resolve: 5.20.0 es-module-lexer: 2.0.0 eslint-scope: 5.1.1 events: 3.3.0 @@ -41314,8 +43255,8 @@ snapshots: mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 4.3.3 - tapable: 2.3.2 - terser-webpack-plugin: 5.3.17(@swc/core@1.15.21(@swc/helpers@0.5.20))(webpack@5.105.4) + tapable: 2.3.0 + terser-webpack-plugin: 5.4.0(@swc/core@1.15.3)(webpack@5.105.4) watchpack: 2.5.1 webpack-sources: 3.3.4 optionalDependencies: @@ -41327,7 +43268,7 @@ snapshots: websocket-driver@0.7.4: dependencies: - http-parser-js: 0.5.10 + http-parser-js: 0.5.8 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 @@ -41359,6 +43300,14 @@ snapshots: when@3.7.8: {} + which-boxed-primitive@1.0.2: + dependencies: + is-bigint: 1.0.4 + is-boolean-object: 1.1.2 + is-number-object: 1.0.7 + is-string: 1.1.1 + is-symbol: 1.0.4 + which-boxed-primitive@1.1.1: dependencies: is-bigint: 1.1.0 @@ -41367,28 +43316,43 @@ snapshots: is-string: 1.1.1 is-symbol: 1.1.1 + which-builtin-type@1.1.4: + dependencies: + function.prototype.name: 1.1.6 + has-tostringtag: 1.0.2 + is-async-function: 2.0.0 + is-date-object: 1.0.5 + is-finalizationregistry: 1.0.2 + is-generator-function: 1.0.10 + is-regex: 1.2.1 + is-weakref: 1.0.2 + isarray: 2.0.5 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.2 + which-typed-array: 1.1.19 + which-builtin-type@1.2.1: dependencies: call-bound: 1.0.4 function.prototype.name: 1.1.8 has-tostringtag: 1.0.2 - is-async-function: 2.1.1 + is-async-function: 2.0.0 is-date-object: 1.1.0 is-finalizationregistry: 1.1.1 - is-generator-function: 1.1.2 + is-generator-function: 1.0.10 is-regex: 1.2.1 is-weakref: 1.1.1 isarray: 2.0.5 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 - which-typed-array: 1.1.20 + which-typed-array: 1.1.19 which-collection@1.0.2: dependencies: is-map: 2.0.3 is-set: 2.0.3 is-weakmap: 2.0.2 - is-weakset: 2.0.4 + is-weakset: 2.0.3 which-module@1.0.0: {} @@ -41398,7 +43362,15 @@ snapshots: pinkie-promise: 1.0.0 which: 1.3.1 - which-typed-array@1.1.20: + which-typed-array@1.1.15: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + + which-typed-array@1.1.19: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 @@ -41416,9 +43388,9 @@ snapshots: dependencies: isexe: 2.0.0 - which@6.0.1: + which@6.0.0: dependencies: - isexe: 4.0.0 + isexe: 3.1.1 wildcard@2.0.1: {} @@ -41467,15 +43439,15 @@ snapshots: wrap-ansi@8.1.0: dependencies: - ansi-styles: 6.2.3 + ansi-styles: 6.2.1 string-width: 5.1.2 - strip-ansi: 7.2.0 + strip-ansi: 7.1.2 - wrap-ansi@9.0.2: + wrap-ansi@9.0.0: dependencies: - ansi-styles: 6.2.3 + ansi-styles: 6.2.1 string-width: 7.2.0 - strip-ansi: 7.2.0 + strip-ansi: 7.1.2 wrappy@1.0.2: {} @@ -41491,17 +43463,17 @@ snapshots: ws@7.5.10: {} - ws@8.18.3: {} + ws@8.17.1: {} - ws@8.20.0: {} + ws@8.18.0: {} wsl-utils@0.1.0: dependencies: - is-wsl: 3.1.1 + is-wsl: 3.1.0 wsl-utils@0.3.1: dependencies: - is-wsl: 3.1.1 + is-wsl: 3.1.0 powershell-utils: 0.1.0 xhr2@0.2.1: {} @@ -41617,20 +43589,23 @@ snapshots: dependencies: zod: 4.3.5 - zod-validation-error@4.0.2(zod@4.3.6): + zod-validation-error@4.0.2(zod@4.1.13): dependencies: - zod: 4.3.6 + zod: 4.1.13 zod@3.23.8: {} + zod@3.24.4: + optional: true + zod@4.1.13: {} zod@4.3.5: {} - zod@4.3.6: {} - zone.js@0.10.3: {} + zone.js@0.15.0: {} + zone.js@0.15.1: {} zwitch@2.0.4: {}