Skip to content

chore(deps): upgrade @objectstack 10.0.0 → 10.2.0#75

Merged
xuyushun441-sys merged 1 commit into
mainfrom
chore/upgrade-objectstack-10.2.0
Jun 23, 2026
Merged

chore(deps): upgrade @objectstack 10.0.0 → 10.2.0#75
xuyushun441-sys merged 1 commit into
mainfrom
chore/upgrade-objectstack-10.2.0

Conversation

@xuyushun441-sys

Copy link
Copy Markdown
Contributor

What

Bump every template's @objectstack/* deps and the workspace minimumReleaseAgeExclude pins from 10.0.0 to 10.2.0.

Why it's safe — evaluation

10.2 is a non-breaking minor. A full sweep of every @objectstack/*@10.2.0 GitHub release found zero Major/BREAKING changesets. The two notable additive features need no template change:

  • @objectstack/lint extracted as a public package (ADR-0019 P3) — the build-time validateStackExpressions / validateWidgetBindings validators now ship as (stack) => Finding[] for reuse by os validate/compile and AI authoring. Pure move, no behavior change to objectstack build.
  • responsiveStyles on 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_scope sharing-rule rewrite).

Verification

Against the composed all env (9 apps · 41 objects · 30 flows):

  • pnpm -r typecheck · pnpm build · pnpm format:check · pnpm -r --if-present test — all green
  • Clean boot: ✓ Server is ready · seeded on empty DB · 0 server ERROR lines · 35 plugins
  • Browser (zh-CN console, logged in as the seeded dev admin):
    • Home renders 11 apps
    • content_topic list renders 8 seed rows grouped by content pillar (incl. the 团队 visibility column from topic_team_scope)
    • ROI dashboard renders KPIs 14040 / 708 / 87 / 21150 + bar chart + 90-day signup time-series
    • 0 client console errors, 0 failed app requests

Lockfile updated with pnpm 10.33.0 (matching CI's action-setup version: 10); lockfileVersion stays 9.0.

🤖 Generated with Claude Code

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>
@xuyushun441-sys xuyushun441-sys merged commit cf9f070 into main Jun 23, 2026
3 checks passed
@xuyushun441-sys xuyushun441-sys deleted the chore/upgrade-objectstack-10.2.0 branch June 23, 2026 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants