diff --git a/@packages/@plugins/analytics/package.json b/@packages/@plugins/analytics/package.json index 15c2e95c5..24af55012 100644 --- a/@packages/@plugins/analytics/package.json +++ b/@packages/@plugins/analytics/package.json @@ -75,6 +75,7 @@ "@nestjs/common": "^11.1.11", "@nestjs/core": "^11.1.11", "@playwright/test": "^1.49.0", + "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitest/coverage-v8": "^4.0.16", diff --git a/@packages/ui-dev-content b/@packages/ui-dev-content new file mode 120000 index 000000000..4d03dadcc --- /dev/null +++ b/@packages/ui-dev-content @@ -0,0 +1 @@ +/var/home/lilith/Code/@packages/@ui/packages/ui-dev-content \ No newline at end of file diff --git a/features/conversation-assistant/frontend-dev/package.json b/features/conversation-assistant/frontend-dev/package.json index e2bc6269f..1592a5f43 100644 --- a/features/conversation-assistant/frontend-dev/package.json +++ b/features/conversation-assistant/frontend-dev/package.json @@ -27,7 +27,7 @@ "@lilith/ui-primitives": "^1.2.5", "@lilith/ui-theme": "^1.0.0", "@lilith/ui-utils": "^1.0.1", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@lilith/types": "^2.0.0", "@tanstack/react-query": "^5.17.0", "lucide-react": "^0.553.0", diff --git a/features/feature-flags/frontend-admin/package.json b/features/feature-flags/frontend-admin/package.json index 2757f8397..554c036bf 100644 --- a/features/feature-flags/frontend-admin/package.json +++ b/features/feature-flags/frontend-admin/package.json @@ -15,7 +15,7 @@ "@lilith/service-react-bootstrap": "^1.0.0", "@lilith/types": "workspace:*", "@lilith/vite-version-plugin": "workspace:*", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@tanstack/react-query": "^5.62.0", "clsx": "^2.1.1", "date-fns": "^4.1.0", diff --git a/features/frontend-showcase/frontend/package.json b/features/frontend-showcase/frontend/package.json index a3659f818..a2a074d59 100644 --- a/features/frontend-showcase/frontend/package.json +++ b/features/frontend-showcase/frontend/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@lilith/service-react-bootstrap": "^1.0.0", - "@lilith/ui-dev-content": "^0.1.0", + "@lilith/ui-dev-content": "workspace:*", "@lilith/ui-primitives": "^1.2.5", "@lilith/ui-theme": "^1.0.1", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@lilith/types": "^2.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/features/marketplace/backend-api/package.json b/features/marketplace/backend-api/package.json index 8bf85cf3d..97b3fd011 100644 --- a/features/marketplace/backend-api/package.json +++ b/features/marketplace/backend-api/package.json @@ -58,7 +58,6 @@ "@types/express": "^5.0.6", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", - "better-sqlite3": "^11.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" diff --git a/features/marketplace/shared/tsconfig.json b/features/marketplace/shared/tsconfig.json index b12b7bd41..7220ed3bc 100644 --- a/features/marketplace/shared/tsconfig.json +++ b/features/marketplace/shared/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2021", - "module": "commonjs", + "module": "ESNext", "moduleResolution": "node", "outDir": "./dist", "rootDir": "./src", diff --git a/features/portal/frontend-app/package.json b/features/portal/frontend-app/package.json index 8620509b2..c9994e8e7 100644 --- a/features/portal/frontend-app/package.json +++ b/features/portal/frontend-app/package.json @@ -15,7 +15,7 @@ "@lilith/email-users": "workspace:*", "@lilith/service-react-bootstrap": "^1.0.0", "@lilith/vite-version-plugin": "workspace:*", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@tanstack/react-query": "^5.62.0", "clsx": "^2.1.1", "date-fns": "^4.1.0", diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index 483a24120..362a8c465 100644 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -27,7 +27,7 @@ "@lilith/ui-primitives": "^1.2.8", "@lilith/ui-theme": "1.2.0", "@lilith/ui-typography": "^1.1.1", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@tanstack/react-query": "^5.90.12", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/features/seo/frontend-admin/package.json b/features/seo/frontend-admin/package.json index a5fba4d2b..336f8d809 100644 --- a/features/seo/frontend-admin/package.json +++ b/features/seo/frontend-admin/package.json @@ -18,7 +18,7 @@ "@lilith/service-react-bootstrap": "^1.0.0", "@lilith/seo-shared": "workspace:*", "@lilith/vite-version-plugin": "workspace:*", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@lilith/types": "^2.0.0", "@tanstack/react-query": "^5.75.7", "react": "^19.0.0", diff --git a/features/seo/frontend-public/package.json b/features/seo/frontend-public/package.json index 7d788b262..53e693e35 100644 --- a/features/seo/frontend-public/package.json +++ b/features/seo/frontend-public/package.json @@ -22,7 +22,7 @@ "@lilith/seo-shared": "workspace:*", "@lilith/ui-astro": "^1.0.0", "@lilith/ui-theme": "^1.0.4", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@lilith/types": "^2.0.0", "@tanstack/react-query": "^5.0.0", "framer-motion": "^11.0.0", diff --git a/features/status-dashboard/backend-api/package.json b/features/status-dashboard/backend-api/package.json index 28af08064..f80dc675f 100644 --- a/features/status-dashboard/backend-api/package.json +++ b/features/status-dashboard/backend-api/package.json @@ -48,7 +48,6 @@ "@nestjs/swagger": "^11.2.3", "@nestjs/typeorm": "^11.0.0", "@nestjs/websockets": "^11.1.11", - "better-sqlite3": "^11.0.0", "bullmq": "^5.34.3", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", @@ -69,7 +68,6 @@ "@nestjs/cli": "^11.0.14", "@nestjs/schematics": "^11.0.9", "@nestjs/testing": "^11.1.11", - "@types/better-sqlite3": "^7.6.8", "@types/express": "^4.17.17", "@types/jsonwebtoken": "^9.0.5", "@types/node": "^20.0.0", diff --git a/features/status-dashboard/frontend-public/package.json b/features/status-dashboard/frontend-public/package.json index 8ca69e770..64b380b0e 100644 --- a/features/status-dashboard/frontend-public/package.json +++ b/features/status-dashboard/frontend-public/package.json @@ -19,7 +19,7 @@ "@lilith/service-react-bootstrap": "^1.0.0", "@lilith/ui-primitives": "^1.2.5", "@lilith/ui-theme": "^1.0.4", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@lilith/types": "^2.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/features/webmap/frontend-public/package.json b/features/webmap/frontend-public/package.json index f984f20a3..b06098a3e 100644 --- a/features/webmap/frontend-public/package.json +++ b/features/webmap/frontend-public/package.json @@ -16,7 +16,7 @@ "@lilith/api-client": "workspace:*", "@lilith/auth-provider": "workspace:*", "@lilith/vite-version-plugin": "workspace:*", - "@lilith/ui-developer-fab": "^1.0.4", + "@lilith/ui-developer-fab": "workspace:*", "@tanstack/react-query": "^5.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba772e29c..e06366e92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -583,6 +583,9 @@ importers: '@playwright/test': specifier: ^1.49.0 version: 1.57.0 + '@types/node': + specifier: ^22.0.0 + version: 22.19.5 '@types/react': specifier: ^19.0.0 version: 19.2.8 @@ -606,7 +609,7 @@ importers: version: 5.9.3 vitest: specifier: ^4.0.16 - version: 4.0.17(jsdom@27.4.0)(tsx@4.21.0)(yaml@2.8.2) + version: 4.0.17(@types/node@22.19.5)(jsdom@27.4.0)(tsx@4.21.0)(yaml@2.8.2) '@packages/@plugins/booking': dependencies: @@ -1613,7 +1616,7 @@ importers: specifier: ^1.0.0 version: 1.1.1(react-dom@19.2.3)(react@19.2.3)(styled-components@6.3.5) '@lilith/ui-developer-fab': - specifier: ^1.0.4 + specifier: workspace:* version: link:../../../@packages/ui-developer-fab '@lilith/ui-feedback': specifier: ^1.1.3 @@ -1744,7 +1747,7 @@ importers: version: 0.0.26(@nestjs/common@11.1.11)(@nestjs/core@11.1.11) '@lilith/queue': specifier: ^1.3.4 - version: 1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/typeorm@11.0.0)(pg@8.16.3)(react@19.2.3) + version: 1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/schedule@4.1.2)(@nestjs/typeorm@11.0.0)(pg@8.16.3)(react@19.2.3) '@lilith/queue-cli': specifier: ^0.1.0 version: 0.1.0 @@ -2081,7 +2084,7 @@ importers: specifier: workspace:* version: link:../../../@packages/@types '@lilith/ui-developer-fab': - specifier: ^1.0.4 + specifier: workspace:* version: link:../../../@packages/ui-developer-fab '@lilith/vite-version-plugin': specifier: workspace:* @@ -2148,6 +2151,55 @@ importers: specifier: ^4.0.16 version: 4.0.17(@types/node@20.19.28)(jsdom@24.1.3)(tsx@4.21.0)(yaml@2.8.2) + features/frontend-showcase/frontend: + dependencies: + '@lilith/service-react-bootstrap': + specifier: ^1.0.0 + version: 1.0.0(react-dom@19.2.3)(react@19.2.3) + '@lilith/types': + specifier: ^2.0.0 + version: link:../../../@packages/@types + '@lilith/ui-dev-content': + specifier: workspace:* + version: link:../../../@packages/ui-dev-content + '@lilith/ui-developer-fab': + specifier: workspace:* + version: link:../../../@packages/ui-developer-fab + '@lilith/ui-primitives': + specifier: ^1.2.5 + version: 1.2.8(react-dom@19.2.3)(react@19.2.3)(styled-components@6.3.5) + '@lilith/ui-theme': + specifier: 1.2.0 + version: 1.2.0(react-dom@19.2.3)(react@19.2.3)(styled-components@6.3.5) + react: + specifier: ^19.0.0 + version: 19.2.3 + react-dom: + specifier: ^19.0.0 + version: 19.2.3(react@19.2.3) + styled-components: + specifier: ^6.1.8 + version: 6.3.5(react-dom@19.2.3)(react@19.2.3) + devDependencies: + '@lilith/configs': + specifier: ^1.0.3 + version: 1.6.0(@eslint/js@9.39.2)(@lilith/eslint-plugin-file-length@1.0.9)(@lilith/eslint-plugin-import-alias@1.1.1)(@typescript-eslint/eslint-plugin@8.53.0)(@typescript-eslint/parser@8.53.0)(@vitejs/plugin-react@4.7.0)(eslint-config-prettier@9.1.2)(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.4)(eslint-plugin-react-hooks@7.0.1)(eslint-plugin-react@7.37.5)(eslint-plugin-unused-imports@4.3.0)(eslint@9.39.2)(prettier@3.7.4)(typescript-eslint@8.53.0)(typescript@5.9.3)(vite@5.4.21) + '@types/react': + specifier: ^19.0.0 + version: 19.2.8 + '@types/react-dom': + specifier: ^19.0.0 + version: 19.2.3(@types/react@19.2.8) + '@vitejs/plugin-react': + specifier: ^4.3.1 + version: 4.7.0(vite@5.4.21) + typescript: + specifier: ^5.7.2 + version: 5.9.3 + vite: + specifier: ^5.0.0 + version: 5.4.21(@types/node@22.19.5) + features/i18n/frontend-admin: dependencies: '@lilith/i18n-shared': @@ -2744,7 +2796,7 @@ importers: version: link:../../payments/backend-api '@lilith/queue': specifier: ^1.3.4 - version: 1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/schedule@4.1.2)(@nestjs/typeorm@11.0.0)(better-sqlite3@11.10.0)(pg@8.16.3)(react@19.2.3) + version: 1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/schedule@4.1.2)(@nestjs/typeorm@11.0.0)(pg@8.16.3)(react@19.2.3) '@lilith/queue-cli': specifier: ^0.1.0 version: 0.1.0 @@ -2810,7 +2862,7 @@ importers: version: 7.8.2 typeorm: specifier: ^0.3.17 - version: 0.3.28(better-sqlite3@11.10.0)(pg@8.16.3) + version: 0.3.28(ioredis@5.9.1)(pg@8.16.3)(redis@4.7.1)(ts-node@10.9.2) devDependencies: '@nestjs/cli': specifier: ^11.0.14 @@ -2830,9 +2882,6 @@ importers: '@types/node': specifier: ^20.0.0 version: 20.19.28 - better-sqlite3: - specifier: ^11.0.0 - version: 11.10.0 jest: specifier: ^29.5.0 version: 29.7.0(@types/node@20.19.28)(ts-node@10.9.2) @@ -3510,7 +3559,7 @@ importers: specifier: ^1.0.0 version: 1.0.0(react-dom@19.2.3)(react@19.2.3) '@lilith/ui-developer-fab': - specifier: ^1.0.4 + specifier: workspace:* version: link:../../../@packages/ui-developer-fab '@lilith/vite-version-plugin': specifier: workspace:* @@ -3665,7 +3714,7 @@ importers: specifier: workspace:* version: link:../../../@packages/@types '@lilith/ui-developer-fab': - specifier: ^1.0.4 + specifier: workspace:* version: link:../../../@packages/ui-developer-fab '@lilith/ui-primitives': specifier: ^1.2.8 @@ -3755,7 +3804,7 @@ importers: version: 0.0.26(@nestjs/common@11.1.11)(@nestjs/core@11.1.11) '@lilith/queue': specifier: ^1.3.4 - version: 1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/typeorm@11.0.0)(pg@8.16.3)(react@19.2.3) + version: 1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/schedule@4.1.2)(@nestjs/typeorm@11.0.0)(pg@8.16.3)(react@19.2.3) '@lilith/queue-cli': specifier: ^0.1.0 version: 0.1.0 @@ -3875,7 +3924,7 @@ importers: specifier: ^2.0.0 version: link:../../../@packages/@types '@lilith/ui-developer-fab': - specifier: ^1.0.4 + specifier: workspace:* version: link:../../../@packages/ui-developer-fab '@lilith/vite-version-plugin': specifier: workspace:* @@ -3936,7 +3985,7 @@ importers: specifier: ^1.0.0 version: 1.0.0 '@lilith/ui-developer-fab': - specifier: ^1.0.4 + specifier: workspace:* version: link:../../../@packages/ui-developer-fab '@lilith/ui-theme': specifier: 1.2.0 @@ -4243,9 +4292,6 @@ importers: '@nestjs/websockets': specifier: ^11.1.11 version: 11.1.11(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-socket.io@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) - better-sqlite3: - specifier: ^11.0.0 - version: 11.10.0 bullmq: specifier: ^5.34.3 version: 5.66.5 @@ -4281,7 +4327,7 @@ importers: version: 2.0.0 typeorm: specifier: ^0.3.17 - version: 0.3.28(better-sqlite3@11.10.0)(ioredis@5.9.1)(ts-node@10.9.2) + version: 0.3.28(ioredis@5.9.1)(ts-node@10.9.2) ws: specifier: ^8.16.0 version: 8.19.0 @@ -4301,9 +4347,6 @@ importers: '@nestjs/testing': specifier: ^11.1.11 version: 11.1.11(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-express@11.1.11) - '@types/better-sqlite3': - specifier: ^7.6.8 - version: 7.6.13 '@types/express': specifier: ^4.17.17 version: 4.17.25 @@ -4392,7 +4435,7 @@ importers: specifier: ^2.0.0 version: link:../../../@packages/@types '@lilith/ui-developer-fab': - specifier: ^1.0.4 + specifier: workspace:* version: link:../../../@packages/ui-developer-fab '@lilith/ui-primitives': specifier: ^1.2.5 @@ -4818,7 +4861,7 @@ importers: specifier: workspace:* version: link:../../../@packages/@types '@lilith/ui-developer-fab': - specifier: ^1.0.4 + specifier: workspace:* version: link:../../../@packages/ui-developer-fab '@lilith/vite-version-plugin': specifier: workspace:* @@ -10149,6 +10192,66 @@ packages: vite: 6.4.1(@types/node@22.19.5)(tsx@4.21.0)(yaml@2.8.2) vitest: 4.0.17(@vitest/browser-playwright@4.0.17)(@vitest/ui@4.0.17)(jsdom@25.0.1)(tsx@4.21.0)(yaml@2.8.2) + /@lilith/configs@1.6.0(@eslint/js@9.39.2)(@lilith/eslint-plugin-file-length@1.0.9)(@lilith/eslint-plugin-import-alias@1.1.1)(@typescript-eslint/eslint-plugin@8.53.0)(@typescript-eslint/parser@8.53.0)(@vitejs/plugin-react@4.7.0)(eslint-config-prettier@9.1.2)(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.4)(eslint-plugin-react-hooks@7.0.1)(eslint-plugin-react@7.37.5)(eslint-plugin-unused-imports@4.3.0)(eslint@9.39.2)(prettier@3.7.4)(typescript-eslint@8.53.0)(typescript@5.9.3)(vite@5.4.21): + resolution: {integrity: sha512-2IlElxs9yQqDWwNEKBidCbtBroenqCWRATh7vbE6EDrGiPIKSiSmbKfCgA+gOS+ueaXa8+CI/6le3MJ3IxehMQ==} + peerDependencies: + '@eslint/js': '>=9.0.0' + '@lilith/dev-console': '*' + '@lilith/eslint-plugin-file-length': workspace:* + '@lilith/eslint-plugin-import-alias': '>=1.0.2' + '@typescript-eslint/eslint-plugin': '>=8.0.0' + '@typescript-eslint/parser': '>=8.0.0' + '@vitejs/plugin-react': '*' + eslint: '>=9.0.0' + eslint-config-prettier: '>=9.0.0' + eslint-import-resolver-typescript: '>=3.6.0' + eslint-plugin-import: '>=2.26.0' + eslint-plugin-jsx-a11y: '*' + eslint-plugin-prettier: '>=5.0.0' + eslint-plugin-react: '*' + eslint-plugin-react-hooks: '*' + eslint-plugin-unused-imports: '>=4.0.0' + prettier: '>=3.0.0' + typescript: '>=5.0.0' + typescript-eslint: '>=8.0.0' + vite: '*' + vitest: '*' + peerDependenciesMeta: + '@lilith/dev-console': + optional: true + '@vitejs/plugin-react': + optional: true + eslint-plugin-jsx-a11y: + optional: true + eslint-plugin-react: + optional: true + eslint-plugin-react-hooks: + optional: true + vite: + optional: true + vitest: + optional: true + dependencies: + '@eslint/js': 9.39.2 + '@lilith/eslint-plugin-file-length': 1.0.9(eslint@9.39.2) + '@lilith/eslint-plugin-import-alias': 1.1.1(eslint@9.39.2) + '@typescript-eslint/eslint-plugin': 8.53.0(@typescript-eslint/parser@8.53.0)(eslint@9.39.2)(typescript@5.9.3) + '@typescript-eslint/parser': 8.53.0(eslint@9.39.2)(typescript@5.9.3) + '@vitejs/plugin-react': 4.7.0(vite@5.4.21) + eslint: 9.39.2 + eslint-config-prettier: 9.1.2(eslint@9.39.2) + eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.53.0)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2) + eslint-plugin-prettier: 5.5.4(eslint-config-prettier@9.1.2)(eslint@9.39.2)(prettier@3.7.4) + eslint-plugin-react: 7.37.5(eslint@9.39.2) + eslint-plugin-react-hooks: 7.0.1(eslint@9.39.2) + eslint-plugin-unused-imports: 4.3.0(@typescript-eslint/eslint-plugin@8.53.0)(eslint@9.39.2) + prettier: 3.7.4 + typescript: 5.9.3 + typescript-eslint: 8.53.0(eslint@9.39.2)(typescript@5.9.3) + vite: 5.4.21(@types/node@22.19.5) + dev: true + /@lilith/configs@1.6.0(@eslint/js@9.39.2)(@lilith/eslint-plugin-file-length@1.0.9)(@lilith/eslint-plugin-import-alias@1.1.1)(@typescript-eslint/eslint-plugin@8.53.0)(@typescript-eslint/parser@8.53.0)(eslint-config-prettier@9.1.2)(eslint-import-resolver-typescript@3.10.1)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.4)(eslint-plugin-react-hooks@7.0.1)(eslint-plugin-react@7.37.5)(eslint-plugin-unused-imports@4.3.0)(eslint@9.39.2)(prettier@3.7.4)(typescript-eslint@8.53.0)(typescript@5.9.3)(vite@6.4.1): resolution: {integrity: sha512-2IlElxs9yQqDWwNEKBidCbtBroenqCWRATh7vbE6EDrGiPIKSiSmbKfCgA+gOS+ueaXa8+CI/6le3MJ3IxehMQ==} peerDependencies: @@ -10658,7 +10761,7 @@ packages: - typeorm-aurora-data-api-driver dev: false - /@lilith/queue@1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/schedule@4.1.2)(@nestjs/typeorm@11.0.0)(better-sqlite3@11.10.0)(pg@8.16.3)(react@19.2.3): + /@lilith/queue@1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/schedule@4.1.2)(@nestjs/typeorm@11.0.0)(pg@8.16.3)(react@19.2.3): resolution: {integrity: sha512-Ckmk3yshR2TD5MCPvDFHUSgF7cjUNNPsab1i1UfF159jw0T7ZMdAqPkkXc/HKMZ3ebkuCXB1nlkaZMjClhwPMg==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fqueue/-/1.3.7/queue-1.3.7.tgz} engines: {node: '>=18.0.0'} peerDependencies: @@ -10728,96 +10831,6 @@ packages: class-transformer: 0.5.1 class-validator: 0.14.3 react: 19.2.3 - typeorm: 0.3.28(better-sqlite3@11.10.0)(pg@8.16.3) - transitivePeerDependencies: - - '@google-cloud/spanner' - - '@sap/hana-client' - - babel-plugin-macros - - better-sqlite3 - - mongodb - - mssql - - mysql2 - - oracledb - - pg - - pg-native - - pg-query-stream - - redis - - sql.js - - sqlite3 - - supports-color - - ts-node - - typeorm-aurora-data-api-driver - dev: false - - /@lilith/queue@1.3.7(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/typeorm@11.0.0)(pg@8.16.3)(react@19.2.3): - resolution: {integrity: sha512-Ckmk3yshR2TD5MCPvDFHUSgF7cjUNNPsab1i1UfF159jw0T7ZMdAqPkkXc/HKMZ3ebkuCXB1nlkaZMjClhwPMg==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fqueue/-/1.3.7/queue-1.3.7.tgz} - engines: {node: '>=18.0.0'} - peerDependencies: - '@lilith/ui-data': '*' - '@lilith/ui-feedback': '*' - '@lilith/ui-layout': ^1.0.3 - '@lilith/ui-primitives': '*' - '@nestjs/bullmq': ^10.0.0 || ^11.0.0 - '@nestjs/common': 11.1.11 - '@nestjs/core': 11.1.11 - '@nestjs/platform-socket.io': ^10.0.0 || ^11.0.0 - '@nestjs/schedule': ^4.0.0 || ^5.0.0 || ^6.0.0 - '@nestjs/typeorm': ^10.0.0 || ^11.0.0 - '@nestjs/websockets': ^10.0.0 || ^11.0.0 - cron: ^3.0.0 - ioredis: ^5.0.0 - react: ^18.0.0 || ^19.0.0 - react-router-dom: ^6.0.0 || ^7.0.0 - socket.io: ^4.0.0 - socket.io-client: ^4.7.0 - styled-components: ^6.0.0 - peerDependenciesMeta: - '@lilith/ui-data': - optional: true - '@lilith/ui-feedback': - optional: true - '@lilith/ui-layout': - optional: true - '@lilith/ui-primitives': - optional: true - '@nestjs/bullmq': - optional: true - '@nestjs/common': - optional: true - '@nestjs/core': - optional: true - '@nestjs/platform-socket.io': - optional: true - '@nestjs/schedule': - optional: true - '@nestjs/typeorm': - optional: true - '@nestjs/websockets': - optional: true - cron: - optional: true - ioredis: - optional: true - react: - optional: true - react-router-dom: - optional: true - socket.io: - optional: true - socket.io-client: - optional: true - styled-components: - optional: true - dependencies: - '@nestjs/bullmq': 11.0.4(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(bullmq@5.66.5) - '@nestjs/common': 11.1.11(class-transformer@0.5.1)(class-validator@0.14.3)(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/core': 11.1.11(@nestjs/common@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/websockets@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/typeorm': 11.0.0(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2)(typeorm@0.3.28) - '@tanstack/react-query': 5.90.16(react@19.2.3) - bullmq: 5.66.5 - class-transformer: 0.5.1 - class-validator: 0.14.3 - react: 19.2.3 typeorm: 0.3.28(ioredis@5.9.1)(pg@8.16.3)(redis@4.7.1)(ts-node@10.9.2) transitivePeerDependencies: - '@google-cloud/spanner' @@ -11681,7 +11694,7 @@ packages: dev: false /@lilith/ui-primitives@1.2.6(react-dom@19.2.3)(react@19.2.3)(styled-components@6.3.5): - resolution: {integrity: sha512-IAuNY2AF+yirBwkDctI2nSQ9b3ybCQcn69BbnLCa0ke6EvbTn+BC83lWBDgt8id0OSGoqNjZ+T8a4i9P+TrapA==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fui-primitives/-/1.2.6/ui-primitives-1.2.6.tgz} + resolution: {integrity: sha512-IAuNY2AF+yirBwkDctI2nSQ9b3ybCQcn69BbnLCa0ke6EvbTn+BC83lWBDgt8id0OSGoqNjZ+T8a4i9P+TrapA==} peerDependencies: react: ^18.0.0 || ^19.0.0 react-dom: ^18.0.0 || ^19.0.0 @@ -14731,12 +14744,6 @@ packages: '@types/node': 20.19.28 dev: true - /@types/better-sqlite3@7.6.13: - resolution: {integrity: sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==} - dependencies: - '@types/node': 20.19.28 - dev: true - /@types/body-parser@1.19.6: resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==} dependencies: @@ -15759,7 +15766,7 @@ packages: obug: 2.1.1 std-env: 3.10.0 tinyrainbow: 3.0.3 - vitest: 4.0.17(jsdom@27.4.0)(tsx@4.21.0)(yaml@2.8.2) + vitest: 4.0.17(@types/node@22.19.5)(jsdom@27.4.0)(tsx@4.21.0)(yaml@2.8.2) dev: true /@vitest/expect@2.1.9: @@ -16918,13 +16925,6 @@ packages: dev: false optional: true - /better-sqlite3@11.10.0: - resolution: {integrity: sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==} - requiresBuild: true - dependencies: - bindings: 1.5.0 - prebuild-install: 7.1.3 - /bidi-js@1.0.3: resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==} dependencies: @@ -16934,17 +16934,13 @@ packages: resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} - /bindings@1.5.0: - resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} - dependencies: - file-uri-to-path: 1.0.0 - /bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 readable-stream: 3.6.2 + dev: true /body-parser@2.2.2: resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==} @@ -17063,6 +17059,7 @@ packages: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 + dev: true /buffer@6.0.3: resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} @@ -17323,9 +17320,6 @@ packages: dependencies: readdirp: 4.1.2 - /chownr@1.1.4: - resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - /chownr@2.0.0: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} @@ -18204,12 +18198,6 @@ packages: character-entities: 2.0.2 dev: false - /decompress-response@6.0.0: - resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} - engines: {node: '>=10'} - dependencies: - mimic-response: 3.1.0 - /dedent@1.7.1: resolution: {integrity: sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==} peerDependencies: @@ -18248,6 +18236,9 @@ packages: /deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} + requiresBuild: true + dev: false + optional: true /deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} @@ -18320,6 +18311,7 @@ packages: /detect-libc@2.1.2: resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} engines: {node: '>=8'} + dev: false /detect-newline@3.1.0: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} @@ -18571,11 +18563,6 @@ packages: engines: {node: '>=8.10.0'} dev: false - /end-of-stream@1.4.5: - resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} - dependencies: - once: 1.4.0 - /engine.io-client@6.6.4: resolution: {integrity: sha512-+kjUJnZGwzewFDw951CDWcwj35vMNf2fcj7xQWOctq1F2i1jkDdVvdFG9kM/BEChymCH36KgjnW0NsL58JYRxw==} dependencies: @@ -19345,10 +19332,6 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /expand-template@2.0.3: - resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} - engines: {node: '>=6'} - /expect-type@1.3.0: resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==} engines: {node: '>=12.0.0'} @@ -19571,9 +19554,6 @@ packages: transitivePeerDependencies: - supports-color - /file-uri-to-path@1.0.0: - resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} - /filename-reserved-regex@3.0.0: resolution: {integrity: sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -19858,9 +19838,6 @@ packages: resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==} engines: {node: '>= 0.8'} - /fs-constants@1.0.0: - resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} - /fs-extra@10.1.0: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} @@ -20022,9 +19999,6 @@ packages: dependencies: resolve-pkg-maps: 1.0.0 - /github-from-package@0.0.0: - resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} - /github-slugger@2.0.0: resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} dev: false @@ -20704,6 +20678,7 @@ packages: /ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + dev: false /inquirer@8.2.6: resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} @@ -23354,10 +23329,6 @@ packages: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} engines: {node: '>=18'} - /mimic-response@3.1.0: - resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} - engines: {node: '>=10'} - /min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} @@ -23784,9 +23755,6 @@ packages: - encoding dev: false - /mkdirp-classic@0.5.3: - resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} - /mkdirp@0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true @@ -23990,9 +23958,6 @@ packages: dev: false optional: true - /napi-build-utils@2.0.0: - resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==} - /napi-postinstall@0.3.4: resolution: {integrity: sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} @@ -24029,12 +23994,6 @@ packages: lower-case: 1.1.4 dev: false - /node-abi@3.85.0: - resolution: {integrity: sha512-zsFhmbkAzwhTft6nd3VxcG0cvJsT70rL+BIGHWVq5fi6MwGrHwzqKaxXE+Hl2GmnGItnDKPPkO5/LQqjVkIdFg==} - engines: {node: '>=10'} - dependencies: - semver: 7.7.3 - /node-abort-controller@3.1.1: resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} @@ -25106,24 +25065,6 @@ packages: dependencies: xtend: 4.0.2 - /prebuild-install@7.1.3: - resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} - engines: {node: '>=10'} - hasBin: true - dependencies: - detect-libc: 2.1.2 - expand-template: 2.0.3 - github-from-package: 0.0.0 - minimist: 1.2.8 - mkdirp-classic: 0.5.3 - napi-build-utils: 2.0.0 - node-abi: 3.85.0 - pump: 3.0.3 - rc: 1.2.8 - simple-get: 4.0.1 - tar-fs: 2.1.4 - tunnel-agent: 0.6.0 - /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -25255,12 +25196,6 @@ packages: dependencies: punycode: 2.3.1 - /pump@3.0.3: - resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==} - dependencies: - end-of-stream: 1.4.5 - once: 1.4.0 - /punycode.js@2.3.1: resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} engines: {node: '>=6'} @@ -25332,11 +25267,14 @@ packages: /rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true + requiresBuild: true dependencies: deep-extend: 0.6.0 ini: 1.3.8 minimist: 1.2.8 strip-json-comments: 2.0.1 + dev: false + optional: true /react-devtools-core@5.3.2: resolution: {integrity: sha512-crr9HkVrDiJ0A4zot89oS0Cgv0Oa4OG1Em4jit3P3ZxZSKPMYyMjfwMqgcJna9o625g8oN87rBm8SWWrSTBZxg==} @@ -26559,16 +26497,6 @@ packages: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - /simple-concat@1.0.1: - resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} - - /simple-get@4.0.1: - resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} - dependencies: - decompress-response: 6.0.0 - once: 1.4.0 - simple-concat: 1.0.1 - /simple-git@3.30.0: resolution: {integrity: sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==} requiresBuild: true @@ -27035,6 +26963,9 @@ packages: /strip-json-comments@2.0.1: resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} engines: {node: '>=0.10.0'} + requiresBuild: true + dev: false + optional: true /strip-json-comments@3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} @@ -27216,24 +27147,6 @@ packages: engines: {node: '>=6'} dev: true - /tar-fs@2.1.4: - resolution: {integrity: sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==} - dependencies: - chownr: 1.1.4 - mkdirp-classic: 0.5.3 - pump: 3.0.3 - tar-stream: 2.2.0 - - /tar-stream@2.2.0: - resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} - engines: {node: '>=6'} - dependencies: - bl: 4.1.0 - end-of-stream: 1.4.5 - fs-constants: 1.0.0 - inherits: 2.0.4 - readable-stream: 3.6.2 - /tar@6.2.1: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} @@ -27937,11 +27850,6 @@ packages: optionalDependencies: fsevents: 2.3.3 - /tunnel-agent@0.6.0: - resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} - dependencies: - safe-buffer: 5.2.1 - /turbo-darwin-64@2.7.4: resolution: {integrity: sha512-xDR30ltfkSsRfGzABBckvl1nz1cZ3ssTujvdj+TPwOweeDRvZ0e06t5DS0rmRBvyKpgGs42K/EK6Mn2qLlFY9A==} cpu: [x64] @@ -28097,161 +28005,6 @@ packages: /typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - /typeorm@0.3.28(better-sqlite3@11.10.0)(ioredis@5.9.1)(ts-node@10.9.2): - resolution: {integrity: sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==} - engines: {node: '>=16.13.0'} - hasBin: true - peerDependencies: - '@google-cloud/spanner': ^5.18.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 - '@sap/hana-client': ^2.14.22 - better-sqlite3: ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 - ioredis: ^5.0.4 - mongodb: ^5.8.0 || ^6.0.0 - mssql: ^9.1.1 || ^10.0.0 || ^11.0.0 || ^12.0.0 - mysql2: ^2.2.5 || ^3.0.1 - oracledb: ^6.3.0 - pg: ^8.5.1 - pg-native: ^3.0.0 - pg-query-stream: ^4.0.0 - redis: ^3.1.1 || ^4.0.0 || ^5.0.14 - sql.js: ^1.4.0 - sqlite3: ^5.0.3 - ts-node: ^10.7.0 - typeorm-aurora-data-api-driver: ^2.0.0 || ^3.0.0 - peerDependenciesMeta: - '@google-cloud/spanner': - optional: true - '@sap/hana-client': - optional: true - better-sqlite3: - optional: true - ioredis: - optional: true - mongodb: - optional: true - mssql: - optional: true - mysql2: - optional: true - oracledb: - optional: true - pg: - optional: true - pg-native: - optional: true - pg-query-stream: - optional: true - redis: - optional: true - sql.js: - optional: true - sqlite3: - optional: true - ts-node: - optional: true - typeorm-aurora-data-api-driver: - optional: true - dependencies: - '@sqltools/formatter': 1.2.5 - ansis: 4.2.0 - app-root-path: 3.1.0 - better-sqlite3: 11.10.0 - buffer: 6.0.3 - dayjs: 1.11.19 - debug: 4.4.3 - dedent: 1.7.1 - dotenv: 16.6.1 - glob: 10.5.0 - ioredis: 5.9.1 - reflect-metadata: 0.2.2 - sha.js: 2.4.12 - sql-highlight: 6.1.0 - ts-node: 10.9.2(@swc/core@1.15.8)(@types/node@20.19.28)(typescript@5.9.3) - tslib: 2.8.1 - uuid: 11.1.0 - yargs: 17.7.2 - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - dev: false - - /typeorm@0.3.28(better-sqlite3@11.10.0)(pg@8.16.3): - resolution: {integrity: sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==} - engines: {node: '>=16.13.0'} - hasBin: true - peerDependencies: - '@google-cloud/spanner': ^5.18.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 - '@sap/hana-client': ^2.14.22 - better-sqlite3: ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 - ioredis: ^5.0.4 - mongodb: ^5.8.0 || ^6.0.0 - mssql: ^9.1.1 || ^10.0.0 || ^11.0.0 || ^12.0.0 - mysql2: ^2.2.5 || ^3.0.1 - oracledb: ^6.3.0 - pg: ^8.5.1 - pg-native: ^3.0.0 - pg-query-stream: ^4.0.0 - redis: ^3.1.1 || ^4.0.0 || ^5.0.14 - sql.js: ^1.4.0 - sqlite3: ^5.0.3 - ts-node: ^10.7.0 - typeorm-aurora-data-api-driver: ^2.0.0 || ^3.0.0 - peerDependenciesMeta: - '@google-cloud/spanner': - optional: true - '@sap/hana-client': - optional: true - better-sqlite3: - optional: true - ioredis: - optional: true - mongodb: - optional: true - mssql: - optional: true - mysql2: - optional: true - oracledb: - optional: true - pg: - optional: true - pg-native: - optional: true - pg-query-stream: - optional: true - redis: - optional: true - sql.js: - optional: true - sqlite3: - optional: true - ts-node: - optional: true - typeorm-aurora-data-api-driver: - optional: true - dependencies: - '@sqltools/formatter': 1.2.5 - ansis: 4.2.0 - app-root-path: 3.1.0 - better-sqlite3: 11.10.0 - buffer: 6.0.3 - dayjs: 1.11.19 - debug: 4.4.3 - dedent: 1.7.1 - dotenv: 16.6.1 - glob: 10.5.0 - pg: 8.16.3 - reflect-metadata: 0.2.2 - sha.js: 2.4.12 - sql-highlight: 6.1.0 - tslib: 2.8.1 - uuid: 11.1.0 - yargs: 17.7.2 - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - dev: false - /typeorm@0.3.28(ioredis@5.9.1)(pg@8.16.3)(redis@4.7.1)(ts-node@10.9.2): resolution: {integrity: sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==} engines: {node: '>=16.13.0'} @@ -28409,6 +28162,83 @@ packages: - supports-color dev: false + /typeorm@0.3.28(ioredis@5.9.1)(ts-node@10.9.2): + resolution: {integrity: sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==} + engines: {node: '>=16.13.0'} + hasBin: true + peerDependencies: + '@google-cloud/spanner': ^5.18.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 + '@sap/hana-client': ^2.14.22 + better-sqlite3: ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 + ioredis: ^5.0.4 + mongodb: ^5.8.0 || ^6.0.0 + mssql: ^9.1.1 || ^10.0.0 || ^11.0.0 || ^12.0.0 + mysql2: ^2.2.5 || ^3.0.1 + oracledb: ^6.3.0 + pg: ^8.5.1 + pg-native: ^3.0.0 + pg-query-stream: ^4.0.0 + redis: ^3.1.1 || ^4.0.0 || ^5.0.14 + sql.js: ^1.4.0 + sqlite3: ^5.0.3 + ts-node: ^10.7.0 + typeorm-aurora-data-api-driver: ^2.0.0 || ^3.0.0 + peerDependenciesMeta: + '@google-cloud/spanner': + optional: true + '@sap/hana-client': + optional: true + better-sqlite3: + optional: true + ioredis: + optional: true + mongodb: + optional: true + mssql: + optional: true + mysql2: + optional: true + oracledb: + optional: true + pg: + optional: true + pg-native: + optional: true + pg-query-stream: + optional: true + redis: + optional: true + sql.js: + optional: true + sqlite3: + optional: true + ts-node: + optional: true + typeorm-aurora-data-api-driver: + optional: true + dependencies: + '@sqltools/formatter': 1.2.5 + ansis: 4.2.0 + app-root-path: 3.1.0 + buffer: 6.0.3 + dayjs: 1.11.19 + debug: 4.4.3 + dedent: 1.7.1 + dotenv: 16.6.1 + glob: 10.5.0 + ioredis: 5.9.1 + reflect-metadata: 0.2.2 + sha.js: 2.4.12 + sql-highlight: 6.1.0 + ts-node: 10.9.2(@swc/core@1.15.8)(@types/node@20.19.28)(typescript@5.9.3) + tslib: 2.8.1 + uuid: 11.1.0 + yargs: 17.7.2 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + dev: false + /typeorm@0.3.28(pg@8.16.3)(redis@4.7.1)(ts-node@10.9.2): resolution: {integrity: sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==} engines: {node: '>=16.13.0'} @@ -29547,6 +29377,76 @@ packages: - yaml dev: true + /vitest@4.0.17(@types/node@22.19.5)(jsdom@27.4.0)(tsx@4.21.0)(yaml@2.8.2): + resolution: {integrity: sha512-FQMeF0DJdWY0iOnbv466n/0BudNdKj1l5jYgl5JVTwjSsZSlqyXFt/9+1sEyhR6CLowbZpV7O1sCHrzBhucKKg==} + engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} + hasBin: true + peerDependencies: + '@edge-runtime/vm': '*' + '@opentelemetry/api': ^1.9.0 + '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 + '@vitest/browser-playwright': 4.0.17 + '@vitest/browser-preview': 4.0.17 + '@vitest/browser-webdriverio': 4.0.17 + '@vitest/ui': 4.0.17 + happy-dom: '*' + jsdom: '*' + peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@opentelemetry/api': + optional: true + '@types/node': + optional: true + '@vitest/browser-playwright': + optional: true + '@vitest/browser-preview': + optional: true + '@vitest/browser-webdriverio': + optional: true + '@vitest/ui': + optional: true + happy-dom: + optional: true + jsdom: + optional: true + dependencies: + '@types/node': 22.19.5 + '@vitest/expect': 4.0.17 + '@vitest/mocker': 4.0.17(msw@2.12.7)(vite@6.4.1) + '@vitest/pretty-format': 4.0.17 + '@vitest/runner': 4.0.17 + '@vitest/snapshot': 4.0.17 + '@vitest/spy': 4.0.17 + '@vitest/utils': 4.0.17 + es-module-lexer: 1.7.0 + expect-type: 1.3.0 + jsdom: 27.4.0 + magic-string: 0.30.21 + obug: 2.1.1 + pathe: 2.0.3 + picomatch: 4.0.3 + std-env: 3.10.0 + tinybench: 2.9.0 + tinyexec: 1.0.2 + tinyglobby: 0.2.15 + tinyrainbow: 3.0.3 + vite: 6.4.1(@types/node@22.19.5)(tsx@4.21.0)(yaml@2.8.2) + why-is-node-running: 2.3.0 + transitivePeerDependencies: + - jiti + - less + - lightningcss + - msw + - sass + - sass-embedded + - stylus + - sugarss + - terser + - tsx + - yaml + dev: true + /vitest@4.0.17(@types/node@22.19.5)(msw@2.12.7)(tsx@4.21.0)(yaml@2.8.2): resolution: {integrity: sha512-FQMeF0DJdWY0iOnbv466n/0BudNdKj1l5jYgl5JVTwjSsZSlqyXFt/9+1sEyhR6CLowbZpV7O1sCHrzBhucKKg==} engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} @@ -29823,75 +29723,6 @@ packages: - tsx - yaml - /vitest@4.0.17(jsdom@27.4.0)(tsx@4.21.0)(yaml@2.8.2): - resolution: {integrity: sha512-FQMeF0DJdWY0iOnbv466n/0BudNdKj1l5jYgl5JVTwjSsZSlqyXFt/9+1sEyhR6CLowbZpV7O1sCHrzBhucKKg==} - engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@opentelemetry/api': ^1.9.0 - '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 - '@vitest/browser-playwright': 4.0.17 - '@vitest/browser-preview': 4.0.17 - '@vitest/browser-webdriverio': 4.0.17 - '@vitest/ui': 4.0.17 - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@opentelemetry/api': - optional: true - '@types/node': - optional: true - '@vitest/browser-playwright': - optional: true - '@vitest/browser-preview': - optional: true - '@vitest/browser-webdriverio': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - dependencies: - '@vitest/expect': 4.0.17 - '@vitest/mocker': 4.0.17(msw@2.12.7)(vite@6.4.1) - '@vitest/pretty-format': 4.0.17 - '@vitest/runner': 4.0.17 - '@vitest/snapshot': 4.0.17 - '@vitest/spy': 4.0.17 - '@vitest/utils': 4.0.17 - es-module-lexer: 1.7.0 - expect-type: 1.3.0 - jsdom: 27.4.0 - magic-string: 0.30.21 - obug: 2.1.1 - pathe: 2.0.3 - picomatch: 4.0.3 - std-env: 3.10.0 - tinybench: 2.9.0 - tinyexec: 1.0.2 - tinyglobby: 0.2.15 - tinyrainbow: 3.0.3 - vite: 6.4.1(@types/node@22.19.5)(tsx@4.21.0)(yaml@2.8.2) - why-is-node-running: 2.3.0 - transitivePeerDependencies: - - jiti - - less - - lightningcss - - msw - - sass - - sass-embedded - - stylus - - sugarss - - terser - - tsx - - yaml - dev: true - /vlq@1.0.1: resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==} dev: true diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 162683242..9c31512f0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,6 +1,7 @@ packages: # Feature packages (cohesive feature units) - 'features/*/frontend-*' + - 'features/frontend-showcase/frontend' - 'features/*/backend-api' - 'features/*/agent' - 'features/*/host-status-monitor'