Skip to content

chore(deps): upgrade @objectstack 8.0.1 → 9.0.1#136

Merged
os-zhuang merged 1 commit into
mainfrom
chore/objectstack-9
Jun 11, 2026
Merged

chore(deps): upgrade @objectstack 8.0.1 → 9.0.1#136
os-zhuang merged 1 commit into
mainfrom
chore/objectstack-9

Conversation

@os-zhuang

Copy link
Copy Markdown
Contributor

What

Upgrade all nine @objectstack/* packages from 8.0.1 to the latest 9.0.1 major:
client, client-react, spec, cli, core, driver-memory, objectql, plugin-auth, plugin-hono-server.

Compatibility

The SDK surface the app consumes is unchanged across the major bump — ObjectStackClient/ObjectStackProvider, useClient/useQuery/useMutation/useView, and the meta/data REST endpoints all behave identically. Zero app-code changes were needed.

  • tsc --noEmit clean
  • eslint . clean
  • 1337 tests pass

End-to-end verification against a live 9.0.1 server

Stood up a real 9.0.1 server (os dev, CLI-scaffolded CRM stack, memory driver, seeded admin) and drove the mobile app against it:

  • Login via /api/v1/auth/sign-in/email
  • Account list — 5 records with industry badges, currency formatting, sort chips, filter, group-by ✓
  • Record detail — all fields, prev/next pager, sticky edit/delete actions, system-info section ✓

(The motion-track entrance animations were observed running live on the list/detail screens during this pass.)

Notes

  • pnpm-workspace.yaml gains minimumReleaseAgeExclude entries so the just-published 9.0.1 versions bypass the release-age install gate (existing build-gate convention).
  • The verification stack lives under a gitignored .verify-server/ and is not part of the shipped app.

🤖 Generated with Claude Code

Bump all nine @objectstack/* packages (client, client-react, spec, cli,
core, driver-memory, objectql, plugin-auth, plugin-hono-server) to the
latest 9.0.1 major. The SDK surface the app consumes (ObjectStackClient/
Provider, useClient/useQuery/useMutation/useView, meta/data REST) is
unchanged — tsc, eslint, and all 1337 tests pass with no code changes.

Verified end-to-end against a live 9.0.1 server (CLI-scaffolded CRM stack,
memory driver, seeded admin): login, account list (currency/badges/sort/
group), and record detail all render correctly through the mobile app.

pnpm-workspace.yaml gains minimumReleaseAgeExclude entries so the freshly
published 9.0.1 versions bypass the release-age install gate.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@os-zhuang os-zhuang merged commit 0825c31 into main Jun 11, 2026
4 checks passed
@os-zhuang os-zhuang deleted the chore/objectstack-9 branch June 11, 2026 15:44
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