chore(deps): upgrade @objectstack packages to 12.3.0 - #433
Merged
Conversation
Bump all @objectstack/* dependencies from ^11.7.0 to ^12.3.0 (latest). Verify pipeline (validate, typecheck, build, test) passes with no source changes required. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TKRdbvZiVwgn9SFpN48RMv
os-zhuang
marked this pull request as ready for review
July 6, 2026 14:35
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.
Description
Upgrades all
@objectstack/*framework dependencies from^11.7.0to the latest^12.3.0(a major version bump). No source changes were required — the full verify pipeline passes as-is.Type of Change
Related Issues
N/A
Changes Made
@objectstack/*dependencies inpackage.jsonfrom^11.7.0→^12.3.0:account,cli,driver-memory,driver-sql,driver-sqlite-wasm,metadata,objectql,runtime,service-analytics,service-automation,spec.pnpm-lock.yaml.objectstack.manifest.jsonspecVersion: "^10.0.0"unchanged — it's a minimum-compatibility floor; raising it would only narrow compatibility with no benefit.Testing
pnpm test— 17 passed)pnpm validate)pnpm build)pnpm typecheck)All four stages of
pnpm verify(validate → typecheck → build → test) pass with no source changes. Pre-existing dashboard widget-binding warnings are unrelated to this upgrade.Additional Notes
Major bump (11 → 12) went through cleanly with no API breakages surfacing in this app's usage. The v12 runtime README references a new
@objectstack/corepackage internally, but the app's public imports remain compatible.🤖 Generated with Claude Code
https://claude.ai/code/session_01TKRdbvZiVwgn9SFpN48RMv
Generated by Claude Code