chore: upgrade @objectstack/* dependencies to 3.2.1#1008
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade to latest version of objectstack
chore: upgrade @objectstack/* dependencies to 3.2.1
Mar 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades all @objectstack/* dependencies across the monorepo from ^3.2.0 to ^3.2.1, with a regenerated pnpm-lock.yaml to resolve the new versions consistently.
Changes:
- Bumped
@objectstack/specto^3.2.1across ObjectUI packages that depend on the upstream protocol. - Bumped runtime/client/tooling
@objectstack/*dependencies to^3.2.1in the root workspace, console app, and examples. - Regenerated
pnpm-lock.yamlto lock all@objectstack/*packages to3.2.1.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Lockfile regenerated to resolve @objectstack/* to 3.2.1. |
| package.json | Root workspace bumps @objectstack/* devDeps/deps to ^3.2.1. |
| apps/console/package.json | Console app dependency set upgraded to ^3.2.1. |
| packages/core/package.json | Core package now depends on @objectstack/spec@^3.2.1. |
| packages/types/package.json | Types package now depends on @objectstack/spec@^3.2.1. |
| packages/react/package.json | React runtime now depends on @objectstack/spec@^3.2.1. |
| packages/data-objectstack/package.json | Adapter now depends on @objectstack/client@^3.2.1. |
| packages/plugin-map/package.json | Plugin now depends on @objectstack/spec@^3.2.1. |
| packages/plugin-gantt/package.json | Plugin now depends on @objectstack/spec@^3.2.1. |
| packages/plugin-timeline/package.json | Plugin now depends on @objectstack/spec@^3.2.1. |
| examples/todo/package.json | Example upgraded to @objectstack/*@^3.2.1. |
| examples/msw-todo/package.json | Example upgraded to @objectstack/*@^3.2.1. |
| examples/kitchen-sink/package.json | Example upgraded to @objectstack/*@^3.2.1. |
| examples/crm/package.json | Example upgraded to @objectstack/*@^3.2.1. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
package.json:74
- This PR updates @objectstack/* deps to ^3.2.1, but ROADMAP.md still lists the current Spec/Client versions as v3.2.0. Please update the roadmap header (and any upgrade summary sections if applicable) so the repo documentation matches the new pinned upstream version.
"@objectstack/cli": "^3.2.1",
"@objectstack/core": "^3.2.1",
"@objectstack/driver-memory": "^3.2.1",
"@objectstack/objectql": "^3.2.1",
"@objectstack/plugin-msw": "^3.2.1",
"@objectstack/runtime": "^3.2.1",
"@objectstack/spec": "^3.2.1",
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.
Bump all
@objectstack/*packages from^3.2.0to^3.2.1across the monorepo.Affected packages:
cli,client,core,driver-memory,objectql,plugin-auth,plugin-hono-server,plugin-msw,runtime,spec,studioOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.