Skip to content

chore: upgrade @objectstack packages from v3.2.9 to v3.3.0#1123

Merged
hotlong merged 2 commits intomainfrom
copilot/upgrade-objectstack-to-latest-version
Mar 23, 2026
Merged

chore: upgrade @objectstack packages from v3.2.9 to v3.3.0#1123
hotlong merged 2 commits intomainfrom
copilot/upgrade-objectstack-to-latest-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 23, 2026

Bump all @objectstack/* dependencies to latest (v3.3.0) across the monorepo.

  • 13 package.json files updated: root, apps/console, examples/*, packages/{core,types,react,data-objectstack,plugin-map,plugin-gantt,plugin-timeline}
  • pnpm-lock.yaml regenerated — 19 resolved @objectstack/* packages now at 3.3.0 (plugin-audit stays at 3.2.10, its latest)
  • CHANGELOG.md / ROADMAP.md updated with version references

All 42 build tasks and 7,224 tests pass with no breaking changes.

Original prompt

@objectstack 升级到最新版


⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectui-demo Ready Ready Preview, Comment Mar 23, 2026 2:48pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
objectui Ignored Ignored Mar 23, 2026 2:48pm
objectui-storybook Ignored Ignored Mar 23, 2026 2:48pm

Request Review

Copilot AI changed the title [WIP] Upgrade objectstack to latest version chore: upgrade @objectstack packages from v3.2.9 to v3.3.0 Mar 23, 2026
Copilot AI requested a review from hotlong March 23, 2026 14:46
@hotlong hotlong marked this pull request as ready for review March 23, 2026 15:07
Copilot AI review requested due to automatic review settings March 23, 2026 15:07
@hotlong hotlong merged commit 3649479 into main Mar 23, 2026
6 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the monorepo’s ObjectStack integration by bumping all @objectstack/* dependencies to v3.3.0 (with @objectstack/plugin-audit pinned at its latest v3.2.10), and updates repo docs to reflect the new versions.

Changes:

  • Bumped @objectstack/* dependency ranges from ^3.2.9^3.3.0 across 13 package.json files.
  • Regenerated pnpm-lock.yaml to resolve the updated @objectstack/* graph at v3.3.0.
  • Updated CHANGELOG.md and ROADMAP.md version references.

Reviewed changes

Copilot reviewed 15 out of 16 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
ROADMAP.md Updates referenced ObjectStack spec/client versions and last-updated date.
CHANGELOG.md Adds an Unreleased entry describing the monorepo-wide ObjectStack upgrade.
pnpm-lock.yaml Lockfile regen to resolve @objectstack/* packages at v3.3.0 (and plugin-audit at v3.2.10).
package.json Bumps root @objectstack/* devDependencies/dependencies to ^3.3.0.
apps/console/package.json Bumps console ObjectStack dependencies to ^3.3.0.
examples/crm/package.json Bumps CRM example ObjectStack dependencies to ^3.3.0.
examples/todo/package.json Bumps Todo example ObjectStack dependencies to ^3.3.0.
examples/msw-todo/package.json Bumps MSW Todo example ObjectStack dependencies to ^3.3.0.
examples/kitchen-sink/package.json Bumps Kitchen Sink example @objectstack/spec/CLI to ^3.3.0.
packages/core/package.json Bumps @objectstack/spec to ^3.3.0.
packages/types/package.json Bumps @objectstack/spec to ^3.3.0.
packages/react/package.json Bumps @objectstack/spec to ^3.3.0.
packages/data-objectstack/package.json Bumps @objectstack/client to ^3.3.0.
packages/plugin-map/package.json Bumps @objectstack/spec to ^3.3.0.
packages/plugin-gantt/package.json Bumps @objectstack/spec to ^3.3.0.
packages/plugin-timeline/package.json Bumps @objectstack/spec to ^3.3.0.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread ROADMAP.md
Comment on lines +3 to +6
> **Last Updated:** March 23, 2026
> **Current Version:** v0.5.x
> **Spec Version:** @objectstack/spec v3.2.0
> **Client Version:** @objectstack/client v3.2.0
> **Spec Version:** @objectstack/spec v3.3.0
> **Client Version:** @objectstack/client v3.3.0
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ROADMAP header now states @objectstack/spec/@objectstack/client v3.3.0, but the document still contains a later section titled “Spec v3.0.9 Upgrade Summary” (and related text) which reads like the current spec upgrade summary. Consider updating/renaming that section (or adding a new v3.3.0 summary) so the roadmap doesn’t appear internally inconsistent after this version bump.

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md

### Changed

- **Upgrade @objectstack packages from v3.2.9 to v3.3.0**: Upgraded all `@objectstack/*` dependencies across the entire monorepo (root, `apps/console`, `examples/crm`, `examples/todo`, `examples/msw-todo`, `examples/kitchen-sink`, `packages/core`, `packages/types`, `packages/react`, `packages/data-objectstack`, `packages/plugin-map`, `packages/plugin-gantt`, `packages/plugin-timeline`) from `^3.2.9` to `^3.3.0`. All 42 build tasks pass and all 7,224 tests pass with no breaking changes.
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changelog entry hard-codes exact build/test counts (“42 build tasks” / “7,224 tests”). Those numbers will drift over time and make the entry look incorrect even if the upgrade remains valid. Suggest rephrasing to a stable statement (e.g., build + test suite passing) without embedding specific counts.

Suggested change
- **Upgrade @objectstack packages from v3.2.9 to v3.3.0**: Upgraded all `@objectstack/*` dependencies across the entire monorepo (root, `apps/console`, `examples/crm`, `examples/todo`, `examples/msw-todo`, `examples/kitchen-sink`, `packages/core`, `packages/types`, `packages/react`, `packages/data-objectstack`, `packages/plugin-map`, `packages/plugin-gantt`, `packages/plugin-timeline`) from `^3.2.9` to `^3.3.0`. All 42 build tasks pass and all 7,224 tests pass with no breaking changes.
- **Upgrade @objectstack packages from v3.2.9 to v3.3.0**: Upgraded all `@objectstack/*` dependencies across the entire monorepo (root, `apps/console`, `examples/crm`, `examples/todo`, `examples/msw-todo`, `examples/kitchen-sink`, `packages/core`, `packages/types`, `packages/react`, `packages/data-objectstack`, `packages/plugin-map`, `packages/plugin-gantt`, `packages/plugin-timeline`) from `^3.2.9` to `^3.3.0`. All build tasks and test suites pass with no breaking changes.

Copilot uses AI. Check for mistakes.
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.

3 participants