Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 11 additions & 17 deletions moon/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions moon/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ minimumReleaseAge: 0
# - @primer/react + @primer/primitives: ^38 / ^11 (upgraded together)
# - @shopify/react-shortcuts: ^5.2.0 — latest; peer still react<19 (allowed via peerDependencyRules)
# - nextjs-cors: ^2.2.1 — latest; peer declares next<=14 (allowed via peerDependencyRules)
# - uuid: ^9.0.1 — uuid 10+ is pure ESM, breaks CJS/tsup consumers
# - uuid: ^14.0.0 — uuid 10+ is pure ESM, breaks CJS/tsup consumers
# - swagger-typescript-api: ^12.0.4 — v13 CLI/output breaking
# - @mui/x-tree-view: pin 8.5.0 — newer 8.x tightens TreeViewDefaultItemModelProperties (no content_type)
# - @mui/material|icons-material: ^7.3 — not v9
Expand Down Expand Up @@ -226,7 +226,7 @@ catalog:
turbo: ^2.10.6
typescript: ^5.9.3 # not v7
use-debounce: ^10.1.1
uuid: ^9.0.1 # not v10+ ESM
uuid: ^14.0.0 # not v10+ ESM

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep uuid below the pure-ESM boundary

For the documented CommonJS/tsup consumption path, resolving this catalog entry to uuid 14 replaces the require-compatible uuid 9 package with a pure-ESM release, causing module-loading failures before v4() can run. The dependency policy on line 36 and the inline comment here both still explicitly prohibit v10+, while apps/web and packages/editor consume this catalog entry and the editor is built with tsup; changing the version in those comments does not remove the compatibility constraint.

Useful? React with 👍 / 👎.

vaul: ^1.1.2
vitest: ^4.1.10
yjs: ^13.6.31
Expand Down
Loading