Commit graph

34 commits

Author SHA1 Message Date
Natalie
7e85ab3967 fix(deps): repoint ui-imessage/ui-messaging off the dead apricot registry
deploy-quinn-my (and any workspace build) hung for the full job timeout at the
`lixbuild` step with zero output, then got killed. Root cause: package.json +
bun.lock pinned two deps to npm.apricot.lan dev-version tarballs —

  @lilith/ui-imessage  -> http://npm.apricot.lan:4874/...1.0.3-dev....tgz  (root)
  @lilith/ui-messaging -> http://npm.apricot.lan:4874/...1.2.4-dev....tgz  (messages/frontend-user)

Apricot was decommissioned 2026-06-19, so npm.apricot.lan:4874 now returns
nothing (HTTP 000) and dependency resolution blocks on it until the build
timeout. The 1.0.3-dev / 1.2.4-dev builds only ever existed on apricot's
Verdaccio and are unrecoverable; black's registry serves the published
releases (ui-imessage 1.0.2, ui-messaging 1.2.3). Repoint both to those and
regenerate bun.lock against npm.black.lan — 0 apricot refs remain, all @lilith
tarball URLs now point at forge.black.lan (reachable from the on-black runner).
frozen-lockfile check passes clean.

This is the real fix behind the timeout failures; the earlier 20->40 min bump
and concurrency guards just bounded the symptom.

