chore(deps): upgrade @objectstack 10.0.0 → 10.2.0#75
Merged
Conversation
Bump every template's @objectstack/* deps and the workspace minimumReleaseAgeExclude pins to 10.2.0. 10.2 is a non-breaking minor: a full sweep of every @objectstack/*@10.2.0 release found zero Major/BREAKING changesets, so no template metadata needed to change. The two additive features require no action here — @objectstack/lint is extracted into its own public package (ADR-0019 P3, the build-time validateStackExpressions/validateWidgetBindings validators, pure move/no behavior change) and responsiveStyles is added to the UI page-component envelope (ADR-0065 SDUI scoped styling). Verified end-to-end against the composed `all` env (9 apps, 41 objects, 30 flows): typecheck + build + format:check + test green; clean boot with `seeded on empty DB` and zero server ERROR lines; console (home with 11 apps, content_topic grouped list, ROI dashboard KPIs 14040/708/87/21150 + bar chart + 90-day signup time-series) renders with no client console errors. 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.
What
Bump every template's
@objectstack/*deps and the workspaceminimumReleaseAgeExcludepins from10.0.0to10.2.0.Why it's safe — evaluation
10.2 is a non-breaking minor. A full sweep of every
@objectstack/*@10.2.0GitHub release found zero Major/BREAKING changesets. The two notable additive features need no template change:@objectstack/lintextracted as a public package (ADR-0019 P3) — the build-timevalidateStackExpressions/validateWidgetBindingsvalidators now ship as(stack) => Finding[]for reuse byos validate/compileand AI authoring. Pure move, no behavior change toobjectstack build.responsiveStyleson the UI page-component envelope (ADR-0065) — optional SDUI scoped-styling primitive.No template metadata changes were required (contrast with the 10.0 bump, which needed the
topic_team_scopesharing-rule rewrite).Verification
Against the composed
allenv (9 apps · 41 objects · 30 flows):pnpm -r typecheck·pnpm build·pnpm format:check·pnpm -r --if-present test— all green✓ Server is ready·seeded on empty DB· 0 serverERRORlines · 35 pluginscontent_topiclist renders 8 seed rows grouped by content pillar (incl. the团队visibility column fromtopic_team_scope)🤖 Generated with Claude Code