Skip to content

fix(agentos): regenerate standalone pnpm-lock.yaml to include react-r…#25

Merged
abhi-bhat-lyzr merged 1 commit into
deployfrom
feat/agentos-overhaul
Jun 5, 2026
Merged

fix(agentos): regenerate standalone pnpm-lock.yaml to include react-r…#25
abhi-bhat-lyzr merged 1 commit into
deployfrom
feat/agentos-overhaul

Conversation

@abhi-bhat-lyzr
Copy link
Copy Markdown
Collaborator

…outer-dom

The agentos SPA is a standalone project (not a pnpm workspace member), so it ships its own agentos/pnpm-lock.yaml that the Dockerfile installs with --frozen-lockfile. react-router-dom@^7 was added to package.json for the routed pages but the lockfile was never regenerated, so the agentos-spa image build failed with ERR_PNPM_OUTDATED_LOCKFILE. Regenerated with pnpm@9.4.0 --ignore-workspace; react-router-dom@7.17.0 now locked, frozen-lockfile passes.

Summary

Type of change

  • Bug fix (no API change)
  • New feature (additive — opt-in or new export, no existing-behavior change)
  • Breaking change (requires major version bump on affected packages)
  • Docs / CI / tooling only

Verification

  • pnpm -r build clean
  • pnpm -r typecheck clean
  • pnpm -r test clean (note any flaky tests in the comment)
  • If a plug-in: runConformanceSuite() passes (paste report below)

Versioning

  • pnpm changeset was run for any change to a published package
  • N/A — internal-only change

Notes for the reviewer

…outer-dom

The agentos SPA is a standalone project (not a pnpm workspace member), so it
ships its own agentos/pnpm-lock.yaml that the Dockerfile installs with
--frozen-lockfile. react-router-dom@^7 was added to package.json for the routed
pages but the lockfile was never regenerated, so the agentos-spa image build
failed with ERR_PNPM_OUTDATED_LOCKFILE. Regenerated with pnpm@9.4.0
--ignore-workspace; react-router-dom@7.17.0 now locked, frozen-lockfile passes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@abhi-bhat-lyzr abhi-bhat-lyzr merged commit 9af8178 into deploy Jun 5, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant