Skip to content

fix(registry): bump pinned @constructive-io/data and command-palette ranges - #33

Merged
pyramation merged 1 commit into
mainfrom
fix/registry-dependency-ranges
Aug 22, 2026
Merged

fix(registry): bump pinned @constructive-io/data and command-palette ranges#33
pyramation merged 1 commit into
mainfrom
fix/registry-dependency-ranges

Conversation

@pyramation

Copy link
Copy Markdown
Contributor

Summary

main is red: the registry smoke install fails with ERR_PNPM_NO_MATCHING_VERSION No matching version found for @constructive-io/data@^0.7.0. The registry items pin the exact published range of the workspace packages they depend on, and yesterday's publish moved @constructive-io/data to 0.8.0 and @constructive-io/command-palette to 0.6.0, so the pins no longer match what the smoke registry serves.

Bumps the two pins to the published versions and regenerates the source registries (pnpm build:registry, which also enforces the pin via assertRegistryDistributionContract):

-export const CONSTRUCTIVE_DATA_DEPENDENCY = '@constructive-io/data@^0.7.0';
-export const CONSTRUCTIVE_COMMAND_PALETTE_DEPENDENCY = '@constructive-io/command-palette@^0.5.0';
+export const CONSTRUCTIVE_DATA_DEPENDENCY = '@constructive-io/data@^0.8.0';
+export const CONSTRUCTIVE_COMMAND_PALETTE_DEPENDENCY = '@constructive-io/command-palette@^0.6.0';

Verified locally with pnpm --filter @constructive-io/registry smoke:install (clean package-free install passes).

Link to Devin session: https://app.devin.ai/sessions/027937d092794c92a31c6ee49c513f59
Requested by: @pyramation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@tenki-reviewer

tenki-reviewer Bot commented Aug 22, 2026

Copy link
Copy Markdown

Review complete. No issues found — approved ✅.


This PR updates the registry compiler and the three emitted registry.json files to a consistent, contract-enforced version bump. All changed files were reviewed across correctness, API/data, domain, holistic, and sweep passes; no defects were found.

Files Change
apps/registry/scripts/compiler.ts Updates the compiler constants driving emitted dependency versions and semver ranges.
apps/blocks/registry.json, packages/schema-builder/registry.json, packages/sheets/registry.json Regenerated registry output reflecting the new version pins, consistent with the compiler changes.

Reviewed commit: d8875e5

@pyramation
pyramation merged commit 908c26f into main Aug 22, 2026
7 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