chore: upgrade @objectstack 7.7.0 β 8.0.1#23
Merged
Conversation
Bump all @objectstack/* deps to ^8.0.1 across every package and adapt to the
major's breaking changes:
- defineDataset β defineSeed (seed helper renamed; defineDataset is now the
analytics dataset in @objectstack/spec/ui)
- seed typing tightened (lookup/master_detail values must be string|null):
project reference-by-object `{ name: 'X' }` β natural-key string 'X';
content/todo multi-value lookup arrays kept via a typed multiRef helper
- pnpm 10: onlyBuiltDependencies moved from package.json to pnpm-workspace.yaml
typecheck (0 errors) and build (all packages) pass on 8.0.1.
Co-Authored-By: Claude Opus 4.8 <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.
Upgrade all
@objectstack/*deps from^7.7.0to^8.0.1across every package.Breaking changes adapted
defineDatasetβdefineSeedβ seed helper renamed in 8.0 (defineDatasetis now the analytics dataset in@objectstack/spec/ui).string | null(non-string reference values crash persistent SQLite):project: reference-by-object{ name: 'X' }β natural-key string'X'(correctness fix).content/todo: multi-value lookup arrays (target_channels,labels) kept via a typedmultiRefhelper (framework has nomultiple: true-aware seed overload yet).onlyBuiltDependenciesmoved frompackage.jsontopnpm-workspace.yaml.Verification
pnpm typecheckβ 0 errors (all packages)pnpm buildβ all 9 packagesπ€ Generated with Claude Code