From 3c4ecca9b44525a98a96acf025ff73e0b3032f06 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 5 Feb 2026 19:10:29 -0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20Update=20de?= =?UTF-8?q?pendencies=20to=20latest=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d47e4d5..6be90ee 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,10 @@ "validate:port-migration": "npx tsx tooling/scripts/validate-port-migration.ts", "verify": "npx tsx tooling/scripts/verify-circular-dependencies.ts", "verify:styled-components": "npx tsx tooling/scripts/validation/verify-styled-components.ts", - "validate:i18n": "bun run tooling/validation/i18n/cli/validate-i18n.mjs", + "validate": "./lixrun", + "validate:all": "./lixrun", + "validate:i18n": "./lixrun --i18n", + "validate:i18n:full": "bun run tooling/validation/i18n/cli/validate-i18n.mjs", "validate:i18n:atlilith": "bun run tooling/validation/i18n/cli/validate-i18n.mjs --deployment=atlilith.www", "validate:i18n:block": "bun run tooling/validation/i18n/cli/validate-i18n.mjs --mode=block", "generate:ports": "npx tsx tooling/scripts/generate-ports.ts", @@ -69,7 +72,9 @@ "db:migrate:dev": "npx tsx tooling/scripts/database/migrate-all-dev.ts", "health:check": "npx tsx tooling/scripts/health-check-all.ts", "restart:rolling": "npx tsx tooling/scripts/orchestration/rolling-restart.ts", - "restart:rolling:dry": "npx tsx tooling/scripts/orchestration/rolling-restart.ts --dry-run" + "restart:rolling:dry": "npx tsx tooling/scripts/orchestration/rolling-restart.ts --dry-run", + "report:loc": "lixrun scripts/loc-report.ts", + "report:loc:json": "lixrun scripts/loc-report.ts --json" }, "devDependencies": { "@emotion/is-prop-valid": "^1.4.0",