Skip to content

fix: refresh generated app dependency baseline - #288

Merged
artiphishle merged 9 commits into
mainfrom
fix/generated-package-baseline
Aug 16, 2026
Merged

fix: refresh generated app dependency baseline#288
artiphishle merged 9 commits into
mainfrom
fix/generated-package-baseline

Conversation

@artiphishle

Copy link
Copy Markdown
Contributor

Summary

Refresh the dependency baseline written into generated app package.json files.

Changes

  • update generated Ankhorage package ranges to current owner-package releases:
    • @ankhorage/contracts -> ^7.9.0
    • @ankhorage/expo-runtime -> ^2.5.1
    • @ankhorage/runtime -> ^1.1.0
    • @ankhorage/studio -> ^1.12.5
    • @ankhorage/supabase-auth -> ^1.2.1
    • @ankhorage/supabase-storage -> ^0.2.0
    • @ankhorage/zora -> ^2.13.2
    • @ankhorage/devtools -> ^1.4.1
  • keep already-current generated ranges for data-sources, utility, and supabase-db
  • replace floating latest dependencies with explicit compatible ranges
  • align visible SDK 54 patch drift with the Studio host baseline:
    • Expo ~54.0.36
    • Expo Updates ~29.0.19
    • TypeScript ~5.9.3
    • Babel module resolver ^5.0.2
  • update generator tests to lock the current baseline and reject floating latest dependencies
  • add a patch changeset

Why

Project sync already rewrites generated app package manifests from this central Studio template. Keeping stale or floating dependency ranges here means existing apps stay outdated even after their Studio host is upgraded, and new apps can resolve inconsistent package versions.

After merge/release, project sync can update generated app manifests to this baseline; dependency installation remains a separate step.

@artiphishle artiphishle self-assigned this Aug 16, 2026
@artiphishle
artiphishle force-pushed the fix/generated-package-baseline branch from d8e0684 to c86c21f Compare August 16, 2026 18:31
@artiphishle
artiphishle merged commit c3ab782 into main Aug 16, 2026
1 check passed
@artiphishle
artiphishle deleted the fix/generated-package-baseline branch August 16, 2026 18:39
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