chore(deps): upgrade @objectstack 8.0.1 → 9.0.1#136
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Upgrade all nine
@objectstack/*packages from8.0.1to the latest9.0.1major: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 themeta/dataREST endpoints all behave identically. Zero app-code changes were needed.tsc --noEmitcleaneslint .cleanEnd-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:/api/v1/auth/sign-in/email✓(The motion-track entrance animations were observed running live on the list/detail screens during this pass.)
Notes
pnpm-workspace.yamlgainsminimumReleaseAgeExcludeentries so the just-published9.0.1versions bypass the release-age install gate (existing build-gate convention)..verify-server/and is not part of the shipped app.🤖 Generated with Claude Code