Skip to content

fix(langgraph-chat): align @types/node with the shared catalog#656

Merged
vishxrad merged 1 commit into
mainfrom
fix/langgraph-chat-types-node-catalog
Jun 15, 2026
Merged

fix(langgraph-chat): align @types/node with the shared catalog#656
vishxrad merged 1 commit into
mainfrom
fix/langgraph-chat-types-node-catalog

Conversation

@vishxrad

@vishxrad vishxrad commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Problem

pnpm install --frozen-lockfile currently fails on every PR with:

ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY  Broken lockfile: no entry for '@types/node@20.19.35'

#653 centralized @types/node through the pnpm catalog (^22.15.32) and migrated every workspace project to "@types/node": "catalog:" — but examples/langgraph-chat (merged around the same time via #644) was left on "^20". The lockfile regenerated by #653 dropped the @types/node@20.x package entry, leaving this example's 20.19.35 reference dangling.

Fix

  • Set examples/langgraph-chat to "@types/node": "catalog:", matching the other 12 examples
  • Regenerate the lockfile so it resolves to the catalog's @types/node@22.19.19

Verified locally: pnpm install --frozen-lockfile now exits 0.

close #657

#653 centralized @types/node via the pnpm catalog and migrated every workspace project, but examples/langgraph-chat (merged around the same time in #644) was left on "^20". The regenerated lockfile dropped the @types/node@20.x package entry, leaving a dangling 20.19.35 reference for this example that breaks `pnpm install --frozen-lockfile` on every PR.

Switch the example to "@types/node": "catalog:" like the other 12 examples and regenerate the lockfile so it resolves to the catalog's 22.19.19.
@vishxrad vishxrad closed this Jun 15, 2026
@vishxrad vishxrad reopened this Jun 15, 2026
@vishxrad vishxrad merged commit 8afd252 into main Jun 15, 2026
2 checks passed
@vishxrad vishxrad deleted the fix/langgraph-chat-types-node-catalog branch June 15, 2026 21:50
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.

Broken lockfile fails pnpm install --frozen-lockfile on every PR

2 participants