Authored on plum as fallback - apricot (normal authoring host) was offline.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 21:40:48 -05:00
Natalie
0aa67ac93e fix(ci): register stranded packages as root workspace members
Six packages had a typecheck script but were matched by no root `workspaces`
glob, so a clean `bun install --frozen-lockfile` never installed their deps —
the per-package `tsc` in typecheck-all.sh then failed to resolve modules
(@types/bun, pg, @lilith/configs base tsconfig, @modelcontextprotocol/sdk,
@lilith/mcp-common, …). This was the root cause behind the bulk of the verify
job's failures, incl. quinn-ai/engine's 110 errors (its tsconfig `extends`
couldn't resolve @lilith/configs → tsc fell back to ES3 lib → cascade).

Added: codebase/@features/{score-refresh,event-scrapers}, quinn-ai/gateway,
quinn-messenger/mcp, api/src/mcp-prospector, and the existing `*/engine` glob.
bun.lock is unchanged — every new member's deps were already pinned by sibling
workspaces. Verified locally: all six now typecheck clean.
(api/src/scripts can't be a member — its package.json name collides with the
parent @quinn/api — but it resolves via hoisting and typechecks clean anyway.)

Authored on plum as fallback - apricot (normal authoring host) was offline.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 06:45:39 -05:00
autocommit
12de9ea5e5 deps-upgrade(deps): ⬆️ Update dependency versions to enforce consistent and compatible package.json and lockfile across the codebase
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 14:58:14 -07:00
autocommit
f5981012e2 deps-upgrade(dependencies): ⬆️ Upgrade dependencies in api, event-scrapers, and data.cocotte.maison domains to latest or pinned versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 19:26:05 -07:00
autocommit
53c16cb1c2 deps-upgrade(provider-api-client): ⬆️ Update dependencies to latest stable versions in provider-api-client and related packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:08:05 -07:00
autocommit
7a8b33898f deps-upgrade(user-data): ⬆️ Update dependencies in frontend-client, shared, website-backend-users, website-frontend-users, and root package.json files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:44:13 -07:00
autocommit
b3cc205fb7 deps-upgrade(quinn-ai): ⬆️ Update dependencies to latest versions for Quinn AI backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 02:44:06 -07:00
autocommit
3c49d439f8 deps-upgrade(deps-short): ⬆️ Update short-lived dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 02:07:07 -07:00
autocommit
6ff0968e02 deps-upgrade(analyticsapi-client): ⬆️ Update analytics and provider-api-client dependencies with minor/patch versions and new additions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 19:30:30 -07:00
autocommit
33c8eec814 deps-upgrade(deps): ⬆️ Update all dependencies to latest versions for security and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 19:18:43 -07:00
autocommit
b7c171ebcd deps-upgrade(deps): ⬆️ Update all dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
7ea78d42ef deps-upgrade(dependencies): ⬆️ Update dependencies to latest stable versions with security patches and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:07:45 -07:00
autocommit
c482b6b997 deps-upgrade(data-api): ⬆️ Update dependencies in data-api to latest patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00
autocommit
32e4cd667b deps-upgrade(quinn-ai): ⬆️ Update dependencies in @features/quinn-ai/backend-api and root to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 05:35:52 -07:00
autocommit
8f7eb08709 deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions with security and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:36:12 -07:00
autocommit
27b3e519ee deps-upgrade(config): ⬆️ Update config dependencies to latest versions for bug fixes and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:30:03 -07:00
autocommit
e620946f36 deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
14cf046988 deps-upgrade(deps): ⬆️ Update dependencies to latest versions for security and compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:24:30 -07:00
autocommit
0672e64908 deps-upgrade(dependencies): ⬆️ Bump versions in root and scoped modules (landing, messages, provider-website, atlilith.www) for version parity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:17:48 -07:00
autocommit
fbd8c1d92e deps-upgrade(dependencies): ⬆️ Update dependencies across landing, provider-website, atlilith.www, quinn.www, and root to latest stable versions for security and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:11:22 -07:00
autocommit
560398d6b5 deps-upgrade(frontend-client): ⬆️ Update dependencies to latest stable versions in VIP frontend client for security/performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 00:00:03 -07:00
autocommit
4be70d9ebb deps-upgrade(quinn-ai): ⬆️ Update core libraries and plugins in backend-api to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:27:43 -07:00
autocommit
c3780b2806 deps-upgrade(quinn-ai): ⬆️ Update Quinn AI dependencies to latest compatible versions in package.json and backend-api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:20:51 -07:00
autocommit
3df579cbf8 deps-upgrade(quinn-ai/backend-api): ⬆️ Update dependencies to latest stable versions for backend-api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 19:47:23 -07:00
autocommit
5f3c60d2ac deps-upgrade(frontend-user): ⬆️ Update and pin frontend-user dependencies to enforce version consistency with root package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:57 -07:00
autocommit
df8afdf96a deps-upgrade(analytics-messages): ⬆️ Update analytics-messages and related dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
lilith
99041d972d fix(deps): 🐛 pin @lilith/ui-icons to ^1.2.3 (1.2.4 not published)
Root package.json referenced @lilith/ui-icons ^1.2.4 in both dependencies
and overrides, but the package source at @packages/@ts/@ui-react/packages/
ui-icons is still at 1.2.3 and Verdaccio has no 1.2.4 published. This
phantom pin caused `bun install --frozen-lockfile` to fail in CI with
'No version matching ^1.2.4 found for specifier @lilith/ui-icons'.

Bun.lock regenerated against ^1.2.3.
2026-04-18 14:47:22 +00:00
autocommit
066d75c019 deps-upgrade(deps): ⬆️ Update dependencies across admin, analytics, messages, my, sso, quinn.www, and root packages to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 20:44:11 -07:00
Natalie
07568d5212 feat(@lilith): add reminder sync and error handling tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-13 06:11:59 -07:00
Claude Code
38b3f7e9b1 deps-upgrade(backend-api): ⬆️ Pin and update dependency versions in admin, comm-newsletter, and my backend APIs to ensure consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:25 -07:00
Claude Code
40dfa35f84 deps-upgrade(deps): ⬆️ Update all dependencies across root and feature packages for security, performance, and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 17:21:56 -07:00
Claude Code
efed1d4f0d deps-upgrade(root): ⬆️ Update dependencies in root package.json and related frontend/deployment configs with security patches and minor version upgrades
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 11:08:59 -07:00
Claude Code
ee23ab2706 deps-upgrade(dependencies): ⬆️ Update all dependencies to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-03 12:47:29 -07:00
Claude Code
ea73746b84 deps-upgrade(dependencies): ⬆️ Update dependencies to latest minor/patch versions for security and compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:50:12 -07:00