Uh oh!
There was an error while loading. Please reload this page.
chore(deps): bump @objectstack/spec to ^9.0.1 (dataset-shaped reportForm) - #1646
Merged
Conversation
…orm) 9.0.1 ships the reportForm fix from framework#1730 — the bundled authoring form now declares dataset / values / rows / runtimeFilter natively, so the local alignment pass in report-schema.ts degrades to a no-op as designed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
…ckages The root-only update left app-shell/types still resolving 9.0.0 (pnpm update without -r only touches the root importer) — caught live: the Studio inspector rendered the pre-9.0.1 reportForm text. pnpm -r update moves every importer to 9.0.1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
9.0.1 ships the
reportFormfix from framework#1730 — the bundled authoring form now declaresdataset/values/rows/runtimeFilternatively (verified by dumpingreportForm.sectionsfrom the installed package), so the local alignment pass inreport-schema.tsdegrades to a no-op as designed.Test plan
pnpm vitest run— 3548 passed, 24 skipped, 0 failed🤖 Generated with Claude Code